
* {
    margin: 0;
    padding: 0
}

body, html {
    font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, Helvetica, Arial, Microsoft Yahei, sans-serif;
    position: relative;
    display: block;
    width: 100%;
    max-width: 1900px;
    min-width: 900px;
    margin: 0 auto;
    background-color: #3d241c;
    color:#c9bb92;
    /*background: #2b1208 url("../images/bg.jpg");
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

ol, ul {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: 0;
    resize: none
}

a, area {
    outline: 0;
    text-decoration: none;
    color:palegoldenrod;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important
}

.input::-ms-clear {
    display: none
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.container {
    position: relative;
    display: block;
    width: 100%;
    /*max-width: 1920px;
    min-width: 1400px;*/
    margin: 0 auto;
    overflow: hidden
}

.inner {
    position: relative;
    display: table;
    z-index: 1;
    margin: 0 auto;
    width: 1200px
}

.pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.pop .content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 360px;
    background: #fff;
    transform: translate(-50%, -50%)
}

.pop .content .close {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid red;
    right: -40px;
    top: -40px;
    cursor: pointer
}

.copyright.miss {
    background: rgba(255, 0, 0, .78);
    position: fixed;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 999;
    left: 0;
    top: 0;
    color: #fff
}

#alert {
    position: fixed;
    font-size: 14px;
    color: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#alert div {
    border-radius: 6px;
    padding: 12px 60px
}

#alert div.success {
    background: #5cb85c
}

#alert div.error {
    background: red
}

@-webkit-keyframes closeMove {
    from {
        transform: translateX(-600%) rotate(-720deg);
        opacity: 0
    }
    to {
        transform: translateX(0) rotate(0);
        opacity: 1
    }
}

@keyframes closeMove {
    from {
        transform: translateX(-600%) rotate(-720deg);
        opacity: 0
    }
    to {
        transform: translateX(0) rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes closeFade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes closeFade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#close-page {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: repeat-x;
    -webkit-animation-name: closeFade;
    animation-name: closeFade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 99999
}

#close-page.woool {
    background-image: url(../images/x_woool.png)
}

#close-page.blood {
    background-image: url(../images/x_blood.png)
}

#close-page.xcb {
    background-image: url(../images/x_xcb.png)
}

#close-page.qyn {
    background-image: url(../images/x_qyn.png)
}

#close-page ._logo {
    width: 324px;
    height: 324px;
    background-image: url(../images/x_icon.png);
    -webkit-animation-name: closeMove;
    animation-name: closeMove;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#close-page ._logo.woool {
    background-position: 0 0
}

#close-page ._logo.blood {
    background-position: 0 -353px
}

#close-page ._logo.xcb {
    background-position: -338px 0
}

#close-page ._logo.qyn {
    background-position: -338px -353px
}

#close-page ._text {
    text-align: center;
    padding: 84px 0
}

#close-page ._text h2 {
    font-size: 22px;
    color: #1b1b1c;
    padding-bottom: 10px
}

#close-page ._text p {
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

#close-page ._logo_ {
    width: 170px;
    height: 32px;
    margin-top: 50px;
    background: url(../images/x_icon.png) no-repeat -778px -59px
}

::-webkit-scrollbar {
    position: absolute;
    right: 0;
    top: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background: #ec6756;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background: 0 0
}

body {
    opacity: 0;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out
}

body.active {
    opacity: 1
}

body .banner {
    height: 3.6rem;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: repeat
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes Rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes Rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes Rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes bouncedelay {
    0%, 100%, 80% {
        -moz-transform: scale(.4);
        transform: scale(.4)
    }
    40% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes bouncedelay {
    0%, 100%, 80% {
        -o-transform: scale(.4);
        transform: scale(.4)
    }
    40% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scrollFlash {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes scrollFlash {
    0% {
        opacity: 0;
        -moz-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes scrollFlash {
    0% {
        opacity: 0;
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollFlash {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

#menu .logo, .icon {
    /*background-image: url(../images/logo.png?v=2023-12-29-10-53-23-529);*/
    background-image: url(../images/logo_500.png);
    background-repeat: no-repeat;
    -moz-background-size: 0.10rem 0.20rem;
    /*background-size: 10rem 20rem*/
}

.container {
    max-width: none
}

.loading {
    font-size: 16px;
    text-align: center;
    color: #ff8e01
}

.loading img {
    display: block;
    width: 16%;
    margin: 0 auto
}

.inner {
    width: 14rem
}

#menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    opacity: 0.9;
    background: #811807 url("../images/top_menu_bg.png");
}

#menu.active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .88)), color-stop(rgba(0, 0, 0, .98)), color-stop(rgba(0, 0, 0, .68)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .98), rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .98), rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .98), rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .88), rgba(0, 0, 0, .98), rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
    background: #811807 url("../images/top_menu_bg.png");
}


#menu .logo {
    display: block;
    width: 2rem;
    height: 3rem;
    background-size: 100%;
    background-position: 0.01rem top;
    margin-top: -0.3rem;
}

#menu .top {
    position: relative;
    height: .7rem
}

#menu table {
    width: 100%
}

#menu table td {
    height: .7rem;
    /*border-bottom: 1px solid #a79a9a*/
}

#menu table td.center {
    position: relative;
    width: 14rem;
    border: none
}

#menu ul {
    position: absolute;
    /*right: 0;*/
    top: .2rem
}

#menu ul li {
    float: left;
    width: 2rem;
    text-align: center;
    position: relative;
}

#menu ul li a {
    color: #f1f1f1
}

#menu ul li.current a {
    color: #f2c26f;
    text-decoration: underline;
    text-underline-offset: 0.08rem;
}

#menu ul li.current:after {
    display: block
}

#menu ul li strong {
    display: block;
    width: 100%;
    /*font-family: '新宋体';*/
    font-weight: 900;
    font-size: .18rem
}

#menu ul li span {
    font-size: .12rem;
    width: 100%;
    font-weight: 300;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

/*#menu ul li:after {
    position: absolute;
    display: none;
    width: 40%;
    height: 0.01rem;
    content: "";
    background: #f2c26f;
    left: 50%;
    margin-left: -20%;
    bottom: -0.05rem;
}*/

#menu .border {
    position: absolute;
    display: block;
    top: .7rem;
    width: 100%;
    right: 0;
    border-top: .01rem solid #a79a9a
}

#menu .drop {
    overflow: hidden
}

#menu .drop li {
    height: 1.6rem;
    font-size: .12rem
}

#menu .drop li i {
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
    top: 0;
    border-right: .01rem dashed #908379
}

#menu .links-wrap .links {
    height: .28rem
}

#menu .links-wrap a {
    padding: .06rem 0;
    display: inline-block;
    text-align: center;
    color: #f2c26f;
    font-size: .12rem;
    position: relative
}

#menu .links-wrap a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0%;
    bottom: 0;
    -webkit-transition-property: width;
    -o-transition-property: width;
    -moz-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-bottom: .01rem solid #f2c26f
}

#menu .links-wrap a:hover:after {
    width: 100%
}
#pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 894px;
    margin: 0 auto;
    padding-top: 60px;
    visibility: hidden
}

#pager.active {
    visibility: visible
}

#pager ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#pager ul li {
    color: orange;
    padding: 10px 40px;
    background-color: #ec6756;
    border: 1px solid #ec6756;
    margin-right: 20px
}

#pager ul li:not(.forbid):hover {
    cursor: pointer;
    background-color: red;
    color:gold;
}

#pager ul li.forbid {
    color: #c9bb92;
    background-color: #707070;
    border: 1px solid #707070;
    cursor: not-allowed;
}

.list-page .list-title .inner, .list-page .list-wrap .inner {
    width: 960px
}

.list-page .list-title {
    height: 195px;
}

.list-page .list-title .inner {
    -webkit-animation-name: bottomIn;
    -moz-animation-name: bottomIn;
    -o-animation-name: bottomIn;
    animation-name: bottomIn;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.list-page .list-title h1 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    height: 100px;
    line-height: 100px
}

.list-page .list-wrap {
    min-height: 900px
}

.list-page .r-home {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    left: 0;
    top: 60px;
    border: 1px solid #90817e;
    -webkit-transition-property: background;
    -o-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.list-page .r-home:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 24px;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -276px 0;
    left: 19px;
    top: 13px
}

.list-page .r-home:hover {
    background: #ec6756;
    border: 1px solid #ec6756
}

.list-page .r-home:hover:before {
    background-position: -296px 0
}

#goTop {
    position: fixed;
    display: block;
    width: 52px;
    height: 52px;
    border: 1px solid #90817e;
    z-index: 5;
    left: 50%;
    bottom: 180px;
    cursor: pointer;
    margin-left: 550px;
    -webkit-transition-property: background;
    -o-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#goTop:before {
    width: 24px;
    height: 12px;
    left: 15px;
    top: 18px;
    position: absolute;
    display: block;
    content: "";
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -317px 0
}

#goTop:hover {
    background: #ec6756;
    border: 1px solid #ec6756
}

#goTop:hover:before {
    background-position: -349px 0
}

#closeNav {
    position: fixed;
    z-index: 9;
    font-size: 14px;
    background: #554643;
    width: 50px;
    height: 132px;
    text-align: center;
    top: 50%;
    margin-top: -66px;
    right: 0;
    cursor: pointer;
    color: #f2f2f2;
    -webkit-transition-property: right;
    -o-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#closeNav.close {
    right: -70px
}

#closeNav .txt {
    padding-top: 34px
}

#closeNav i {
    width: 18px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 18px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -195px 0
}

#closeNav:hover i {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px)
}

#fixednav {
    position: absolute;
    display: block;
    z-index: 9;
    right: -2px;
    background: #fff;
    border: 1px solid #c8c8c8;
    -webkit-transition-property: right;
    -o-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

#fixednav.fixed {
    top: 0;
    position: fixed
}

#fixednav.close {
    right: -280px
}

#fixednav .close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -38px;
    top: -1px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    border-right: none;
    background: #f2f2f3
}

#fixednav .close i {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -120px -60px
}

#fixednav .close:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#fixednav .row {
    position: relative;
    width: 230px
}

#fixednav .row li {
    float: left;
    width: 50%;
    position: relative
}

#fixednav .row li.clear {
    clear: both;
    width: 100%;
    color: grey;
    font-size: 14px;
    text-indent: 66px;
    line-height: 60px;
    height: 60px
}

#fixednav .row li a {
    display: block;
    color: grey;
    font-size: 14px;
    text-align: center;
    padding: 24px 0;
    position: relative
}

#fixednav .line {
    position: absolute;
    display: block;
    width: 180px;
    height: 2px;
    left: 50%;
    margin-left: -90px;
    top: 110px;
    border-top: 1px solid #ddd
}

#fixednav em {
    position: absolute;
    display: block;
    right: 0;
    top: 24px;
    width: 1px;
    background: grey;
    height: 20px
}

#fixednav .row1 {
    height: 150px;
    background: #f2f2f3;
    padding-top: 30px;
    border-bottom: 1px solid #c8c8c8
}

#fixednav .row1 .download {
    display: block;
    width: 142px;
    height: 54px;
    margin: 0 auto 30px auto;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat 0 0
}

#fixednav .row1 .download:hover {
    background-position: -226px -60px
}

#fixednav .row1 li a:hover {
    color: #ec6756
}

#fixednav .row2 {
    border-bottom: 1px solid #c8c8c8
}

#fixednav .row2 .line {
    top: 92px
}

#fixednav .row2 em {
    top: 34px
}

#fixednav .row2 li a {
    padding-top: 48px
}

#fixednav .row2 li a:hover {
    color: #ec6756;
    text-decoration: underline
}

#fixednav .row2 li i {
    position: absolute;
    display: block;
    left: 50%;
    top: 18px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat
}

#fixednav .row2 li i.i1 {
    width: 26px;
    height: 24px;
    margin-left: -13px;
    background-position: 0 -60px
}

#fixednav .row2 li i.i2 {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background-position: -31px -60px
}

#fixednav .row2 li i.i3 {
    width: 22px;
    height: 24px;
    margin-left: -78px;
    background-position: -64px -60px
}

#fixednav .row2 li:hover i:not(.i3) {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

#fixednav .row2 li:hover i.i1 {
    background-position: -159px -60px
}

#fixednav .row2 li:hover i.i2 {
    background-position: -195px -60px
}

#fixednav .row3 h1 {
    height: 60px;
    line-height: 60px;
    position: relative;
    font-size: 22px;
    padding-left: 50px
}

#fixednav .row3 h1 i {
    position: absolute;
    display: block;
    width: 18px;
    height: 24px;
    left: 24px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -94px -60px
}

#fixednav .row3 h1:after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 1px;
    background: #554643;
    right: 66px;
    top: 50%
}

#fixednav .row3 li a {
    padding: 10px 0;
    text-indent: 8px
}

#fixednav .row3 li a:hover {
    color: #ec6756;
    text-decoration: underline
}

#fixednav .row3 li a:hover i {
    background-position: -165px 0
}

#fixednav .row3 li a i {
    position: absolute;
    display: block;
    width: 4px;
    height: 10px;
    left: 24px;
    top: 15px;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -177px 0
}

#fixednav .row3 .img-wrap {
    padding: 14px
}

#fixednav .row3 img {
    display: block;
    margin: 0 auto
}

#fixednav .row3 .line {
    top: 260px
}

.loading-wrapper {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    font-size: 16px
}

.loading-wrapper .loading {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading-wrapper .loading div {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background-color: #ec6756;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.loading-wrapper .loading div:nth-of-type(1) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.loading-wrapper .loading div:nth-of-type(2) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s
}

.loading-wrapper .loading div:nth-of-type(3) {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    -o-animation-delay: -.7s;
    animation-delay: -.7s
}

.loading-wrapper .loading div:nth-of-type(4) {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s
}

.loading-wrapper .loading div:nth-of-type(5) {
    -webkit-animation-delay: -.3s;
    -moz-animation-delay: -.3s;
    -o-animation-delay: -.3s;
    animation-delay: -.3s
}

.loading-wrapper .loading div:nth-of-type(6) {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s
}

.loading-wrapper p {
    margin-top: 6px
}

.pop .content {
    /*-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;*/
    border: 1px solid #ec6756
}

.pop .content .close {
    border: none;
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    right: -44px;
    top: -12px;
    opacity: .9;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: url(../images/common.png?v=2023-12-29-10-53-23-529) no-repeat -288px -695px
}

.pop .content .close:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#videoPop .content {
    width: 780px;
    height: 440px;
    margin-left: -390px;
    margin-top: -220px;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
.loadingParentBox{
    width: 50%;
    margin: 20% auto;
    font-size: 15px;
    text-align: center;
}
.loadingContentBox {
    width:100%;
    height:20px;
    border-radius: 20px;
    background:linear-gradient(orange 0 0) 0/0% no-repeat lightblue;
    animation:p2 2s infinite steps(10);
}
@keyframes p2 {
    100% {background-size:110%}
}
