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;
}
.mobileOnly {
    display: none;
}
img {
    max-width: 100%;
}
a {
    color: #0084ff;
    text-decoration: none;
}
a:hover {
    color: #00a8ff;
}
#menu2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background-color: rgba(13, 48, 104, 0.85);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 4;
}
#menu2 .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    background: url(images/hamberger.png) no-repeat center center;
    background-size: 24px;
}
#menu2 .menulist {
    position: relative;
    background-color: rgba(13, 48, 104, 0.9);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#menu2 .menulist div {
    font-size: 2rem;
    line-height: 5rem;
    text-align: center;
    color: #00a8ff;
}
#menu2 .menulist div a {
    display: block;
}
#menu2 .menulist div a {
    color: #ffffff;
}
#menu2 .menulist div a:hover {
    color: #fdd000;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    background-color: rgba(13, 48, 104, 0.85);
}
.header {
    height: 420px;
    background-image: url(images/background-top1b.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 140px;
    margin-top: 60px;
}
.header .menu {
    position: fixed;
    top: 5px;
    right: 200px;
    margin-left: 240px;
    border-radius: 0 0 10px 10px;
    padding: 0 16px;
    z-index: 5;
}
.header .menu div {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #115555;
    padding: 0 16px;
    cursor: pointer;
}
.header .menu a,
.header .menu div {
    color: #ffffff;
}
.header .menu a:hover,
.header .menu div:hover {
    color: #fdd000;
}
.header .t1 {
    font-size: 32.5px;
    font-weight: bold;
    line-height: 1.11;
    letter-spacing: 0.81px;
    text-align: center;
    color: #1f3d98;
    padding-left: 20%;
}
.header .t2 {
    position: relative;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #1f3d98;
    margin-top: 32px;
    padding: 0 8px;
    padding-left: 20%;
}
.header .t2 > div > span {
    display: inline-block;
}
.header .t2 span.b {
    font-size: 52px;
    color: #841c7b;
}
.header .t3 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #1f3d98;
    margin-top: 22px;
    padding: 0 8px;
    padding-left: 20%;
}
.header .t3 > div > span {
    display: inline-block;
}
.header .t3 span.b {
    font-size: 46px;
    color: #841c7b;
}
.logo {
    position: absolute;
    top: 0;
    left: 12%;
    width: 170px;
    height: 55px;
    background-image: url(images/logo2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 170.75px;
}
.promote {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 93px;

    color: #003366;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    letter-spacing: 0.4px;
}
.promote span {
    display: inline-block;
}
.promote span.p {
    color: #fe6657;
    font-size: 40px;
}
.step {
    position: relative;
}
.step > div {
    position: relative;
    width: 1020px;
    margin: 61px auto;
}
.step > div.br {
    width: 636px;
    border-top: 2px solid #dfdfe0;
}
.step .info .t2 span,
.step .t2b span,
.step .info .t3 span {
    display: inline-block;
}
.step .info {
    float: left;
    width: 510px;
    padding-right: 18px;
    margin: 0 auto;
}
.step .icon {
    position: relative;
    float: right;
    width: 492px;
    text-align: center;
}
.step .icon img {
    border: solid 1px #c3c3c3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.step .icon.big {
    cursor: pointer;
}
.step .tip {
    color: #666;
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.step .icon.big:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/big.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56px;
}
.step .icon img {
    border: solid 1px #c3c3c3;
}
.step .clear {
    clear: both;
}
.step .num {
    /*display: none;*/
    text-align: center;
    color: #fe6657;
    font-size: 66px;
    font-family: 'Times New Roman';
    font-style: italic;
    line-height: 66px;
}
.step .t1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-top: 29px;
}
.step .t2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.31;
    text-align: center;
    color: #003366;
    margin-top: 26px;
}
.step .t2b {
    font-size: 30px;
    line-height: 1.31;
    text-align: center;
    color: #fe6657;
    margin-top: 29px;
    font-weight: bold;
}
.step .t3 {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin-top: 32px;
}
.step .t3 .ytbtn {
    line-height: 24px;
    padding: 4px 14px;
    margin: 8px 0 0 4px;
}
.step .t4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #333333;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 630px;
}
.step .t4 .b {
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    .step .t4 {
        width: 80%;
    }
}
@media screen and (max-width: 640px) {
    .step .t4 {
        width: auto;
        margin: 30px 20px 40px 20px;
    }
}
.step .t4 > div {
    padding-left: 20px;
}
.step .t4 > div::before {
    content: '．';
    color: #333333;
    font-weight: bold;
    margin-left: -20px;
}
.step .btn {
    text-align: center;
    margin-top: 16px;
}
.promote .btn a,
.step .btn a,
.xqmodule .btn a,
.ytbtn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    background-color: #0084ff;
    padding: 0 28px;
    margin: 16px 8px 8px 0;
}
.xqmodule .btn a {
    font-size: 24px;
    line-height: 36px;
}
.promote .btn a:hover,
.step .btn a:hover,
.xqmodule .btn a:hover,
.ytbtn:hover {
    color: #ffffff;
    background-color: #00a8ff;
}
.promote .ytbtn {
    top: -5px;
    margin-top: 0;
}
@media screen and (max-width: 614px) {
    .promote .ytbtn {
        top: 0;
        padding: 0 14px;
        line-height: 24px;
    }
}
.step .t0 {
    font-size: 22px;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin-top: 32px;
}
.rwdtable {
    position: relative;
    width: 1020px;
    margin: 61px auto;
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
}
.rwdtable table {
    width: 100%;
    margin-bottom: 20px;
}
.rwdtable table,
.rwdtable td {
    border: 1px solid #000;
}
.rwdtable td {
    background-color: #fff;
    text-align: center;
    color: #333333;
    padding: 2px 5px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 34px;
}
.rwdtable .t1 {
    background-color: #314f7f;
    color: #fff;
    font-weight: bold;
}
.rwdtable .t2 {
    background-color: #ffe893;
    font-weight: bold;
}
.rwdtable .t3 {
    background-color: #fff0b7;
    width: 30%;
}
.rwdtable .t3 div {
    text-align: left;
}
.rwdtable .b {
    font-weight: bold;
}
.rwdtable .white td {
    border-color: #fff;
    font-size: 18px;
    line-height: 36px;
    width: 35%;
}
.rwdtable .white td.t3 {
    width: 30%;
}
.module {
    background-image: linear-gradient(to bottom, #ffecdd, #d0f1ff);
    padding-top: 80px;
    padding-bottom: 70px;
}
.module .t1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #003366;
}
.module .t1 span {
    color: #ff6633;
}
.module .t2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    color: #336699;
    margin-top: 31px;
}
.module .t2 span {
    display: inline-block;
}
.module .t3 {
    text-align: center;
    margin-top: 23px;
}
.module .t3 div {
    position: relative;
    display: inline-block;
    width: 460px;
    margin-left: 75px;
}
.module .t3 div:first-child {
    margin-left: 0;
}
.module .t3 a {
    position: absolute;
    left: 93px;
    right: 93px;
    bottom: 58px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    border-radius: 22px;
    background-color: #0084ff;
}
.module .t3 a.s {
    letter-spacing: -1px;
}
.module .t3 a:hover {
    background-color: #00a8ff;
}
.module .t4 {
    margin-top: 8px;
    text-align: center;
}
.module .t4 > div {
    display: inline-block;
    position: relative;
    width: 360px;
    height: 418px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    margin: 0 30px;
    margin-top: 30px;
    vertical-align: top;
}
.module .t4 .title {
    height: 50px;
    line-height: 50px;
    border-radius: 16px 16px 0 0;
    background-color: #deeeff;
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    text-align: center;
}
.module .t4 .title.bg2 {
    background-color: #cff7ee;
}
.module .t4 .title.bg3 {
    background-color: #ffe0e3;
}
.module .t4 .desc {
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    font-size: 24px;
    color: #003366;
    text-align: center;
}
.module .t4 .desc > div {
    line-height: 30px;
}
.module .t4 .desc2 {
    height: 48px;
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    text-align: center;
}
.module .t4 .desc span,
.module .t4 .desc2 span {
    color: #fe6657;
}
.module .t4 .img {
    margin-top: 19px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}
.module .t4 a {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 11px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    background-color: #0084ff;
    width: 260px;
}
.module .t4 a:hover {
    background-color: #00a8ff;
}
.xqmodule {
    background-color: #e6e6e6;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #003366;
    padding: 18px 0;
    text-align: center;
}
.xqmodule .btn {
    position: relative;
    padding-left: 24px;
}
.trading {
    padding-top: 60px;
    padding-bottom: 20px;
}
.trading .t1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #003366;
}
.trading .t1 > div {
    display: inline-block;
}
.trading .t1 span {
    display: inline-block;
    color: #ff6633;
}
.trading .t2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #336699;
    margin-top: 30px;
}
.trading .t3 {
    text-align: center;
}
.trading .t3 > div {
    display: inline-block;
    position: relative;
    width: 490px;
    margin: 0 18px;
    margin-top: 38px;
    padding-bottom: 40px;
    vertical-align: top;
}
.trading .t3 .s1 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 42px;
    color: rgba(0, 0, 0, 0.85);
}
.trading .t3 .s1 > div {
    display: inline-block;
}
.trading .t3 .s2 {
    margin-top: 26px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #003366;
}
.trading .t3 .s2 span {
    display: inline-block;
}
.trading .t3 .s3 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: left;
}
.trading .t3 > div.br {
    display: none;
    width: 636px;
    border-top: 2px solid #dfdfe0;
}
.trading div.br2 {
    position: relative;
    width: 636px;
    border-top: 2px solid #dfdfe0;
    margin: 30px auto;
    margin-bottom: 50px;
}
.trading .t4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    color: #336699;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 460px;
    border: 1px solid #dfdfe0;
    padding: 25px 15px;
}
@media screen and (max-width: 600px) {
    .trading .t4 {
        width: 80%;
    }
}
.trading .t4 > div {
    padding-left: 20px;
}
.trading .t4 > div::before {
    content: '◆';
    color: #ff6633;
    margin-left: -20px;
}
.trading .img {
    position: relative;
}
.trading .img img {
    width: 490px;
    height: 280px;
}
.trading .img.big {
    cursor: pointer;
}
.trading .tip {
    color: #666;
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.trading .img.big:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/big.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56px;
}
.trading .btn a {
    display: block;
    position: relative;
    width: 280px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    background-color: #0084ff;
}
.promote2 {
    position: relative;
    text-align: center;
    background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 35%);
}
.promote2 img {
    width: 552px;
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 0;
}
.xq {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 73px;
    margin-bottom: 0;
}
.xqinfo {
    position: relative;
    left: 2px;
    width: 850px;
    margin: 0 auto;
    height: 531px;
    margin-top: -1px;
}
.xqinfo > div.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 425px;
    height: 531px;
    border-right: 1px solid #b8f1f9;
}
.xqinfo > div.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 425px;
    height: 531px;
    border-left: 1px solid #b8f1f9;
}
.xqinfo .t1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #006699;
    margin-top: 21px;
    margin-bottom: 31px;
}
.xqdown1 {
    position: relative;
    width: 324px;
    max-width: 100%;
    margin: 0 auto;
}
.xqinfo .t2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #fe6657;
    vertical-align: middle;
    margin-top: 21px;
}
.xqinfo .t2::before {
    display: inline-block;
    position: relative;
    content: '';
    width: 6px;
    height: 23px;
    background-color: #6699cc;
    margin-right: 10px;
}
.xqinfo .t3 {
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #333333;
    margin-top: 21px;
    margin-bottom: 34px;
}
.xqinfo .down {
    position: relative;
    width: 318px;
    height: 115px;
    margin: 0 auto;
    margin-top: 39px;
}
.xqinfo .down .qr {
    display: block;
    float: left;
    width: 115px;
    height: 115px;
}
.xqinfo .down.mobile {
    width: 156px;
}
.xqinfo .down.mobile .qr {
    display: none;
}
.xqinfo .down .ios,
.xqinfo .down .an {
    display: block;
    float: right;
    width: 156px;
}
.xqinfo .down .an {
    margin-top: 7px;
}
.xqinfo .btn {
    position: relative;
    display: block;
    width: 198px;
    margin: 0 auto;
    margin-top: 32px;
}
.xqinfo .t4 {
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #333333;
    margin-top: 22px;
}
.xqinfo .t5 {
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #333333;
    margin-top: 25px;
}
.soc {
    background-color: #eeeeee;
    padding-top: 52px;
    padding-bottom: 54px;
}
.soc .t1 {
    font-size: 42px;
    line-height: 1;
    text-align: center;
    color: #000000;
}
.soc .follow {
    position: relative;
    width: 785px;
    height: 52px;
    margin: 0 auto;
    margin-top: 30px;
}
.soc .follow a {
    display: inline-block;
    /*width: 209px;*/
    height: 50px;
    max-width: 100%;
    margin-left: 39px;
    padding: 1px 0;
}
.soc .follow a.linkxq {
    width: 225px;
}
.soc .follow a.linkfb {
    width: 230px;
}
.soc .follow a.linkyt {
    width: 244px;
}
.soc .follow a:first-child {
    margin-left: 0;
}
.soc .t2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.42;
    text-align: center;
    color: #000000;
    margin-top: 40px;
}
.footer {
    padding: 24px 0;
    background-color: #dadada;
}
.site {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.73;
    text-align: center;
    color: #00a8ff;
}
.site > a:first-child {
    margin-right: 62px;
}
.contact {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.11;
    letter-spacing: 0.9px;
    text-align: center;
    color: #545454;
}
.contact > span:first-child {
    margin-right: 20px;
}
.contact .t {
    color: #0084ff;
}
.copyright {
    padding: 0 12px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
    color: #545454;
}
.link {
    position: relative;
}
.link:hover::after {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
#dialog,
#ytplayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#dialog .mask,
#ytplayer .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#ytplayer .mask {
    background-color: rgba(0, 0, 0, 0.75);
}
#dialog .icon,
#ytplayer .player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
}
#dialog .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
}
.icon1 {
    padding-top: 50px;
}
.icon2 {
    padding-top: 120px;
}
#ytplayer .player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
#ytplayer .close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAVRJREFUWEftmN1NxEAMhGdKggZoCZ44KgCeoCUagJKMVmKlJdqs//a4PZE8Rrbny9hxfojFDy7OhwMw26HDwT9xUETuSH5kxXr5Wm21xSLyAuARwAPJ95mQInIP4A3AK8lTr/YQUERK0nOTOA2ygavln0gWM34du4AicgPgs3NVacgOXJW5JfnVamoO1hZsOcOQA7huTcsMToP0whVXVMASFCm8tTxawwSYhYzCmR2sbkSEIjnmm2RnsZpnMgvndtDj5Ay4MKA2kz8XUp4Q6fVkvkmc7e6Fh3ZnClBxsoUMwaVa3KoP5q2EheH+B6DiXjU67GJqBo1wKcgw4GjPXXzNWJawJaa3i7bn3A56hD2xe7AuwIhgJCf0spARyuSaHMwIeF4wem1WAWfAZSCv96PpWj471/1wb+Zm3V8fDeS6P48sj6Nzxqhr5pziltoHoMWlUcw3VZ0COMxPfp0AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .logo {
        left: 6%;
    }
    .header {
        height: 370px;
        background-size: 1700px;
        padding-top: 90px;
    }
}
@media screen and (max-width: 1400px) {
    .header {
        height: 340px;
        background-size: 1600px;
        padding-top: 80px;
    }
    .header .menu {
        margin-left: 0;
        right: 100px;
    }
    .header .t1 {
        font-size: 26px;
    }
    .header .t2 {
        font-size: 34px;
    }
    .header .t2 span.b {
        font-size: 44px;
    }
    .header .t3 {
        font-size: 30px;
    }
    .header .t3 span.b {
        font-size: 40px;
    }
}
@media screen and (max-width: 1300px) {
    .header {
        height: 320px;
        background-size: 1500px;
        padding-top: 60px;
    }
}
@media screen and (max-width: 1200px) {
    .header {
        height: 310px;
        background-size: 1425px;
        padding-top: 40px;
        padding-left: 190px;
        padding-right: 190px;
    }
    .header .t2 {
        margin-top: 24px;
    }
    .header .t3 {
        margin-top: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .logo {
        left: 3%;
    }
    .header {
        height: 310px;
        background-size: 1300px;
        padding-top: 30px;
        padding-left: 150px;
        padding-right: 150px;
    }
    .header .menu {
        right: 0;
    }
    .header .t2 {
        margin-top: 12px;
    }
}
@media screen and (max-width: 1054px) {
    .trading .t3 > div.br {
        display: block;
        margin: 0 auto;
    }
    .trading .btn a {
        margin-top: 0;
    }
}
@media screen and (max-width: 1020px) {
    .icon1,
    .icon2 {
        padding-top: 0;
    }
    .header {
        height: 250px;
        background-size: 1020px;
        padding-top: 20px;
        padding-left: 190px;
        padding-right: 190px;
    }
    .header .t1 {
        font-size: 24px;
    }
    .header .t2 {
        font-size: 30px;
    }
    .header .t2 span.b {
        font-size: 38px;
    }
    .header .t3 {
        font-size: 30px;
    }
    .header .t3 span.b {
        font-size: 38px;
    }
    .step > div {
        width: auto;
        max-width: 100%;
    }
    .step > div.br {
        width: 80%;
        margin: 30px auto;
    }
    .step .info {
        float: none;
        max-width: 100%;
    }
    .step .icon {
        float: none;
        margin: 0 auto;
        margin-top: 32px;
        max-width: 100%;
    }
    .rwdtable {
        width: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .rwdtable .t3 {
        width: 50%;
    }
    .rwdtable td,
    .rwdtable .white td {
        width: 25%;
    }
    .rwdtable .white td.t3 {
        width: 50%;
    }
    .module {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .module .t3 div,
    .module .t3 div:first-child {
        display: block;
        margin: 10px auto;
    }
    .trading .t3 > div.br,
    .trading div.br2 {
        width: 80%;
    }
}
@media screen and (max-width: 900px) {
    .pcOnly {
        display: none;
    }
    .mobileOnly {
        display: block;
    }
    .header {
        padding-left: 140px;
        padding-right: 140px;
    }
    .header .menu {
        left: auto;
        right: 50px;
    }
    .xqinfo {
        left: auto;
        width: auto;
        height: auto;
    }
    .xqinfo > div.left {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        border-right: none;
        margin: 30px auto;
    }
    .xqinfo > div.right {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        height: auto;
        border-left: none;
        margin: 30px auto;
    }
}
@media screen and (max-width: 800px) {
    .rwdtable td {
        font-size: 18px;
        line-height: 24px;
    }
    .soc .follow {
        width: auto;
        height: auto;
    }
    .soc .follow a {
        display: block;
        margin: 10px auto;
    }
    .soc .follow a:first-child {
        margin-left: auto;
    }
    .soc .t2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 750px) {
    .logo {
        left: 10px;
    }
    .header {
        height: 205px;
        background-image: url(images/background-top3b.jpg);
        background-size: 750px;
        background-position: bottom center;
        padding-top: 30px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .header .t1 {
        margin-top: 10px;
        font-size: 18px;
        padding-left: 0;
    }
    .header .t2,
    .header .t3 {
        font-size: 20px;
        margin-top: 22px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .header .t2 span.b,
    .header .t3 span.b {
        font-size: 22px;
    }
    .promote {
        margin-top: 30px;
        margin-bottom: 0;
        max-width: 95%;
        font-size: 20px;
        line-height: 30px;
    }
    .promote span.p {
        font-size: 24px;
    }
    .step {
        overflow: hidden;
        padding: 0 15px;
    }
    .step .list {
        text-align: center;
    }
    .step .num {
        display: inline-block;
        font-size: 33px;
        line-height: 33px;
    }
    .step .t1 {
        display: inline-block;
        font-size: 28px;
    }
    .step .t2 {
        font-size: 20px;
    }
    .step .t2b {
        font-size: 24px;
    }
    .step .t3 {
        font-size: 16px;
    }
    .step > div {
        margin: 30px auto;
    }
    .step > div.br {
        margin: 10px auto;
    }
    .module .t1,
    .trading .t1 {
        font-size: 30px;
        line-height: 36px;
    }
    .module .t2,
    .step .t0 .module .t3 div {
        width: 345px;
    }
    .module .t3 a {
        left: 75px;
        right: 75px;
        bottom: 45px;
        font-size: 18px;
        line-height: 30px;
    }
    .promote2 {
        padding: 0 10px;
    }
    .xq {
        margin-top: 40px;
    }
    .soc {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .soc .t1 {
        font-size: 24px;
    }
    .soc .t2 {
        font-size: 16px;
    }
    .soc .follow a {
        margin: 20px auto;
    }
    .footer {
        padding: 16px 0;
    }
    .site {
        font-size: 18px;
    }
    .contact {
        font-size: 16px;
    }
    .site > a,
    .contact > span {
        display: block;
    }
    .site > a:first-child,
    .contact > span:first-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .header {
        padding-left: 50px;
        padding-right: 50px;
    }
    .trading .t3 > div {
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .trading .img img {
        height: auto;
        max-width: 100%;
    }
    .xqmodule > span {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .header {
        background-image: url(images/background-top3b.jpg);
        background-size: 500px;
        padding-left: 0;
        padding-right: 0;
    }
    .module .t4 > div {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 420px) {
    .header {
        height: 250px;
        background-size: 420px;
        padding-top: 40px;
    }
    .header .t2 {
        margin-top: 20px;
    }
    .header .t3 {
        margin-top: 18px;
    }
}
@media screen and (max-width: 350px) {
    .promote .btn a,
    .step .btn a,
    .xqmodule .btn a {
        padding: 0 14px;
    }
    .module .t3 div {
        width: 230px;
    }
    .module .t3 a {
        left: 45px;
        right: 45px;
        bottom: 23px;
        font-size: 16px;
    }
    .module .t3 a.s {
        letter-spacing: -2px;
        font-size: 14px;
    }
}
.ol {
    padding-left: 20px;
    margin-bottom: 10px;
}
.ol:before {
    display: inline-block;
    content: '．';
    margin-left: -20px;
}

.light {
    color: #0084ff;
}
