:root {
    --main-color: #01875f;
    --main-hover-color: #01533b;
}
:root[data-type="google"] {
    --main-color: #01875f;
    --main-hover-color: #01533b;
}

.main-up .logo .box,
.loading-ci .box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    border-radius: 50%;
    animation: turn 1s linear infinite;
    transform-origin: 50% 50%;
}
@keyframes turn {
    100% {
        transform: rotateZ(-1turn);
    }
}

.show-btn,
#pop-show,
#loading-box {
    display: none;
}
#pop-show,
#loading-box {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
#pop-show .bd,
#loading-box .bd {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
#loading-box .bd {
    padding: 30px 50px;
    text-align: center;
}
#loading-box .bd p {
    margin: 15px 0 0;
}
#pop-show .bd {
    width: 70vw;
}
#pop-show .bd strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 600;
}
#pop-show .bd p {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border: #666 1px solid;
    border-radius: 3px;
}
#pop-show .bd .active-box {
    margin: 20px 0;
}
#pop-show .bd .active-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 20px;
    background: rgba(119, 250, 73, 0.3);
    color: #01875f;
    font-weight: 600;
    font-size: 16px;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.loading-ci {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 72px;
    height: 72px;
    margin: 15px auto 0;
    color: #01875f;
}
.loading-ci .box {
    display: block;
}
.rotate {
    animation: loadingCircle 1s infinite linear;
}
@keyframes loadingCircle {
    100% {
        transform: rotate(-360deg);
    }
} /* -------------template---------------------- */
.template-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    transition: box-shadow 0.2s ease-in-out;
}
.template-head.scroll {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.template-head .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0 24px;
    box-sizing: border-box;
}
.template-head .box .l a {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: rgb(95, 99, 104);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    gap: 8px;
    white-space: nowrap;
}
.template-head .box .l a svg {
    width: 40px;
    height: 40px;
}
.template-head .box .l img {
    width: 40px;
    height: 40px;
}
.template-head .box .r {
    display: flex;
    align-items: center;
}
.template-head .box .r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
    transition: background 0.2s ease-in-out;
}
.template-head .box .r a:hover {
    background: #eee;
}
.template-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-top: 1px solid rgb(218, 220, 224);
}
.template-footer ul {
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
}
.template-footer ul li {
    flex: 1;
    text-align: center;
    overflow: hidden;
}
.template-footer ul span {
    display: block;
}
.template-footer ul li p {
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    overflow: hidden;
}
.template-footer ul li a {
    color: rgb(95, 99, 104);
}
.template-footer ul li a:hover,
.template-footer ul li.active a {
    color: var(--main-color);
}
.template-footer ul li a:hover img,
.template-footer ul li.active a img {
    filter: drop-shadow(var(--main-color) 80px 0);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: translateX(-80px);
}
.template-bd {
    padding: 0px 0;
}

.h3YV2d{
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
}

.btn {
    display: block;
    width: 100%;
    padding: 15px 8px;
    background: var(--main-color);
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.facebook a{
    position: fixed;
    top: 8%;
    right: 2%;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url("../img/facebook_br.gif");
    background-size: 100% 100%;
    z-index: 999;
}


.whatsapp a{
    position: fixed;
    top: 15%;
    right: 2%;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("../img/whatsapp_br.gif");
    background-size: 100% 100%;
    z-index: 999;
}


.telegram a{
    position: fixed;
    top: 20%;
    right: 2%;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("../img/telegram_br.gif");
    background-size: 100% 100%;
    z-index: 999;
}
