.footerWra {
    width: 100%;
    height: 300PX;
    background: url(../img/footer.png);
    color: #fff;
    padding-top: 70px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 100;
    background-color: #0063f9;
}

/* .footerWra .flagsole {
    width: 10px;
    height: 1px;
    margin: auto;
    visibility: hidden
} */

.footerWra .footerContentWra {
    width: 1200px;
    margin: 0 auto
}

.footerWra .footerLeft {
    float: left;
    width: 900px;
    height: 150pX;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

.footerWra .footerLeft .footerContent {
    float: left;
    margin-right: 84px
}

.footerWra .footerPhoneNum {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0
}

.footerWra .fontBold20 {
    font-size: 20px;
    font-weight: 700
}

.footerWra .font16 {
    font-size: 16px;
    opacity: .5;
    margin-top: 25px;
    cursor: pointer
}

.footerWra .footerRight {
    float: right;
    width: 300px;
    height: 150px;
    padding-left: 65px
}

.footerWra .footerRight .QRcode {
    width: 130px;
    height: 130px
}

.footerWra .footerBottom {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    opacity: .5
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0
}

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

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

pre {
    font-family: Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    margin: 0
}

a {
    color: inherit;
    display: block;
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

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

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

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

img,
svg {
    display: block
}

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

svg line {
    shape-rendering: crispEdges
}

button,
input,
optgroup,
select,
textarea {
    font-family: Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    font-size: 100%;
    margin: 0;
    resize: none;
    padding: 0;
    border: 0;
    background: #fff;
    caret-color: currentColor;
    -webkit-appearance: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: currentColor
}

::-webkit-input-placeholder {
    color: #b2b2b2;
    -webkit-text-fill-color: #b2b2b2
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

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

button {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    cursor: pointer
}

button:active {
    opacity: .8
}

button:disabled {
    color: rgba(0, 0, 0, .3);
    opacity: .6
}

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

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

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

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden] {
    display: none
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none
}

iframe[height="0"],
iframe[width="0"] {
    display: none
}

blockquote {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    min-width: 1903px
}

.animate-duration-2500 {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
}

.animate-duration-1500 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.animate_duration35 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animate_duration70 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animate_duration105 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animate_duration125 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.bannerWra {
    height: 600px
}

body .bannerImg {
    width: 100%;
    height: 100%
}

#common-floating {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 21
}

#common-floating g {
    cursor: pointer
}

#common-floating .noselectsole {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#common-floating .masking {
    background-color: rgba(10, 10, 10, .3);
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

#common-floating .popQRcodeWra {
    width: 393px;
    height: 480px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#common-floating .popQRcodeWra .fromClose1 {
    position: absolute;
    right: 5px;
    z-index: 10
}

#common-floating .formWra {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 466px;
    z-index: 6;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #999;
    padding-bottom: 30px
}

#common-floating .formWra .formContent {
    padding: 0 40px
}

#common-floating .formWra .formContent p {
    display: none;
    margin: 0;
    width: 384px;
    text-align: center;
    color: red;
    position: absolute
}

#common-floating .formWra .formContent #placeSheng {
    width: 160px
}

#common-floating .formWra .formContent #placeShi {
    width: 220px;
    margin-left: 160px
}

#common-floating .formWra .fontBold26 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px
}

#common-floating .formWra .font18 {
    font-size: 18px;
    color: #333
}

#common-floating .formWra .closeWra {
    width: 100%;
    text-align: right;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#common-floating .formWra .closeWra .fromClose {
    float: right;
    cursor: pointer
}

#common-floating .formWra .normalInput {
    width: 384px;
    height: 44px;
    border: 1px solid #e9e9e9;
    margin-top: 25px;
    padding-left: 10px
}

#common-floating .formWra .normalInput option {
    height: 45px
}

#common-floating .formWra .needOption {
    height: 42px
}

#common-floating .formWra .placeWra {
    position: relative
}

#common-floating .formWra .placeWra .province {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 16px;
    height: 16px
}

#common-floating .formWra .placeWra .town {
    position: absolute;
    top: 15px;
    left: 150px;
    width: 16px;
    height: 16px
}

#common-floating .formWra .placeWra .place {
    width: 175px;
    height: 44px;
    background: #fff;
    border: 1px solid #e9e9e9;
    float: left;
    padding-left: 5px
}

#common-floating .formWra .phoneTips {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 30px
}

#common-floating .formWra .phoneNum20 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 22px
}

#common-floating .formWra #subBtn {
    margin: 0 auto;
    width: 384px;
    height: 58px
}

#common-floating .formWra .arrowGray {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 40px;
    right: 10px
}

#common-floating .formWra .demand {
    position: relative
}

* {
    margin: 0;
    padding: 0
}

.select-menu {
    height: 44px;
    margin-top: 25px
}

.select-menu.sheng,
.select-menu.shi {
    display: inline-block
}

.select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    width: 384px;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1
}

.select-menu-ul li {
    cursor: default
}

.select-menu-ul.sheng {
    width: 160px;
    height: 400px;
    overflow-y: scroll;
    bottom: 40px
}

.select-menu-ul.shi {
    position: absolute;
    max-height: 350px;
    right: 1px;
    width: 219px;
    bottom: 42px;
    overflow-y: scroll
}

.select-menu-ul li {
    padding: 10px 0 10px 10px
}

.select-menu-ul li:hover {
    background: #f2f2f2
}

.select-menu-div {
    position: relative;
    height: 45px;
    width: 384px;
    border: 1px solid #ddd;
    line-height: 30px;
    cursor: pointer
}

.select-menu-div.sheng {
    width: 160px
}

.select-menu-div.shi {
    width: 219px
}

.select-this {
    background: #07f
}

.select-this:hover {
    background: #07f !important
}

.select-menu-input {
    margin-left: 3px;
    border: 0;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.select-menu-input.sheng {
    width: 130px
}

.select-menu-input.shi {
    width: 190px
}

.arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 5px
}

.select-menu-i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

i {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.loading-div {
    width: 100%;
    height: 100%;
    background-color: #1d1f20;
    position: fixed;
    z-index: 500
}

.loading-div .sk-cube-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4em;
    height: 4em;
    margin: auto
}

.loading-div .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #337ab7;
    float: left;
    -webkit-animation: sk-cube-grid-scale-delay 1.3s ease-in-out infinite;
    animation: sk-cube-grid-scale-delay 1.3s ease-in-out infinite
}

.loading-div .sk-cube-grid .sk-cube-1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading-div .sk-cube-grid .sk-cube-2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-div .sk-cube-grid .sk-cube-3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading-div .sk-cube-grid .sk-cube-4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loading-div .sk-cube-grid .sk-cube-5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading-div .sk-cube-grid .sk-cube-6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-div .sk-cube-grid .sk-cube-7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading-div .sk-cube-grid .sk-cube-8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loading-div .sk-cube-grid .sk-cube-9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cube-grid-scale-delay {

    0%,
    70%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cube-grid-scale-delay {

    0%,
    70%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.static {
    background-color: transparent
}

.fixed {
    background-color: #fff;
    color: #000 !important;
    box-shadow: 2px 0 10px #999
}

.common-header {
    color: #fff;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 5;
    -webkit-transition: background-color .8s;
    transition: background-color .8s
}

.common-header li,
.common-header ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.common-header .header-content {
    width: 1495px;
    margin: 0 auto;
    height: 70px
}

.common-header .headTab>div {
    height: 80px;
    float: left;
    font-size: 18px;
    margin-right: 50px;
    cursor: pointer
}

.common-header .headTab {
    float: left;
    height: 100%;
    line-height: 50px;
    margin-left: 90px;
    margin-top: 12px;
    position: relative
}

.common-header .headTab .bottomLine {
    left: .8%
}

.common-header .headTab .bottomLine,
.common-header .headTab .bottomLine1 {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #07f;
    position: absolute;
    bottom: 20px;
    display: none
}

.common-header .headTab .bottomLine1 {
    left: 17%
}

.common-header .headTab .bottomLine2 {
    left: 36.5%
}

.common-header .headTab .bottomLine2,
.common-header .headTab .bottomLine3 {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #07f;
    position: absolute;
    bottom: 20px;
    display: none
}

.common-header .headTab .bottomLine3 {
    left: 55%
}

.common-header .headTab .bottomLine4 {
    left: 74%
}

.common-header .headTab .bottomLine4,
.common-header .headTab .bottomLine5 {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #07f;
    position: absolute;
    bottom: 20px;
    display: none
}

.common-header .headTab .bottomLine5 {
    left: 87%
}

.common-header .headTab .headTabThreeList {
    position: absolute;
    top: 70px;
    left: -40px;
    display: none;
    width: 176px;
    height: 275px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 5px 5px 10px hsla(0, 0%, 60%, .6);
    color: #333
}

.common-header .headTab .headTabThreeList li {
    height: 44px;
    font-size: 18px;
    text-align: center
}

.common-header .headTab .headTabThreeList li:hover {
    color: #07f
}

.common-header .headTab .headTabFourList {
    position: absolute;
    left: -40px;
    top: 70px;
    display: none;
    width: 176px;
    height: 100px;
    color: #333;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 5px 5px 10px hsla(0, 0%, 60%, .6)
}

.common-header .headTab .headTabFourList li {
    height: 44px;
    font-size: 18px;
    text-align: center
}

.common-header .headTab .headTabFourList li:hover {
    color: #07f
}

.common-header .headTab .headTabSixList {
    position: absolute;
    left: -55px;
    top: 70px;
    display: none;
    color: #333;
    width: 176px;
    height: 150px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 5px 5px 10px hsla(0, 0%, 60%, .6)
}

.common-header .headTab .headTabSixList li {
    height: 44px;
    font-size: 18px;
    text-align: center
}

.common-header .headTab .headTabSixList li:hover {
    color: #07f
}

.common-header .header-logo {
    float: left;
    margin-top: 12px
}

.common-header .headTabFont {
    float: left;
    height: 80px
}

.common-header .headTab img {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 17px;
    margin-left: 5px
}

.common-header .headRight {
    float: right;
    height: 100%;
    margin-top: 12px
}

.common-header .headRight .order {
    width: 160px;
    height: 60px;
    font-size: 20px;
    float: left;
    background: url(../img/b7f1ec9a268f035c02a4919ef745b6bf.png) no-repeat 100%;
    line-height: 60px;
    text-align: center;
    cursor: pointer
}

.common-header .headRight .order:hover {
    background: url(../img/c055577aea6ec8b7f2103684d4b70bf5.png) no-repeat 100%
}

.common-header .headRight .phoneNum {
    float: right;
    line-height: 40px;
    margin: 8px 0 0 15px
}

.common-header .headRight .phoneNum .phoneIcon {
    float: left;
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@keyframes bounce-up {
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

.common-header .activeTab,
.common-header .activeTab1 {
    color: #07f !important
}

#header-observer {
    width: 100%;
    position: absolute;
    top: -80px;
    z-index: 0
}

#headTabFive,
#headTabFour,
#headTabOne,
#headTabSix,
#headTabThree,
#headTabTwo {
    position: relative
}

.usTabBarWra {
    width: 100%;
    height: 80px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.usTabBarWra .usTabBarContent {
    width: 590px;
    margin: 0 auto;
    height: 80px
}

.usTabBarWra .usTabBarContent .centerActBar {
    color: #07f;
    font-weight: 700;
    border-bottom: 2px solid #07f
}

.usTabBarWra .usTabBarContent div {
    width: 120px;
    height: 100%;
    float: left;
    font-size: 22px;
    color: #666;
    line-height: 80px;
    text-align: center;
    cursor: pointer
}

.usTabBarWra .centerBar {
    margin: 0 115px
}

.usTabBarWra #usTebTeam {
    cursor: pointer
}

.dataShow {
    padding: 58px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    display: inline-block;
    position: relative;
    background-image: -webkit-linear-gradient(#0063f9, #022c8e);
    background-image: linear-gradient(#0063f9, #022c8e)
}

.dataShow svg {
    margin: 0 auto
}

.dataShow #dataShow_bg {
    width: 264px;
    height: 461px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat
}

.dataShow #dataShow-fgcs,
.dataShow #dataShow-fgcs-label,
.dataShow #dataShow-fgcs-num,
.dataShow #dataShow-fwxm,
.dataShow #dataShow-fwxm-label,
.dataShow #dataShow-fwxm-num {
    opacity: 0
}

#reservationBoard {
    background-image: -webkit-linear-gradient(#022b8b, #06f);
    background-image: linear-gradient(#022b8b, #06f);
    position: relative;
    padding: 126px 0
}

#reservationBoard svg {
    margin: 0 auto;
    position: relative;
    z-index: 1
}

#reservationBoard #reservationBoard-particles {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0
}

.gloryBorad {
    padding: 86px 0 93px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    display: inline-block
}

.gloryBorad .gloryMain {
    width: 1464px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 48px auto 60px;
    color: #333
}

.gloryBorad .gloryBanner {
    width: 1200px;
    height: 190px;
    position: relative;
    overflow: hidden
}

.gloryBorad .gloryImage {
    width: 314px;
    height: 190px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.gloryBorad .gloryLabel {
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    white-space: nowrap;
    text-align: center
}

.gloryBorad #gloryNext,
.gloryBorad #gloryPrev {
    cursor: pointer
}

.gloryBorad svg {
    margin: 0 auto;
    position: relative;
    z-index: 1
}