.__component-loading .loading-main {
    text-align: center
}

.__component-loading .loading-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: .05rem solid #ddd;
    border-left-color: transparent;
    -webkit-animation: girar 1s linear infinite;
    animation: girar 1s linear infinite
}

@-webkit-keyframes girar {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes girar {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.__component-image {
    position: relative;
    background: #f9f9f9
}

.__component-image .image-origin {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.__component-image .image-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 90%
}

.__component-image.loaded {
    background: transparent
}

.__component-image.loaded .image-origin {
    opacity: 1
}

.__component-image.loaded .image-indicator {
    display: none
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

.__component-upload .upload-input {
    display: none !important
}

.component-scroll-x {
    overflow-x: auto;
    white-space: nowrap
}

.component-scroll-x::-webkit-scrollbar {
    display: none
}

.componet-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden
}

.componet-pagination li {
    width: .46rem;
    height: .46rem;
    line-height: .5rem;
    font-size: .29rem;
    text-align: center;
    border-radius: .06rem
}

.componet-pagination li.active {
    background: var(--theme-color, #008fff);
    color: #fff
}

.componet-pagination .icon {
    width: .5rem;
    height: .5rem;
    text-indent: -999.99rem;
    background-size: cover;
    background-repeat: no-repeat
}

.componet-pagination .icon-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAPFBMVEUAAAD////r6+vv7+8nJyfj7OwnJycqKirm6ezl6uwqKioqKirk6erk6Ork6esqKiopKSnl6eoqKirk6OoI6it0AAAAEnRSTlMABg0QGhs0NlFsbX/Hz9jZ8PKzhBKnAAAAtElEQVRIx+WWWQ4DIQxDDcO00AIz4PvftRcgEZb61fr/SVmcBUAodXBDo5YAAGfjttoJhMaeIzYUc2cLKOwHNnV0FlRmbCuzYjDuA5EDJASRPwqklwaka74VIF1z2sQCeNzTIVYhPT1imbRHrMvqEEYfbMJqnEmYnbYI2xoG4XhpTXjmWxLfBNSQ1KTVsqqNU62hmk+1tzpA8ojKS0BeM/oi+4d1Lx9F+ezKh11+HeTnRH1/Po6ZI1/fl6LcAAAAAElFTkSuQmCC)
}

.componet-pagination .icon-prev.disable {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAPFBMVEUAAAD////r6+vv7++xurrj7Oy1ur+4vcLm6ezl6uy0u721u7/k6erk6Ork6eu0u760u77l6eq0u77k6OoufjkwAAAAEnRSTlMABg0QGhs0NlFsbX/Hz9jZ8PKzhBKnAAAAs0lEQVRIx92WwRLCIAxEF9oqWEDJ/v+/evAoYHbGU/f83gy0IQmAkEunI73kAABHpTv1AEJlSxGOxNRYAzLbBme2xozCBHcSCzqjX4jsICGEvLjw2DXhtOeuCKfZwJgLp5nZ6+YWPvzdfaQZPxOm/ESY82NhwQ+FFT8SlvxAWPPfwg/+D4J8JP3S+mfVf5xeGnrx6eWtPyD9iepNQG8zeiO7cruXh6I8duXBLq8O8nKirj9vmTcjXwjeeOoAAAAASUVORK5CYII=)
}

.componet-pagination .icon-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAPFBMVEUAAAD////r6+vv7+8nJyfj7OwnJycqKirm6ezl6uwqKioqKirk6erk6Ork6esqKiopKSnl6eoqKirk6OoI6it0AAAAEnRSTlMABg0QGhs0NlFsbX/Hz9jZ8PKzhBKnAAAAtElEQVRIx+WWWQ4DIQxDDcO00AIz4PvftRcgEZb61fr/SVmcBUAodXBDo5YAAGfjttoJhMaeIzYUc2cLKOwHNnV0FlRmbCuzYjDuA5EDJASRPwqklwaka74VIF1z2sQCeNzTIVYhPT1imbRHrMvqEEYfbMJqnEmYnbYI2xoG4XhpTXjmWxLfBNSQ1KTVsqqNU62hmk+1tzpA8ojKS0BeM/oi+4d1Lx9F+ezKh11+HeTnRH1/Po6ZI1/fl6LcAAAAAElFTkSuQmCC)
}

.componet-pagination .icon-next.disable {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAPFBMVEUAAAD////r6+vv7++xurrj7Oy1ur+4vcLm6ezl6uy0u721u7/k6erk6Ork6eu0u760u77l6eq0u77k6OoufjkwAAAAEnRSTlMABg0QGhs0NlFsbX/Hz9jZ8PKzhBKnAAAAs0lEQVRIx92WwRLCIAxEF9oqWEDJ/v+/evAoYHbGU/f83gy0IQmAkEunI73kAABHpTv1AEJlSxGOxNRYAzLbBme2xozCBHcSCzqjX4jsICGEvLjw2DXhtOeuCKfZwJgLp5nZ6+YWPvzdfaQZPxOm/ESY82NhwQ+FFT8SlvxAWPPfwg/+D4J8JP3S+mfVf5xeGnrx6eWtPyD9iepNQG8zeiO7cruXh6I8duXBLq8O8nKirj9vmTcjXwjeeOoAAAAASUVORK5CYII=)
}

.componet-pagination .pagination-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: .1rem;
    width: .3rem
}

.message-box-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.message-box-alert, .message-box-confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    background-color: #fff;
    width: 76%;
    max-width: 7.5rem;
    border-radius: .16rem;
    font-size: .26rem;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

.message-box-alert .message-box-icon-close, .message-box-confirm .message-box-icon-close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: .36rem;
    height: .36rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAAAR5JREFUWAnt17sNwkAMBuBrmIABGIEVoIKWAtFQUyFR0KXJFgzAOgzCFDx+A5ZMceIe9jkFJzl3RRJ/chTnEkIIU8QSMZhxgeSB6BxFE+Qecf4NFjeEF+rwyX1iEM1bhAeKMXfkXxNEjtYoidlJiFy3QiVhGGaNysJYo4owVqgqjDZKBaOFUsXUokwwpagxLqRmS00v2mf45qVzbkvokWhVmiz1ulxU6n2rzvujUss3yEqdoac3yWs/9VU82Wc89lNRDPUZ18cnKyObngsqhuHyNUX9wjRFpWKaoHIxpqhSjAmqFqOK0sKooLQxVSgrTBHKGpOFaoVJQu1xFm0fTDfkLBFz9DNzdcCwi1FUDPpTeY0ZjvP30uW4QNYjZX4CWs2rdPPfSywAAAAASUVORK5CYII=) no-repeat;
    background-size: cover
}

.message-box-alert .message-box-title, .message-box-confirm .message-box-title {
    color: #191f25;
    text-align: center;
    padding: .4rem 0 .3rem;
    margin-bottom: 0;
    font-size: .34rem;
    font-weight: 700
}

.message-box-alert .message-box-content, .message-box-confirm .message-box-content {
    padding: .2rem .4rem .3rem;
    min-height: 1rem;
    position: relative
}

.message-box-alert .message-box-message, .message-box-confirm .message-box-message {
    margin: 0;
    font-size: .28rem;
    text-align: center;
    line-height: 1.5;
    word-break: break-all
}

.message-box-alert .message-box-btn, .message-box-confirm .message-box-btn {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 1rem;
    padding: 0 .2rem;
    border-top: 1px solid #dcdee3
}

.message-box-alert .message-box-cancel-btn, .message-box-alert .message-box-confirm-btn, .message-box-confirm .message-box-cancel-btn, .message-box-confirm .message-box-confirm-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .3rem;
    color: #999
}

.message-box-alert .message-box-cancel-btn > p, .message-box-alert .message-box-confirm-btn > p, .message-box-confirm .message-box-cancel-btn > p, .message-box-confirm .message-box-confirm-btn > p {
    display: inline-block;
    border-radius: .06rem;
    width: 90%;
    font-size: .3rem
}

.message-box-alert .message-box-confirm-btn, .message-box-confirm .message-box-confirm-btn {
    color: #008fff
}

.message-box-alert .message-box-cancel-btn, .message-box-confirm .message-box-cancel-btn {
    position: relative
}

.message-box-alert .message-box-cancel-btn:after, .message-box-confirm .message-box-cancel-btn:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .48rem;
    content: "";
    display: inline-block;
    background: #dcdee3;
    -webkit-transform: translateY(-50%) scaleX(.5);
    transform: translateY(-50%) scaleX(.5)
}

.message-box-alert .message-box-confirm-btn.disable, .message-box-confirm .message-box-confirm-btn.disable {
    opacity: .5
}

.message-box-toast {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    width: 50%;
    border-radius: .2rem;
    font-size: .16rem;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    padding: .3rem .15rem;
    text-align: center;
    color: #fff
}

.message-box-toast .message-box-content {
    font-size: .26rem;
    word-break: break-all
}

.component-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.component-loading, .component-loading .loading-img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.component-loading .loading-img-container {
    width: 1rem;
    height: 1rem;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .08rem;
    background-color: rgba(0, 0, 0, .6);
    font-size: .13rem;
    line-height: .15rem;
    color: #fff
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.component-loading .loading-img-container .loading-img {
    width: .4rem;
    height: .4rem;
    background: url(../../img/loading.57350502.png) no-repeat;
    background-size: contain;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite
}

.component-loading .loading-img-container .loading-info {
    margin-top: .17rem;
    font-size: .13rem
}

:root {
    --feform-has-field-text: #000;
    --feform-field-bg: #f5f5f5;
    --feform-field-border-color: #f6f6f6;
    --feform-form-item-bg: transparent;
    --feform-field-readonly-bg: #f6f6f6;
    --feform-picker-background-color: #fff;
    --feform-picker-mask-background-image: linear-gradient(180deg, rgba(41, 41, 41, 0), rgba(41, 41, 41, 0.02)), linear-gradient(0deg, rgba(41, 41, 41, 0), rgba(41, 41, 41, 0.02));
    --feform-picker-toolbar-height: 30px;
    --feform-picker-option-text-color: rgba(0, 0, 0, 0.6);
    --feform-picker-selected-color: #000;
    --feform-picker-selected-font-weight: 500;
    --feform-picker-selected-font-size: 17px;
    --feform-picker-item-height: 46px;
    --feform-picker-item-font-size: 15px;
    --feform-picker-item-font-weight: 400;
    --feform-picker-frame-bg: hsla(0, 0%, 100%, 0.05);
    --feform-picker-frame-border-radius: 8px;
    --feform-picker-frame-left: 27px;
    --feform-picker-frame-right: 27px;
    --feform-form-label-opacity: 0.8;
    --feform-form-label-font-weight: normal;
    --feform-form-label-width: 100%;
    --feform-form-intro-color: rgba(0, 0, 0, 0.35);
    --feform-form-lebel-color: #999;
    --feform-form-lebel-size: 14px;
    --feform-beauty-item-cell-padding: 0 11px;
    --feform-beauty-item-cell-line-height: 18px;
    --feform-beauty-item-cell-border-radius: 75px;
    --feform-beauty-item-cell-justify-content: flex-end;
    --feform-rv-checkbox-label-font-size: 14px;
    --feform-rv-input-border-radius: 200px;
    --feform-rv-input-width: 100%;
    --feform-rv-input-padding: 14px 19px;
    --feform-rv-input-font-size: 14px;
    --feform-rv-input-height: 46px;
    --feform-rv-input-box-sizing: border-box;
    --feform-rv-cell-value-line-height: 14px;
    --feform-rv-input-placeholder-color: #999;
    --feform-rv-textarea-padding: 15px 11px;
    --feform-rv-textarea-min-height: 125px;
    --feform-rv-textarea-border-radius: 8px
}

#h5-beauty-search-form .beauty-item-cell.read-only {
    background: var(--feform-field-readonly-bg);
    cursor: not-allowed
}

#h5-beauty-search-form .beauty-item-cell .rv-cell__value {
    line-height: var(--feform-rv-cell-value-line-height)
}

#h5-beauty-search-form .beauty-item-cell.has, #h5-beauty-search-form .beauty-item-cell.has input, #h5-beauty-search-form .beauty-item-cell.has span {
    color: var(--feform-has-field-text) !important;
    -webkit-text-fill-color: var(--feform-has-field-text) !important
}

#h5-beauty-search-form .form-border {
    border-bottom: 1px solid var(--feform-field-border-color)
}

#h5-beauty-form {
    --rv-card-body-padding: 0;
    --rv-field-intro-color: var(--feform-form-intro-color);
    --rv-field-label-size: var(--feform-form-lebel-size);
    --rv-radio-label-color: var(--feform-form-lebel-color)
}

#h5-beauty-form :lang(ar) {
    text-align: right
}

#h5-beauty-form .form-border {
    border-bottom: 1px solid var(--feform-field-border-color)
}

#h5-beauty-form .form-item {
    background: var(--feform-form-item-bg)
}

#h5-beauty-form .form-item.rv-form-item--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

#h5-beauty-form .form-item.rv-form-item--vertical .rv-field__label {
    margin-right: 0
}

#h5-beauty-form .form-label {
    opacity: var(--feform-form-label-opacity);
    font-weight: var(--feform-form-label-font-weight);
    width: var(--feform-form-label-width);
    font-size: var(--rv-field-label-size)
}

#h5-beauty-form .beauty-item-cell {
    width: 100%;
    padding: var(--feform-beauty-item-cell-padding);
    border: none;
    outline: none;
    border-radius: var(--feform-beauty-item-cell-border-radius);
    -webkit-box-pack: var(--feform-beauty-item-cell-justify-content);
    -webkit-justify-content: var(--feform-beauty-item-cell-justify-content);
    justify-content: var(--feform-beauty-item-cell-justify-content);
    line-height: var(--feform-beauty-item-cell-line-height)
}

#h5-beauty-form .beauty-item-cell .rv-cell__right-icon {
    height: auto
}

#h5-beauty-form .rv-checkbox__label {
    color: var(--rv-radio-label-color);
    font-size: var(--feform-rv-checkbox-label-font-size)
}

#h5-beauty-form .beauty-item-cell, #h5-beauty-form .rv-input {
    border-radius: var(--feform-rv-input-border-radius);
    width: var(--feform-rv-input-width);
    padding: var(--feform-rv-input-padding);
    border: none;
    outline: none;
    background: var(--feform-field-bg);
    font-size: var(--feform-rv-input-font-size);
    height: var(--feform-rv-input-height);
    box-sizing: var(--feform-rv-input-box-sizing)
}

#h5-beauty-form .beauty-item-cell.read-only, #h5-beauty-form .rv-input.read-only {
    background: var(--feform-field-readonly-bg);
    cursor: not-allowed
}

#h5-beauty-form .beauty-item-cell .rv-cell__value, #h5-beauty-form .rv-input .rv-cell__value {
    line-height: var(--feform-rv-cell-value-line-height)
}

#h5-beauty-form .beauty-item-cell.has input, #h5-beauty-form .beauty-item-cell.has span, #h5-beauty-form .rv-input.has input, #h5-beauty-form .rv-input.has span {
    color: var(--feform-has-field-text) !important;
    -webkit-text-fill-color: var(--feform-has-field-text) !important;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: break-spaces;
    text-overflow: ellipsis;
    max-width: 100%;
    word-break: break-word
}

#h5-beauty-form .beauty-item-cell.no-has input, #h5-beauty-form .beauty-item-cell.no-has span, #h5-beauty-form .rv-input.no-has input, #h5-beauty-form .rv-input.no-has span {
    -webkit-text-fill-color: #999 !important;
    color: #999 !important
}

#h5-beauty-form .beauty-item-cell input, #h5-beauty-form .rv-input input {
    color: var(--feform-has-field-text)
}

#h5-beauty-form .beauty-item-cell input::-webkit-input-placeholder, #h5-beauty-form .rv-input input::-webkit-input-placeholder {
    color: var(--feform-rv-input-placeholder-color)
}

#h5-beauty-form .beauty-item-cell input::placeholder, #h5-beauty-form .rv-input input::placeholder {
    color: var(--feform-rv-input-placeholder-color)
}

#h5-beauty-form .rv-textarea textarea {
    padding: var(--feform-rv-textarea-padding);
    min-height: var(--feform-rv-textarea-min-height);
    background: var(--feform-field-bg);
    border-radius: var(--feform-rv-textarea-border-radius);
    color: var(--feform-has-field-text)
}

#h5-beauty-form .rv-textarea.read-only textarea {
    background: var(--feform-field-readonly-bg);
    cursor: not-allowed
}

.rv-popup--bottom.rv-popup--round {
    border-radius: 40px 40px 0 0
}

.h5-form-beauty-pop {
    --rv-picker-background-color: var(--feform-picker-background-color);
    --rv-picker-mask-background-image: var(--feform-picker-mask-background-image);
    --rv-picker-toolbar-height: var(--feform-picker-toolbar-height);
    --rv-picker-option-text-color: var(--feform-picker-option-text-color);
    border-radius: 21px 21px 0 0;
    color: var(--adm-color-primary)
}

.h5-form-beauty-pop .rv-picker__toolbar {
    height: 72px
}

.h5-form-beauty-pop .rv-picker__toolbar .rv-picker__title {
    font-size: 19px;
    line-height: 72px
}

.h5-form-beauty-pop .rv-picker-column__item {
    color: var(--feform-picker-option-text-color);
    font-weight: var(--feform-picker-item-font-weight);
    font-size: var(--feform-picker-item-font-size);
    height: var(--feform-picker-item-height)
}

.h5-form-beauty-pop .rv-picker-column__item.rv-picker-column__item--selected {
    color: var(--feform-picker-selected-color);
    font-weight: var(--feform-picker-selected-font-weight);
    font-size: var(--feform-picker-selected-font-size)
}

.h5-form-beauty-pop .rv-picker__frame {
    height: var(--feform-picker-item-height);
    background: var(--feform-picker-frame-bg);
    border-radius: var(--feform-picker-frame-border-radius);
    left: var(--feform-picker-frame-left);
    right: var(--feform-picker-frame-right)
}

.h5-form-beauty-pop .rv-picker__frame:after {
    display: none
}

.loader {
    --loader-size: 20px;
    --loader-color: #000;
    --loader-rgb-color: 0, 0, 0
}

.loader.spin {
    width: var(--loader-size);
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: -webkit-linear-gradient(bottom, rgba(var(--loader-rgb-color), .5) 30%, transparent 0 70%, rgba(var(--loader-rgb-color), .7) 0) 50%/8% 100%, -webkit-linear-gradient(left, rgba(var(--loader-rgb-color), .25) 30%, transparent 0 70%, rgba(var(--loader-rgb-color), .65) 0) 50%/100% 8%;
    background: linear-gradient(0deg, rgba(var(--loader-rgb-color), .5) 30%, transparent 0 70%, rgba(var(--loader-rgb-color), .7) 0) 50%/8% 100%, linear-gradient(90deg, rgba(var(--loader-rgb-color), .25) 30%, transparent 0 70%, rgba(var(--loader-rgb-color), .65) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s steps(12) infinite reverse
}

.loader.spin:after, .loader.spin:before {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: .915;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.loader.spin:after {
    opacity: .83;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

@-webkit-keyframes l23 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes l23 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loader.spinner {
    width: var(--loader-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background: -webkit-radial-gradient(farthest-side, var(--loader-color) 94%, transparent) top/2px 2px no-repeat, conic-gradient(transparent 30%, var(--loader-color));
    background: radial-gradient(farthest-side, var(--loader-color) 94%, transparent) top/2px 2px no-repeat, conic-gradient(transparent 30%, var(--loader-color));
    -webkit-mask: -webkit-radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
    -webkit-mask: -webkit-linear-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
    -webkit-animation: l13 1s linear infinite;
    animation: l13 1s linear infinite
}

@-webkit-keyframes l13 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes l13 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loader.shape {
    width: var(--loader-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f03355;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-animation: l1 2s cubic-bezier(.3, 1, 0, 1) infinite;
    animation: l1 2s cubic-bezier(.3, 1, 0, 1) infinite
}

@-webkit-keyframes l1 {
    33% {
        border-radius: 0;
        background: #514b82;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
    66% {
        border-radius: 0;
        background: #ffa516;
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
        clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%)
    }
}

@keyframes l1 {
    33% {
        border-radius: 0;
        background: #514b82;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
    66% {
        border-radius: 0;
        background: #ffa516;
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
        clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%)
    }
}

.loader.dot {
    width: calc(var(--loader-size) / 3);
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-animation: l5 1s linear infinite alternate;
    animation: l5 1s linear infinite alternate;
    --loader-shadow-color: rgba(var(--loader-rgb-color), 0.1333)
}

@-webkit-keyframes l5 {
    0% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-shadow-color);
        background: var(--loader-color)
    }
    33% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-shadow-color);
        background: var(--loader-shadow-color)
    }
    66% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-shadow-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-color);
        background: var(--loader-shadow-color)
    }
    to {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-shadow-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-color);
        background: var(--loader-color)
    }
}

@keyframes l5 {
    0% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-shadow-color);
        background: var(--loader-color)
    }
    33% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-shadow-color);
        background: var(--loader-shadow-color)
    }
    66% {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-shadow-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-color);
        background: var(--loader-shadow-color)
    }
    to {
        box-shadow: calc(var(--loader-size) / 3 * 1.3) 0 var(--loader-shadow-color), calc(var(--loader-size) / 3 * 1.3 * -1) 0 var(--loader-color);
        background: var(--loader-color)
    }
}

.loader.dancer {
    width: var(--loader-size);
    aspect-ratio: 1;
    background: #3fb8af;
    -webkit-animation: l7-1 1s infinite alternate, l7-2 2s infinite alternate;
    animation: l7-1 1s infinite alternate, l7-2 2s infinite alternate
}

@-webkit-keyframes l7-1 {
    0%, 10% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    to {
        -webkit-transform: scale(0) rotate(1turn);
        transform: scale(0) rotate(1turn)
    }
}

@keyframes l7-1 {
    0%, 10% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    to {
        -webkit-transform: scale(0) rotate(1turn);
        transform: scale(0) rotate(1turn)
    }
}

@-webkit-keyframes l7-2 {
    0%, 49.99% {
        background: #3fb8af
    }
    50%, to {
        background: var(--loader-color)
    }
}

@keyframes l7-2 {
    0%, 49.99% {
        background: #3fb8af
    }
    50%, to {
        background: var(--loader-color)
    }
}

.loader.plusing {
    width: calc(var(--loader-size) / 2);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--loader-color);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    -webkit-animation: l2plusing 1.5s linear infinite;
    animation: l2plusing 1.5s linear infinite;
    position: relative
}

.loader.plusing:after, .loader.plusing:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.loader.plusing:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes l2plusing {
    to {
        box-shadow: 0 0 0 calc(var(--loader-size) / 1.3) transparent
    }
}

@keyframes l2plusing {
    to {
        box-shadow: 0 0 0 calc(var(--loader-size) / 1.3) transparent
    }
}

.flat-mobile-statistic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flat-mobile-statistic, .flat-mobile-statistic .value {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.flat-mobile-statistic .value {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.flat-mobile-statistic .value span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.flat-mobile-statistic .title {
    font-size: 12px;
    color: rgba(0, 0, 0, .3);
    text-align: center
}

.flat-mobile-statistic.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flat-mobile-statistic.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flat-mobile-statistic.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.mobile-success-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    color: hsla(0, 0%, 100%, .6);
    background: rgba(0, 0, 0, .24);
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    padding-top: 8%
}

.mobile-success-pop .success-content {
    width: 642px;
    height: 346px;
    background: #fff;
    box-shadow: 0 23px 31px 0 rgba(0, 0, 0, .2), 0 19px 96px 17px rgba(0, 0, 0, .12), 0 50px 79px 6px rgba(0, 0, 0, .14);
    border-radius: 17px;
    padding: 46px 35px 33px;
    margin: 0 auto
}

.mobile-success-pop .s-header {
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 29px
}

.mobile-success-pop .s-desc {
    text-align: left;
    font-size: 29px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 67px
}

.mobile-success-pop .s-hr {
    height: 2px;
    width: 100%;
    background-color: #ebebeb;
    margin-bottom: 23px
}

.mobile-success-pop .s-ok {
    font-size: 38px;
    font-weight: 500;
    color: #13c296;
    width: 100%;
    text-align: center
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, button, input, select, textarea {
    font-size: 12px;
    line-height: 1.5;
    font-family: system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

fieldset, img {
    border: 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input, select, textarea {
    outline: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none
}

textarea {
    resize: none;
    overflow: auto
}

a {
    color: inherit
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

em, i {
    font-style: normal
}

ol, ul {
    list-style: none
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mt-5 {
    margin-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pt-5 {
    padding-top: 5px
}

.pr-5 {
    padding-right: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pt-15 {
    padding-top: 15px
}

.pr-15 {
    padding-right: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pt-20 {
    padding-top: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px
    }
}

.anchat-official-wrapper {
    width: 100vw;
    height: 100vh;
    position: relative
}

@-webkit-keyframes move-top {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -2340px, 0);
        transform: translate3d(0, -2340px, 0)
    }
}

@keyframes move-top {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -2340px, 0);
        transform: translate3d(0, -2340px, 0)
    }
}

.anchat-official-wrapper .opacity {
    opacity: 0
}

.anchat-official-wrapper .color-pic {
    position: absolute
}

.anchat-official-wrapper .official-head {
    width: 100vw;
    height: 80px;
    position: fixed;
    z-index: 10
}

.anchat-official-wrapper .official-head.show-bg-color {
    background-color: #fff
}

.anchat-official-wrapper .official-head.show-bg-color .app-name {
    background: no-repeat url(../../img/logo-black.0865d902.png) 50%;
    background-size: contain
}

.anchat-official-wrapper .official-head.show-bg-color .app-name a {
    display: block;
    width: 100%;
    height: 100%
}

.anchat-official-wrapper .official-head.show-bg-color .home-about-tabs .normal-tab {
    color: #908b9f
}

.anchat-official-wrapper .official-head.show-bg-color .home-about-tabs .active-tab {
    color: #121212
}

.anchat-official-wrapper .official-head .app-name {
    width: 191px;
    height: 50px;
    position: absolute;
    left: 20%;
    top: 10px;
    background: no-repeat url(../../img/appName.png) 50%;
    background-size: contain
}

.anchat-official-wrapper .official-head .app-name a {
    display: block;
    width: 100%;
    height: 100%
}

.anchat-official-wrapper .official-head .home-about-tabs {
    width: 225px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    right: 20%;
    top: 25px
}

.anchat-official-wrapper .official-head .home-about-tabs .normal-tab {
    font-size: 20px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .6)
}

.anchat-official-wrapper .official-head .home-about-tabs .active-tab {
    font-size: 20px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.anchat-official-wrapper .official-head .home-about-tabs .active-tab:after {
    content: "";
    margin-top: 10px;
    width: 40px;
    height: 5px;
    background: #875fff;
    border-radius: 3px
}

.anchat-official-wrapper #home {
    width: 100vw;
    height: 100vh;
    padding: 10% 20% 0;
    background: url(../../img/bkg.f5f1cc20.png) no-repeat 50%;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.anchat-official-wrapper #home .home-left {
    width: 60.5%;
    min-width: 440px;
    height: 26vw;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 21px
}

.anchat-official-wrapper #home .home-left .left-word {
    font-size: 5vh;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700;
    color: #fff;
    line-height: 8.3vh;
    text-shadow: 0 1px 7px rgba(27, 9, 54, .4)
}

.anchat-official-wrapper #home .home-left .google-play {
    width: 28vh;
    height: 8vh;
    min-width: 172px;
    min-height: 49px;
    max-width: 305px;
    max-height: 87px;
    margin-top: 3.3vh;
    margin-bottom: 1.4vh;
    background: url(../../img/google-play.7eb54f51.png) no-repeat 50%;
    background-size: contain
}

.anchat-official-wrapper #home .home-left .apple-store {
    width: 28vh;
    height: 8vh;
    min-width: 172px;
    min-height: 49px;
    max-width: 305px;
    max-height: 87px;
    background: url(../../img/apple-store.7ff2c982.png) no-repeat 50%;
    background-size: contain
}

.anchat-official-wrapper #home .home-left .download-btn a {
    display: block;
    width: 100%;
    height: 100%
}

.anchat-official-wrapper #home .home-right {
    width: 45.5vh;
    max-width: 520px;
    min-width: 237px;
    height: 65vh;
    min-height: 338px;
    max-height: 730px;
    background: no-repeat url(../../img/page-bc.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #people {
    width: 100vw;
    background: #190a2f
}

.anchat-official-wrapper #people .content {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 40px
}

.anchat-official-wrapper #people .content .people-img {
    width: 30vw;
    height: 30vw;
    background: no-repeat url(../../img/people.b47ff97b.png) 50%;
    background-size: contain;
    margin-right: 15px
}

.anchat-official-wrapper #people .content .people-word .word-1 {
    font-size: 2.61vw;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: 700;
    color: #fff
}

.anchat-official-wrapper #people .content .people-word .word-2 {
    font-size: 1.31vw;
    font-family: Helvetica;
    color: hsla(0, 0%, 100%, .6);
    line-height: 36px
}

.anchat-official-wrapper #people .top {
    width: 100vw;
    height: 6.25vw;
    background: no-repeat url(../../img/top.76c0177c.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #page {
    width: 100vw;
    background: #f9f8ff;
    padding: 3.96vw 20vw .01px
}

.anchat-official-wrapper #page .page-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 4.48vw
}

.anchat-official-wrapper #page .page-wrap .content-word {
    width: 50%;
    padding-left: 3.12vw
}

.anchat-official-wrapper #page .page-wrap .content-word .word-1 {
    font-size: 2.61vw;
    font-family: Helvetica-Bold, Helvetica;
    font-weight: 700;
    color: #121332
}

.anchat-official-wrapper #page .page-wrap .content-word .word-2 {
    font-size: 1.31vw;
    font-family: Helvetica;
    color: rgba(18, 19, 50, .6);
    line-height: 36px
}

.anchat-official-wrapper #page .page-wrap .page-1-img {
    width: 26.56vw;
    height: 33.85vw;
    background: no-repeat url(../../img/page-1.4ba10703.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #page .page-wrap .page-2-img {
    width: 26.56vw;
    height: 33.85vw;
    background: no-repeat url(../../img/page-2.12cd8742.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #page .page-wrap .page-3-img {
    width: 26.56vw;
    height: 33.85vw;
    background: no-repeat url(../../img/page-3.753a24c5.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #about {
    width: 100vw;
    background: #190a2f
}

.anchat-official-wrapper #about .bottom {
    width: 100vw;
    height: 6.25vw;
    background: no-repeat url(../../img/bottom.64655eee.png) 50%;
    background-size: contain
}

.anchat-official-wrapper #about .about-wrap {
    width: 100vw;
    padding: 0 20% 100px
}

.anchat-official-wrapper #about .about-wrap .content-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 28px
}

.anchat-official-wrapper #about .about-wrap .content-head .us {
    font-size: 23px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    text-shadow: 0 1px 7px rgba(27, 9, 54, .4)
}

.anchat-official-wrapper #about .about-wrap .content-head:before {
    content: "";
    width: 3px;
    height: 17px;
    background: #875fff;
    margin-right: 10px
}

.anchat-official-wrapper #about .about-wrap .about-item {
    background: hsla(0, 0%, 100%, .05);
    border-radius: 7px;
    padding: 27px 18px;
    margin-bottom: 17px;
    color: hsla(0, 0%, 100%, .6)
}

.anchat-official-wrapper #about .about-wrap .about-item, .anchat-official-wrapper #about .about-wrap .about-item .name {
    font-size: 17px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0 1px 7px rgba(27, 9, 54, .4)
}

.anchat-official-wrapper #about .about-wrap .about-item .name {
    color: #fff
}

.anchat-official-wrapper .footer {
    width: 100vw;
    padding: 11px 20% 30px;
    background: #120722;
    position: fixed;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.anchat-official-wrapper .footer, .anchat-official-wrapper .footer .tabs .foot-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.anchat-official-wrapper .footer .tabs .foot-tabs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.anchat-official-wrapper .footer .tabs .foot-tabs .logo {
    width: 107px;
    height: 28px;
    background: no-repeat url(../../img/appName.png) 50%;
    background-size: contain
}

.anchat-official-wrapper .footer .tabs .foot-tabs .other-tabs {
    width: 500px;
    font-size: 14px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.anchat-official-wrapper .footer .tabs .foot-tabs .other-tabs, .anchat-official-wrapper .footer .tabs .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.anchat-official-wrapper .footer .tabs .social-media {
    width: 6.77vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.anchat-official-wrapper .footer .tabs .social-media .camera {
    width: 1.56vw;
    height: 1.56vw;
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAhFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8g2+bRAAAAK3RSTlMADRb5BjDw2pM4hZhB+8XCtGIZE05G7ODQznlxIQlXn6ekWeTIv72VVT99fIH8+QAAAiFJREFUSMeU1OtygkAMBeDDXhCoFbygrUqt7YyXnvd/vw62TZbpgvj9P5OQhEVcU28Ps83a2vVmdtjWDUYzu9Kyw5Y7gzGu1TMjnqsr7pmW7FVOMWRx5KDjAr0uKe9IL4hzZ45wdohIThzllET288qRXs2/upIdkU7Q4U58wMkhdOZDzghcGJhkH/neJE66Ssw+f8smDFwgFinFywo9Vi8UqV7LO8WTQy/3RHGUew6yGBSkp/hRas8Og5x2XuLmSrHCHSuKK1qVzhl95lXRoKUzrwDA6L+fDRUs0Mr0dTAAdhRv6DLeG7S+/irhg2LXGRdzBJbFrcVJsQS8Jedo5QxH1liKPdQ8lYOYA/6rxs2ewjaoqQxEwUABYahqbKkSrUvSZnmS5Jll2/KfhGqLA5WT703JT48b/0mmS/xqqA6YUYVNW49f3oaNU82wiYUnnZ1n4flQbbCOhI2sTdazjITXsJGwl+HJkHwkbL9LL5cViEEYikZwabMQ2kILYouu/P//m92EjGOTmrMXfCQnV9Ni07ZtF1bmn6q8LRLPisRSnqbG0LUkwVpSJQOCyYBr6B5oiOAakgVI9AKU1Uv06oUwIX2aNzgzbtA06AwjNtuG+5fEY0XqY8XNY0Xih1HTX42v7QXV20KcPT4Srir37IRn7JELIclhPcGQmNsjOcITAdsQDCARRl+jABriib+fMjwjqHHrcZV9W5ZtL9exOvjLB28PJRHEiOj2AAAAAElFTkSuQmCC) 50%;
    background-size: contain
}

.anchat-official-wrapper .footer .tabs .social-media .face-book {
    width: 1.56vw;
    height: 1.56vw;
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAh1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9qkf8RAAAALHRSTlMA0ZbgwvlpVsbvGvxBFgZ6cEXOtKRJDZ8/Dwrsva+pmlzm3ST1yoN0Ny0gFWNWRmgAAAHOSURBVEjHpdbZcqswEEXRY5AuYgaDwXi2Myf9/993KwE7hdUSwtlvPKyCArUQ+DZl3qrLVsrtRbV5uYFzaSEkjZKiSJ3ouoqJKa7WkzQRZEwkVhrVZK2OzDYIaaIwMNDMI4e8jLPNjpzaNbpNl+TYMtXuy1teN2Ob7WhGu2yEPZqVN/pGNLPg10bhXBxGN1zT7OrbeqYHSgYsyFhYB5/9MGtTMsygkT6/NrhG9/UTWpns4gkw4+pnXcYGqzrYcJwCKAzWT2HFVFhe1xoTWAAbyds9prDcoCS+99vMvK++I70SOW/PV7s6k6kcLbEdB/shyVgLRWzFgFsyp+AT22nALxbsY2sf2IUFbyEfx/JvOPzLY/uPYx/qcay0/etf33WUg+G6YHCrLU/wfbDLs3TDATsYTeyEc3YkIZxwzW4GKJzwkp+dKHbBz/wGiL0D/iR+6717337f66Cq/vJs3CAV6XlTK0zpPzp3nGDoMB8ftJ+7Ow4j3DrNxaOD4HEePo6PUsIJ80cpdAt3vOhw19fSFS+/oNUJNyw6MGVHF+xl4DuFUzg8wVi0t+NDClvJixmLBFMlVczheF/CpehNyTGW4i2Cc80T+tRFHfJVB7b/sDuCpgIaDCcAAAAASUVORK5CYII=) 50%;
    background-size: contain
}

.anchat-official-wrapper .footer .tabs .social-media .email {
    width: 1.56vw;
    height: 1.56vw;
    background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAjVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DizOFAAAALnRSTlMAn6IjNvkO6sIV/N8J8AaWQKZ6Vc+9s0UZxnA+rYiMf/PauXQt0sVpZk9JGiRzNpHrlgAAAfhJREFUSMell9ly4jAQRdsGeTdewAtLyCSEkAyZ+/+fN6ryeGQteEHnBV5OWa3ullpkJmlKZx/7jPnx3imbhGYTHgIGCRYcwlnqsY5gIKqPk2oe4CFBPqq2BUYp2sfuNsUE6ZbMbDLMINuYXK/CLCrPkJ8dZrLTsuYJd9r2lHgrLKCS486wiEzKERYyyFibYiGpqJYCiyl6N8cT9HUueiEu3FGKN9ElnXtEz/uGJtic0NN1aI2e3zTJGj01cULR++tpeYWeKCSiA56Tcei2S8i30ZXnl6EcECVsKJ/x/vHwoye4Q5kl1GAoNzGiLDS2+wuD/z2U0VApyZS8/kL6R0/Zlw/24pEkl+RIMufuRnj7VoLdAacfIll2aK/InPUnUH1IweLaEKnynmJN5my70EWwNyJdjsk3yZSUPPRXj/+5+GBnj0yyT8woU1sDXOcq8Lkio8x0WXw4AOdadvtskvVli5D5r3/7F/SXadnyhqmbnXj/t3uX6xumperuiDQL8itwWqmpkoukK7CLKDC1xOQiUcrzLPKr4p0ZHKU8G1kWTaXzU7tyYygt2dIod6UlKXj2JAmsjiGrA9Dm6J1/6OvX2lG7blxnFFe6biwuOpsr1upytxkrbAYaq1HKZoizGR9tBlebkdliWLd5Jtg+UOyfRvaPMqvn4F99glQRPDaNwwAAAABJRU5ErkJggg==) 50%;
    background-size: contain
}

.anchat-official-wrapper .footer .copy-night {
    margin-top: 11px;
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .4);
    line-height: 8px
}