.qq-contact-page{background:#f4f7fb;color:#1f3971;padding-top:90px;overflow:hidden;}
.qq-contact-page *{box-sizing:border-box;min-width:0;}
.qq-contact-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;color:#d7e0f2;font-size:13px;margin-bottom:38px;}
.qq-contact-breadcrumb a{color:#d7e0f2;}
.qq-contact-breadcrumb a:hover{color:#d4a33f;}

.qq-contact-hero{position:relative;background:#132a55 url("../picture/contact-hero-bg.png") center/cover no-repeat;color:#fff;padding:72px 0 82px;overflow:hidden;}
.qq-contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(14,30,62,.82),rgba(31,57,113,.6) 58%,rgba(17,32,62,.76));}
.qq-contact-hero:after{content:"CONTACT";position:absolute;right:4%;top:62px;color:rgba(255,255,255,.055);font-size:112px;line-height:1;font-weight:700;letter-spacing:0;}
.qq-contact-hero .container{position:relative;z-index:1;}
.qq-contact-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:54px;align-items:center;}
.qq-contact-hero-copy h1{font-size:54px;line-height:1.18;color:#fff;font-weight:700;margin:0 0 22px;max-width:760px;}
.qq-contact-hero-copy p{font-size:17px;line-height:2;color:#edf2fb;margin:0;max-width:820px;}
.qq-contact-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;max-width:760px;}
.qq-contact-hero-points span{display:inline-flex;align-items:center;height:36px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:4px;color:#fff;font-size:13px;font-weight:700;padding:0 14px;}
.qq-contact-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;}
.qq-contact-hero-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;border-radius:4px;font-size:15px;font-weight:700;padding:0 24px;transition:all .25s ease;}
.qq-contact-hero-actions a:first-child{background:#d4a33f;color:#132a55;box-shadow:0 14px 32px rgba(212,163,63,.22);}
.qq-contact-hero-actions a:last-child{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.26);color:#fff;}
.qq-contact-hero-actions a:hover{transform:translateY(-2px);background:#fff;color:#132a55;border-color:#fff;}
.qq-contact-hero-card{background:rgba(255,255,255,.96);border-radius:8px;color:#1f3971;padding:20px 20px 18px;box-shadow:0 28px 70px rgba(8,20,47,.28);text-align:center;border:1px solid rgba(255,255,255,.2);}
.qq-contact-card-label{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:999px;background:#fff8e7;color:#b88524;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:12px;}
.qq-contact-qrcode{background:#f8fafc;border:1px solid #e5ebf4;border-radius:8px;padding:10px;margin-bottom:14px;}
.qq-contact-qrcode img{display:block;width:100%;max-width:290px;aspect-ratio:1/1;object-fit:cover;border-radius:4px;margin:0 auto;}
.qq-contact-hero-card-copy span{display:block;color:#d4a33f;font-size:12px;line-height:1;font-weight:700;margin-bottom:8px;}
.qq-contact-hero-card-copy strong{display:block;color:#1f3971;font-size:22px;line-height:1.35;font-weight:700;margin-bottom:8px;}
.qq-contact-hero-card-copy p{color:#5c6680;font-size:14px;line-height:1.7;margin:0;}
.qq-contact-card-note{margin-top:12px;font-size:12px;line-height:1.5;color:#7a8496;background:#f8fafc;border:1px solid #e6edf5;border-radius:6px;padding:8px 10px;}

.qq-contact-method-section{background:#f4f7fb;padding:0 0 62px;margin-top:-34px;position:relative;z-index:2;}
.qq-contact-methods{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:stretch;background:#fff;border:1px solid #e1e9f4;border-radius:8px;padding:16px;box-shadow:0 24px 68px rgba(31,57,113,.11);}
.qq-contact-method-intro{position:relative;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#172b56 0%,#1f3971 100%);border-radius:8px;color:#fff;padding:24px 26px;overflow:hidden;}
.qq-contact-method-intro:after{content:"";position:absolute;right:-46px;top:-46px;width:138px;height:138px;border:24px solid rgba(255,255,255,.08);border-radius:50%;}
.qq-contact-method-intro span{position:relative;color:#d4a33f;font-size:12px;line-height:1;font-weight:700;margin-bottom:12px;z-index:1;}
.qq-contact-method-intro strong{position:relative;color:#fff;font-size:24px;line-height:1.34;font-weight:700;margin-bottom:10px;z-index:1;}
.qq-contact-method-intro p{position:relative;color:#dce6f4;font-size:14px;line-height:1.78;margin:0;z-index:1;}
.qq-contact-channel-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.qq-contact-method{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;gap:7px 12px;align-content:center;background:#f8fafc;border:1px solid #e4ebf4;border-radius:8px;padding:20px 18px;min-height:132px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;overflow:hidden;}
.qq-contact-method:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:#315aa3;transform:scaleX(.3);transform-origin:left;transition:transform .25s ease;}
.qq-contact-method:nth-child(2):before{background:#d4a33f;}
.qq-contact-method:nth-child(3):before{background:#46a59d;}
.qq-contact-method:hover{transform:translateY(-4px);background:#fff;border-color:#d4a33f;box-shadow:0 18px 44px rgba(31,57,113,.1);}
.qq-contact-method:hover:before{transform:scaleX(1);}
.qq-contact-method i{grid-row:1/3;width:48px;height:48px;line-height:48px;text-align:center;border-radius:50%;background:#eef3fb;color:#315aa3;font-size:19px;}
.qq-contact-method-primary{background:#fff8e7;border-color:#ead5a4;}
.qq-contact-method-primary i{background:#d4a33f;color:#172b56;}
.qq-contact-method span{display:block;color:#7a8496;font-size:13px;line-height:1.3;font-weight:700;}
.qq-contact-method strong{display:block;color:#1f3971;font-size:16px;line-height:1.48;font-weight:700;word-break:break-word;}
.qq-contact-method-primary strong{font-size:20px;}

.qq-contact-prepare-section{background:#f4f7fb;padding:0 0 70px;}
.qq-contact-prepare-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:28px;align-items:stretch;}
.qq-contact-prepare-copy{background:#fff;border-left:5px solid #d4a33f;border-radius:8px;padding:34px 32px;box-shadow:0 18px 48px rgba(31,57,113,.055);}
.qq-contact-prepare-copy h2,.qq-contact-flow-head h2,.qq-contact-location-copy h2{font-size:32px;line-height:1.36;color:#1f3971;font-weight:700;margin:0 0 14px;}
.qq-contact-prepare-copy p{font-size:15px;line-height:1.9;color:#5c6680;margin:0;}
.qq-contact-prepare-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.qq-contact-prepare-list div{background:#fff;border:1px solid #e4ebf4;border-radius:8px;padding:24px 22px;box-shadow:0 16px 42px rgba(31,57,113,.045);}
.qq-contact-prepare-list em{display:block;font-style:normal;color:#d4a33f;font-size:24px;line-height:1;font-weight:700;margin-bottom:14px;}
.qq-contact-prepare-list strong{display:block;color:#1f3971;font-size:19px;line-height:1.35;margin-bottom:9px;}
.qq-contact-prepare-list span{display:block;color:#5c6680;font-size:14px;line-height:1.75;}

.qq-contact-flow-section{background:#fff;padding:76px 0;}
.qq-contact-flow-head{text-align:center;max-width:760px;margin:0 auto 34px;}
.qq-contact-flow{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.qq-contact-flow:before{content:"";position:absolute;left:8%;right:8%;top:50px;height:2px;background:#d4a33f;opacity:.38;}
.qq-contact-flow div{position:relative;background:#fff;border:1px solid #e4ebf4;border-radius:8px;padding:28px 24px 24px;box-shadow:0 18px 48px rgba(31,57,113,.055);z-index:1;}
.qq-contact-flow em{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#172b56;color:#d4a33f;font-style:normal;font-size:18px;line-height:1;font-weight:700;margin-bottom:18px;}
.qq-contact-flow strong{display:block;color:#1f3971;font-size:20px;line-height:1.35;margin-bottom:8px;}
.qq-contact-flow span{display:block;color:#5c6680;font-size:14px;line-height:1.8;}

.qq-contact-location-section{background:#f4f7fb;padding:72px 0;}
.qq-contact-location{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:center;background:#172b56;border-radius:8px;color:#fff;padding:34px 38px;box-shadow:0 22px 58px rgba(31,57,113,.12);}
.qq-contact-location-copy h2{color:#fff;}
.qq-contact-location-copy p{font-size:15px;line-height:1.9;color:#edf2fb;margin:0;max-width:760px;}
.qq-contact-location-meta{display:grid;gap:12px;}
.qq-contact-location-meta span{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;font-size:14px;line-height:1.6;font-weight:700;padding:16px;}
.qq-contact-location-meta i{color:#d4a33f;font-size:18px;}

.qq-contact-content-section{background:#f4f7fb;padding:0 0 82px;}
.qq-contact-content{background:#fff;border:1px solid #e4ebf4;border-radius:8px;padding:32px 36px;color:#34415a;font-size:15px;line-height:1.9;box-shadow:0 16px 42px rgba(31,57,113,.045);}
.qq-contact-content:empty{display:none;}
.qq-contact-content p{margin:0 0 15px;}
.qq-contact-content h1,.qq-contact-content h2,.qq-contact-content h3,.qq-contact-content h4{color:#1f3971;font-weight:700;line-height:1.42;margin:22px 0 10px;}
.qq-contact-content h1:first-child,.qq-contact-content h2:first-child,.qq-contact-content h3:first-child,.qq-contact-content h4:first-child{margin-top:0;}
.qq-contact-content img{max-width:100%;height:auto;border-radius:8px;}

@media (max-width:991px){
    .qq-contact-page{padding-top:70px;}
    .qq-contact-hero{padding:48px 0 64px;}
    .qq-contact-hero:after{display:none;}
    .qq-contact-breadcrumb{margin-bottom:24px;}
    .qq-contact-hero-grid,.qq-contact-methods,.qq-contact-channel-list,.qq-contact-prepare-layout,.qq-contact-prepare-list,.qq-contact-flow,.qq-contact-location{grid-template-columns:1fr;}
    .qq-contact-hero-copy h1{font-size:34px;}
    .qq-contact-hero-copy p,.qq-contact-prepare-copy p,.qq-contact-location-copy p{font-size:14px;}
    .qq-contact-hero-points{gap:8px;margin-top:18px;}
    .qq-contact-hero-points span{height:34px;font-size:12px;padding:0 12px;}
    .qq-contact-hero-actions a{width:100%;}
    .qq-contact-hero-card{padding:18px;}
    .qq-contact-method-section{margin-top:-22px;padding-bottom:42px;}
    .qq-contact-methods{padding:12px;gap:12px;}
    .qq-contact-method-intro{padding:22px 20px;}
    .qq-contact-method-intro strong{font-size:21px;}
    .qq-contact-method{min-height:0;padding:18px;}
    .qq-contact-method-primary strong{font-size:18px;}
    .qq-contact-prepare-section{padding-bottom:42px;}
    .qq-contact-prepare-copy{padding:26px 22px;}
    .qq-contact-prepare-copy h2,.qq-contact-flow-head h2,.qq-contact-location-copy h2{font-size:24px;}
    .qq-contact-prepare-list div{padding:22px 20px;}
    .qq-contact-flow-section{padding:48px 0;}
    .qq-contact-flow:before{display:none;}
    .qq-contact-flow div{padding:24px 20px;}
    .qq-contact-location-section{padding:48px 0;}
    .qq-contact-location{padding:26px 22px;}
    .qq-contact-content-section{padding-bottom:70px;}
    .qq-contact-content{padding:24px 20px;}
}

@media (max-width:480px){
    .qq-contact-hero-copy h1{font-size:30px;}
    .qq-contact-hero-card-copy strong{font-size:20px;}
    .qq-contact-method strong{font-size:15px;}
    .qq-contact-prepare-list,.qq-contact-flow{grid-template-columns:1fr;}
}
