#rb-layer {
    display: block!important
}

#rb-layer img {
    max-height: none;
    max-width: none
}

#rb-layer .animation-dialog {
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
    visibility: hidden
}

#rb-layer .animation-dialog.dialog-visible {
    animation-name: rb-fade-in
}

#rb-layer .animation-dialog.dialog-hidden {
    animation-duration: .15s;
    animation-name: rb-fade-out
}

#rb-layer .rb-mask {
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000
}

#rb-layer .rb-mask p {
    display: none;
    font-size: 0
}

#rb-layer .rb-mask-show {
    animation-name: rb-fade-in
}

#rb-layer .rb-mask-hide {
    animation-name: rb-fade-out
}

#rb-layer .rb-toast {
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background-color: rgba(0,0,0,.7);
    border-radius: 4px;
    left: 50%;
    line-height: 36px;
    max-width: 90%;
    min-width: 48px;
    opacity: 0;
    padding: 0 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    white-space: pre;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1000
}

#rb-layer .rb-toast-show {
    animation-name: rb-fade-in
}

#rb-layer .rb-toast-hide {
    animation-name: rb-fade-out
}

#rb-layer .rb-toast span {
    color: #fff;
    font-size: 16px
}

#rb-layer .open-loading {
    align-items: center;
    background-color: white;
    border-radius: 8px;
    color: black;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 70%;
    min-height: 180px;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    visibility: hidden;
    white-space: pre-wrap;
    width: 400px;
    z-index: 1005
}

#rb-layer .open-loading--show {
    opacity: 1;
    visibility: visible
}

#rb-layer .open-loading__text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
}

#rb-layer .open-loading__textcontent {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
}
  
#rb-layer .open-loading button {
    display: inline-block;
    padding: 0px 20px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 20px;
  }

  #rb-layer .open-loading button:hover {
    background-color: #2980b9;
  }

#rb-layer .rb-loading {
    align-items: center;
    background-color: rgba(0,0,0,.7);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 70%;
    min-height: 100px;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
    visibility: hidden;
    white-space: pre-wrap;
    width: 100px;
    z-index: 1005
}

#rb-layer .rb-loading--show {
    opacity: 1;
    visibility: visible
}

#rb-layer .rb-loading__text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content
}

#rb-layer .rb-loading__icon {
    animation: loading-rotate 2s linear infinite;
    display: flex;
    height: 30px;
    margin-bottom: 8px;
    width: 30px
}

#rb-layer .rb-loading__icon svg {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

#rb-layer .rb-loading__icon svg circle {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out infinite
}

#rb-layer .rb-install-now-dialog {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 32px 24px 24px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 335px;
    z-index: 1000
}


#rb-layer .isnotgogle_box{
    align-items: center;
	/* background-color: #fff; */
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	margin: 0 auto;
	/* padding: 24px 24px 24px; */
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	z-index: 1000;
    opacity: 0;
    visibility: hidden
}

#rb-layer .isnotgogle_box_show{
    opacity: 1;
    visibility: visible
}

#rb-layer .isnotgogle_box_display .innerbox{
    align-items: center;
    display: flex;
    flex-direction: column;
}


#rb-layer .innerbox .isnotgogle_box_display{
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}

#rb-layer .innerbox .isnotgogle_box_display span{
    color: #666;
    font-size: 30px;
    font-weight: 600;
}


#rb-layer .isnotgogle_box .box1{
    margin-top:10px;align-items: center;
    background: rgba(2, 135, 96, .1);
    border: 1px solid #028760;
    border-radius: 14px;
    display: flex;
    height: 68px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 11px;
}

#rb-layer .isnotgogle_box .box2{
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    margin-top: 10px;
    justify-content: center;
    width: 100%;
}

#rb-layer .isnotgogle_box .span1{
    color: #028760;
    font-size: 17px;
    line-height: 28px;
}


#rb-layer .bottomboxdisplay{
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: 10px 4px 10px 4px;
    position: fixed;
    right: 0;
    bottom: 0%;
    transform: translateY(-50%);
    width: 335px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden
}

#rb-layer .bottomboxdisplay_show{
    opacity: 1;
    visibility: visible
}

#rb-layer .bottomboxdisplay .bottombox1{
    align-items: center;
    display: flex;
    flex-direction: column;
}


#rb-layer .bottomboxdisplay .bottombox1 .bottombox2{
    align-items: center;
    display: flex;
    justify-content: center;
}


#rb-layer .rb-install-now-dialog[data-type=ACTIVED] .install-now__actived,#rb-layer .rb-install-now-dialog[data-type=LOADING] .install-now__loading {
    display: flex
}

#rb-layer .rb-install-now-dialog .install-now__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 37px
}

#rb-layer .rb-install-now-dialog .install-now__header-title {
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

#rb-layer .rb-install-now-dialog .install-now__header-title img {
    margin-right: 7px;
    width: 28px
}

#rb-layer .rb-install-now-dialog .install-now__header-title span {
    color: #666;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 33px
}

#rb-layer .rb-install-now-dialog .install-now__header-msg {
    align-items: center;
    border: 1px solid #747475;
    border-radius: 3px;
    color: #666;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 25px;
    padding: 0 10px
}

#rb-layer .rb-install-now-dialog .install-now__main {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 108px;
    justify-content: center;
    width: 100%
}

#rb-layer .rb-install-now-dialog .install-now__loading {
    align-items: center;
    color: #028760;
    display: none;
    height: 100px;
    justify-content: center;
    position: relative;
    width: 100px
}

#rb-layer .rb-install-now-dialog .install-now__loading svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#rb-layer .rb-install-now-dialog .install-now__loading svg circle {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out infinite
}

#rb-layer .rb-install-now-dialog .install-now__loading span {
    font-size: 16px;
    font-weight: 600
}

#rb-layer .rb-install-now-dialog .install-now__actived {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

#rb-layer .rb-install-now-dialog .install-now__actived-tag {
    align-items: center;
    background: rgba(2,135,96,.1);
    border: 1px solid #028760;
    border-radius: 14px;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-bottom: 34px;
    padding: 0 11px
}

#rb-layer .rb-install-now-dialog .install-now__actived-tag img {
    margin-right: 5px;
    width: 15px
}

#rb-layer .rb-install-now-dialog .install-now__actived-tag span {
    color: #028760;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

#rb-layer .rb-install-now-dialog .install-now__actived-btn {
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    width: 100%
}

#rb-layer .outerbox{
    align-items: center;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	margin: 0 auto;
	padding: 24px 24px 24px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 335px;
	z-index: 1000;
    opacity: 0;
    visibility: hidden
}


#rb-layer .outerbox_show{
    opacity: 1;
    visibility: visible
}


#rb-layer .outerbox .outerboxdisplay{
    align-items: center;
    display: flex;
    flex-direction: column;
}

#rb-layer .outerbox .toptitleouterboxdisplay{
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}

#rb-layer .outerbox .toptitleouterboxdisplay span{
    color: #666;
    font-size: 30px;
    font-weight: 600;
}


#rb-layer .apkouterbox{
    align-items: center;
	/* background-color: #fff; */
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	margin: 0 auto;
	padding: 24px 24px 24px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 335px;
	z-index: 1000;
    opacity: 0;
    visibility: hidden
}


#rb-layer .apkouterbox_show{
    opacity: 1;
    visibility: visible
}


/* #rb-layer .apkouterbox .apkouterboxdisplay{
    align-items: center;
    display: flex;
    flex-direction: column;
}

#rb-layer .apkouterbox .toptitleapkouterboxdisplay{
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}

#rb-layer .apkouterbox .toptitleapkouterboxdisplay span{
    color: #666;
    font-size: 30px;
    font-weight: 600;
} */


#rb-layer .install_show_box{
    align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}


#rb-layer .install_show_box .install_show_box_innerbox{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}


#rb-layer .install_show_box .install_show_box_innerbox .boxpos{
    position: relative;
}

#rb-layer .install_show_box .install_show_box_innerbox .boxpos .img1{
    width: 100px;
}

#rb-layer .install_show_box .install_show_box_innerbox .boxpos .img2{
    width: 22.5px;
	position: absolute;
	right: 0px;
	bottom: 3px;
    opacity: 0;
    visibility: hidden;
}

#rb-layer .install_show_box .install_show_box_innerbox .boxpos .img2show{
    opacity: 1;
    visibility: visible;
}

#rb-layer .install_show_box .install_show_box_innerbox .boxpos .circledis{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20%;
    -webkit-mask: radial-gradient(circle at center, transparent 0, transparent 40px, black 40px);
}

#rb-layer .install_show_box .install_show_box_innerbox .boxpos .circledis_disshow{
    opacity: 0;
}

#rb-layer .install_show_box .bottombox{
    margin-top:10px;align-items: center;
	background: rgba(2, 135, 96, .1);
	border: 1px solid #028760;
	border-radius: 14px;
	display: flex;
	height: 28px;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 11px;
}

#rb-layer .install_show_box .bottombox span{
    color: #028760;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

#rb-layer .install_show_box .buttondisplay{
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    height: 0px;
    margin-top: 0px;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

#rb-layer .install_show_box .buttondisplay_show{
    opacity: 1;
    visibility: visible;
    height: 45px;
    margin-top: 10px;
}

#rb-layer .install_show_box .process{
    align-items: center;
    color: #028760;
    display: flex;
    font-size: 25px;
    font-weight: bolder;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

#rb-layer .install_show_box .processnoshow{
    opacity: 1;
    visibility: visible;
    height: 35px;
}


#rb-layer .install_show_box .lastword{
    align-items: center;
    color: #666;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;

}

#rb-layer .install_show_box .lastwordnoshow{
    opacity: 1;
    visibility: visible;
    height: 21px;
}


#rb-layer .rb-install-dialog {
    background-color: #fff;
    border-radius: 18px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 353px;
    z-index: 1000
}

#rb-layer .rb-install-dialog .install__title {
    color: #111;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 28px
}

#rb-layer .rb-install-dialog .install__main {
    align-items: center;
    display: flex;
    margin-bottom: 32px;
    width: 100%
}

#rb-layer .rb-install-dialog .install__main--icon {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    height: 37px;
    margin-right: 12px;
    width: 37px
}

#rb-layer .rb-install-dialog .install__main--title {
    color: #111;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px
}

#rb-layer .rb-install-dialog .install__main--url {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px
}

#rb-layer .rb-install-dialog .install__foot {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    width: 100%
}

.rb-install-dialog .install__foot div {
    color: #3f80ed;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    width: 94px
}

.rb-back-dialog {
    align-items: center;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    font-family: Google Sans Bold,Roboto,Arial,sans-serif;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 25px 20px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* visibility: hidden; */
    width: 85%;
    z-index: 1000
}

.rb-back-dialog .back__logo {
    width: 166px
}

.rb-back-dialog .back__title {
    font-size: 17px;
    line-height: 24px;
    margin-top: 32px;
    text-align: center
}

.rb-back-dialog .back__mark {
    color: #028760;
    font-weight: 500
}

.rb-back-dialog .back__block {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.23);
    display: flex;
    margin: 15px 0;
    padding: 20px;
    width: 100%
}

.rb-back-dialog .back__icon {
    border-radius: 20%;
    height: 70px;
    margin-right: 20px;
    width: 70px
}

.rb-back-dialog .back__info-title {
    align-items: center;
    display: flex;
    font-family: Google Sans Bold,Roboto,Arial,sans-serif;
    font-size: 22px;
    font-weight: 500;
    overflow-wrap: anywhere;
    word-break: keep-all
}

.rb-back-dialog .back__info-title img {
    height: 20px;
    margin-left: 5px;
    width: 20px
}

.rb-back-dialog .back__info-description {
    color: #028760;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0
}

.rb-back-dialog .back__info-play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    height: 14px
}

.rb-back-dialog .back__info-play .ic_dun {
    margin-right: 4px;
    width: 10px
}

.rb-back-dialog .back__detail {
    align-items: center;
    display: flex;
    font-size: 14px
}

.rb-back-dialog .back__detail p {
    line-height: 18px;
    margin: 10px 0
}

.rb-back-dialog .back__detail img {
    width: 89px
}

.rb-back-dialog .back__btn {
    align-items: center;
    background-color: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 35px;
    justify-content: center;
    margin-top: 15px;
    width: 100%
}

#rb-loadingtitle.show{
    opacity: 1;
    visibility: visible;
}

@keyframes rb-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes rb-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading-circular {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120
    }
}
