html {
    height: 100%;
    font-size: 12px;
}
body {
    font-family: 'Microsoft JhengHei', Meiryo, Sans-serif, Arial, PingFangTC;
    font-weight: 400; /*Regular */
    height: 100%;
    min-width: 320px;
    background-color: #ffffff;
    font-size: 1rem;
}
.breakInline {
    display: inline-block;
}
.smallVer {
    display: none;
}
img {
    max-width: 100%;
}
a {
    color: #398fe5;
    text-decoration: none;
}
a:hover {
    color: #f75757;
}
.h0 {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
}
.h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
    padding: 9px 0;
    text-align: center;
    color: #004182;
}
.h0 .o,
.h1 .o {
    color: #ff7700;
}
.h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    color: #004182;
}
.h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #035db8;
}
@media screen and (max-width: 520px) {
    .h0 {
        font-size: 28px;
        line-height: 40px;
    }
    .h1 {
        font-size: 28px;
    }
    .h3 {
        font-size: 18px;
    }
}
.example {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    cursor: pointer;
}
.example::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-arrow.svg) no-repeat center center;
    background-size: 12px;
    margin-right: 4px;
}
.outlayout {
    text-align: center;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 60px;
}
.fixed.bg {
    background-color: rgba(2, 36, 112, 0.85);
}
.fixed .menu {
    position: relative;
    width: 1115px;
    margin: 0 auto;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    color: #acd6ff;
    z-index: 5;
}
@media screen and (max-width: 1115px) {
    .fixed .menu {
        width: auto;
        margin: 0 10px;
    }
}
.fixed .menu a {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 16px;
    color: #acd6ff;
    cursor: pointer;
}
.fixed .menu a.buy {
    color: #ffee63;
}
.fixed .menu a:hover,
.fixed .menu a.buy:hover {
    color: #ffffff;
}
.toplayout {
    position: relative;
    margin: 0 auto;
    background: url(../images/topbg.png) no-repeat top center;
    background-size: 1781px;
    min-height: 675px;
}
.toplayout .topimg {
    display: inline-block;
    position: relative;
    padding-top: 60px;
    width: 425px;
    padding-left: 85px;
    margin: 0 30px;
    vertical-align: top;
}
.toplayout .word {
    display: inline-block;
    position: relative;
    padding-top: 100px;
    width: 510px;
    margin: 0 30px;
    vertical-align: top;
}
.toplayout .word .logo {
    position: relative;
    width: 206px;
    margin: 0 auto;
}
.toplayout .word .h0 {
    margin-top: 23px;
}
.toplayout .word .t1 {
    margin-top: 37px;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}
.toplayout .word .btn {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 66px;
    width: 120px;
    height: 48px;
    border-radius: 24px;
    background-color: #ffd12d;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #035db8;
    cursor: pointer;
}
.toplayout .word .btn:hover {
    color: #398fe5;
}
.toplayout .word .btn:active {
    color: #f75757;
}
@media screen and (min-width: 1700px) {
    .toplayout {
        background-size: 2000px;
        min-height: 758px;
    }
}
@media screen and (max-width: 1142px) {
    .multibroker div.left {
        padding-top: 0;
    }
    .toplayout.bigVer {
        display: none;
    }
    .toplayout.smallVer {
        display: block;
    }
    .toplayout .topimg {
        width: 510px;
        padding-left: 0;
    }
}
@media screen and (max-width: 570px) {
    .toplayout {
        background-size: 1900px;
    }
    .toplayout .topimg {
        padding-top: 50px;
        width: auto;
    }
    .toplayout .word {
        display: block;
        width: auto;
    }
    .toplayout .word .t1 {
        margin-top: 15px;
        font-size: 18px;
    }
    .toplayout .word .btn {
        margin-top: 30px;
    }
    .example {
        font-size: 20px;
        line-height: 24px;
        padding-top: 6px;
    }
    .comprehensive .cards .example {
        font-size: 17px;
        line-height: 26px;
    }
}
.multibroker {
    position: relative;
    margin: 0 auto;
    margin-top: 48px;
    padding-bottom: 55px;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #666666;
}
.multibroker .left {
    display: inline-block;
    width: 510px;
    margin: 0 30px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 43px;
    padding-top: 100px;
}
.multibroker .right {
    display: inline-block;
    right: 164px;
    width: 380px;
    padding: 0 65px;
    margin: 0 30px;
    vertical-align: top;
}
.multibroker .o {
    color: #ff7700;
}
.multibroker .brk {
    display: inline-block;
}
.multibroker .t2 {
    margin-top: 26px;
}
.multibroker .t3 {
    position: relative;
    margin-top: 26px;
    padding-left: 60px;
}
.multibroker .t3 b {
    font-weight: bold;
    color: #000;
}
.multibroker .t3 .ttt {
    display: inline-block;
    margin-left: -60px;
    width: 60px;
}
.multibroker .t3.s {
    padding-left: 24px;
}
.multibroker .t3.s .ttt {
    margin-left: -24px;
    width: 24px;
}
.multibroker .t4 {
    position: relative;
    font-size: 22px;
    margin-top: 60px;
    text-align: center;
}
.multibroker .t4 a {
    display: block;
    width: 185px;
    line-height: 27px;
    border-radius: 24px;
    color: #035db8;
    background-color: #ffd12d;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
}
.multibroker .t4 a:hover {
    color: #398fe5;
}
.multibroker .t4 a:active {
    color: #f75757;
}
@media screen and (max-width: 580px) {
    .multibroker .left,
    .multibroker .right {
        width: auto;
    }
    .multibroker .right {
        padding-left: 0;
        padding-right: 0;
    }
    .multibroker .t3 {
        padding-left: 0;
    }
    .multibroker .t3 .ttt {
        display: none;
    }
    .multibroker .t3.s .ttt {
        display: inline-block;
    }
}
.multibroker .phone2 {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 590px;
    padding: 0;
    margin: 0 10px;
    vertical-align: top;
}
.multibroker .phone2 .swiper-container {
    width: 240px;
    height: 540px;
    overflow: hidden;
}
.multibroker .phone2 .swiper-pagination {
    margin-top: 12px;
    text-align: center;
    width: 240px;
}
.multibroker .phone2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(../images/pager-dot.svg) no-repeat center center;
    background-size: 12px;
    margin-left: 18px;
    opacity: 1;
}
.multibroker .phone2 .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.multibroker .phone2 .swiper-pagination-bullet-active {
    background: url(../images/pager-dot-at.svg) no-repeat center center;
    background-size: 12px;
}
/*text-indent: 50px;*/
.main {
    background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 35%);
}
.comprehensive {
    position: relative;
    margin: 0 auto;
    padding-top: 48px;
}
.comprehensive .info {
    position: relative;
    margin-top: 63px;
}
.comprehensive .phone {
    position: relative;
    display: inline-block;
    width: 316px;
    height: 785px;
    padding: 0;
    margin: 0 10px;
    vertical-align: top;
}
.comprehensive .phone .swiper-container {
    width: 315px;
    height: 705px;
    overflow: hidden;
}
.comprehensive .phone .swiper-pagination {
    margin-top: 32px;
    text-align: center;
    width: 316px;
}
.comprehensive .phone .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(../images/pager-dot.svg) no-repeat center center;
    background-size: 12px;
    margin-left: 18px;
    opacity: 1;
}
.comprehensive .phone .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.comprehensive .phone .swiper-pagination-bullet-active {
    background: url(../images/pager-dot-at.svg) no-repeat center center;
    background-size: 12px;
}
.comprehensive .cards {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    width: 330px;
    margin: 0 10px;
    vertical-align: top;
    text-align: left;
}
.comprehensive .cards:first-child {
    margin-left: 0;
}
.comprehensive .cards:last-child {
    margin-right: 0;
}
.comprehensive .cards > div {
    min-height: 148px;
    padding: 5px 8px 15px 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px transparent;
    background-color: #ffffff;
    margin-bottom: 10px;
    transition: border 0.1s ease-in;
    cursor: pointer;
}
.comprehensive .cards > div.mobileOnly {
    display: none;
}
.comprehensive .cards > div:hover,
.comprehensive .cards > div.enabled {
    box-shadow: 0 0 6px 0 #ffa94f;
    border: solid 1px #fa6400;
}
.comprehensive .cards .icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: #152e5d;
}
.comprehensive .cards .icon1 {
    background: url(../images/card1a.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon1 {
    background: url(../images/card1b.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .icon2 {
    background: url(../images/card2a.svg?v=1) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon2 {
    background: url(../images/card2b.svg?v=1) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .icon3 {
    background: url(../images/card3a.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon3 {
    background: url(../images/card3b.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .icon4 {
    background: url(../images/card4a.svg?v=1) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon4 {
    background: url(../images/card4b.svg?v=1) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .icon5 {
    background: url(../images/card5a.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon5 {
    background: url(../images/card5b.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .icon6 {
    background: url(../images/card6a.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .enabled .icon6 {
    background: url(../images/card6b.svg) no-repeat top center;
    background-size: 80px;
}
.comprehensive .cards .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: #004182;
    padding-left: 0;
    text-align: center;
}
.comprehensive .cards .content {
    margin-top: 5px;
    padding-left: 0;
}
.comprehensive .cards .content > div {
    font-size: 17px;
    line-height: 26px;
    color: #353535;
    padding-left: 21px;
    margin-top: 10px;
}
.comprehensive .cards .content > div::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon-dot.svg) no-repeat center center;
    background-size: 17px;
    margin-right: 4px;
    margin-left: -21px;
}
.comprehensive .cards .content .red {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    line-height: 26px;
    color: #004182;
}
.comprehensive .cards .content .red.right {
    text-align: right;
}
.comprehensive .cards .content > a {
    display: block;
    font-size: 17px;
    line-height: 26px;
    padding-left: 21px;
    margin-top: 10px;
}
.comprehensive .cards .content .b {
    font-weight: bold;
}
.comprehensive .swiper-button-next,
.comprehensive .swiper-button-prev {
    visibility: hidden;
    pointer-events: none;
    top: 330px;
}
@media screen and (max-width: 1142px) {
    .comprehensive {
        padding-left: 30px;
        padding-right: 30px;
    }
    .comprehensive .info {
        padding-bottom: 20px;
    }
    .comprehensive .phone {
        height: 900px;
    }
    .comprehensive .phone .swiper-pagination {
        position: absolute;
        bottom: 0;
        margin-top: 0;
        width: 316px;
    }
    .comprehensive .cards {
        position: absolute;
        top: 550px;
        margin: 0;
        left: 50%;
        width: 360px;
        margin-left: -180px;
        z-index: 1;
    }
    .comprehensive #cards1.cards {
        display: none;
    }
    .comprehensive .cards > div {
        display: none;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 13%);
        height: auto;
        padding-top: 0 0 15 0;
    }
    .comprehensive .cards > div.enabled {
        display: block;
        border: none;
        box-shadow: none;
    }
    .comprehensive .cards .enabled .icon1 {
        background: url(../images/card1a.svg) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .enabled .icon2 {
        background: url(../images/card2a.svg?v=1) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .enabled .icon3 {
        background: url(../images/card3a.svg) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .enabled .icon4 {
        background: url(../images/card4a.svg?v=1) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .enabled .icon5 {
        background: url(../images/card5a.svg) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .enabled .icon6 {
        background: url(../images/card6a.svg) no-repeat top center;
        background-size: 80px;
    }
    .comprehensive .cards .title {
        margin-top: 9px;
        font-size: 24px;
        line-height: 32px;
    }
    .comprehensive .cards .content {
        margin-top: 11px;
    }
}
@media screen and (max-width: 580px) {
    .comprehensive {
        padding-left: 10px;
        padding-right: 10px;
    }
    .comprehensive .phone {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .comprehensive .swiper-button-next,
    .comprehensive .swiper-button-prev {
        visibility: visible;
        pointer-events: initial;
    }
}
@media screen and (max-width: 380px) {
    .comprehensive .phone {
        width: 200px;
        height: 660px;
    }
    .comprehensive .phone .swiper-container {
        width: 200px;
        height: 447px;
    }
    .comprehensive .phone .swiper-pagination {
        width: 200px;
    }
    .comprehensive .swiper-button-next,
    .comprehensive .swiper-button-prev {
        top: 215px;
    }
    .comprehensive .cards {
        top: 320px;
        left: 0;
        margin-left: 0;
        width: auto;
    }
}
@media screen and (max-width: 350px) {
    .comprehensive .phone {
        height: 690px;
    }
}
.monitor {
    position: relative;
    margin: 0 auto;
    margin-top: 72px;
    padding-bottom: 45px;
    font-size: 20px;
}
.monitor .right {
    display: inline-block;
    margin-top: 61px;
    width: 510px;
    margin-left: 100px;
    text-align: left;
    margin: 0 30px;
    vertical-align: top;
    padding-bottom: 50px;
}
.monitor .content {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #353535;
}
.monitor .content > div {
    margin-top: 15px;
}
.monitor .content > div::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon-dot.svg) no-repeat center center;
    background-size: 17px;
    margin-right: 4px;
    margin-left: -21px;
}
.monitor .left {
    display: inline-block;
    width: 285px;
    margin: 0 142.5px;
    vertical-align: top;
}
.monitor .mobile {
    display: none;
}
@media screen and (max-width: 580px) {
    .monitor .left,
    .monitor .right {
        width: auto;
    }
}
@media screen and (max-width: 1161px) {
    .monitor .mobile {
        display: inline-block;
    }
    .monitor .pc {
        display: none;
    }
}
.autosync {
    position: relative;
    margin: 0 auto;
    margin-top: 41px;
    padding-bottom: 45px;
    font-size: 20px;
}
.autosync .left {
    display: inline-block;
    margin-top: 61px;
    width: 510px;
    margin-left: 100px;
    text-align: left;
    margin: 0 30px;
    vertical-align: top;
    padding-bottom: 50px;
}
.autosync .content {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #353535;
}
.autosync .content > div {
    margin-top: 15px;
}
.autosync .content > div::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon-dot.svg) no-repeat center center;
    background-size: 17px;
    margin-right: 4px;
    margin-left: -21px;
}
.autosync .right {
    display: inline-block;
    width: 510px;
    margin: 0 30px;
    vertical-align: top;
}
@media screen and (max-width: 580px) {
    .autosync .left,
    .autosync .right {
        width: auto;
    }
}
.broker {
    padding-top: 50px;
    padding-bottom: 34px;
    background-color: #f2f2f2;
}
.broker .bubble {
    border-radius: 20px;
    background-color: #fff;
    text-align: left;
    width: 738px;
    margin: 0 auto;
    padding: 24px 31px;
}
@media screen and (max-width: 848px) {
    .broker .bubble {
        width: auto;
        margin: 0 24px;
    }
}
.broker .bubble .msg {
    color: #da5436;
    font-size: 20px;
    line-height: 28px;
    padding: 6px 0;
}
.broker .bubble .group {
    padding-left: 26px;
}
.broker .bubble .title {
    padding-left: -26px;
    padding-top: 6px;
    color: #035db8;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}
.broker .bubble .title::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 16px;
    background: url(../images/icon-dot.svg) no-repeat center center;
    background-size: 17px;
    margin-right: 4px;
    margin-left: -26px;
}
.broker .bubble .values {
    padding: 8px 0;
    color: #353535;
    font-size: 20px;
    line-height: 28px;
}
.broker .bubble .values:last-child {
    padding-bottom: 0;
}
.broker .tip {
    padding-top: 25px;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    margin: 0 24px;
}
.bluebg {
    padding-top: 50px;
}
.apps {
    padding-bottom: 96px;
}
.apps > div {
    position: relative;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 58px;
}
.apps > div.br {
    width: 560px;
    border-top: solid 1px #398fe5;
    height: 0;
    padding: 0;
    margin: 0 auto;
}
.apps .app {
    display: inline-block;
    width: 441px;
    padding: 0 34.5px;
    vertical-align: top;
    margin: 0 30px;
}
.apps .info {
    position: relative;
    display: inline-block;
    padding-top: 144px;
    margin: 0 30px;
    width: 510px;
    vertical-align: top;
}
.apps .icon {
    position: relative;
    width: 90px;
    margin: 0 auto;
}
.apps .title {
    margin-top: 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #004182;
}
.apps .desc {
    margin-top: 21px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #353535;
}
.apps .btn a {
    display: block;
    position: relative;
    width: 120px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    background-color: #0084ff;
}
.apps .btn a:hover {
    background-color: #00a8ff;
}
@media screen and (max-width: 1142px) {
    .apps .app {
        margin: 0 auto;
    }
    .apps .info {
        padding-top: 54px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1022px) {
    .install > div.br,
    .apps > div.bigVer {
        display: none;
    }
    .apps > div.smallVer {
        display: block;
    }
    .apps > div.br {
        width: auto;
        margin: 0 60px;
    }
}
@media screen and (max-width: 520px) {
    .apps .app {
        width: auto;
    }
    .apps .info {
        width: auto;
    }
    .apps .title {
        font-size: 28px;
    }
    .apps .desc {
        font-size: 18px;
        line-height: 30px;
    }
}
.appbuy {
    padding: 12px 24px 20px 24px;
    background-color: #073985;
}
.appbuy .h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    color: #fff;
}
.appbuy .h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    color: #fff;
}
.appbuy .o,
.appbuy .o {
    color: #ff7700;
}
@media screen and (max-width: 520px) {
    .appbuy .h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .appbuy .h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.modulelist {
    background: #ffffff;
    text-align: center;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.module {
    position: relative;
    width: 320px;
    /*height: 100%;*/
    text-align: left;
    background: #ffffff;
    border: 1px solid #66a2d2;
    margin: 0 12px;
    margin-bottom: 42px;
    vertical-align: top;
    display: flex;
    flex-direction: column;
}
.module .tag {
    position: absolute;
    top: -21px;
    left: -13px;
    background: #ace4ff;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 21px;
    color: #035db8;
}
.module .tag.bg2 {
    background: #9bd0fd;
}
.module .tag::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #66a2d2 transparent transparent;
}
.module .icon {
    width: 128px;
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
}
.module .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 56px;
    color: #004182;
    text-align: center;
    padding-top: 6px;
}
.module .title .new {
    display: inline-block;
    width: 42px;
    height: 24px;
    background-color: #da5436;
    background-image: url(../images/NEW_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 12px;
}
.module .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #ff7700;
    text-align: center;
    padding-top: 6px;
}
.module .items {
    margin-top: 6px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #035db8;
    text-align: center;
}
.module .contains {
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
    width: 130px;
    font-size: 20px;
    line-height: 34px;
    background: #66a2d2;
    color: #fff;
    border-radius: 4px 4px 0 0;
    text-align: center;
    letter-spacing: 6px;
}
.module .desc {
    background: #f0f9ff;
    padding: 19px 12px;
    font-size: 18px;
    line-height: 26px;
    border-top: 1px solid #66a2d2;
    color: #353535;
    flex: 1;
}
.module .desc > div {
    padding-left: 24px;
    padding-top: 6px;
}
.module .desc > div::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(../images/icon-dot.svg) no-repeat center center;
    background-size: 17px;
    margin-right: 4px;
    margin-left: -24px;
}
.module .desc .b {
    font-weight: bold;
}
.module .support {
    background: #f0f9ff;
    padding: 4px 7px 0 7px;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    font-weight: bold;
    color: #ff7700;
    text-align: center;
}
.module .spbtn {
    background: #f0f9ff;
    padding: 26px 0;
    font-weight: bold;
}
.module .spbtn > a {
    display: block;
    width: 185px;
    line-height: 27px;
    border-radius: 24px;
    color: #035db8;
    background-color: #ffd12d;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
}
.module .spbtn > a:hover {
    color: #398fe5;
}
.module .spbtn > a:active {
    color: #f75757;
}
@media screen and (max-width: 600px) {
    .module {
        width: auto;
    }
}
.giftbox {
    display: inline-flex;
    padding: 0 30px;
    padding-bottom: 16px;
}
.giftbox_inner {
    border-radius: 12px;
    background-color: #073985;
    padding: 15px 20px 7px 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-sizing: border-box;
    max-width: 900px;
}
.giftbox_inner .g1 {
    white-space: nowrap;
}
.giftbox_inner .g1 .icon {
    position: relative;
    margin: 0 auto;
    width: 135px;
    height: 70px;
    background: url(../images/icon-giftbox.svg) no-repeat center center;
    background-size: 135px;
}
.giftbox_inner .g1 .t1 {
    margin-top: 21px;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #ff7700;
}
.giftbox_inner .g1 .t2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}
.giftbox_inner .g2 {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}
.giftbox_inner .g2 .box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.giftbox_inner .g2 .box > div {
    padding: 10px 35px 11px;
    width: 320px;
    height: 85px;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #004182;
    text-align: left;
}
.giftbox_inner .g2 .o {
    color: #ff7700;
}
.giftbox_inner .g2 .s {
    font-size: 18px;
}
.giftbox_inner .g2 .tips {
    font-size: 16px;
    line-height: 22px;
    color: #d1e8ff;
    text-align: left;
    word-break: break-all;
}
.giftbox_inner .g2 .tips > div {
    padding-left: 24px;
}
.giftbox_inner .g2 .tips > div::before {
    content: '※';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: -24px;
}
.giftbox_inner .g2 .tips a {
    color: #ffd12d;
    text-decoration: underline;
}
.giftbox_inner .g2 .tips a:hover {
    color: #ff7700;
}
@media screen and (max-width: 960px) {
    .giftbox_inner {
        padding: 20px;
        flex-direction: column;
    }
    .giftbox_inner .g2 .box > div {
        padding: 5px 25px;
        height: auto;
    }
}
@media screen and (max-width: 640px) {
    .giftbox_inner .g2 .box > div {
        padding: 5px 15px;
        font-size: 20px;
        line-height: 28px;
        width: 265px;
        max-width: 100%;
    }
}
.install {
    position: relative;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 20px;
    background-color: #ffffff;
}
.install > div.br {
    width: 560px;
    border-top: solid 1px #398fe5;
    height: 0;
    padding: 0;
    padding-top: 46px;
    margin: 0 auto;
}
.install > .h1 {
    padding-bottom: 40px;
}
.install .left,
.install .right {
    display: inline-block;
    width: 510px;
    margin: 0 30px;
    vertical-align: top;
    padding-bottom: 37px;
}
.install .icon {
    position: relative;
    width: 110px;
    margin: 0 auto;
}
.install .left .h1 {
    margin-top: 10px;
}
.install .left .h3 {
    margin-top: 9px;
}
.install .dnbtn {
    position: relative;
    width: 200px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 21px auto 0 auto;
    padding: 1px 28px;
    border-radius: 16px;
    background-color: #3882f7;
}
.install .dnbtn a {
    color: #fff;
}
.install .dnbtn:hover {
    background-color: #00a8ff;
}
.install .right .qr {
    display: block;
    position: relative;
    width: 120px;
    margin: 0 auto;
}
.install .right .store {
    margin-top: 20px;
    text-align: center;
}
.install .right .store > a {
    display: inline-block;
    width: 156px;
    margin: 0 15px;
    margin-top: 20px;
}
.install .right .tip {
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}
.install .right .tip .dnbook {
    font-size: 16px;
    margin-top: 20px;
    padding: 3px 0;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    background: linear-gradient(to right, #f2f2f2 0%, #d4d4d4 20%, #d4d4d4 76%, #f2f2f2 100%);
}
.install .right .tip .dnbook span {
    display: inline-block;
}
.install .right .tip .dnbook img {
    vertical-align: bottom;
}
@media screen and (max-width: 580px) {
    .install .left,
    .install .right {
        width: auto;
    }
}
.footer {
    background-color: #152e5d;
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #e5e5e5;
}
.footer .contact {
    text-align: center;
}
.footer .contact > div {
    display: inline-block;
    margin: 0 33px;
}
.footer .copyright {
    position: relative;
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}
@media screen and (max-width: 1080px) {
    .pcVer {
        display: none;
    }
    .mobileVer {
        display: block;
    }
}
