@charset "UTF-8";
@font-face {
  font-family: StolzlRegular;
  src: url("/font/StolzlRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: StolzlBook;
  src: url("/font/StolzlBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* 粗 */
@font-face {
  font-family: StolzlMedium;
  src: url("/font/StolzlMedium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: StolzlRegular;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

h1, h2, h3, ul, ol, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .pc {
    display: block;
  }
  .home-page {
    width: 100%;
  }
  .home-page p {
    line-height: 1.2;
  }
  .home-page .banner {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    height: 560px;
    background: url("/images/berani-mulai-trading/banner.webp") no-repeat center;
    background-size: cover;
    padding-top: 28px;
  }
  .home-page .banner .banner-text {
    width: 1200px;
    margin: 0 auto;
  }
  .home-page .banner .banner-text .mynav {
    width: 100%;
    color: #05102C;
    font-size: 12px;
    margin-bottom: 127px;
  }
  .home-page .banner .banner-text .mynav a {
    color: #05102C;
    font-size: 12px;
  }
  .home-page .banner .banner-text .title {
    width: 466px;
    text-align: center;
    font-family: StolzlMedium;
    font-size: 64px;
    line-height: 100%;
    text-transform: capitalize;
    background: var(--Gradients-Orange-Gradient, linear-gradient(327deg, #E22900 21.98%, #FF6B18 76.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
  }
  .home-page .banner .banner-text .desc {
    text-align: center;
    width: 461px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .home-page .banner .banner-text .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 203px;
    text-align: center;
    margin-left: 128px;
    padding: 18.348px 33.026px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.339px;
    border-radius: 86.643px;
    border: 1.305px solid #E6FAE4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--Gradients-Orange-Gradient, linear-gradient(327deg, #E22900 21.98%, #FF6B18 76.13%));
    -webkit-box-shadow: 0px 3.466px 3.466px 0px #4745B0;
            box-shadow: 0px 3.466px 3.466px 0px #4745B0;
    cursor: pointer;
  }
  .home-page .banner .banner-text .btn a {
    width: 100%;
    height: 100%;
    color: var(--White, #FFF);
    font-size: 16px;
  }
  .home-page .voucher-trade {
    text-align: center;
    padding: 10px 0;
    position: relative;
    height: 638px;
  }
  .home-page .voucher-trade .title {
    height: 38px;
    font-size: 32px;
    line-height: 38px;
    color: #1B39E6;
    font-weight: bold;
    margin-bottom: 50px;
    padding-left: 120px;
  }
  .home-page .voucher-trade .flow-panel {
    width: 1200px;
    height: 540px;
    position: relative;
    margin: 0 auto;
  }
  .home-page .voucher-trade .flow-panel .cont {
    width: 1084px;
    height: 375px;
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .home-page .voucher-trade .flow-panel .cont img {
    width: 100%;
    height: 100%;
  }
  .home-page .voucher-trade .flow-panel .cont::after {
    content: "";
    display: inline-block;
    width: 174.587px;
    height: 174.587px;
    background: url("/images/berani-mulai-trading/i-coin-r.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -180px;
    top: -90px;
  }
  .home-page .voucher-trade .flow-panel .icon-l {
    width: 383px;
    height: 383px;
    position: absolute;
    left: -174px;
    top: 9px;
  }
  .home-page .voucher-trade .info {
    font-size: 16px;
    color: #7F818C;
    position: absolute;
    padding-left: 120px;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-page .voucher-trade .info .i-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/berani-mulai-trading/i-info.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
  }
  .home-page .advantage {
    padding: 60px 0;
    text-align: center;
    background: #EFF1F6;
  }
  .home-page .advantage .title {
    height: 38px;
    font-size: 32px;
    line-height: 38px;
    color: #1B39E6;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .home-page .advantage .desc {
    width: 885px;
    font-size: 20px;
    margin: 0 auto 50px;
  }
  .home-page .advantage .content {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-page .advantage .content li {
    max-width: 204px;
    margin: 20px 30px;
    font-size: 18px;
  }
  .home-page .advantage .content li:nth-child(2), .home-page .advantage .content li:nth-child(4) {
    width: 160px;
  }
  .home-page .advantage .content li:nth-child(7) {
    width: 180px;
  }
  .home-page .advantage .content li img {
    margin-bottom: 28px;
  }
  .home-page .advantage .content li .icon1 {
    width: 121px;
    height: 119px;
    margin-bottom: 4px;
  }
  .home-page .advantage .content li .icon2 {
    width: 93px;
    height: 93px;
  }
  .home-page .advantage .content li .icon3 {
    width: 91.032px;
    height: 94px;
  }
  .home-page .advantage .content li .icon4 {
    width: 94px;
    height: 94px;
  }
  .home-page .advantage .content li .icon5 {
    width: 75px;
    height: 91px;
  }
  .home-page .advantage .content li .icon6 {
    width: 132.095px;
    height: 84.997px;
  }
  .home-page .advantage .content li .icon7 {
    width: 117.692px;
    height: 90px;
  }
  .home-page .advantage .content li .icon8 {
    width: 83.024px;
    height: 92px;
  }
  .home-page .advantage .content li .red {
    background: -o-linear-gradient(123deg, #E22900 21.98%, #FF6B18 76.13%);
    background: linear-gradient(327deg, #E22900 21.98%, #FF6B18 76.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: StolzlMedium;
    font-size: 25px;
  }
  .home-page .investment-info {
    padding-top: 50px;
  }
  .home-page .investment-info .issue {
    padding: 0 0 76px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .investment-info .issue .issueL {
    width: 900px;
    margin-bottom: 40px;
  }
  .home-page .investment-info .issue .issueL .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 48px;
    color: #1B39E6;
    text-align: center;
  }
  .home-page .investment-info .issue .issueL .issueBox {
    padding: 24px 0;
    border-bottom: 1px solid #dfe1e6;
  }
  .home-page .investment-info .issue .issueL .issueLItem {
    padding: 20px 20px;
    background-color: #F8F9FD;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: pointer;
  }
  .home-page .investment-info .issue .issueL .issuetit {
    font-size: 20px;
    position: relative;
  }
  .home-page .investment-info .issue .issueL .issuetit .tit {
    font-size: 15px;
    line-height: 27px;
    color: #333333;
  }
  .home-page .investment-info .issue .issueL .issuetit .icons {
    margin-top: 5px;
    width: 24px;
    height: 24px;
  }
  .home-page .investment-info .issue .issueL .issuetit ::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://www.hsb.co.id/images/homepage/bottomIcon.webp") no-repeat;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .home-page .investment-info .issue .issueL .isActive {
    border-radius: 6px;
    padding: 20px;
  }
  .home-page .investment-info .issue .issueL .isActive .issuetit .tit {
    color: #1c16f7;
  }
  .home-page .investment-info .issue .issueL .isActive .issuetit ::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://www.hsb.co.id/images/homepage/bottomIcon.webp") no-repeat;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .home-page .investment-info .issue .issueL .issueword {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    color: #000;
    display: none;
  }
  .home-page .investment-info .issue .issue-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 38px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    border-radius: 40px;
    background: -o-radial-gradient(31.97% 19.67%, 76.16% 76.16%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #1B39E7;
    background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #1B39E7;
    -webkit-box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
            box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
    margin: 0 auto;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
  }
  .home-page .investment-info .issue .issue-btn:hover {
    background-color: #011584;
  }
  .pop-info {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
  }
  .pop-info .pop-box {
    width: 1354px;
    height: 722px;
    background: url("/images/berani-mulai-trading/pop-bg.png") no-repeat;
    background-size: contain;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pop-info .pop-box .i-close {
    position: absolute;
    width: 39px;
    height: 39px;
    background: url("/images/berani-mulai-trading/i-close.png") no-repeat;
    background-size: contain;
    top: 40px;
    right: 40px;
    cursor: pointer;
  }
  .pop-info .pop-box .content {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .pop-info .pop-box .content .title {
    color: #121212;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .pop-info .pop-box .content .feats {
    padding: 0 50px;
  }
  .pop-info .pop-box .content .feats li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
  }
  .pop-info .pop-box .content .feats li .dot {
    width: 25px;
  }
  .pop-info .pop-box .content .feats li .t1 {
    width: 1100px;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .home-page {
    width: 100%;
  }
  .home-page p {
    line-height: 1.2;
  }
  .home-page .banner {
    position: relative;
    width: 100%;
    height: 12.02rem;
    background: url("/images/berani-mulai-trading/banner-m.webp") no-repeat center;
    background-size: contain;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1.64rem;
  }
  .home-page .banner .banner-text .title {
    width: 100%;
    text-align: center;
    font-family: StolzlMedium;
    font-size: 0.9rem;
    line-height: 100%;
    text-transform: capitalize;
    background: var(--Gradients-Orange-Gradient, linear-gradient(327deg, #E22900 21.98%, #FF6B18 76.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-page .banner .banner-text .desc {
    text-align: center;
    width: 6.1rem;
    font-size: 0.32rem;
    position: absolute;
    bottom: 0.64rem;
    left: 0.7rem;
  }
  .home-page .voucher-trade {
    text-align: center;
    padding-top: 1rem;
    position: relative;
    height: 15.6rem;
  }
  .home-page .voucher-trade .title {
    height: 38px;
    font-size: 0.48rem;
    color: #1B39E6;
    font-weight: bold;
    margin-bottom: 0.6rem;
    padding: 0 1.5rem;
  }
  .home-page .voucher-trade .flow-panel {
    margin: 0 auto;
    position: relative;
  }
  .home-page .voucher-trade .flow-panel .cont {
    width: 100%;
    height: 12rem;
    padding: 0 0.27rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .home-page .voucher-trade .flow-panel .cont .mobile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .home-page .voucher-trade .flow-panel .cont::after {
    content: "";
    display: inline-block;
    width: 4.02rem;
    height: 6.36rem;
    background: url("/images/berani-mulai-trading/i-coin-r-m.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 1.1rem;
  }
  .home-page .voucher-trade .flow-panel .icon-l {
    width: 2.22882rem;
    height: 2.22882rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-page .voucher-trade .flow-panel .info {
    width: 100%;
    font-size: 0.2rem;
    color: #7F818C;
    text-align: center;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-page .voucher-trade .flow-panel .info .i-info {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url("/images/berani-mulai-trading/i-info.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 2px;
    cursor: pointer;
  }
  .home-page .advantage {
    padding: 0.6rem 0.4rem;
    text-align: center;
    background: #EFF1F6;
  }
  .home-page .advantage .title {
    font-size: 0.48rem;
    color: #05102C;
    font-weight: bold;
    margin-bottom: 0.22rem;
  }
  .home-page .advantage .desc {
    width: 100%;
    font-size: 0.24rem;
    margin: 0 auto 0.37rem;
  }
  .home-page .advantage .content {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-page .advantage .content li {
    width: 2.5rem;
    font-size: 0.26rem;
    margin-bottom: 0.6rem;
  }
  .home-page .advantage .content li:nth-child(1) {
    width: 3.4rem;
  }
  .home-page .advantage .content li:nth-child(5), .home-page .advantage .content li:nth-child(6), .home-page .advantage .content li:nth-child(8) {
    width: 3.2rem;
  }
  .home-page .advantage .content li img {
    margin-bottom: 0.17rem;
  }
  .home-page .advantage .content li .icon1 {
    width: 1.71084rem;
    height: 1.47132rem;
    margin-bottom: 4px;
  }
  .home-page .advantage .content li .icon2 {
    width: 0.9254rem;
    height: 0.86426rem;
    margin-bottom: 0.46rem;
  }
  .home-page .advantage .content li .icon3 {
    width: 0.84498rem;
    height: 0.87254rem;
  }
  .home-page .advantage .content li .icon4 {
    width: 0.87254rem;
    height: 0.87254rem;
  }
  .home-page .advantage .content li .icon5 {
    width: 0.78698rem;
    height: 0.94096rem;
  }
  .home-page .advantage .content li .icon6 {
    width: 1.43578rem;
    height: 0.92386rem;
  }
  .home-page .advantage .content li .icon7 {
    width: 1.31734rem;
    height: 1.0094rem;
  }
  .home-page .advantage .content li .icon8 {
    width: 0.92386rem;
    height: 1.04362rem;
  }
  .home-page .advantage .content li .red {
    font-size: 0.4rem;
    font-weight: bold;
    background: var(--Gradients-Orange-Gradient, linear-gradient(327deg, #E22900 21.98%, #FF6B18 76.13%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-page .investment-info .issue {
    padding: 0.48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .investment-info .issue .issueL {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-page .investment-info .issue .issueL .title {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    color: #1B39E6;
    text-align: center;
  }
  .home-page .investment-info .issue .issueL .issueBox {
    padding: 24px 0;
    border-bottom: 1px solid #dfe1e6;
  }
  .home-page .investment-info .issue .issueL .issueLItem {
    padding: 20px 20px;
    background-color: #F8F9FD;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: pointer;
  }
  .home-page .investment-info .issue .issueL .issuetit {
    font-size: 0.26rem;
    position: relative;
    line-height: 1.2;
  }
  .home-page .investment-info .issue .issueL .issuetit .tit {
    font-size: 0.26rem;
    color: #333333;
    max-width: 5.5rem;
  }
  .home-page .investment-info .issue .issueL .issuetit .icons {
    margin-top: 5px;
    width: 24px;
    height: 24px;
  }
  .home-page .investment-info .issue .issueL .issuetit ::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://www.hsb.co.id/images/homepage/bottomIcon.webp") no-repeat;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .home-page .investment-info .issue .issueL .isActive {
    border-radius: 6px;
    padding: 20px;
  }
  .home-page .investment-info .issue .issueL .isActive .issuetit .tit {
    color: #1c16f7;
  }
  .home-page .investment-info .issue .issueL .isActive .issuetit ::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://www.hsb.co.id/images/homepage/bottomIcon.webp") no-repeat;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .home-page .investment-info .issue .issueL .issueword {
    font-size: 0.26rem;
    margin-top: 0.2rem;
    color: #000;
    display: none;
  }
  .home-page .investment-info .issue .issue-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.32rem 0.76rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.2rem;
    border-radius: 0.8rem;
    background: -o-radial-gradient(31.97% 19.67%, 76.16% 76.16%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #1B39E7;
    background: radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #1B39E7;
    -webkit-box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
            box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 500;
  }
  .home-page .risk {
    font-size: 0.22rem;
    color: #828CA0;
    padding: 0.4rem;
    background: #F6F6FA;
  }
  .home-page .risk .t1 {
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  .home-page .risk .info {
    line-height: 2;
  }
  .pop-info {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
  }
  .pop-info .pop-box {
    width: 6.405rem;
    height: 8.54rem;
    background: url("/images/berani-mulai-trading/pop-bg-m.png") no-repeat;
    background-size: contain;
    padding-top: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pop-info .pop-box .i-close {
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    background: url("/images/berani-mulai-trading/i-close.png") no-repeat;
    background-size: contain;
    top: 0.4rem;
    right: 0.4rem;
    cursor: pointer;
  }
  .pop-info .pop-box .content {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .pop-info .pop-box .content .title {
    color: #121212;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .pop-info .pop-box .content .feats {
    padding: 0 0.4rem;
  }
  .pop-info .pop-box .content .feats li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.2rem;
  }
  .pop-info .pop-box .content .feats li .dot {
    width: 0.25rem;
  }
  .pop-info .pop-box .content .feats li .t1 {
    width: 6rem;
    line-height: 1.2;
  }
}