.skyPrimaryBtn,
.skyDefaultBtn {
    border-radius: 0;
}

.skyPrimaryBtn {
    background-color: #1863DC;
}

.skyDefaultBtn {
    border: 2px solid #1863DC;
}

#cmp {
    position: relative;
    z-index: 999999999999999999;
}

#cmp #cookieBar {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(54, 64, 67, 0.8);
    height: auto;
    min-height: 64px;
    border: none;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999;
}

#cmp #cookieBar .close {
    display: flex;
    justify-content: space-between;
}

#cmp #cookieBar .close .title {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700;
    color: #212121;
    margin-left: 20px;
}

#cmp #cookieBar .close .closeIcon {
    box-sizing: content-box;
    padding: 5px;
    cursor: pointer;
}

#cmp #cookieBar .cookieBarInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
}

#cmp #cookieBar .cookieBarInner .cookieBarText {
    align-items: center;
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 12px 20px;
}

#cmp #cookieBar .cookieBarInner .cookieBarButtons {
    box-sizing: content-box;
    height: 40px;
    padding: 8px 0;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

#cmp #cookieBar .cookieBarInner .cookieBarButtons .ant-btn {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

#cmp #cookieDlog .cookieIcon {
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 9999999;
}

.cookieModal {
    height: 80%;
    width: 50% !important;
}

.cookieModal .ant-modal-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
    text-align: center;
    border-bottom: 1px #f4f4f4 solid;
    padding-bottom: 20px;
}

.cookieModal .ant-modal-content {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cookieModal .ant-modal-content .ant-modal-body {
    overflow-y: auto;
}

.cookieModal .ant-modal-content .ant-modal-body .description {
    border-bottom: 1px #f4f4f4 solid;
    padding: 10px 0;
}

.cookieModal .ant-modal-content .ant-modal-body .description p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap {
    display: flex;
    border-bottom: 1px #f4f4f4 solid;
    padding: 10px 0;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent {
    width: 100%;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent .cookieName {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}

.cookieModal .ant-modal-content .ant-modal-body .cookieSwitch .wrap .cookieContent .expandWrap {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 1px 10px;
    margin-top: 10px;
}

.cookieModal .customCookieFooter {
    display: flex;
    justify-content: center;
}

.cookieModal .customCookieFooter .ant-btn {
    margin: 0 5px;
}

@media (max-width: 600px) {
    #cmp #cookieDlog .cookieIcon {
        bottom: 55px;
    }

    #cmp #cookieBar .cookieBarInner {
        flex-direction: column;
    }

    #cmp #cookieBar .cookieBarInner .cookieBarButtons {
        margin-right: 0px;
    }

    .cookieModal {
        width: 100% !important;
        height: 100%;
        top: 0px;
    }

    .cookieModal .customCookieFooter {
        flex-direction: column-reverse;
    }

    .cookieModal .customCookieFooter .ant-btn {
        height: 42px;
        margin: 3px 0;
        font-size: 18px;
        font-weight: 500;
    }
}

.gridFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.gridLayout {
    width: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.gridLayout>div>.row>.edit {
    height: inherit
}

.gridLayout .gridSub {
    min-height: 50px
}

.gridLayout.gridFixed {
    transition: background-color .3s
}

.ant-form .ant-form-item {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 3px;
    width: 100%;
    box-sizing: border-box
}

.ant-form .ant-form-item .ant-form-item-label {
    display: block;
    text-align: left
}

.ant-form .ant-form-item .ant-btn {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border: 1px solid transparent;
    outline: 0
}

.ant-form .ant-form-item .ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.ant-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ant-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    color: #bfbfbf
}

.ant-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis
}

.ant-input:focus,
.ant-input:hover {
    border-color: #40a9ff
}

.ant-input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-input-disabled {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-input-disabled:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important
}

.ant-input[disabled] {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-input[disabled]:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important
}

textarea.ant-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all .3s, height 0s;
    transition: all .3s, height 0s
}

.ant-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px
}

.ant-input-sm {
    height: 24px;
    padding: 1px 7px
}

.ant-input-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    vertical-align: 0
}

.ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-input-clear-icon:active {
    color: rgba(0, 0, 0, .65)
}

.ant-input-clear-icon+i {
    margin-left: 6px
}

.ant-input-textarea-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 8px 0 0
}

.ant-input-textarea-clear-icon:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-input-textarea-clear-icon:active {
    color: rgba(0, 0, 0, .65)
}

.ant-input-textarea-clear-icon+i {
    margin-left: 6px
}

.ant-radio-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset
}

.ant-radio-wrapper {
    margin: 0 8px 0 0
}

.ant-radio,
.ant-radio-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer
}

.ant-radio {
    margin: 0;
    line-height: 1;
    vertical-align: sub;
    outline: none
}

.ant-radio-input:focus+.ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner {
    border-color: #1890ff
}

.ant-radio-input:focus+.ant-radio-inner {
    -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, .08);
    box-shadow: 0 0 0 3px rgba(24, 144, 255, .08)
}

.ant-radio-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1890ff;
    border-radius: 50%;
    visibility: hidden;
    -webkit-animation: antRadioEffect .36s ease-in-out;
    animation: antRadioEffect .36s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: ""
}

.ant-radio-wrapper:hover .ant-radio:after,
.ant-radio:hover:after {
    visibility: visible
}

.ant-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ant-radio-inner:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    content: " "
}

.ant-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.ant-radio-checked .ant-radio-inner {
    border-color: #1890ff
}

.ant-radio-checked .ant-radio-inner:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
    transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-radio-disabled .ant-radio-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
    cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner:after {
    background-color: rgba(0, 0, 0, .2)
}

.ant-radio-disabled .ant-radio-input {
    cursor: not-allowed
}

.ant-radio-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

span.ant-radio+* {
    padding-right: 8px;
    padding-left: 8px
}

.ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    color: rgba(0, 0, 0, .65);
    line-height: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-left: 0;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s, border-color .3s;
    transition: color .3s, background .3s, border-color .3s
}

.ant-radio-button-wrapper a {
    color: rgba(0, 0, 0, .65)
}

.ant-radio-button-wrapper>.ant-radio-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0
}

.ant-radio-group-large .ant-radio-button-wrapper {
    height: 40px;
    font-size: 16px;
    line-height: 38px
}

.ant-radio-group-small .ant-radio-button-wrapper {
    height: 24px;
    padding: 0 7px;
    line-height: 22px
}

.ant-radio-button-wrapper:not(:first-child):before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    content: ""
}

.ant-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px
}

.ant-radio-button-wrapper:last-child {
    border-radius: 0 4px 4px 0
}

.ant-radio-button-wrapper:first-child:last-child {
    border-radius: 4px
}

.ant-radio-button-wrapper:hover {
    position: relative;
    color: #1890ff
}

.ant-radio-button-wrapper:focus-within {
    outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #1890ff;
    background: #fff;
    border-color: #1890ff;
    -webkit-box-shadow: -1px 0 0 0 #1890ff;
    box-shadow: -1px 0 0 0 #1890ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
    background-color: #1890ff !important;
    opacity: .1
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    border-color: #1890ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #40a9ff;
    border-color: #40a9ff;
    -webkit-box-shadow: -1px 0 0 0 #40a9ff;
    box-shadow: -1px 0 0 0 #40a9ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #096dd9;
    border-color: #096dd9;
    -webkit-box-shadow: -1px 0 0 0 #096dd9;
    box-shadow: -1px 0 0 0 #096dd9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #40a9ff;
    border-color: #40a9ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #096dd9;
    border-color: #096dd9
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-button-wrapper-disabled {
    cursor: not-allowed
}

.ant-radio-button-wrapper-disabled,
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled:first-child {
    border-left-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none
}

@-webkit-keyframes antRadioEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes antRadioEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference, normal) {
    .ant-radio {
        vertical-align: text-bottom
    }
}

@-webkit-keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.ant-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #1890ff
}

.ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1890ff;
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect .36s ease-in-out;
    animation: antCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1890ff;
    border-color: #1890ff
}

.ant-checkbox-disabled {
    cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
    border-color: rgba(0, 0, 0, .25);
    -webkit-animation-name: none;
    animation-name: none
}

.ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5;
    border-collapse: separate;
    -webkit-animation-name: none;
    animation-name: none
}

.ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
    visibility: hidden
}

.ant-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 8px
}

.ant-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-checkbox-group-item {
    display: inline-block;
    margin-right: 8px
}

.ant-checkbox-group-item:last-child {
    margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
    margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: " "
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

.Form {
    padding: 20px;
    background-color: transparent
}

.IconText {
    min-width: 30px
}

.IconText a {
    display: inline-flex;
    align-items: center
}

.IconText a div {
    height: 1em;
    width: 3px
}

.IconText a svg {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.IconText .none {
    pointer-events: none
}

.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv212 {
    position: relative
}

.rootgridv212 .box,
.rootgridv212 .cell {
    width: 100%
}

.rootgridv212 .box .grid_content,
.rootgridv212 .cell .grid_content {
    height: 100%
}

.rootgridv212 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv212 .cell.edit {
    position: relative
}

.rootgridv212 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv212 .grid_content:after,
.rootgridv212 .grid_content:before {
    content: "";
    display: flex
}

.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv11417 {
    position: relative
}

.rootgridv11417 .box,
.rootgridv11417 .cell {
    height: 100%;
    width: 100%
}

.rootgridv11417 .box .grid_content,
.rootgridv11417 .cell .grid_content {
    height: 100%
}

.rootgridv11417 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv11417 .cell.edit {
    position: relative
}

.rootgridv11417 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv11417 .grid_content:after,
.rootgridv11417 .grid_content:before {
    content: "";
    display: flex
}

.emptyDiv {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bbb;
    min-height: 100px
}

.web_col_content_empty_tips_btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid rgba(127, 155, 255, .6);
    background-color: rgba(202, 214, 255, .1);
    color: #5874d8;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0
}

.web_col_content_empty_tips_icon {
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle
}

.web_col_content_empty_tips_text {
    display: inline-block
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.rootgridv2214 {
    position: relative
}

.rootgridv2214 .box,
.rootgridv2214 .cell {
    width: 100%
}

.rootgridv2214 .box .grid_content,
.rootgridv2214 .cell .grid_content {
    height: 100%
}

.rootgridv2214 .box>.grid_content {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rootgridv2214 .cell.edit {
    position: relative
}

.rootgridv2214 .cell.edit.empty {
    height: auto;
    display: flex;
    flex-direction: column
}

.rootgridv2214 .grid_content:after,
.rootgridv2214 .grid_content:before {
    content: "";
    display: flex
}

.SplitLine1 {
    padding-top: 5px;
    padding-bottom: 5px
}

.SplitLine1 hr {
    color: #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none
}

.Breadcrumb {
    font-size: 14px
}

.Breadcrumb .breadcrumb-link {
    color: #333;
    flex-shrink: 0
}

.Breadcrumb .breadcrumb-currenctTag {
    display: inline-block
}

.Breadcrumb .breadcrumb-separator {
    margin: 0 6px
}

.Breadcrumb svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    color: #333
}

.Map {
    height: 200px
}

.Map .ZERO_RESULTS {
    position: relative;
    top: 50%;
    z-index: 1;
    width: 50%;
    left: 25%;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3)
}

.Map .mapContainer {
    width: 100%;
    height: 100%
}

.Map .mapContainer .title {
    text-align: center
}

.Map .mapContainer #allmap {
    width: 100%;
    height: 100%
}

.Map #map {
    height: 100%
}

.SocialMedia .SocialMediaIcon {
    display: flex;
    justify-content: center
}

.CImage .CImage_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden
}

.CImage .CImage_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    display: none
}

.CImage .CImage_view {
    cursor: pointer
}

.CImage img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.HoverIcon {
    left: auto;
    top: auto;
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 60px
}

.HoverIcon ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.HoverIcon ul li {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: #000
}

.HoverIcon ul li .sideitem {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow: initial
}

.HoverIcon ul li .sideitem .sideicon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.HoverIcon ul li .sideitem .sidetitle {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px
}

.HoverIcon ul li .sideitem .displayText {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 4px;
    width: 100%;
    text-align: center
}

.HoverIcon ul li .sideitem:hover {
    background-color: #e6a23c
}

.HoverIcon ul li .sideitem.sidebox:hover {
    background-color: #e6a23c;
    width: 250px;
    transition: width .1s;
    justify-content: normal;
    align-items: center;
    flex-direction: row
}

.HoverIcon ul li .sideitem.sidebox:hover .sideicon {
    margin: 0 10px;
    float: left
}

.HoverIcon ul li .sideitem.sidebox:hover .sidetitle {
    display: block
}

.HoverIcon ul li .sideitem.sidebox:hover .displayText {
    display: none !important
}

.HoverIcon ul li:hover .sideshow {
    display: block
}

.HoverIcon ul li .sideshow {
    position: absolute;
    top: 0;
    right: 100%;
    border: 1px solid #dfdddd;
    display: none;
    width: 200px;
    height: 200px
}

.HoverIcon ul li .sideshow img {
    width: 100%;
    height: 100%
}

.Nav_pc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.Nav_pc>.rc-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none
}

.Nav_pc>.rc-menu>.rc-menu-item,
.Nav_pc>.rc-menu>.rc-menu-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    font-size: 18px;
    color: #333;
    border: none;
    height: 50px;
    cursor: pointer;
    padding: 0;
    width: 100%
}

.Nav_pc>.rc-menu.rc-menu-horizontal {
    background: unset
}

.Nav_pc>.rc-menu.rc-menu-horizontal:after {
    display: none
}

.Nav_pc .rc-menu-horizontal {
    overflow: unset
}

.rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
    cursor: pointer
}

.Nav-popupClassName {
    z-index: 999
}

.Nav-popupClassName>.rc-menu {
    overflow: hidden
}

.Nav-popupClassName .rc-menu-item,
.Nav-popupClassName .rc-menu-submenu-title {
    font-size: 14px;
    color: #666;
    background: #fff;
    text-align: left;
    cursor: pointer
}

.Nav-popupClassName .menuChildItem+.menuChildItem {
    border-top: 1px solid #999
}

.Nav-popupClassName .menuChildItem,
.Nav-popupClassName .menuChildItem .child,
.Nav-popupClassName .rc-menu-submenu-title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.Nav-popupClassName>.rc-menu .rc-menu-submenu-title {
    display: flex;
    align-items: center
}

.Nav-popupClassName>.rc-menu .rc-menu-submenu-title,
.Nav-popupClassName>.rc-menu>.rc-menu-item {
    height: 50px
}

.Nav-popupClassName>.rc-menu .rc-menu-submenu-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.Nav-popupClassName>.rc-menu .rc-menu-submenu-title .rc-menu-submenu-arrow {
    top: 50%;
    transform: translateY(-50%)
}

@font-face {
    font-family: FontAwesome;
    src: url(/static/fonts/fontawesome-webfont.eot);
    src: url(/static/fonts/fontawesome-webfont.eot#iefix) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.woff) format("woff"), url(/static/fonts/fontawesome-webfont.ttf) format("truetype"), url(/static/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.rc-menu {
    outline: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 4px #d9d9d9;
    border-radius: 3px;
    color: #666
}

.rc-menu-rtl {
    direction: rtl
}

.rc-menu-hidden {
    display: none
}

.rc-menu-collapse {
    overflow: hidden;
    transition: height .3s ease-out
}

.rc-menu-item-group-list {
    margin: 0;
    padding: 0
}

.rc-menu-item-group-title {
    color: #999;
    line-height: 1.5;
    padding: 8px 10px;
    border-bottom: 1px solid #dedede
}

.rc-menu-item-selected {
    transform: translateZ(0)
}

.rc-menu-item-selected,
.rc-menu-submenu-selected {
    background-color: #eaf8fe
}

.rc-menu>li.rc-menu-submenu {
    padding: 0
}

.rc-menu-horizontal.rc-menu-sub,
.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub,
.rc-menu-vertical.rc-menu-sub {
    min-width: 160px;
    margin-top: 0
}

.rc-menu-item,
.rc-menu-submenu-title {
    margin: 0;
    position: relative;
    display: block;
    padding: 7px 7px 7px 16px;
    white-space: nowrap
}

.rc-menu-rtl .rc-menu-item,
.rc-menu-rtl .rc-menu-submenu-title {
    padding: 7px 16px 7px 7px
}

.rc-menu-item.rc-menu-item-disabled,
.rc-menu-item.rc-menu-submenu-disabled,
.rc-menu-submenu-title.rc-menu-item-disabled,
.rc-menu-submenu-title.rc-menu-submenu-disabled {
    color: #777 !important
}

.rc-menu>.rc-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    padding: 0;
    line-height: 0;
    background-color: #e5e5e5
}

.rc-menu-submenu-popup {
    position: absolute
}

.rc-menu-submenu-popup .submenu-title-wrapper {
    padding-right: 20px
}

.rc-menu-submenu-rtl.rc-menu-submenu-popup .submenu-title-wrapper,
.rc-menu-submenu-rtl .rc-menu-submenu-popup .submenu-title-wrapper {
    padding-right: 0;
    padding-left: 20px
}

.rc-menu .rc-menu-item .anticon,
.rc-menu .rc-menu-submenu-title .anticon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    top: -1px
}

.rc-menu-rtl .rc-menu .rc-menu-item .anticon,
.rc-menu-rtl .rc-menu .rc-menu-submenu-title .anticon {
    margin-right: 0;
    margin-left: 8px
}

.rc-menu-horizontal {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
    white-space: nowrap;
    overflow: unset
}

.rc-menu-horizontal>.rc-menu-item,
.rc-menu-horizontal>.rc-menu-submenu>.rc-menu-submenu-title {
    padding: 15px 20px
}

.rc-menu-horizontal>.rc-menu-item,
.rc-menu-horizontal>.rc-menu-submenu {
    border-bottom: 2px solid transparent;
    display: inline-block;
    vertical-align: bottom
}

.rc-menu-horizontal>.rc-menu-item-active,
.rc-menu-horizontal>.rc-menu-submenu-active {
    border-bottom: 2px solid #2db7f5;
    background-color: #f3f5f7;
    color: #2baee9
}

.rc-menu-horizontal:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both
}

.rc-menu-inline,
.rc-menu-vertical,
.rc-menu-vertical-left,
.rc-menu-vertical-right {
    padding: 0
}

.rc-menu-inline>.rc-menu-item,
.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-vertical-left>.rc-menu-item,
.rc-menu-vertical-left>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-vertical-right>.rc-menu-item,
.rc-menu-vertical-right>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-vertical>.rc-menu-item,
.rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
    padding: 12px 28px 12px 24px
}

.rc-menu-rtl.rc-menu-inline>.rc-menu-item,
.rc-menu-rtl.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-rtl.rc-menu-vertical-left>.rc-menu-item,
.rc-menu-rtl.rc-menu-vertical-left>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-rtl.rc-menu-vertical-right>.rc-menu-item,
.rc-menu-rtl.rc-menu-vertical-right>.rc-menu-submenu>.rc-menu-submenu-title,
.rc-menu-rtl.rc-menu-vertical>.rc-menu-item,
.rc-menu-rtl.rc-menu-vertical>.rc-menu-submenu>.rc-menu-submenu-title {
    padding: 12px 24px 12px 8px
}

.rc-menu-inline .rc-menu-submenu-arrow,
.rc-menu-vertical-left .rc-menu-submenu-arrow,
.rc-menu-vertical-right .rc-menu-submenu-arrow,
.rc-menu-vertical .rc-menu-submenu-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    position: absolute;
    right: 16px;
    line-height: 1.5em
}

.rc-menu-inline .rc-menu-submenu-arrow:before,
.rc-menu-vertical-left .rc-menu-submenu-arrow:before,
.rc-menu-vertical-right .rc-menu-submenu-arrow:before,
.rc-menu-vertical .rc-menu-submenu-arrow:before {
    content: "\f0da"
}

.rc-menu-rtl.rc-menu-inline .rc-menu-submenu-arrow:before,
.rc-menu-rtl.rc-menu-vertical-left .rc-menu-submenu-arrow:before,
.rc-menu-rtl.rc-menu-vertical-right .rc-menu-submenu-arrow:before,
.rc-menu-rtl.rc-menu-vertical .rc-menu-submenu-arrow:before,
.rc-menu-submenu-rtl .rc-menu-inline .rc-menu-submenu-arrow:before,
.rc-menu-submenu-rtl .rc-menu-vertical-left .rc-menu-submenu-arrow:before,
.rc-menu-submenu-rtl .rc-menu-vertical-right .rc-menu-submenu-arrow:before,
.rc-menu-submenu-rtl .rc-menu-vertical .rc-menu-submenu-arrow:before {
    content: "\f0d9"
}

.rc-menu-rtl.rc-menu-inline .rc-menu-submenu-arrow,
.rc-menu-rtl.rc-menu-vertical-left .rc-menu-submenu-arrow,
.rc-menu-rtl.rc-menu-vertical-right .rc-menu-submenu-arrow,
.rc-menu-rtl.rc-menu-vertical .rc-menu-submenu-arrow,
.rc-menu-submenu-rtl .rc-menu-inline .rc-menu-submenu-arrow,
.rc-menu-submenu-rtl .rc-menu-vertical-left .rc-menu-submenu-arrow,
.rc-menu-submenu-rtl .rc-menu-vertical-right .rc-menu-submenu-arrow,
.rc-menu-submenu-rtl .rc-menu-vertical .rc-menu-submenu-arrow {
    right: auto;
    left: 16px
}

.rc-menu-inline .rc-menu-submenu-arrow {
    transform: rotate(90deg);
    transition: transform .3s
}

.rc-menu-inline .rc-menu-submenu-open>.rc-menu-submenu-title .rc-menu-submenu-arrow {
    transform: rotate(-90deg)
}

.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub,
.rc-menu-vertical.rc-menu-sub {
    padding: 0
}

.rc-menu-submenu-rtl .rc-menu-vertical-left.rc-menu-sub,
.rc-menu-submenu-rtl .rc-menu-vertical-right.rc-menu-sub,
.rc-menu-submenu-rtl .rc-menu-vertical.rc-menu-sub {
    direction: rtl
}

.rc-menu-sub.rc-menu-inline {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.rc-menu-sub.rc-menu-inline>.rc-menu-item,
.rc-menu-sub.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0
}

.rc-menu-rtl .rc-menu-sub.rc-menu-inline>.rc-menu-item,
.rc-menu-rtl .rc-menu-sub.rc-menu-inline>.rc-menu-submenu>.rc-menu-submenu-title {
    padding-left: 0
}

.rc-menu-open-slide-up-appear,
.rc-menu-open-slide-up-enter {
    animation-duration: .3s;
    animation-fill-mode: both;
    transform-origin: 0 0;
    opacity: 0;
    animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-play-state: paused
}

.rc-menu-open-slide-up-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    transform-origin: 0 0;
    opacity: 1;
    animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-play-state: paused
}

.rc-menu-open-slide-up-appear.rc-menu-open-slide-up-appear-active,
.rc-menu-open-slide-up-enter.rc-menu-open-slide-up-enter-active {
    animation-name: rcMenuOpenSlideUpIn;
    animation-play-state: running
}

.rc-menu-open-slide-up-leave.rc-menu-open-slide-up-leave-active {
    animation-name: rcMenuOpenSlideUpOut;
    animation-play-state: running
}

@keyframes rcMenuOpenSlideUpIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(0)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }
}

@keyframes rcMenuOpenSlideUpOut {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(0)
    }
}

.rc-menu-open-zoom-appear,
.rc-menu-open-zoom-enter {
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: both;
    transform-origin: 0 0;
    animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-play-state: paused
}

.rc-menu-open-zoom-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    transform-origin: 0 0;
    animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-play-state: paused
}

.rc-menu-open-zoom-appear.rc-menu-open-zoom-appear-active,
.rc-menu-open-zoom-enter.rc-menu-open-zoom-enter-active {
    animation-name: rcMenuOpenZoomIn;
    animation-play-state: running
}

.rc-menu-open-zoom-leave.rc-menu-open-zoom-leave-active {
    animation-name: rcMenuOpenZoomOut;
    animation-play-state: running
}

.rc-menu-submenu-rtl.rc-menu-open-zoom-appear,
.rc-menu-submenu-rtl .rc-menu-open-zoom-appear,
.rc-menu-submenu-rtl.rc-menu-open-zoom-enter,
.rc-menu-submenu-rtl .rc-menu-open-zoom-enter,
.rc-menu-submenu-rtl.rc-menu-open-zoom-leave,
.rc-menu-submenu-rtl .rc-menu-open-zoom-leave {
    transform-origin: top right !important
}

@keyframes rcMenuOpenZoomIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes rcMenuOpenZoomOut {
    0% {
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.languageWrap {
    width: 100%
}

.languageWrap .language_line {
    width: 1px;
    height: 1em;
    vertical-align: middle;
    background-color: #595959;
    display: inline-block
}

.Languagev224 .contactWay-language {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.Languagev224 .contactWay-language .language {
    margin-right: 12px
}

.Languagev224 .contactWay-language .language svg {
    width: 20px;
    height: auto;
    vertical-align: middle
}

.ant-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0
}

.ant-select,
.ant-select ol,
.ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-select>ul>li>a {
    padding: 0;
    background-color: #fff
}

.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ant-select-arrow>* {
    line-height: 1
}

.ant-select-arrow svg {
    display: inline-block
}

.ant-select-arrow:before {
    display: none
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block
}

.ant-select-arrow .ant-select-arrow-icon svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    vertical-align: middle
}

.ant-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-select-selection:hover {
    border-color: #40a9ff
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:active,
.ant-select-selection:focus {
    border-color: #40a9ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-selection__clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: color .3s ease, opacity .15s ease;
    transition: color .3s ease, opacity .15s ease;
    text-rendering: auto
}

.ant-select-selection__clear:before {
    display: block
}

.ant-select-selection__clear:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-select-selection:hover .ant-select-selection__clear {
    opacity: 1
}

.ant-select-selection-selected-value {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center
}

.ant-select-no-arrow .ant-select-selection-selected-value {
    padding-right: 0
}

.ant-select-disabled {
    color: rgba(0, 0, 0, .25)
}

.ant-select-disabled .ant-select-selection {
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-disabled .ant-select-selection:active,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:hover {
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ant-select-disabled .ant-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    padding-right: 10px;
    color: rgba(0, 0, 0, .33);
    background: #f5f5f5
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
    display: none
}

.ant-select-selection--single {
    position: relative;
    cursor: pointer
}

.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px
}

.ant-select-no-arrow .ant-select-selection__rendered {
    margin-right: 11px
}

.ant-select-selection__rendered {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 11px;
    margin-left: 11px
}

.ant-select-selection__rendered:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: ".";
    pointer-events: none
}

.ant-select-lg {
    font-size: 16px
}

.ant-select-lg .ant-select-selection--single {
    height: 40px
}

.ant-select-lg .ant-select-selection__rendered {
    line-height: 38px
}

.ant-select-lg .ant-select-selection--multiple {
    min-height: 40px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
    top: 20px
}

.ant-select-sm .ant-select-selection--single {
    height: 24px
}

.ant-select-sm .ant-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px
}

.ant-select-sm .ant-select-selection--multiple {
    min-height: 24px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 16px;
    line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
    top: 12px
}

.ant-select-sm .ant-select-arrow,
.ant-select-sm .ant-select-selection__clear {
    right: 8px
}

.ant-select-disabled .ant-select-selection__choice__remove {
    color: rgba(0, 0, 0, .25);
    cursor: default
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, .25)
}

.ant-select-search__field__placeholder,
.ant-select-selection__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis
}

.ant-select-open .ant-select-arrow-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: normal;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
    display: none
}

.ant-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none
}

.ant-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0
}

.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
    padding-left: 20px
}

.ant-select-dropdown-menu-item-group-title {
    padding: 0 12px;
    color: rgba(0, 0, 0, .45);
    font-size: 12px
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
    border-radius: 0
}

.ant-select-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px;
    overflow: hidden;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item:first-child {
    border-radius: 4px 4px 0 0
}

.ant-select-dropdown-menu-item:last-child {
    border-radius: 0 0 4px 4px
}

.ant-select-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    background-color: #fafafa
}

.ant-select-dropdown-menu-item-disabled,
.ant-select-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #e8e8e8
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 32px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    color: transparent;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
    color: rgba(0, 0, 0, .87)
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
    display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
    display: inline-block;
    color: #1890ff
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 12px
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
    display: block
}

.Button {
    min-width: 30px
}

.Button a {
    text-align: center;
    display: inline-block;
    width: 100%;
    transform: translateY(-50%);
    position: relative;
    top: 50%
}

.Button a svg {
    display: none;
    width: 15px;
    height: 15px;
    margin-right: 3px
}

.Button a .button0_text,
.Button a svg {
    vertical-align: middle
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.FooterMobile2 {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom {
    background-color: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
    line-height: 49px
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a {
    color: inherit
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a i {
    vertical-align: sub
}

.FooterMobile2 .mobile-footer-container .footer-mobile-bottom .footer-mobile-item a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

@media screen and (max-width:600px) {
    .FooterMobile2 {
        display: block
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.hotNav {
    position: relative;
    cursor: pointer
}

.hotNav:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px
}

.dropclassifyv469 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 10px 0
}

.dropclassifyv469 .fixed {
    position: fixed;
    z-index: 9999
}

.dropclassifyv469 a {
    color: #000
}

.dropclassifyv469 a,
.dropclassifyv469 a .text {
    display: block;
    width: 100%
}

.dropclassifyv469 .dropclassifyList {
    overflow: hidden
}

.dropclassifyv469 .anticon-right {
    display: flex
}

.dropclassifyv469 .classify-main {
    padding: 10px 20px;
    position: relative;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.dropclassifyv469 .classify-main+.classify-main {
    border-top: none
}

.dropclassifyv469 .classify-main .classify-sub {
    display: none;
    z-index: 100;
    overflow: hidden
}

.dropclassifyv469 .classify-sub__title,
.dropclassifyv469 .classify-title,
.dropclassifyv469 .icon {
    display: flex;
    align-items: center
}

.dropclassifyv469 .icon {
    margin-right: 5px;
    justify-content: center
}

.dropclassifyv469 .classify-sub__item {
    padding: 10px 20px;
    position: relative;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .dropclassifyv469 .classify-sub__item+.classify-sub__item {
        border-top: none
    }
}

.dropclassifyv469 .classify-third {
    overflow: hidden;
    display: none;
    z-index: 100
}

.dropclassifyv469 .classify-third__item {
    padding: 10px 20px;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .dropclassifyv469 .classify-third__item:hover {
        color: #00a4ff
    }
}

.dropclassifyv469 .anticon-right {
    transform: rotate(90deg)
}

.dropclassifyv469 .hotNav {
    margin-left: auto
}

.dropclassifyv469 .classify-main {
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #333
}

.dropclassifyv469 .classify-main .active {
    display: block
}

.dropclassifyv469 .classify-main .classify-sub__item {
    padding: 0;
    width: 100% !important
}

.dropclassifyv469 .classify-main .classify-sub__item .classify-sub__title {
    padding: 0 20px
}

.dropclassifyv469 .classify-main .classify-third__item {
    width: 100%;
    padding: 12px 50px;
    font-size: 12px;
    color: #666
}

.dropclassifyv469 .classify-main .classify-sub__title,
.dropclassifyv469 .classify-main .classify-title {
    padding: 0 20px
}

.dropclassifyv469 .classify-main .classify-sub,
.dropclassifyv469 .classify-main .classify-third {
    position: static;
    width: 100%
}

.video {
    max-width: 800px
}

#root {
    min-height: 100%
}

@media screen and (max-width:600px) {
    .RootSortable {
        padding-bottom: 53px
    }
}

.hotNav {
    position: relative;
    cursor: pointer
}

.hotNav:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px
}

.dropclassifyv310 {
    cursor: pointer;
    margin: 10px 0
}

.dropclassifyv310 .dropclassifyList {
    overflow: hidden
}

.dropclassifyv310 .anticon-right {
    display: flex
}

.dropclassifyv310 .classify-main {
    padding: 10px 20px;
    position: relative;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

.dropclassifyv310 .classify-main+.classify-main {
    border-top: none
}

.dropclassifyv310 .classify-main .classify-sub {
    display: none;
    z-index: 100;
    overflow: hidden
}

.dropclassifyv310 .classify-sub__title,
.dropclassifyv310 .classify-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dropclassifyv310 .classify-sub__item {
    padding: 10px 20px;
    position: relative;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .dropclassifyv310 .classify-sub__item+.classify-sub__item {
        border-top: none
    }
}

.dropclassifyv310 .classify-third {
    overflow: hidden;
    display: none;
    z-index: 100
}

.dropclassifyv310 .classify-third__item {
    padding: 10px 20px;
    width: 300px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0
}

@media (hover:hover) {
    .dropclassifyv310 .classify-third__item:hover {
        color: #00a4ff
    }
}

.dropclassifyv310 .anticon-right {
    transform: rotate(90deg)
}

.dropclassifyv310 .classify-main {
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #333
}

.dropclassifyv310 .classify-main .active {
    display: block
}

.dropclassifyv310 .classify-main .classify-sub__item {
    padding: 0;
    width: 100% !important
}

.dropclassifyv310 .classify-main .classify-sub__item .classify-sub__title {
    padding: 12px 20px
}

.dropclassifyv310 .classify-main .classify-third__item {
    width: 100%;
    padding: 12px 50px;
    font-size: 12px;
    color: #666
}

.dropclassifyv310 .classify-main .classify-sub__title,
.dropclassifyv310 .classify-main .classify-title {
    padding: 12px 20px
}

.dropclassifyv310 .classify-main .classify-sub,
.dropclassifyv310 .classify-main .classify-third {
    position: static;
    width: 100%
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item:last-child button {
    width: 108px
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item input {
    height: 37px
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item .ant-input {
    color: rgba(187, 187, 187, 1);
    font-size: 12px;
    box-shadow: 0px 0px 1px 1px rgba(230, 230, 230, 1);
    font-family: Arial;
    border-color: rgba(230, 230, 230, 0.02);
    border-style: solid;
    ;
    border-width: 1px;
    border-radius: 2px 2px 2px 2px
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item .ant-btn {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: Arial;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(44, 145, 136, 1)
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item:last-child {
    text-align: left
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item {
    margin-bottom: 1.713597215404525%
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 {
    margin-top: 0px;
    margin-Bottom: 50px;
    margin-Left: 0%;
    margin-Right: 0%;
    background-color: rgba(255, 255, 255, 1)
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item .ant-form-item-label {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: Arial
}

#Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item textarea {
    height: 100px
}

#IconText435_ef38d7bce50378aec15818dab9ba6560 a svg {
    color: rgba(74, 74, 74, 1);
    display: inline-block;
    width: 22px;
    height: 22px
}

#IconText435_ef38d7bce50378aec15818dab9ba6560 {
    margin-top: 30px;
    margin-Bottom: 0px;
    margin-Left: 3.8555937346601814%;
    margin-Right: 3.3245570975947167%
}

#IconText435_ef38d7bce50378aec15818dab9ba6560 div {
    width: 10px
}

#IconText435_ef38d7bce50378aec15818dab9ba6560 .IconText_text {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    font-family: Arial
}

#RootGrid212_ff0b3ea13649ff59e868b4ff64bb6d7f {
    display: block
}

#RootGrid212_ff0b3ea13649ff59e868b4ff64bb6d7f {
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    padding-top: 0%;
    padding-Bottom: 2.6096033402922756%;
    padding-Left: 13.413361169102297%;
    padding-Right: 13.413361169102297%;
}

#RootGridCell_ff0b3ea13649ff59e868b4ff64bb6d7f0>.grid_content {
    box-shadow: 1px 0px 10px 1px rgba(230, 230, 230, 1)
}

#IconText435_26fda6f663068ec66cd80d39d36ed1b80 a svg {
    color: rgba(74, 74, 74, 1);
    display: inline-block;
    width: 22px;
    height: 22px
}

#IconText435_26fda6f663068ec66cd80d39d36ed1b80 {
    margin-top: 10px;
    margin-Bottom: 10px;
    margin-Left: 4.304074255879335%;
    margin-Right: 4.304074255879335%
}

#IconText435_26fda6f663068ec66cd80d39d36ed1b80 div {
    width: 10px
}

#IconText435_26fda6f663068ec66cd80d39d36ed1b80 .IconText_text {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    font-family: Arial
}

#IconText435_74eb88231b857304234740ab360dd4840 a svg {
    color: rgba(74, 74, 74, 1);
    display: inline-block;
    width: 22px;
    height: 22px
}

#IconText435_74eb88231b857304234740ab360dd4840 {
    margin-top: 10px;
    margin-Bottom: 0px;
    margin-Left: 4.304074255879335%;
    margin-Right: 4.304074255879335%
}

#IconText435_74eb88231b857304234740ab360dd4840 div {
    width: 10px
}

#IconText435_74eb88231b857304234740ab360dd4840 .IconText_text {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    font-family: Arial
}

#IconText435_e41ca852fe170b9703cb71692fe5e6250 a svg {
    color: rgba(74, 74, 74, 1);
    display: inline-block;
    width: 22px;
    height: 22px
}

#IconText435_e41ca852fe170b9703cb71692fe5e6250 {
    margin-top: 10px;
    margin-Bottom: 10px;
    margin-Left: 4.304074255879335%;
    margin-Right: 4.304074255879335%
}

#IconText435_e41ca852fe170b9703cb71692fe5e6250 div {
    width: 10px
}

#IconText435_e41ca852fe170b9703cb71692fe5e6250 .IconText_text {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 16px;
    font-family: Arial
}

#RootGrid1148_b0ad22bf5f24461675fd6d87b704d1dc0 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 7.828810020876826%;
    padding-Right: 7.828810020876826%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll
}

#RootGrid2214_9ef86b0927358a3f622acc2397bdf7ec0 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 11.847599164926931%;
    padding-Right: 11.847599164926931%
}

#SplitLine222_b0ad22bf5f24461675fd6d87b704d1dc2 {
    margin-top: 110px;
    margin-Bottom: 30px;
    margin-Left: 0%;
    margin-Right: 0%
}

#SplitLine222_b0ad22bf5f24461675fd6d87b704d1dc2 hr {
    color: rgba(255, 255, 255, 0.4);
    border-top-style: solid !important;
    ;
    border-top-width: 1px;
    border-top-style: solid;
}

#Breadcrumb463_60fbf7fddc41ae2d89ab1d29db6f9bb00 svg {
    display: inline-block;
    width: 14px;
    height: 14px
}

#Breadcrumb463_60fbf7fddc41ae2d89ab1d29db6f9bb00 .breadcrumb-link {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial
}

#Breadcrumb463_60fbf7fddc41ae2d89ab1d29db6f9bb00 {
    margin-top: 80px;
    margin-Bottom: 50px;
    margin-Left: 0%;
    margin-Right: 0%
}

#GoogleMap11420_3a0e6dde9557b0ab86846c07d59c6894 {
    margin-top: px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 7.180150832254897%;
    height: 390px
}

#SocialMedia461_75279c0c7dbf2cd1be322dd0f383f46f .SocialMediaIcon {
    justify-content: flex-start
}

#SocialMedia461_75279c0c7dbf2cd1be322dd0f383f46f {
    margin-top: 20px;
    margin-Bottom: 0px;
    margin-Left: 4.283993038511313%;
    margin-Right: 52.87607657637557%
}

#SocialMedia461_75279c0c7dbf2cd1be322dd0f383f46f .SocialMediaIcon .iconBox svg {
    color: rgba(44, 145, 136, 1);
    width: 33px;
    height: 33px
}

#SocialMedia461_75279c0c7dbf2cd1be322dd0f383f46f .SocialMediaIcon .iconBox {
    margin-left: 3.3333333333333335%;
    margin-right: 3.3333333333333335%
}

#TextNormal2117_282ad79bd1e0468c199305469cf027c40:hover {
    color: rgba(80, 80, 80, 1);
    font-size: 18px;
    ;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_282ad79bd1e0468c199305469cf027c40 {
    color: rgba(80, 80, 80, 1);
    margin-top: 5px;
    margin-Bottom: 50px;
    margin-Left: 0%;
    margin-Right: 0%;
    font-size: 18px;
    text-align: center;
    font-family: Arial;
    ;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_88e01f798f537d52877c5b0dca02a41f0:hover {
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    ;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_88e01f798f537d52877c5b0dca02a41f0 {
    color: rgba(51, 51, 51, 1);
    margin-top: 0px;
    margin-Bottom: 10px;
    margin-Left: 1.7117425539198905%;
    margin-Right: 2.4306744265662443%;
    font-size: 32px;
    text-align: left;
    font-family: Arial;
    ;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_8c853f14f4ed4995106f7a70dce4821d0:hover {
    color: rgba(44, 145, 136, 1);
    font-size: 32px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_8c853f14f4ed4995106f7a70dce4821d0 {
    color: rgba(44, 145, 136, 1);
    margin-top: 40px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    font-size: 32px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_c18567baf6a5e142a6ff58fdb6a28c6a0:hover {
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    ;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_c18567baf6a5e142a6ff58fdb6a28c6a0 {
    color: rgba(51, 51, 51, 1);
    margin-top: 30px;
    margin-Bottom: 0px;
    margin-Left: 4.283993038511313%;
    margin-Right: 24.316122986300147%;
    font-size: 32px;
    text-align: left;
    font-family: Arial;
    ;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0)
}

#Image220_016af273682fc11e84a827a5166238424 .CImage_title {
    font-size: 14px
}

#Image220_016af273682fc11e84a827a5166238424 {
    margin-top: 10px;
    margin-Bottom: 10px;
    margin-Left: 5.063710763493214%;
    margin-Right: 66.30063192789807%
}

#RootGrid1148_016af273682fc11e84a827a5166238422 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 1.3114754098360657%;
    padding-Right: 0%;
    background-color: rgba(223, 223, 223, 0.7)
}

#RootGrid1148_016af273682fc11e84a827a5166238422 .box,
#RootGrid1148_016af273682fc11e84a827a5166238422 .cell {
    min-height: 10px
}

#RootGridCell_2b149de8ab664666dc5a3286a6953b031>.grid_content {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#RootGridCell_2b149de8ab664666dc5a3286a6953b032>.grid_content {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 4.179728317659352%
}

#RootGridCell_2b149de8ab664666dc5a3286a6953b033>.grid_content {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 6.352987889616836%;
    margin-Right: 0%
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul li:hover .sideitem .displayText {
    font-size: 12px
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul .sideitem:hover {
    background-color: rgba(44, 145, 136, 1)
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul li .sideitem .displayText {
    font-size: 10px;
    text-align: center;
    font-family: Arial;
    white-space: inherit;
    text-overflow: ellipsis;
    overflow: hidden
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul li {
    width: 60px;
    height: 60px;
    background-color: rgba(153, 153, 153, 1)
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul li:hover .sideitem .sidetitle {
    font-size: 15px
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 {
    bottom: 23.576751962367876%
}

#HoverIcon2315_016af273682fc11e84a827a5166238427 ul li .sideitem .sideicon svg {
    width: 22px;
    height: 22px
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle:hover {
    color: rgba(41, 131, 121, 1);
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    border-width: 0px;
    background-color: rgba(0, 0, 0, 0)
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .menuChildItem+.menuChildItem {
    border-top-width: 0px;
    border-top-style: solid;
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item.submenu-children-active,
#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .submenu-children-active .rc-menu-submenu-title {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(44, 145, 136, 1)
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item,
#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-submenu-title {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    background-color: rgba(244, 244, 244, 1)
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-item:hover,
#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName .rc-menu-submenu-title:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(44, 145, 136, 1)
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle.submenu-active,
#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle.rc-menu-item-selected {
    color: rgba(41, 131, 121, 1);
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    border-width: 0px;
    background-color: rgba(0, 0, 0, 0)
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc {
    border-color: rgba(92, 92, 92, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .menuTitle {
    color: rgba(48, 48, 48, 1);
    height: 40px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    border-color: rgba(92, 92, 92, 1);
    border-style: solid;
    ;
    border-width: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0.2140289273472118%;
    margin-right: 0.2140289273472118%
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 {
    margin-top: 40px;
    margin-Bottom: 20px;
    margin-Left: 0%;
    margin-Right: 1.0588137976673009%
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav-popupClassName>.rc-menu {
    box-shadow: 1px 0px 1px 1px rgba(34, 25, 77, 0);
    border-color: rgba(34, 25, 77, 0);
    border-style: solid;
    ;
    border-width: 0px
}

#NavDataPC1308_016af273682fc11e84a827a5166238426 .Nav_pc .rc-menu {
    justify-content: flex-start
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 {
    display: block
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection-selected-value,
#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item {
    color: rgba(44, 112, 155, 1);
    font-size: 14px;
    font-family: Arial
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item:hover {
    color: rgba(44, 112, 155, 1);
    background-color: rgba(233, 233, 233, 0.64)
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .language svg {
    display: block
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 {
    margin-top: 40px;
    margin-Bottom: 40px;
    margin-Left: 0%;
    margin-Right: 18.666525333898665%
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-arrow-icon svg {
    color: rgba(44, 112, 155, 1);
    display: block
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection {
    border-color: rgba(167, 167, 167, 1);
    border-style: solid;
    ;
    border-width: 0px
}

#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-selection,
#LanguageSelect224_016af273682fc11e84a827a5166238425 .ant-select-dropdown-menu-item {
    line-height: 35px;
    background-color: rgba(255, 255, 255, 1)
}

#Button11413_274f95665c882d773152bb46ffcf9ec22 a svg {
    color: rgba(255, 255, 255, 1);
    display: none
}

#Button11413_274f95665c882d773152bb46ffcf9ec22 a {
    text-align: left
}

#Button11413_274f95665c882d773152bb46ffcf9ec22:hover {
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_274f95665c882d773152bb46ffcf9ec22:hover .button0_text {
    color: rgba(255, 255, 255, 1)
}

#Button11413_274f95665c882d773152bb46ffcf9ec22 {
    margin-top: 10px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    height: 26px;
    border-color: rgba(24, 144, 255, 1);
    border-style: solid;
    ;
    border-width: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_274f95665c882d773152bb46ffcf9ec22 .button0_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: Arial
}

#IconText435_6faed64c75729dd0deb2000f7132afc60 a svg {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 17px;
    height: 17px
}

#IconText435_6faed64c75729dd0deb2000f7132afc60 {
    margin-top: 20px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText435_6faed64c75729dd0deb2000f7132afc60 div {
    width: 10px
}

#IconText435_6faed64c75729dd0deb2000f7132afc60 .IconText_text {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 14px;
    font-family: Arial
}

#IconText435_d1251fcf441ce7dc623bd05bd5cb15400 a svg {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 17px;
    height: 17px
}

#IconText435_d1251fcf441ce7dc623bd05bd5cb15400 {
    margin-top: 20px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText435_d1251fcf441ce7dc623bd05bd5cb15400 div {
    width: 10px
}

#IconText435_d1251fcf441ce7dc623bd05bd5cb15400 .IconText_text {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 14px;
    font-family: Arial
}

#IconText435_f3cb412ef4095fde10be2174781fd18b0 a svg {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 17px;
    height: 17px
}

#IconText435_f3cb412ef4095fde10be2174781fd18b0 {
    margin-top: 20px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#IconText435_f3cb412ef4095fde10be2174781fd18b0 div {
    width: 10px
}

#IconText435_f3cb412ef4095fde10be2174781fd18b0 .IconText_text {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 14px;
    font-family: Arial
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722 a svg {
    color: rgba(255, 255, 255, 1);
    display: none
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722 a {
    text-align: right
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722:hover {
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722:hover .button0_text {
    color: rgba(255, 255, 255, 1)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722 {
    margin-top: 10px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 14.318227458330544%;
    height: 26px;
    border-color: rgba(24, 144, 255, 1);
    border-style: solid;
    ;
    border-width: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703722 .button0_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: Arial
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723 a svg {
    color: rgba(255, 255, 255, 1);
    display: none
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723 a {
    text-align: left
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723:hover {
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723:hover .button0_text {
    color: rgba(255, 255, 255, 1)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723 {
    margin-top: 10px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    height: 26px;
    border-color: rgba(24, 144, 255, 1);
    border-style: solid;
    ;
    border-width: 0px;
    border-radius: 40px 40px 40px 40px;
    background-color: rgba(24, 144, 255, 0)
}

#Button11413_37bd12d81da2c871b2e5d13d302a703723 .button0_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: Arial
}

#RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
    padding-top: 0%;
    padding-Bottom: 1.0438413361169103%;
    padding-Left: 7.828810020876826%;
    padding-Right: 7.828810020876826%;
    background-color: rgba(44, 145, 136, 1)
}

#RootGrid2214_37bd12d81da2c871b2e5d13d302a70374 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 13.413361169102297%;
    padding-Right: 13.413361169102297%;
    background-color: rgba(44, 145, 136, 1)
}

#RootGrid2214_37bd12d81da2c871b2e5d13d302a70375 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 7.868852459016394%;
    padding-Right: 7.868852459016394%;
    background-color: rgba(44, 145, 136, 1)
}

#RootGrid2214_37bd12d81da2c871b2e5d13d302a70376 {
    padding-top: 0%;
    padding-Bottom: 0%;
    padding-Left: 7.828810020876826%;
    padding-Right: 7.828810020876826%;
    background-color: rgba(44, 145, 136, 1)
}

#SplitLine222_37bd12d81da2c871b2e5d13d302a703719 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#SplitLine222_37bd12d81da2c871b2e5d13d302a703719 hr {
    color: rgba(255, 255, 255, 0.7);
    border-top-style: solid !important;
    ;
    border-top-width: 0px;
    border-top-style: solid;
}

#SplitLine222_37bd12d81da2c871b2e5d13d302a703720 {
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%
}

#SplitLine222_37bd12d81da2c871b2e5d13d302a703720 hr {
    color: rgba(255, 255, 255, 0.4);
    border-top-style: solid !important;
    ;
    border-top-width: 1px;
    border-top-style: solid;
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70377:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
    color: rgba(255, 255, 255, 1);
    margin-top: 50px;
    margin-Bottom: 0px;
    margin-Left: 1.2389174958380116%;
    margin-Right: 12.03685779550118%;
    font-size: 18px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70378:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
    color: rgba(255, 255, 255, 1);
    margin-top: 50px;
    margin-Bottom: 0px;
    margin-Left: 1.8584122190603405%;
    margin-Right: 5.5926592717347114%;
    font-size: 18px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70379:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
    color: rgba(255, 255, 255, 1);
    margin-top: 50px;
    margin-Bottom: 0px;
    margin-Left: 1.8584122190603405%;
    margin-Right: 5.5926592717347114%;
    font-size: 18px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703710:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
    color: rgba(255, 255, 255, 1);
    margin-top: 50px;
    margin-Bottom: 0px;
    margin-Left: 1.8584122190603405%;
    margin-Right: 5.5926592717347114%;
    font-size: 18px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703711:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703711 {
    color: rgba(255, 255, 255, 1);
    margin-top: 50px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    font-size: 18px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703721:hover {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0)
}

#TextNormal2117_37bd12d81da2c871b2e5d13d302a703721 {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0px;
    margin-Bottom: 0px;
    margin-Left: 0%;
    margin-Right: 0%;
    font-size: 15px;
    text-align: left;
    font-family: Arial;
    line-height: 48px;
    background-color: rgba(255, 255, 255, 0)
}

#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .dropclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 0px;
    border-top-style: solid;
}

#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#DropClassifyList469_f30bb5952a6a81fef5c1c81b535fce29 .dropclassifyList .classify-main .classify-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 35px;
    padding-left: 0px
}

#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .dropclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 0px;
    border-top-style: solid;
}

#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#DropClassifyList469_30f337560c8cc0e107f06854a4ac93d80 .dropclassifyList .classify-main .classify-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 35px;
    padding-left: 0px
}

#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .dropclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 0px;
    border-top-style: solid;
}

#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#DropClassifyList469_3e3f0315bd2e86ea627704753a7e2b820 .dropclassifyList .classify-main .classify-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 35px;
    padding-left: 0px
}

#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .dropclassifyList .classify-main .classify-title .icon svg {
    display: none;
    width: 15px;
    height: 15px
}

#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 0px;
    border-top-style: solid;
}

#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#DropClassifyList469_d66a21c38f6013e3f2f902bba5f826e90 .dropclassifyList .classify-main .classify-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 35px;
    padding-left: 0px
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main.selected .classify-title {
    color: rgba(208, 2, 27, 1)
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main .classify-title span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main:hover .classify-title {
    color: rgba(204, 0, 0, 1)
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
    margin-top: 15px;
    margin-Bottom: 0px;
    margin-Left: -5.711990718015083%;
    margin-Right: 11.45968137801776%
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .classify-main:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 0px;
    border-top-style: solid;
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .newclassifyList {
    border-color: rgba(242, 243, 247, 1);
    border-style: solid;
    ;
    border-width: 1px
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .newclassifyList .classify-main .classify-sub .classify-sub__item:not(:first-child),
#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .newclassifyList .classify-main .classify-third .classify-third__item:not(:first-child) {
    border-style: solid !important;
    ;
    border-top-color: rgba(242, 243, 247, 1);
    border-top-width: 1px;
    border-top-style: solid;
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList {
    border-width: 0px
}

#DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 .dropclassifyList .classify-main .classify-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 10px
}

@media screen and (max-width:500px) {
    #Form2327_461a2f39db39ac3d1855a3b4cd0f22790 .ant-form .ant-form-item {
        margin-bottom: 2.8643036161833155%
    }

    #Form2327_461a2f39db39ac3d1855a3b4cd0f22790 {
        margin-top: 0px;
        margin-Bottom: 10px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #IconText435_ef38d7bce50378aec15818dab9ba6560 {
        display: none
    }

    #RootGrid212_ff0b3ea13649ff59e868b4ff64bb6d7f {
        display: block
    }

    #RootGrid212_ff0b3ea13649ff59e868b4ff64bb6d7f {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%;
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 0%;
        padding-Right: 0%
    }
}

@media screen and (max-width:500px) {
    #IconText435_26fda6f663068ec66cd80d39d36ed1b80 {
        margin-top: 10px;
        margin-Bottom: 0px;
        margin-Left: 2.9810298102981028%;
        margin-Right: 5.623306233062331%
    }

    #IconText435_74eb88231b857304234740ab360dd4840 {
        margin-top: 10px;
        margin-Bottom: 20px;
        margin-Left: 2.9810298102981028%;
        margin-Right: 5.623306233062331%
    }

    #IconText435_e41ca852fe170b9703cb71692fe5e6250 {
        margin-top: 10px;
        margin-Bottom: 0px;
        margin-Left: 2.9810298102981028%;
        margin-Right: 5.623306233062331%
    }

    #RootGrid1148_b0ad22bf5f24461675fd6d87b704d1dc0 {
        margin-top: px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #RootGrid2214_9ef86b0927358a3f622acc2397bdf7ec0 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 2.6954177897574128%;
        padding-Right: 2.6954177897574128%
    }
}

@media screen and (max-width:500px) {
    #SplitLine222_b0ad22bf5f24461675fd6d87b704d1dc2 {
        display: none
    }

    #Breadcrumb463_60fbf7fddc41ae2d89ab1d29db6f9bb00 {
        margin-top: 120px;
        margin-Bottom: 10px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #Breadcrumb463_60fbf7fddc41ae2d89ab1d29db6f9bb00 .breadcrumb-box {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    #GoogleMap11420_3a0e6dde9557b0ab86846c07d59c6894 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%;
        height: 200px
    }

    #SocialMedia461_75279c0c7dbf2cd1be322dd0f383f46f {
        margin-top: 0px;
        margin-Bottom: 11px;
        margin-Left: 4.28099593495935%;
        margin-Right: 52.87516937669376%
    }
}

@media screen and (max-width:500px) {
    #TextNormal2117_282ad79bd1e0468c199305469cf027c40:hover {
        font-size: 18px
    }

    #TextNormal2117_282ad79bd1e0468c199305469cf027c40 {
        margin-top: 10px;
        margin-Bottom: 10px;
        margin-Left: 1.3550135501355014%;
        margin-Right: 1.3550135501355014%;
        font-size: 18px;
        line-height: 30px
    }

    #TextNormal2117_88e01f798f537d52877c5b0dca02a41f0 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 5.728607232366631%;
        margin-Right: 2.9001074113856067%
    }

    #TextNormal2117_8c853f14f4ed4995106f7a70dce4821d0:hover {
        font-size: 24px
    }

    #TextNormal2117_8c853f14f4ed4995106f7a70dce4821d0 {
        font-size: 24px
    }
}

@media screen and (max-width:500px) {
    #TextNormal2117_c18567baf6a5e142a6ff58fdb6a28c6a0 {
        margin-top: 10px;
        margin-Bottom: 0px;
        margin-Left: 2.710027100271003%;
        margin-Right: 25.884993224932252%;
        font-size: 32px
    }

    #Image220_016af273682fc11e84a827a5166238424 {
        margin-top: 10px;
        margin-Bottom: 0px;
        margin-Left: 3.6904624610771535%;
        margin-Right: 15.119363395225465%
    }

    #RootGrid1148_016af273682fc11e84a827a5166238422 {
        display: none
    }

    #RootGridCell_2b149de8ab664666dc5a3286a6953b031>.grid_content {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #NavDataPC1308_016af273682fc11e84a827a5166238426 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #LanguageSelect224_016af273682fc11e84a827a5166238425 {
        display: block
    }

    #LanguageSelect224_016af273682fc11e84a827a5166238425 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.420054200542006%;
        margin-Right: 5.420054200542006%
    }

    #Button11413_274f95665c882d773152bb46ffcf9ec22 {
        margin-top: 1px;
        margin-Bottom: 1px;
        margin-Left: 4.171142141066953%;
        margin-Right: 4.171142141066953%;
        height: 30px
    }

    #Button11413_274f95665c882d773152bb46ffcf9ec22 .button0_text {
        font-size: 14px
    }

    #IconText435_6faed64c75729dd0deb2000f7132afc60 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #IconText435_d1251fcf441ce7dc623bd05bd5cb15400 {
        display: none
    }

    #IconText435_f3cb412ef4095fde10be2174781fd18b0 {
        display: none
    }

    #Button11413_37bd12d81da2c871b2e5d13d302a703722 {
        margin-top: 1px;
        margin-Bottom: 1px;
        margin-Left: 0%;
        margin-Right: 14.070891514500536%;
        height: 30px
    }

    #Button11413_37bd12d81da2c871b2e5d13d302a703722 .button0_text {
        font-size: 14px
    }

    #Button11413_37bd12d81da2c871b2e5d13d302a703723 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #Button11413_37bd12d81da2c871b2e5d13d302a703723 {
        margin-top: 1px;
        margin-Bottom: 10px;
        margin-Left: 0%;
        margin-Right: 0%;
        height: 30px
    }

    #Button11413_37bd12d81da2c871b2e5d13d302a703723 .button0_text {
        font-size: 14px
    }

    #RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
        display: none
    }

    #RootGrid2214_37bd12d81da2c871b2e5d13d302a70373 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%;
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 2.6954177897574128%;
        padding-Right: 2.6954177897574128%
    }

    #RootGrid2214_37bd12d81da2c871b2e5d13d302a70376 {
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 2.6954177897574128%;
        padding-Right: 2.6954177897574128%
    }
}

@media screen and (max-width:500px) {
    #SplitLine222_37bd12d81da2c871b2e5d13d302a703720 {
        display: none
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
        display: none
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70377 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 5.728607232366631%;
        margin-Right: 2.613677049767275%
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
        display: none
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70378 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.728607232366631%;
        margin-Right: 2.613677049767275%
    }
}

@media screen and (max-width:500px) {
    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
        display: none
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a70379 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.728607232366631%;
        margin-Right: 2.613677049767275%
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.728607232366631%;
        margin-Right: 2.613677049767275%
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a703710 {
        display: none
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a703711 {
        display: none
    }
}

@media screen and (max-width:500px) {
    #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721:hover {
        font-size: 14px
    }

    #TextNormal2117_37bd12d81da2c871b2e5d13d302a703721 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%;
        font-size: 14px;
        text-align: center;
        line-height: 20px
    }

    #MobileFooter1148_37bd12d81da2c871b2e5d13d302a70372 .footer-mobile-item a span {
        font-size: 14px;
        font-family: Arial
    }

    #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%
    }

    #DropClassifyList310_37bd12d81da2c871b2e5d13d302a703715 {
        display: none
    }
}
