@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@font-face {
    font-family: SweiMarkerSansCJKtc-Regular;
    src: url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Regular.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Regular.woff) format('woff');
}
@font-face {
    font-family: SweiMarkerSansCJKtc-Bold;
    src: url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Bold.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Bold.woff) format('woff');
}
@font-face {
    font-family: SweiMarkerSansCJKtc-Black;
    src: url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Black.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/gh/max32002/swei-marker-sans@2.0/WebFont/CJK%20TC/SweiMarkerSansCJKtc-Black.woff) format('woff');
}
html {
    height: 100%;
    font-size: 12px;
}
body {
    font-family: SweiMarkerSansCJKtc-Regular, 'Microsoft JhengHei', Meiryo, Sans-serif, Arial, PingFangTC;
    font-weight: Normal; /*Regular */
    height: 100%;
    min-width: 320px;
    background-color: #ffffff;
    font-size: 1rem;
}
.mobileOnly {
    display: none;
}
img {
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #00a8ff;
}
.clear {
    clear: both;
}
.layout1 {
    position: relative;
    background-color: #f0f0f0;
    margin: 0 auto;
}
.layout2 {
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
}
.content1 {
    position: relative;
    width: 1128px;
    margin: 0 auto;
}
.h0 {
    height: 0;
}
.logo {
    display: block;
    position: relative;
    padding: 6px 0;
    width: 268px;
    height: 66px;
    background: url(images/XQ.png) center center no-repeat;
    background-size: 268px;
}
.content1 .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 83px;
    padding-bottom: 97px;
}
.content1 .banner {
    width: 360px;
}
.content1 .text {
    color: #3399ff;
    font-weight: 900;
    font-family: SweiMarkerSansCJKtc-Black;
    width: 360px;
    text-align: center;
}
.content1 .text .t1 {
    font-size: 72px;
    line-height: 84px;
}
.content1 .text .t2 {
    font-size: 42px;
    line-height: 60px;
}
.tablayout {
    display: flex;
    flex-direction: row;
    background-color: #f0f0f0;
    align-items: center;
    justify-content: center;
}
.tablayout > div {
    color: #6a6a6a;
    font-size: 48px;
    line-height: 81px;
    text-align: center;
    border-bottom: 3px solid #f0f0f0;
    min-width: 240px;
    font-weight: 900;
    cursor: pointer;
}
.tablayout > div.active {
    color: #3399ff;
    border-bottom: 3px solid #3399ff;
    font-family: SweiMarkerSansCJKtc-Black;
}
.mobiletab {
    display: none;
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 342px;
    padding: 12px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 12px;
    background-color: #f0f0f0;
    font-family: NotoSansTC;
}
.mobiletab > div {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}
.mobiletab > div.active {
    color: #ffffff;
    background-color: #3399ff;
    border-radius: 6px;
}
.content2 {
}
.content2 .layout1,
.content2 .layout2 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.content2 .layout2.mt {
    padding-bottom: 0;
}
.content2 .t1 {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
}
.content2 .t1 > div:last-child {
    font-family: SweiMarkerSansCJKtc-Black;
    color: #dd3366;
    font-weight: 900;
}
.content2 .layout1 .t1 > div:last-child {
    color: #3399ff;
}
.content2 .steplist {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 60px;
    width: 1128px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}
.content2 .step {
    width: 264px;
}
.content2 .icon {
    width: 264px;
    height: 264px;
}
.content2 .icon img {
    width: 264px;
    height: 264px;
}
.content2 .text {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    min-height: 96px;
}
.content2 .text .bold {
    font-weight: bold;
    color: #dd3366;
}
.content2 .layout1 .text .bold {
    color: #3399ff;
}
.content2 .num {
    width: 72px;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    color: #dd3366;
    font-family: SweiMarkerSansCJKtc-Black;
    flex-shrink: 0;
}
.content2 .layout1 .num {
    color: #3399ff;
}
.content2 .step .tip {
    padding-top: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #dd3366;
}
.content2 .download {
    position: relative;
    padding-top: 24px;
    width: 744px;
    margin: 0 auto;
}
.content2 .pcimg {
    float: left;
    width: 360px;
}
.content2 .info {
    float: right;
    padding-top: 35px;
    width: 360px;
}
.content2 .info .btn {
    display: block;
    font-size: 24px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #3399ff;
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(106, 106, 106, 0.8);
}
.content2 .info .t {
    padding-top: 24px;
    font-family: NotoSansTC;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6a6a6a;
}
.content2 .info .t span {
    display: block;
}
.content2 .app {
    position: relative;
    padding-top: 24px;
    width: 360px;
    margin: 0 auto;
}
.content2 .qrcode {
    float: left;
    width: 168px;
    height: 168px;
}
.content2 .appstore,
.content2 .googleplay {
    float: right;
    width: 168px;
}
.content2 .googleplay {
    margin-top: 10px;
}
.content2 .app .tip {
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.25px;
    font-family: NotoSansTC;
    text-align: center;
    color: #1a1a1a;
}
.layout6 {
    position: relative;
    background-image: url(images/bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px;
    max-width: 1920px;
    height: 600px;
    margin: 0 auto;
    padding-top: 90px;
}
.content6 {
    position: relative;
}
.content6 .i1 {
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 240px;
}
.content6 .i2 {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 351px;
    height: 351px;
}
.content6 .t3 {
    padding-top: 12px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #1a1a1a;
}
.content6 .btn {
    display: block;
    position: relative;
    width: 546px;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 2px;
    text-align: center;
    color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    border: solid 6px #1a1a1a;
    background-color: #ffcc33;
}
.layout7 {
    position: relative;
    background-image: url(images/bg3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: -164px;
    padding-bottom: 12px;
    font-family: NotoSansTC;
}
.content7 {
    position: relative;
    width: 1312px;
    margin: 0 auto;
    min-height: 607px;
}
.content7 .phone {
    position: absolute;
    top: 0;
    left: 100px;
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 480px;
    width: 480px;
    height: 607px;
    padding-top: 25px;
}
.content7 .text {
    position: relative;
    padding-top: 132px;
    padding-left: 665px;
}
.content7 .text .h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
    color: #ffcc33;
    padding-left: 14px;
}
.content7 .text .h3 {
    font-size: 42px;
    line-height: 48px;
    color: #ffcc33;
    padding-top: 12px;
    padding-left: 14px;
}
.content7 .text .dn {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 137px;
}
.content7 .text .qrcode {
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #fff;
}
.content7 .text .app {
    padding-top: 12px;
    height: 60px;
}
.content7 .text .app img:first {
    margin-right: 23px;
}
.content7 .text .tip {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.footer {
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
}
.footer .logoblock {
    text-align: center;
    vertical-align: top;
}
.footer .logoblock > a {
    display: inline-block;
}
.footer .logoblock > a.logo {
    padding: 0 6px 26px 6px;
}
.contactus {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}
.xqimg {
    width: 480px;
}
/*.hr {
    border-top: solid 1px #dd3366;
    margin: 0 155px;
}*/

@media screen and (max-width: 1400px) {
    .content7 {
        width: auto;
    }
    .content7 .phone {
        display: none;
    }
    .content7 .text {
        padding-left: 0;
        margin: 0 auto;
        width: 600px;
    }
    .hr {
        margin: 0 48px;
    }
}
@media screen and (max-width: 1300px) {
    .content1 {
        width: auto;
        margin: 0 12px;
    }
}
@media screen and (max-width: 1200px) {
    .content2 {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .content2 .steplist {
        width: auto;
        margin: 0 12px;
        text-align: center;
    }
    .content2 .step {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .content2 .text {
        padding-top: 12px;
    }
}
@media screen and (max-width: 1151px) {
    .mobiletab {
        display: flex;
    }
    .content2 .layout1 {
        background-color: #ffffff;
    }
    .content2 .layout1,
    .content2 .layout2 {
        padding-top: 60px;
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 1000px) {
    .content2 .t1 {
        font-size: 30px;
        line-height: 48px;
    }
    .layout6 {
        padding-top: 60px;
        height: 550px;
    }
    .content6 {
        margin: 0 12px;
    }
    .content6 .t3 {
        font-size: 24px;
        line-height: 36px;
    }
    .content6 .btn {
        width: 320px;
    }
}
@media screen and (max-width: 860px) {
    .logo {
        margin: 0 auto;
    }
    .content1 {
        height: auto;
    }
    .content1 .flex {
        flex-direction: column;
        padding-top: 114px;
        padding-bottom: 96px;
    }
    .content2 .download {
        width: auto;
    }
    .content2 .pcimg {
        float: none;
        margin: 0 auto;
    }
    .content2 .info {
        float: none;
        margin: 0 auto;
    }
    .content2 .info {
        width: 320px;
    }
    .content2 .app {
        padding-top: 12px;
    }
    .content2 .qrcode {
        display: none;
    }
    .content2 .appstore,
    .content2 .googleplay {
        float: none;
        width: 180px;
        margin: 0 auto;
        margin-top: 12px;
    }
    .content2 .app .tip {
        letter-spacing: 0;
    }
    .content2 .app .tip span {
        display: block;
    }
    .content7 .text {
        text-align: center;
        width: auto;
    }
    .content7 .text .h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .content7 .text .h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .content7 .text .dn {
        padding-left: 0;
    }
    .content7 .text .qrcode {
        display: none;
    }
    .content7 .text .app {
        height: auto;
    }
    .content7 .text .app a {
        display: block;
    }
    .content7 .text .app a img {
        width: 180px;
    }
    .xqimg {
        width: 240px;
    }
}

@media screen and (max-width: 760px) {
    .mobiletab {
        margin-bottom: 0;
    }
    .tablayout > div {
        min-width: 144px;
        font-size: 36px;
        line-height: 63px;
    }
    .content2 .layout1,
    .content2 .layout2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .content1 .text .t1,
    .content1 .text .t2 {
        font-size: 36px;
        line-height: 48px;
    }
    .content2 .steplist {
        padding-top: 36px;
    }
    .content2 .t1 span {
        display: block;
    }
    .layout6 {
        height: 640px;
    }
    .content6 .i1 {
        display: none;
    }
    .content6 .i2 {
        display: block;
    }
}
@media screen and (max-width: 428px) {
    .layout6 {
        height: 680px;
    }
    .content6 .i2 {
        width: auto;
        height: auto;
    }
    .layout7 {
        background-image: url(images/bg3_m.png);
        background-position: center 60px;
        background-size: 428px;
        margin-top: -180px;
        padding-bottom: 20px;
    }
    .content7 {
        margin: 0 6px;
    }
    .content7 .phone {
        display: block;
        position: relative;
        left: auto;
        background-size: 240px;
        width: 240px;
        height: 303.5px;
        margin: 0 auto;
    }
    .content7 .text {
        padding-top: 0;
    }
    .content7 .text .dn {
        padding-top: 12px;
    }
    .content7 .text .tip {
        padding-top: 12px;
    }
    .content7 .text .tip span {
        display: block;
    }
    .footer {
        margin-top: 0;
    }
    .footer .logoblock > a.logo {
        padding-left: 0;
        padding-right: 0;
    }
    .hr {
        margin: 0 24px;
    }
}
@media screen and (max-width: 380px) {
    .mobiletab {
        margin: 0 12px;
    }
    .footer .logoblock {
        padding-bottom: 12px;
    }
    .footer .logoblock > a.logo {
        width: 115px;
        height: 48px;
        background-size: 115px;
        padding-bottom: 0;
    }
}
