@charset "UTF-8";


.zoom-in {
    animation-name: zoomInOut;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3
}
@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}


html {
    overflow: auto
}

#_atssh {
    z-index: 999 !important
}


.font-poppins-bold {
    font-family: "Poppins Bold"
}

.font-poppins-regular {
    font-family: "Poppins Regular"
}

.font-poppins-semibold {
    font-family: "Poppins SemiBold"
}

.font-poppins-medium {
    font-family: "Poppins Medium"
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important
}

html {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Poppins";
    color: #1A1A1A;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-weight: 400;
    word-wrap: break-word
}

body {
    /* overflow-x: auto; */
    word-break: break-word;
    overflow: hidden;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
dd,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
menu,
p {
    margin: 0;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #1f1f1f;
    font-family: "Poppins Bold"
}

button,
input,
ol,
textarea,
ul {
    margin: 0;
    padding: 0
}

input {
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0)
}

blockquote,
q {
    quotes: none
}

ol,
ul {
    list-style: none
}

picture {
    font-size: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    transition: all linear .2s;
    color: inherit
}

a:hover {
    outline: 0;
    color: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

a,
button,
input[type=button],
input[type=reset],
input[type=submit],
summary {
    cursor: pointer
}

input,textarea {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    font-size: 18px;
    padding: 15px 24px;
}

input[type=checkbox] {
    background: #EEEEEE;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: 1px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox]:hover{
    border: 2px solid #00F7FF;
    background: #E6FFFF;
}

.checkbox_item{
    display: flex;
}

.checkbox_item label{
    cursor: pointer;
    flex: 1;
}

input[type="checkbox"]:checked{
    background: url(https://images.ggassist.ai/ggassist/assets/common/icon_check.svg) no-repeat;
    background-size: cover;
}

label {
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

img {
    border-style: none;
    vertical-align: middle
}

textarea {
    resize: vertical
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

:active {
    outline: 0
}

:focus {
    outline: 0
}

::-moz-placeholder {
    color: currentColor;
    opacity: .5
}

::-webkit-input-placeholder {
    color: currentColor;
    opacity: .5
}

:-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}

.anchor-point {
    position: relative;
    top: -20px;
    display: block;
    height: 0;
    overflow: hidden
}

input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
    border-color: #ff572e
}

::-ms-clear,
::-ms-reveal {
    display: none
}

table {
    border-collapse: collapse
}

.no-background-color {
    background-color: #fff
}

.a-h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #1f1f1f
}

.r-label {
    font-size: 18px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 20px
}

.w1000{
    width: 1000px;
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-book {
    font-weight: 500
}

.font-medium {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.text-underline {
    text-decoration: underline
}

.text-through {
    text-decoration: line-through
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}



.text-right {
    text-align: right
}

.text-mini {
    font-size: 12px
}

.text-small {
    font-size: 14px
}

.text-regular {
    font-size: 16px
}

.text-big {
    font-size: 18px
}

.text-super {
    font-size: 20px
}

.line-1 {
    line-height: 1
}

.line-1-2 {
    line-height: 1.2
}

.line-1-4 {
    line-height: 1.4
}

.line-1-6 {
    line-height: 1.6
}

.line-1-8 {
    line-height: 1.8
}

.line-2 {
    line-height: 2
}

.hidden {
    display: none !important
}

.hidden1 {
    display: none
}

.inline-block {
    display: inline-block
}

.vertical-middle {
    vertical-align: middle
}

.relative {
    position: relative
}

.overflow-hide {
    overflow: hidden
}

.width-full {
    width: 100%
}


.tag-bg{
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    background: url(https://images.ggassist.ai/ggassist/assets/common/tag_bg.svg) center no-repeat; 
    background-size: cover;
    padding: 0 16px;
}

.mask-bg {
    background: rgba(0, 0, 0, .68);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: none
}

.mask-bg.active {
    display: block
}

.mobile-down {
    display: none
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 10px
}

.container-xbg{
    max-width: 1520px
}

.container-bg {
    max-width: 1260px
}

.container-md {
    max-width: 960px
}

.container-sm {
    max-width: 1200px
}

.container-xs {
    max-width: 980px
}

.container-mini{
    max-width: 680px;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.mt60 {
    margin-top: 60px
}

.mt65 {
    margin-top: 65px
}

.mt70 {
    margin-top: 70px
}

.mt75 {
    margin-top: 75px
}

.mt80 {
    margin-top: 80px
}

.mt85 {
    margin-top: 85px
}

.mt90 {
    margin-top: 90px
}

.mt95 {
    margin-top: 95px
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb12 {
    margin-bottom: 12px
}

.mb15 {
    margin-bottom: 15px
}

.mb16 {
    margin-bottom: 16px
}

.mb20 {
    margin-bottom: 20px
}

.mb24 {
    margin-bottom: 24px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb32 {
    margin-bottom: 32px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}
main .ptb140{
    padding: 140px 0
}

main .ptb100 {
    padding: 100px 0
}

main .ptb90 {
    padding: 90px 0
}

main .ptb80 {
    padding: 80px 0
}

main .ptb50 {
    padding: 50px 0
}

main .pt100 {
    padding-top: 100px
}

main .pt80 {
    padding-top: 80px
}

main .pt50 {
    padding-top: 50px
}

main .pb100 {
    padding-bottom: 100px
}

main .pb80 {
    padding-bottom: 80px
}

main .pb50 {
    padding-bottom: 50px
}

.flexible {
    display: flex
}

.flex-shrink-none {
    flex-shrink: 0;
    flex-grow: 0
}

.flex-basis-seven {
    flex-basis: 73%
}

.flex-basis-six {
    flex-basis: 60%
}

.flex-basis-half {
    flex-basis: 50%
}

.flex-basis-four {
    flex-basis: 40%
}

.flex-basis-three {
    flex-basis: 30%
}

.flex-basis-third {
    flex-basis: 33.33333333%
}

.flex-basis-quarter {
    flex-basis: 25%
}

.flex-basis-twenty {
    flex-basis: 20%
}

.flex-basis-twenthree {
    flex-basis: 23%
}

.flex-average {
    flex: 1
}

.inline-flexible {
    display: inline-flex
}

.flex-direction-column {
    flex-direction: column
}

.flex-wrap-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-justify-start {
    justify-content: flex-start
}

.flex-justify-end {
    justify-content: flex-end
}

.flex-justify-center {
    justify-content: center
}

.flex-justify-left {
    justify-content: left
}

.flex-justify-between {
    justify-content: space-between
}

.flex-justify-around {
    justify-content: space-around
}

.flex-align-start {
    align-items: flex-start
}

.flex-align-end {
    align-items: flex-end
}

.flex-align-center {
    align-items: center
}

h1 {
    color: #1A1A1A;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 112.5% */
}

article h1{
    color: inherit;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 114.286% */
}

h2 {
    color: inherit;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 140% */
}

h3 {
    color: inherit;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
}

h4 {
    color: inherit;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

h5 {
    font-size: 18px;
    line-height: 24px
}

p {
    font-size: 18px;
    line-height: 26px;
}

.white-text {
    color: #fff
}

.black-text {
    color: #1A1A1A
}

.garyc-text {
    color: #ccc
}

.gary9-text {
    color: #999
}

.gary6-text {
    color: #666
}

.blue-text {
    color: #3ebafa
}

.black-bg {
    background-color: #1f1f1f
}

.yellow-bg{
    background-color: #EAFF09;
}

.blue-bg {
    background-color: #3ebafa
}

.yellow-linear-bg{
    background: linear-gradient(180deg, rgba(234, 255, 9, 0.50) 0%, #FFF 100%);
}

#back-top {
    bottom: 5%;
    position: fixed;
    right: 10px;
    overflow: hidden;
    z-index: 10001;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}


.hover-yellow:hover{
    background: #EAFF09;
}

.hover-blue:hover{
    background: #00F7FF;
}

#back-top:hover {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

#back-top img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px
}

.cookie_policy {
    height: 34px;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 34px;
    z-index: 101;
    font-size: 12px;
    color: #1f1f1f;
    position: fixed;
    width: 100%
}

.cookie_policy a {
    color: #24242c !important;
    text-decoration: none;
    border-bottom: 1px solid #999;
}

.cookie_policy span.btn-cookie {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
    vertical-align: unset;
    margin-left: 11px;
    margin-right: 35px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
}

.cookie_policy i.btn-cookie {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    font-style: normal;
    font-size: 18px;
    line-height: 20px
}

.lite-banner {
    background: #fff;
    padding: 15px 0;
    color: #000;
    border-top: 1px solid #efefef
}

.lite-banner img {
    width: 60px;
    height: 60px
}

.lite-banner-cont {
    margin-left: 4vw
}

.lite-banner-btn {
    display: block;
    width: 74px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    line-height: 44px
}

.lite-banner-star {
    font-size: 0
}

.lite-banner-star i {
    width: 16px;
    height: 16px;
    display: block;
    background: url(https://images.imyfone.com/filme/themes/imyfone/public/assets/images/post/star_icon.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 2px
}

.lite-banner-star i:last-child {
    background-image: url(https://images.imyfone.com/filme/themes/imyfone/public/assets/images/post/star_icon_half.png)
}

footer {
    background: #000;
    color: #999;
    padding: 0 100px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.20); */
}

.this-special {
    max-width: 336px;
    position: fixed;
    bottom: 10%;
    right: 10px;
    transform: translateY(-40%) scale(0.6);
    transform-origin: right;
    z-index: 10;
    animation: move-a 2s ease infinite;
    -moz-animation: move-a 2s ease infinite;
    /* Firefox */
    -webkit-animation: move-a 2s ease infinite;
    /* Safari and Chrome */
    -o-animation: move-a 2s ease infinite;
    /* Opera */
}

.topest-btn{
    display: none;
    position: fixed;
    right: 10px;
    overflow: hidden;
    padding: 0;
    z-index: 10001;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    bottom: 50px;
    background: rgba(0, 0, 0, .3);
    /* opacity: 0; */
    transition: all .3s ease-in;
}

@keyframes move-a {
    0% {
        transform: translateY(-40%) scale(0.6);
    }

    50% {
        transform: translateY(-35%) scale(0.6);
    }

    100% {
        transform: translateY(-40%) scale(0.6);
    }
}

.this-special .this-special-close {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.footer .imf {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer .imf p {
    margin: 0;
    text-align: left;
    width: 410px;
}

.footer .imf .left {
    margin-right: 120px;
    margin-top: 80px;
}

.footer .imf .link-list ul {
    display: flex;
    flex-direction: column;
}

.footer .imf .link-list ul li {
    margin-bottom: 16px;
}

.footer .imf .link-list ul li a {
    margin-bottom: 0;
}

.footer .imf .link-list ul li a:hover{
    color: inherit;
}

.footer .imf .middle {
    margin-right: 164px;
    margin-top: 80px;
}

.footer .imf .left p {
    margin: 24px 0;
    font-family: Poppins;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.50);
}

.footer .imf .right{
    /* margin: 50px; */
    padding: 16px 0 12px 0;
}

.footer .imf .right img{
    mask-image: linear-gradient(to bottom, #fff 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #fff 50%, transparent 100%);
}

.footer .imf .flw-b a {
    margin: 0 24px 0 0;
    text-decoration: none;
}

.footer p {
    margin: 24px 0;
    text-align: center;
}

.footer .item {
    width: 235px
}

.footer .support {
    width: 300px;
}

.footer .item .title {
    color: #fff;
    font-size: 18px !important
}

.footer .item p:not(:last-child) {
    padding-bottom: 20px;
    font-size: 16px;
    z-index: 1;
    position: relative
}

.footer .support div.top {
    margin-bottom: 30px
}

.footer .support div.top .font-medium {
    font-size: 18px
}

.footer .support div.bottom .font-medium {
    font-weight: 400
}

.footer .font-medium {
    color: #fff
}

.footer .support div.top a:not(:last-child) {
    margin-right: 11px;
}

.footer .support div.top a:hover {
    opacity: .5
}

.footer .support form {
    font-size: 14px
}

footer .footer p{
    color: #999;
}

form .form-field{
    margin-bottom: 24px;
}

form .form-error{
    color: #F0F;
    margin-top: -24px;
    text-align: center;
    font-size: 18px;
}

.switch-btns {
    display: inline-flex;
    border-radius: 16px;
    background: #000;
    color: rgba(255, 255, 255, 0.70);
    padding: 4px;
}

button a:hover{
    color: inherit;
    text-decoration-line: none;
}

.switch-btns button{
    flex: 1;
    width: 0;
    height: 48px;
    background: transparent;
    color: inherit;
    white-space: nowrap;
}

.switch-btns button a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; 
}

.switch-btns button.active{
    background: #00F7FF;
    color: #000;
}


.foot-medium-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: none
}

.foot-medium-item {
    width: 29px;
    height: 29px;
    background-size: cover
}

.pc-hidden{
    display: none!important;
}
.mb-hidden{
    display: flex!important;
}

.nav .product-icon img {
    width: 34px;
    margin-right: 8px;
}

.nav .product-icon span {
    vertical-align: middle
}

.nav .product-icon {
    position: relative
}

.nav .product-icon a.icon-link {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    /*line-height: 24px;*/
    text-align: left;
    color: #1F1F1F;
}
.nav .product-icon a img{
    width: 100%;
    margin: 0;
}
.nav .list-all {
    height: 50px
}

.nav .list-all .link-bt {
    height: 100%;
    align-items: stretch
}

.nav .list-all li {
    margin-left: 40px;
    display: flex;
    align-items: center
}
.nav .list-all li a{
    color: #1F1F1F!important;
}
.nav .list-all li:last-child a{
    color: #fff!important;
}
.nav .list-all li.giveaway {
    text-align: center
}

.nav .list-all li.giveaway img {
    width: 80px;
    margin: 0 auto
}

.nav .list-all li:last-child a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    width: 140px
}
.nav .list-all li:last-child .name a {
    width: auto;
}
.nav .list-all li:last-child a:first-child {
    color: #27a6e6;
    margin-right: 20px
}

.nav .list-all li:last-child a:first-child:hover {
    color: #fff;
    background: #27a6e6
}


nav.curr .check_list {
    display: none !important
}

nav .resource {
    display: none;
    padding-top: 40px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e3e5e9;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    z-index: 1
}

nav .resource dl {
    width: 33.33%
}

nav .resource dl a:hover {
    text-decoration: underline
}

nav .resource dl dt {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px
}

nav .resource dl dd {
    line-height: 32px
}

nav .resource dl:not(:first-child) {
    padding-left: 30px
}

nav .resource dl:not(:last-child) {
    border-right: solid 1px #eaecef
}

.copyright {
    padding: 20px 0;
    text-align: center;
    background: #333
}

.copyright a,
.copyright p {
    font-size: 14px;
    color: #999
}

.copyright a {
    margin: 0 25px
}

.copyright .lt,
.copyright .rt {
    display: inline-block
}

.copyright .approved {
    margin-bottom: 10px
}

.copyright .approved img {
    width: 68px;
    height: 35px;
    margin: 2px;
}

.at-icon-wrapper:hover {
    background-color: #0053FF !important;
}

.vector-bg-black{
    background: url(https://images.ggassist.ai/ggassist/assets/common/vector_black_bg_m.png);
    background-size: contain;
    color: #fff;
    text-align: center;
}

.vector-bg-blue{
    background: url(https://images.ggassist.ai/ggassist/assets/common/vector_blue_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
}


.r-tag-blue,.r-tag-pink{
    display: flex;
}

.r-tag-blue::before,.r-tag-pink::before{
    content: '';
    display: inline-block;
    flex: none;
    height: 24px;
    width: 4px;
    background: rgba(255, 0, 255, 0.50);
    margin-right: 8px;
}

.r-tag-blue::before{
    background: #00F7FF;
}

h3.r-tag-blue::before,h3.r-tag-pink::before{
    margin-top: 8px;
}

h4.r-tag-blue::before,h4.r-tag-pink::before{
    margin-top: 3px;
}

.youtube-video {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.youtube-video>img {
    height: auto
}

body nav {
    display: none
}

nav.curr {
    display: block !important
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: ''
}

.video-js .vjs-big-play-button {
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(https://images.imyfone.com/filme/themes/imyfone/public/assets/images/overview/play.png) no-repeat center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 2px;
    background: #000;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.popu-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.popu-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6)
}

.popu-wrap .popu-content {
    position: fixed;
    z-index: 10000;
    width: 90%;
    max-width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    padding: 40px 60px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    background: #fff
}

.popu-wrap .popu-content img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px
}

.popu-wrap .popu-content p {
    line-height: 1.25
}

.FB_Group_sidebar {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 10;
    color: #fff !important;
    background: #3ebafa;
    box-shadow: 0 4px 8px 0 rgba(62, 186, 250, .2);
    border-radius: 0 25px 25px 0;
    width: 140px
}

.FB_Group_sidebar span {
    display: inline-block;
    width: 85px;
    margin-left: 5px;
    vertical-align: middle
}

.FB_Group_sidebar img {
    vertical-align: middle;
    margin-left: 5px
}

.FB_Group_sidebar_mobile {
    display: none;
    z-index: -1
}

.base-button-blue,
.base-button-origin,
.base-button-red,
.base-button-purple {
    border-radius: 4px;
    color: #fff
}

.flip{
    transform: scale(-1);
}

.base-button-origin {
    background: #ed8646
}

.base-button-origin:hover {
    background: #ff8032
}

.base-button-blue {
    background: #207CFB
}

.base-button-blue:hover {
    background-color: #0252FF;
}

.base-button-red,
.base-button-purple {
    margin-left: 9px;
}

.base-button-red {
    background: #EB1305;
    box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.5);
}

.base-button-purple {
    background: linear-gradient(270deg, #1F81FF 0%, #7A2FEA 100%), #FF8032;
    box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.5);
}

.base-button-pink {
    margin-left: 9px;
    background: linear-gradient(89.87deg, #FF5693 0.11%, #5956FF 99.88%);
    box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.5);
    color: #fff;
    border-radius: 4px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 103 !important;
    transform: none;
    top: 0;
    left: 0;
    background: #000;
    transition: background 0.3s ease-in-out;
}

header.scrolled{
    background: transparent;
}


main .mask-top-bg-box{
    position: relative;
    height: 290px;
    background-size: cover;
}

main .mask-top-bg-box .container-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mask-top-bg-box h1{
    color: #FFF;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
}

.mask-top-bg-box p{
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.mask-container {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.80) 100%);
    height: 100%;
}

.mask-container .breadcrumb {
    position: absolute;
    left: 337px;
    top: 36px;
}

.mask-container .container-bg{
    margin: auto;
}


main {
    margin-top: 80px;
}

.base-header {
    height: 80px;
    color: #fff;
    overflow: inherit !important;
    padding: 0 40px;
    background: transparent;
}

.base-header .header-logo {
    margin-right: 24px;
}

.base-header .header-logo,
.base-header .header-menu {
    align-items: center;
}

.base-header .header-menu {
    flex: 1;
}

.base-header .header-menu a{
    margin-left: auto;
}

.base-header .header-logo img {
    width: 180px;
    height: 28px;
    position: relative;
}


.base-header .header-menu .menu-list {
    position: relative;
    display: flex;
    z-index: 999;
    padding: 0 24px;
    height: 100%;
    cursor: pointer
}

.base-header .header-menu .menu-list>.name {
    display: flex;
    align-items: center
}

.base-header .header-menu .downmenu {
    margin-left: 8px;
    width: 14px;
    height: 8px;
    transition: all .3s
}

#search_submit,
.search-wrap,
.search-wrap .close {
    position: absolute;
    top: 0
}

#search_submit {
    left: 0;
    z-index: 9;
    width: 40px;
    height: 100%;
    font-size: 0
}

.search-wrap {
    display: none;
    margin-top: 9px;
    left: 0;
    width: 100%;
    background-color: #fff
}

.search-wrap .close {
    right: 0;
    width: 10%;
    height: 100%;
    cursor: pointer;
    background: url(https://images.imyfone.com/filme/themes/imyfone/public/assets/images/home/close.png) no-repeat center
}


.nav .list-all li.lucky-wheel {
    display: inline-block;
    order: 1;
    margin-left: 15px
}

.nav .list-all li.lucky-wheel img {
    width: 105px;
    height: 40px;
    margin-top: 5px;
    border-radius: 6px;
}


.audio-player-box{
    position: relative;
    height: 56px;
    width: 302px;
    color: #00F7FF;
}

.audio-player-box.playing .audio-pause-ico{
    display: block;
}

.audio-player-box.playing #audio-wave-svg{
    color: #fff;
}

.audio-play-ico,.audio-pause-ico{
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s ease;
}

.audio-play-ico:hover,.audio-pause-ico:hover{
    color: #00D5DC;
}

.audio-pause-ico {
    display: none;
}


#audio-wave-svg{
    position: absolute;
    left: 73px;
    top: 50%;
    width: 210px;
    height: 40px;
    transform: translateY(-50%);
}

#audio-wave-svg svg{
    height: 100%;
}

.audio-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



/* chrome-os */

.chrome-popup .popup-box {
    display: none;
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90.12deg, #3879C7 0%, #393A9B 100%);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    z-index: 999999;
}

.chrome-popup input {
    outline: none;
}

.chrome-popup .popup-box .chrome-title {
    font-size: 16px;
}

.chrome-popup .popup-box p {
    font-size: 14px;
}

.chrome-popup .email-box {
    display: flex;
    margin: 8px auto;
    width: 766px;
    align-items: center;
}

.chrome-popup .email-box img {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: -33px;
    cursor: pointer;
}

.chrome-popup .email-box input {
    padding-left: 12px;
    width: 770px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 21, 143, 0.1);
}

.chrome-popup input::placeholder {
    color: rgba(0, 54, 130, 0.6);
}

.chrome-popup .popup-box a {
    color: #00C4FF;
}

.chrome-popup .popup-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.chrome-popup .success-popup {
    display: none;
    width: 260px;
    height: 48px;
    text-align: center;
    background: #207CFB;
    padding: 14px 37px;
    color: #fff;
    border-radius: 4px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 38px;
    z-index: 999999;
}

.chrome-popup .success-popup.error {
    min-width: 260px;
    width: auto;
    max-width: 40%;
    background: red;
}

/* 旧版下载引导弹窗 start */
.down-icon {
    display: none;
    position: fixed;
    width: 246px;
    height: 153px;
    z-index: 100003;
}

.top.down-icon {
    display: block;
    top: 185px;
    right: 0;
}

.bottom.down-icon {
    display: block;
    bottom: 140px;
    left: 30px;
}

.down-icon .icon-text {
    width: 240px;
    height: 60px;
    background: #207cfb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.down-icon .icon-text img {
    width: 28px;
    margin-right: 12px;
}

.down-icon .icon-text span {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.down-icon.bottom .icon-text {
    left: 30px;
    top: 77%;
}

.down-icon.bottom .icon-img {
    top: calc(77% + 70px);
    left: 100px;
}

.down-icon.top .icon-text {
    right: 50px;
    bottom: 75%;
}

.down-icon.top .icon-img {
    bottom: calc(75% + 70px);
    right: 120px;
    transform: rotate(180deg);
}

/* app-box start */
.app-box {
    display: none;
}


.dialog-container{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.dialog-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000050;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog-box {
    position: relative;
    max-width: 400px;
    width: 400px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 48px 24px;
    margin: auto;
    z-index: 999;
}

.dialog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.dialog-title p {
    margin-bottom: 10px;
    font-size: 18px;
}

.dialog-title .status-img{
    display: block;
    margin: auto;
    margin-bottom: 16px;
}

.dialog-content {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 24px;
    line-height: 1.6;
}

.dialog-footer {
    display: flex;
    justify-content: center;
}

.dialog-footer > * + *{
    margin-left: 16px;
}

.dialog-box .close-btn{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}


.dialog-cancel,.dialog-ok {
    width: 200px;
    height: 48px;
}

.dialog-cancel{
    background: #ffffff80;
}

.dialog-ok:hover {
    background: #0252FF;
}

.base-header .header-menu .store-item .name{
    display: none;
}
.base-header .header-menu .store {
    display: flex;
    width: 24px;
    height: 24px;
    color: #1F1F1F;
    align-items: center;
    justify-content: center
}
.base-header .header-menu .store:hover svg path,
.base-header .header-menu .store:hover svg circle{
    fill: #FF8E48;
    stroke: #FF8E48;
}
.base-header .header-menu .store:hover svg path:first-child{
    fill: #fff;
}
.base-header .header-menu .profit-share{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8F8F8F;
    width: 107px;
    height: 32px;
    border-radius: 6px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-left: 16px;
}
.base-header .header-menu .profit-share:hover{
    border: 1px solid #FF8E48;
    background: #FF8E48;
    color: #ffff;
}
.base-header .header-menu .profit-share a:hover{
    color: #fff!important;
}
.base-header .header-menu .profit-share .profit-share-div{
    position: absolute;
    display: none;
    align-items: center;
    top: 43px;
    left: 0;
    transform: translateX(-40%);
    width: 490px;
    height: 40px;
    padding: 8px 16px 8px 16px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFF0E6 0%, #FFFFFF 100%);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #1f1f1f;
    box-shadow: 0px 4px 20px 0px #28448E1F;

}
.base-header .header-menu .loginbox-div{
    position: relative;
}
.base-header .header-menu .loginbox-div .profit-share-div{
    position: absolute;
    display: none;
    align-items: center;
    top: 43px;
    left: 0;
    transform: translateX(-37%);
    width: 375px;
    height: 40px;
    padding: 8px 16px 8px 16px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFF0E6 0%, #FFFFFF 100%);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #1f1f1f;
    box-shadow: 0px 4px 20px 0px #28448E1F;
}
.base-header .header-menu .profit-share:hover .profit-share-div{
    display: flex;
}
.base-header .header-menu .loginbox-div:hover .profit-share-div{
    display: flex;
}
.base-header .header-menu .loginbox-div .profit-share-div img,
.base-header .header-menu .profit-share .profit-share-div img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.base-header.curr .search-item.new-search-item-mb{
    display: none;
}
.base-header .header-menu .btn-head-login {
    position: relative;
    display: flex;
    align-items: center;
}

.mask-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999999
}

.mask-popu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 462px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    text-align: center;
    z-index: 9999999999
}

.mask-popu .mask-audio-box {
    background: url(https://images.imyfone.com/filme/assets/product/voice_recorder/right_box_bg.png) no-repeat;
    color: #FFFFFF;
    padding: 0 40px 40px;
    background-size: 100% 100%;

}

.mask-popu .mask-audio-box .avatar img {
    margin: -66px auto 6px;
}

.mask-popu .mask-audio-box .avatar {
    margin-bottom: 10px;
}

.mask-popu .mask-audio-box .audio-content {
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #071124;
    padding-top: 6px;
    margin-bottom: 48px;
}

.mask-popu .mask-audio-box .audio-content .audio-times {
    margin-bottom: 11px;

}

.mask-popu .mask-audio-box .audio-content .progress {
    position: relative;
    display: flex
}

.mask-popu .mask-audio-box .audio-content .progress .progress1 img,
.mask-popu .mask-audio-box .audio-content .progress .progress2 img {
    max-width: none;
    display: block;
    width: 316px;
    height: 46px
}

.mask-popu .mask-audio-box .audio-content .progress .progress2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    overflow: hidden
}

.order-title{
    display: flex;
    margin-bottom: 32px;
}
.sort-num{
    text-align: center;
    min-width: 50px;
    height: 50px;
    background: #EAFF09;
    margin-right: 8px;
}
.sort-val{
    flex: 1;
}
/* software*/
.feature-voxbox-m {
    max-width: 400px;
    padding: 25px;
    left: -110px;
    border-radius: 0 0 10px 10px;
}

#captcha-code-inp{
    height: 30px;
    padding: 5px;
    margin-left: 10px;
}

/* CMP弹窗 */
.cookie_policy_cmp {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    overflow: auto;
    display: none;
}

.cookie_policy_cmp .cmp-body {
    position: relative;
    margin: 15vh auto;
    background: #fff;
    font-size: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    color: #2B2B2B;
    text-align: center;
    line-height: 1.4;
    padding: 40px 0;
    border-radius: 16px;
    width: 800px;
    max-width: calc(100% - 40px);
    height: fit-content;
    padding: 40px;
}

.cookie_policy_cmp .cmp-close {
    position: absolute;
    padding: 4px;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.cookie-title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 10px;
    padding-top: 16px;
}

.cookie-notices {
    text-align: left;
    margin-bottom: 12px;
}

.cookie-notices a {
    color: #4858EC;
}

.cookie-notices a:hover {
    text-decoration: underline;
}

.cookie_policy_cmp .cookie-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cookie_policy_cmp .cookie-btn-group a {
    margin-left: 20px;
}

.cookie_policy_cmp .cookie-btn-setting,
.cookie_policy_cmp .cookie-btn-return {
    color: #4858EC;
    margin-left: 0;
}

.cookie_policy_cmp .cookie-btn-setting:hover,
.cookie_policy_cmp .cookie-btn-return:hover {
    text-decoration: underline;
}

.cookie_policy_cmp .cookie-notices-btn {
    display: inline-block;
    background: #4858EC;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid #4858EC;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    min-width: 160px;
    font-weight: 600;
}

.cookie_policy_cmp .cookie-notices-btn:hover{
    color: #fff;
    background: #6170F5;
    border: 1px solid #6170F5;
}

.cookie-setting-box {
    display: none;
}

.cookie-setting-body::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.cookie-setting-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #c1c1c1;
}

.cookie-setting-content {
    font-size: 16px;
    line-height: 1.4;
}

.cookie-setting-content:not(:first-child) {
    border-top: 1px solid #E3E8EF;
}

.cookie-setting-content .setting-title {
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    padding-top: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-setting-content .setting-title .always-active-text {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    background-color: #FAFAFF;
}

.cookie-policy-item {
    padding-top: 10px;
    text-align: left;
}

.cookie-policy-item .item-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.cookie-policy-item .item-content {
    display: flex;
    align-items: center;
}

.cookie-policy-item .left{
    flex-grow: 1;
    margin-right: 20px;
    text-align: left;
}

.cookie-policy-item .switch {
    position: relative;
    width: 46px;
    height: 28px;
    flex-shrink: 0;
}

.cookie-policy-item .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-policy-item .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 14px;
}

.cookie-policy-item .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.cookie-policy-item .switch input:checked + .slider {
    background-color: #4D5FFA;
}
.cookie-policy-item .switch input:checked:disabled + .slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.cookie-policy-item .switch input:checked + .slider:before {
    transform: translateX(18px);
}

.cookie-setting-content .cookie-notices-btn {
    margin: 0 0 0 20px;
}


.bottom-gray-tip-box{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    width: 100%;  
    text-align: center; 
    height: 314px;
    color: rgba(255, 255, 255, 0.70);
    background: url(https://images-ggassist-ai.oss-us-west-1.aliyuncs.com/ggassist/assets/article/gamimate-guide/need_help_bottom_bg.png) center no-repeat;
    background-size: cover;
}

.bottom-gray-tip-box > * + * {
    margin-top: 16px;
}

.bottom-gray-tip-box h3{
    color: #fff;
}

.bottom-gray-tip-box .btn-b{
    display: flex;
}

.bottom-gray-tip-box .btn-b > * + * {
    margin-left: 24px;
}

.bottom-gray-tip-box .btn-b button{
    /* width: 214px; */
    height: 48px;
}

/* CMP弹窗 */

.limited-access {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
}
.limited-access-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 768px;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.flex-direction-column{
    flex-direction: column;
}

.border-animate-link {
    position: relative;
    color: #1A1A1A !important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
}

.border-animate-link img{
    margin-left: 8px;
}

.border-animate-link::after{
    background: #EAFF09;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .15s linear;
    width: 100%;
    z-index: -1;
}

.border-animate-link:hover::after {
    height: 100%;
}

.border-animate-link:hover{
    text-decoration-line: none;
}

.pagination{
    display: flex;
    text-align: center;
}

.pagination > * + * {
    margin-left: 10px;
}

.pagination button{
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 4px;
    background: #EEECFA;
    color: #1A1A1A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: none;
}

.pagination button svg{
    display: block;
    margin: auto;
}

.pagination button.active{
    background: #000;
    color: #fff;
}


.pagination button.disabled{
    color: #00000033;
    cursor: not-allowed;
}

/* 分割线 */
.dividing-line{
  height: 1px;
  /* background: rgba(0, 0, 0, 0.20); */
}

.bg-blue{
    background: #00F7FF;
}

.font-size-16{
    font-size: 16px;
}

.color-gray{
    color: rgba(26, 26, 26, 0.50);
}

.dom-copyable-hover{
    border: 2px dashed #000;
    pointer-events: none;
    z-index: 9999;
}

.font-size-20 {
    font-size: 20px !important;
}

.gap-v-16 > * + *{
    margin-top: 16px;
}

.margin-b-8 {
    margin-bottom: 8px;
}

.margin-t-8 {
    margin-top: 8px;
}

#expend-menu-btn, #expend-menu-btn-close, #expend-menudown-list{
    display: none;
}

#expend-menudown-list{
    position: fixed;
    width: 100%;
    background: #fff;
}

.youtube-popup-overlay{
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.youtube-popup-container {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.3);
    width: 80vw;
    max-width: 640px;
    height: 45vw;
    max-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cls-btn{
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 2rem;
    cursor: pointer;
    z-index: 10001;
    padding: 0;
    background: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: lighter;
}

.new_line_pc{
    display: block;
}

.lf-rlt-links{
    z-index: 102;
    left: 0;
    width: 280px;
    padding: 8px;
    padding-bottom: 24px;
    color: #1A1A1A;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F5F4F7;
    text-align: left;
    transform: translateX(25px);
}

.lf-rlt-links .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 264px;
    height: 48px;
    padding: 11px 16px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    cursor: pointer;
}

.breadcrumb-b {
    display: none;
}

.lf-rlt-links .title::after{
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://images.ggassist.ai/ggassist/assets/common/arrow_left.svg) no-repeat center; 
}

.lf-rlt-links a {
    color: #000;
}

.lf-rlt-links a:hover{
    color: rgba(0, 89, 255, 1);
}
.lf-rlt-links .dividing-line{
    margin: 24px 0;
    background: rgba(0, 0, 0, 0.1);
}
.lf-rlt-links button{
    height: 48px;
    width: 100%;
}

.lf-rlt-links .title img {
    width: 16px;
    height: 16px;
}

.lf-rlt-links ol{
    list-style: disc;
    padding-left: 23px;
}

.lf-rlt-links ol li + li {
    margin-top: 16px;
}
/* 
.expend-rlt-atc-btn{
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F4F4F7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    z-index: 999;
} */

.download-for-all-os{
    display: inline-block;
    height: 64px;
    overflow: hidden;
    padding: 0;
    background: transparent;
}

.download-for-all-os a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00F7FF;
    height: 100%;
    color: #1A1A1A;
    border-radius: 16px;
    padding: 8px 24px;
}

.download-for-all-os a:hover{
    color: inherit;
    text-decoration-line: none;
    background: #00D5DC;
}

.download-for-all-os a[data-system="mac"]{
    color: #fff;
    background: #000;
}

.download-for-all-os a[data-system="mac"]:hover{
    background: #1A1A1A;
}

.download-for-all-os a .txt-b{
    margin-right: 18px;
}

.download-for-all-os a .txt-b > div{
    font-size: 16px;
}

.download-for-all-os svg{
    width: 32px;
    height: 32px;
}

.lf-expendable-box .visitable-tag{
    transform: translateY(-40px)
}

.sticky-box.lf-expendable-box{
    position: fixed;
    top: 260px;
}

.lf-expendable-box {
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 0;
    height: 340px;
    transform: translateY(-50%);
}

.lf-expendable-box .expend-btn {
    content: ' ';
    position: absolute;
    display: none;
    left: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    z-index: 999;
    border: 1px solid #0000001A;
}

.lf-expendable-box.collapse .expend-btn{
    display: block;
}

.lf-expendable-box.collapse .lf-rlt-links{
    display: none;
}

.lf-expendable-box.expend .expend-btn{
    display: none;
}

.lf-expendable-box.expend .lf-rlt-links{
    display: block;
}

@media (max-width: 1600px) {
    main .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 500px) {
    .mobile-center{
        text-align: center;
    }
    .lf-rlt-links{
        display: none;
    }
    .expend-rlt-atc-btn{
        display: block;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    h3{
        font-size: 24px;
        line-height: 32px;
    }
    h4{
        font-size: 20px;
        line-height: 28px;
    }
    article h1{
        font-size: 32px;
        line-height: 40px; /* 125% */
        margin: 32px 0 !important;
    }
    .text-big{
        font-size: 16px;
    }
    .header-menu{
        display: none;
    }
    main {
        margin-top: 48px;
    }
    main .mask-top-bg-box{
        background: url(https://images.ggassist.ai/ggassist/assets/article/resource-hub/resource_hub_bg.png) no-repeat center;
    }
    main .mask-top-bg-box .container-bg{
        padding: 0 20px;
    }

    .lf-expendable-box .expend-btn {
        display: block;
    }

    /* .container-bg{
        padding: 20px;
    } */
    .base-header{
        padding: 0 20px;
        height: 48px;
        align-items: center;
        justify-content: space-between;
    }
    .header-menu{
        display: none;
        position: absolute;
        left: 0;
        top: 48px;
        height: calc(100vh - 48px);
        width: 100%;
        background: #fff;
        color: #1F1F1F;
        font-size: 16px;
    }
    #expend-menu-btn{
        display: block;
    }
    .header-menu {
        padding: 0 20px;
    }
    .header-menu li{
        height: auto !important;
        padding: 0 !important;
    }
    .header-menu li a{
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #E6E6E6;
    }
    .header-menu button{
        width: 100%;
        height: 48px;
        border-radius: 4px;
        border: 1px solid #1A1A1A !important;
        margin-top: 20px;
    }
    footer {
        padding: 0 20px;
    }
    footer .footer{
        padding: 40px 20px 0 20px !important;
    }

    .footer .imf{
        flex-direction: column;
    }

    .footer .imf .right{
        display: none;
    }
    .footer .left {
        margin: 0 !important;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .footer .imf p{
        width: auto;
    }
    .footer .imf .middle{
        margin: 0 !important;
    }
    .link-list{
        padding: 24px 0;
        color: #fff;
    }
    .bottom-gray-tip-box .btn-b button{
        border-radius: 8px;
    }
    .dialog-box{
        max-width: 100vw;
        margin-top: 70px;
        padding: 40px 24px;
    }
    h3.r-tag-blue::before,h3.r-tag-pink::before{
        margin-top: 4px;
    }
    .youtube-popup-container{
        height: 520px;
    }
    .new_line_pc{
        display: inline;
    }
    form p.field-title{
        font-size: 18px !important;
    }
    .checkbox_item{
        font-size: 16px;
    }
    input{
        font-size: 16px;
        padding: 12px 20px;
    }
    .vector-bg-blue{
        background: url(https://images.ggassist.ai/ggassist/assets/index/bottom_bg_m.png) no-repeat center;
        background-size: cover;
    }
}