body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-indent: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
tr {
    display: table-row;
    border-color: inherit;
    vertical-align: inherit
}

td,
th {
    display: table-cell;
    vertical-align: inherit
}

* {
    box-sizing: border-box;
    outline: 0;
    overflow-wrap: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'default_bold';
}



button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: "default";
}

input {
    padding-left: 9px;
    font-family: 'default';
}

input::placeholder {
    font-family: 'default';
}

button {
    outline: none;
    border: 0;
    border-radius: 5px;
    height: 42px;
    font-size: 14px;
    font-family: 'default_bold';
}

button.z-cancel {
    background: #F3F3F3;
    color: #666666;
    font-family: 'default';
}

button.disabled {
    background: #dddddd !important;
    color: #999999 !important;
    cursor: not-allowed !important;
}

button.z-cancel:hover,
a.z-loginSign:hover {
    background: #dddddd;
}

a.z-loginSign {
    outline: none;
    border: 0;
    border-radius: 5px;
    height: 42px;
    font-size: 14px;
    font-family: 'default_bold';
    background: #E7E7E7;
    color: #666666;
    font-family: 'default';
}

button.z-save {
    background: #782AFF;
    color: #fff;
}

button.z-save i {
    font-size: 16px;
    margin-right: 8px;
    display: none;
}

button.z-save:hover {
    background: #5c00fb;
}

button.z-save .load {
    display: none;
}

button.z-wait.z-save .load {
    width: 30px;
    display: block;
}

button.z-wait span {
    display: none;
}

img {
    vertical-align: middle
}

cite,
em,
th,
i {
    font-weight: 400;
    font-style: normal
}

a {
    text-decoration: none;
    color: #0F0F11;
}

img {
    border: none;
    vertical-align: middle;
    font-size: 0
}

i {
    display: inline-block;
}

.no-scroll {
    overflow: hidden;
}

.z_flex {
    display: flex;
}

.z_flex_item {
    display: flex;
    align-items: center;
}

.z_flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.z_flex_column {
    display: flex;
    flex-direction: column;
}

.z_flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.z_flex_warp {
    flex-wrap: wrap;
}

.z_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.z_grid_2 {
    grid-template-columns: repeat(2, 1fr);
}

.z_grid_3 {
    grid-template-columns: repeat(3, 1fr);
}

.z_grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

.z_grid_5 {
    grid-template-columns: repeat(5, 1fr);
}

.z_grid_6 {
    grid-template-columns: repeat(6, 1fr);
}

.z_grid_7 {
    grid-template-columns: repeat(7, 1fr);
}

.z-white {
    color: #FFFFFF;
}

.z_flowHidden {
    overflow: hidden;
}

.z-font12 {
    font-size: 12px !important;
}

.z-font16 {
    font-size: 16px !important;
}

.z-font18 {
    font-size: 18px !important;
}

.z-blod {
    font-family: "default_bold";
}

.z-fixed {
    position: fixed;
}

.z-relative {
    position: relative;
}

.z-absolute {
    position: absolute;
}

.z-cp {
    cursor: pointer;
}

.z-price {
    font-family: "default_bold";
}

body {
    color: #202020;
    background: #fff;
    font-size: 14px;
    font-family: "default";
}

body.overflow {
    overflow: hidden;
}

@font-face {
    font-family: "default";
    src: url("/ffwow/font/Montserrat-Medium.ttf");
    font-display: swap
}



@font-face {
    font-family: "default_bold";
    src: url("/ffwow/font/Montserrat-Bold.ttf");
    font-display: swap
}


.z-scorllbar::-webkit-scrollbar {
    width: 8px;
}

.z-scorllbar::-webkit-scrollbar-thumb {
    background-color: #a5a1a1;
    border-radius: 8px;
    cursor: pointer;
}

.z-scorllbar::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 8px;
}

.z-scorllbar_2,
.z-scorllbar_1 {
    overflow-y: auto;
}

.z-scorllbar_2::-webkit-scrollbar,
.z-scorllbar_1::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

.z-scorllbar_2::-webkit-scrollbar-thumb,
.z-scorllbar_1::-webkit-scrollbar-thumb {
    background-color: #782AFF;
    border-radius: 8px;
    cursor: pointer;
}

.z-scorllbar_1::-webkit-scrollbar-track {
    background: #1a223a;
    border-radius: 8px;
}

.z-scorllbar_2::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 8px;
}

.z-page-container {
    width: 1400px;
    margin: 0 auto;
}

#z-app {
    padding-top: 88px;
}

@media (min-width: 1024px) {
    .z-page-container {
        width: 100%;
    }

}

@media (min-width: 1400px) {
    .z-page-container {
        width: 1400px;
    }
}

.z-page__common--btn {
    position: fixed;
    right: 60px;
    bottom: 60px;
    border-radius: 5px;
    color: #fff;
    z-index: 50;
    cursor: pointer;
}

.z-page__common--btn i.iconfont {
    font-size: 26px;
}

.z-back_page_top {
    bottom: 110px;
}

.z-back_page_top {
    width: 44px;
    height: 43px;
    background: #1D2641;
    border-radius: 4px 4px 4px 4px;
    display: none;
    justify-content: center;
    align-items: center;
}

.z-liveChat.z-page__common--btn {
    width: 50px;
    height: 50px;
    background: #782AFF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang__ar .z-liveChat.z-page__common--btn {
    right: auto;
    left: 60px;
}

.z-liveChat .icon-loading {
    display: none;
}

.z-liveChat.loading .icon-loading {
    display: block;
    width: 30px;
}

.z-liveChat.loading .live_chat_icon {
    display: none;
}


.z-page__common--btn:hover {
    opacity: .9;
}

.search_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 97;
    display: none;
}

.z_pc_hide {
    display: none;
}

/* loading */
.timer-loading {
    display: block;
    font-size: 0;
    color: #666;
    width: 64px;
    height: 64px;
    position: relative;
    margin: 0 auto 20px;
}

.timer-loading.black {
    color: #1d1d1d;
}

.timer-loading.white {
    color: #fff;
}

.timer-loading div,
.timer-loading,
.timer-loading div:before,
.timer-loading div:after {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.timer-loading>div {
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    float: none;
    border: 4px solid #666;
}

.timer-loading.black>div {
    border: 4px solid #1d1d1d;
}

.timer-loading.white>div {
    border: 4px solid #fff;
}

.timer-loading>div:before,
.timer-loading>div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: #666;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
    -moz-transform-origin: 1px 1px 0;
    -ms-transform-origin: 1px 1px 0;
    -o-transform-origin: 1px 1px 0;
    transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
    -moz-animation: timer-loader 1250ms infinite linear;
    -o-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
    -moz-animation-delay: -625ms;
    -o-animation-delay: -625ms;
    animation-delay: -625ms;
}

.timer-loading.white>div:before,
.timer-loading.white>div:after {
    background: #fff;
}

.timer-loading.black>div:before,
.timer-loading.black>div:after {
    background: #1d1d1d;
}


.timer-loading>div:before {
    height: 24px;
}

.timer-loading>div:before,
.timer-loading>div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
    -moz-transform-origin: 2px 2px 0;
    -ms-transform-origin: 2px 2px 0;
    -o-transform-origin: 2px 2px 0;
    transform-origin: 2px 2px 0;
}

.timer-loading>div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
    -moz-animation-delay: -7.5s;
    -o-animation-delay: -7.5s;
    animation-delay: -7.5s;
}

.timer-loading>div:after {
    height: 16px;
}

@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}