
.xqappmodule img {
    max-width: 100%;
}
.xqappmodule .promocode {
    display: block;
    font-weight: 900;
    font-size: 36px;
    line-height: 60px;
    background: #ffcc33;
    color: #006699;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    width: 1200px;
}
.xqappmodule .promocard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
    margin: 0 auto;
    margin-top: 40px;
    width: 1200px;
}
.xqappmodule .promocard > div {
    position: relative;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #006699;
    flex: 1;
    text-align: center;
    padding: 12px 18px;
    overflow: hidden;
}
.xqappmodule .promocard > div.yellow {
    border: 2px solid #ffcc33;
}
.xqappmodule .promocard .t1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #006699;
}
.xqappmodule .promocard .t2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-top: 12px;
}
.xqappmodule .promocard .t3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.xqappmodule .modulelist {
    background: #f0f0f0;
    text-align: center;
    padding-top: 78px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.xqappmodule .module {
    position: relative;
    width: 456px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #4bbbd1;
    margin: 0 12px;
    margin-bottom: 120px;
    vertical-align: top;
}
.xqappmodule .module .tag {
    position: absolute;
    top: -18px;
    left: -12px;
    background: #4bbbd1;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 18px;
    color: #ffffff;
}
.xqappmodule .module .tag::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #006699 transparent transparent;
}
.xqappmodule .module .tag.c2 {
    background: #006699;
}
.xqappmodule .module .tag.c2::after {
    border-color: transparent #4bbbd1 transparent transparent;
}
.xqappmodule .module .icon {
    width: 144px;
    padding-top: 36px;
    text-align: center;
    margin: 0 auto;
}
.xqappmodule .module .title {
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #006699;
    text-align: center;
    padding-top: 12px;
}
.xqappmodule .module .title2 {
    font-size: 24px;
    line-height: 30px;
    color: #6A6A6A;
    text-align: center;
}
.xqappmodule .module .price {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #006699;
    text-align: center;
    padding-top: 12px;
}
.xqappmodule .module .items {
    margin-top: 12px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #006699;
    font-weight: 700;
    text-align: center;
}
.xqappmodule .module .items > div > div {
    padding-left: 24px;
}
.xqappmodule .module .items > div.disabled {
    opacity: 0.2;
}
.xqappmodule .module .items > div > div::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: -24px;
    background: url(/images/xqappmodule/icon3.png) no-repeat 0 1px;
    background-size: 24px;
    vertical-align: bottom;
}
.xqappmodule .module .contains {
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
    width: 84px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    background: #006699;
    color: #fff;
    border-radius: 18px;
    text-align: center;
}
.xqappmodule .module .desc {
    background: rgba(75, 187, 209, 0.15);
    padding: 36px;
    padding-bottom: 24px;
    margin-top: -18px;
    font-size: 16px;
    line-height: 24px;
}
.xqappmodule .module .desc > div {
    /*padding-bottom: 12px;*/
    padding-left: 24px;
}
.xqappmodule .module .desc > div::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: -24px;
    background: url(/images/xqappmodule/icon1.png) no-repeat 0 1px;
    background-size: 24px;
    vertical-align: bottom;
}
.xqappmodule .module .desc > div.t2::before {
    background-image: url(/images/xqappmodule/icon2.png);
}
.xqappmodule .module .desc > div > span {
    font-weight: bold;
    color: #006699;
}
.xqappmodule .module .desc > div.t2 > span {
    color: #da5436;
}
.xqappmodule .module .support{
    background: rgba(75, 187, 209, 0.15);
    padding: 0 36px  12px 36px;
    font-size: 16px;
    line-height: 24px;
    color:#DA5436;
}
.xqappmodule .module .support > div{
    padding-left: 24px;
}
.xqappmodule .module .support > div:before{
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(/images/icon2.png) no-repeat 0 3px;
    background-size: 24px;
    margin-left: -24px;
    position: relative;
    vertical-align: top;
}
.xqappmodule .module .spbtn {
    background: rgba(75, 187, 209, 0.15);
    padding: 12px 0 24px 0;
}
.xqappmodule .module .spbtn > a {
    display: block;
    width: 335px;
    line-height: 32px;
    border-radius: 12px;
    color: #0e96b4;
    background-color: #ffcc33;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    box-shadow: 0 0 6px 0 rgb(154 154 154 / 80%);
}
.xqappmodule .module .spbtn > a:hover {
    color: #006699;
}
.xqappmodule .module .spbtn.dn > a {
    color: #000;
}
.xqappmodule .module .spbtn.dn > a:hover {
    font-weight: bold;
}
.xqappmodule .module .spbtn > a > .img {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/icon-download-blue-3-1.png) no-repeat center center;
    margin-right: 12px;
}
.xqappmodule .module .spbtn > a:hover > .img {
    width: 18px;
    height: 18px;
    background-image: url(/images/icon-download-blue-3-2.png);
}
.xqappmodule .module .spbtn.dn > a > .img,
.xqappmodule .module .spbtn.dn > a:hover > .img {
    width: 19px;
    height: 18px;
    background-image: url(/images/icon-bonus.png);
}

.xqappmodule .rule {
    padding: 120px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #6a6a6a;
    background: rgba(255, 204, 51, 0.5);
}
.xqappmodule .rule.notice {
    background: #ffffff;
}
.xqappmodule .rule .t1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 72px;
    color: #da5439;
    text-align: center;
}
.xqappmodule .rule.notice .t1 {
    color: #4bbbd1;
}
.xqappmodule .rule .t2 {
    position: relative;
    width: 720px;
    margin: 60px auto;
}
.xqappmodule .rule .b {
    color: #006699;
}
.xqappmodule .rule .btn {
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    background: #4bbbd1;
    box-shadow: 0px 0px 6px rgba(106, 106, 106, 0.8);
    border-radius: 12px;
    width: 720px;
    margin: 0 auto;
    text-align: center;
}
.xqappmodule .moduletable {
    background: #ffffff;
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}
.xqappmodule .moduletable .t1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 72px;
    color: #4bbbd1;
    text-align: center;
    padding-bottom: 60px;
}
.xqappmodule .rwdtableblock {
    position: relative;
    margin: 0 auto;
    width: 1128px;
}
@media screen and (max-width: 1280px) {
    .xqappmodule .promocode {
        width: auto;
        font-size: 20px;
        line-height: 24px;
    }
    .xqappmodule .promocard {
        margin: 0 24px;
        margin-top: 40px;
        width: auto;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    .xqappmodule .rwdtableblock {
        position: relative;
        padding: 0 24px;
        width: auto;
    }
}
@media screen and (max-width: 900px) {
    .xqappmodule .promocode {
        margin-left: 24px;
        margin-right: 24px;
        padding: 12px 24px;
    }
    .xqappmodule .promocard {
        display: block;
        margin: 0 24px;
    }
    .xqappmodule .promocard > div {
        margin-top: 24px;
    }
    .xqappmodule .promocard > div:first-child {
        margin-top: 0;
    }
    .xqappmodule .moduletable .t1 {
        font-weight: 300;
        font-size: 30px;
        line-height: 36px;
        padding: 0 24px;
        padding-bottom: 60px;
    }
    .xqappmodule .module .title {
        font-size: 36px;
    }
    .xqappmodule .module .spbtn > a {
        display: block;
        width: auto;
        margin: 0 24px;
    }
    .xqappmodule .rule {
        padding: 60px 0;
    }
    .xqappmodule .rule .t1 {
        padding: 0 24px;
        font-weight: 300;
        font-size: 30px;
        line-height: 36px;
    }
    .xqappmodule .rule .t2 {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 780px) {
    .xqappmodule .rule .t2 {
        width: auto;
        margin: 60px 24px;
    }
    .xqappmodule .rule .btn {
        width: auto;
        margin: 0 24px;
    }
}
@media screen and (max-width: 744px) {
    .xqappmodule .module {
        width: 480px;
        margin: 0 24px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 600px) {
    .xqappmodule .module {
        width: auto;
    }
    .xqappmodule .rwdtableblock {
        padding: 0;
    }
    .xqappmodule .pconly {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .xqappmodule .module {
        width: 320px;
        margin: 0 24px;
        margin-bottom: 60px;
    }
}


.rwdtable {
    width: 100%;
}
.rwdtable td {
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: 216px;
    height: 36px;
    min-width: 110px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 24px;
    background-color: #fafafa;
}
.rwdtable tr:first-child td {
    border-bottom: 1px solid #4bbbd1;
    font-weight: bold;
    font-size: 18px;
}
.rwdtable tr td:first-child {
    width: 144px;
}
.rwdtable td.bg1 {
    background-color: #ffffff;
}
.rwdtable td.bg2 {
    background-color: rgba(75, 187, 209, 0.1);
}
.rwdtable td.bg3 {
    background-color: rgba(0, 102, 153, 0.1);
}
.rwdtable tr:first-child td.bg2 {
    background-color: #ffffff;
}
.rwdtable tr:first-child td.bg2 {
    background-color: #4bbbd1;
    color: #ffffff;
}
.rwdtable tr:first-child td.bg3 {
    background-color: #006699;
    color: #ffffff;
}
.rwdtable .p {
    position: relative;
}
.rwdtable .arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(/images/xqappmodule/arrow-close.png) no-repeat center center;
    background-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.showarrow .arrow {
    display: block;
}
.rwdtable .bg2 .arrow,
.rwdtable .bg3 .arrow {
    background-image: url(/images/xqappmodule/arrow-close2.png);
}
.rwdtable .menu {
    position: absolute;
    right: 0;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #3a3a3a;
    width: 134px;
    z-index: 1;
}
.rwdtable .menu > div {
    cursor: pointer;
}
.rwdtable .menu > div:hover {
    color: #006699;
}
@media screen and (max-width: 1200px) {
    .rwdtable td{
        width: 25%;
    }
}
@media screen and (max-width: 800px) {
    .rwdtable td {
        padding: 6px;
        width: 40%;
    }
    .rwdtable tr td:first-child {
        width: 96px;
    }
    .rwdtable tr:first-child td br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .rwdtable tr td br {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .rwdtable td {
        min-width: 96px;
    }
    .rwdtable tr td:first-child {
        width: auto;
    }
}
.rwdtable tr.colspan td {
    text-align: left;
    border-bottom: 1px solid #bdbdbd;
    padding-top: 48px;
    font-weight: bold;
    font-size: 18px;
}
.rwdtable .price {
    font-weight: normal;
    font-size: 14px;
}
.rwdtable .icon1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/xqappmodule/icon1.png) no-repeat 0 -3px;
    background-size: 24px;
    vertical-align: middle;
}
.rwdtable .yes {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/xqappmodule/check_1.png) no-repeat center center;
    background-size: 18px;
}
.rwdtable td.bg3 .yes {
    background: url(/images/xqappmodule/check_2.png) no-repeat center center;
    background-size: 18px;
}
.rwdtable .btext {
    font-weight: bold;
    padding: 0 3px;
}
.rwdtable .btext {
    font-weight: bold;
    padding: 0 3px;
}
.rwdtable .btext.nopadding {
    padding: 0;
}
.rwdtable td.bg2 .btext {
    color: #4bbbd1;
}
.rwdtable td.bg3 .btext {
    color: #006699;
}
.rwdtable .float {
    position: relative;
}
.rwdtable .float {
    position: absolute;
    margin-top: -18px;
    font-size: 18px;
    line-height: 36px;
}

#rwdtable-sticky{
    position: sticky;
    top:90px;
    left:0;
    z-index: 1;
}
#rwdtable-sticky + .rwdtable{
    margin-top: -61px;
}