:root {
    --theme: #DD0D15;
    --default: #636363;
    --nav-height: 1rem;
    --footer-height: 219px;
    --bg: #F7F7F7FF;
}


html {
    font-size: 100px;
}

body {
    font-family: SourceHanSansCN-Normal, SourceHanSansCN-Regular, SourceHanSansCN, FZZZHONGJW--GB1-0, FZZZHONGJW--GB1, AVGARDN, SimSun, 宋体;
}

#app {
    font-size: 0.15rem;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN-Regular, SourceHanSansCN, FZZZHONGJW--GB1-0, FZZZHONGJW--GB1 AVGARDN, SimSun, 宋体;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.lt {
    float: left;
}

.rt {
    float: right;
}

a {
    list-style: none;
}

li {
    list-style: none;
}


.pd-xs {
    padding: 5px;
}

.pd-sm {
    padding: 10px;
}

.pd-md {
    padding: 15px;
}

.pd-lg {
    padding: 20px;
}


.pd-rem-xs {
    padding: 0.05rem;
}

.pd-rem-sm {
    padding: 0.1rem;
}

.pd-rem-md {
    padding: 0.15rem;
}

.pd-rem-lg {
    padding: 0.2rem;
}


.elps {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}


/*  */
.mask {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}

/* 导航 */
.nav {
    height: var(--nav-height);
    color: #383838;
    font-size: 0.17rem;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
    background: #FFF;
    font-family: FZZZHONGJW--GB1-0, FZZZHONGJW--GB1, 宋体;
    font-weight: normal;
    padding: 10px;
}

.nav>ul {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 100%;
    padding: 0px 1rem 0px 1.3rem;
    display: flex;
    justify-content: right;
}

.nav>ul>li {
    align-items: center;
    min-width: calc(var(--nav-height) - 0.27rem);
    line-height: calc(var(--nav-height) - 0.17rem);
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0px 10px;
    cursor: pointer;
}

.nav .nav-info {
    flex-grow: 1;
    justify-content: left;
    align-items: center;
    display: flex;
    padding-right: 0.2rem;
    color: #818181;
}

.ivu-tag {
    height: auto !important;
    transform: translateY(-2px) !important;
    font-weight: initial;
}

.nav>ul>li>a {
    color: #383838;
    font-weight: bold;
    display: block;
}

.nav>ul>li.active>a {
    color: #FFF;
}

.nav>ul>li.active::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    content: "";
    transform: skew(-15deg);
    background: var(--theme);
    z-index: -1;
    transition: all 0.2s;
}


.nav>ul>li:hover>a {
    color: var(--theme);
}


.nav>ul>li.active:hover>a {
    color: #FFF;
}

.nav>ul>li:hover.active::after {
    /* background: #b52329; */

}

.nav>ul>li:hover ul {
    display: block;
}

.nav>ul>.active:hover ul {
    display: block;
    transform: translateX(-37%);
}

.nav:hover {
    box-shadow: 0 2px 10px 0 rgb(243 243 243)
}

.nav .sub-nav {
    position: absolute;
    left: 0%;
    width: 200px;
    transform: translateX(-32%);
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgb(243 243 243);
    display: none;
}

.nav .sub-nav li {
    /* height: 44px; */
}

.nav .sub-nav li a {
    display: block;
    line-height: 45px;
    color: var(--default);
    transition: all 0.3s;
}

.nav .sub-nav li:hover a {
    background: var(--theme);
    color: #FFF;
}

.nav .nav-logo {
    width: 1rem;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    justify-content: center;
    display: flex;
}

.nav .nav-logo a,
.nav .nav-logo img {
    width: 100%;
    height: auto;
    display: table;
}

.nav .lang span {
    display: inline-block;
    margin: 0px 5px;
}

.nav .lang {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.nav .lang a {
    color: var(--default);
}

.nav .lang .active {
    color: var(--theme);
}

.nav-logo *,
.nav .lang * {
    align-self: center
}

.nav>li {
    float: right;
}

#main {
    padding-top: var(--nav-height);
    position: relative;
    min-width: 1300px;
}

#main>.content {
    margin: 0 auto;
    position: relative;
    width: 1300px;
}

/* 右边漂浮 */
.right-float {
    position: fixed;
    right: 0px;
    top: calc(var(--nav-height) + 25vh);
    z-index: 3;
    vertical-align: middle;
}

.right-float .float-icon {
    width: 0.2rem;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-right: 3px;
}

.right-float .float-icon img {
    display: block;
}

.right-float .center {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.right-float .center {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}


.right-float .fixed-crowd,
.right-float .fixed-join,
.right-float .fixed-watch {
    background: #FFF;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    font-size: 0.18rem;
    color: var(--theme);
    position: relative;
    display: block;
    transform: translate3d(calc(100% - 0.37rem), 0, 0);
    animation-duration: 3s;
    animation-name: right-float-hide;
    animation-timing-function: ease-in;
    /* animation-fill-mode      : forwards; */
    transition: transform 0.3s;
}

.right-float .fixed-crowd:hover,
.right-float .fixed-join:hover,
.right-float .fixed-watch:hover {
    transform: translate3d(0, 0, 0) !important;
}

.right-float .fixed-join {
    border: 1px solid var(--theme);
    background-color: var(--theme);
    color: #fff;
    animation-delay: 1.2s;
}

.right-float .fixed-crowd:hover .fixed-centent {
    opacity: 1;
}

.right-float .fixed-watch {
    background: #ffcd00;
    color: #000;
    animation-delay: 1.4s;
}

.right-float .fixed-crowd {
    border: 1px solid #dedede;
    border-right: 0px;
    animation-delay: 1.6s;
}

.right-float .fixed-centent {
    position: absolute;
    top: 0px;
    right: calc(100% + 10px);
    background: #FFF;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.right-float .fixed-centent .code {
    height: 150px;
    width: 150px;
}

.right-float .fixed-centent .code img {
    height: 150px;
    width: 150px;
}


#fixed-top {
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 0px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
    position: relative;
    position: fixed;
    right: 0.1rem;
    bottom: 0.15rem;
    background: #000;
    color: #FFF;
    z-index: 4;
    padding: 0.1rem 0.05rem;
}

.banner #mark {
    height: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 35px;
    right: 0px;
    left: 0px;
    z-index: 2;

}

.banner #mark span {
    width: 20px;
    height: 3px;
    margin: 0 5px;
    background: #FFF;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px;
    opacity: 1;
    transition: all 0.3s;
}


.banner #mark span.swiper-pagination-bullet-active {
    background: var(--theme);
}


.footer {
    padding: 40px 10px;
    background: #333;
    text-align: center;
    width: 100%;
    position: relative;
    min-width: 1200px;
    z-index: 2;
}

.footer .corporate-name {
    color: #fff;
    margin-bottom: 15px !important;
}

.footer .contact-number {
    font-family: AVGARDN, ;
}

.footer .copyright {
    color: #999;
    font-size: 14px;
    white-space: nowrap;

}

.footer .follow {
    /* position   : absolute; */
    /* right      : 1rem; */
    /* top        : 0px; */
    /* bottom     : 0px; */
    padding-bottom: 35px;
    margin: auto;
    /* height        : 30px; */
    white-space: nowrap;
    margin: auto;
    position: relative;
}

.footer .follow,
.footer .copyright,
.footer .corporate-name {
    width: 1200px;
    margin: auto;
    text-align: left;
}

.footer .follow .item {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.footer .follow .item .icon {
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 100%;
    /* border       : 1px solid #333 */
}

.footer .follow .item .icon:hover {
    /* border: 1px solid var(--theme); */
}

.footer .follow .item .content {
    width: 1rem;
    position: absolute;
    bottom: 0px;
    transform: translate3d(0%, 0, 0);
    margin: 0px -0.3rem;
    padding: 5px;
    background: #333;
    border-radius: 3px;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    height: auto;
    min-height: auto;
}

.footer .follow .item .content img {
    width: 100%;
    display: block;
}

.footer .follow .item:hover .content {
    transform: translate3d(0%, -0.8rem, 0);
    opacity: 1;
    pointer-events: inherit;

}

.footer .follow .contact {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 110px;
    width: 320px;
    text-align: right;
    padding-right: 10px;
}

.follow .contact .contact-text {
    color: rgb(145, 145, 145);
    font-size: 12px;
}

.follow .contact .contact-number {
    color: #FFF;
    font-size: 20px;
}

.follow .e-mail {
    height: 32px;
    border-radius: 2px;
    border: 1px solid #979797;
    color: #FFF;
    position: relative;
    float: right;
    margin-top: 25px;
    font-size: 14px;
}

.follow .e-mail input {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    height: 32px;
    padding-left: 85px;
    padding-right: 36px;
    background: rgba(0, 0, 0, 0);
    color: #FFF;


}

.follow .e-mail .e-mail-btn {
    width: 36px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    margin-top: -1px;
    margin-right: -1px;
    border-radius: 0px 2px 2px 0px;
    background: rgba(0, 0, 0, 0);
}

.follow .e-mail .e-mail-btn img {
    width: 100%;
    display: block;
}

.follow .e-mail-drop-down {
    position: absolute;
    left: 0px;
    height: 32px;
    width: auto;
    background: #FFF;
    border-radius: 2px 0px 0px 2px;
    width: 73px;
    color: #000;
    line-height: 32px;
    text-align: left;
    top: -1px;
    padding-left: 10px;
    cursor: pointer;

}

.follow .drop-down-item-input {
    overflow: hidden;
    font-size: 14px;

}

.follow .e-mail-drop-down:hover .drop-down-ul {
    display: block;
}

.follow .e-mail .e-mail-drop-down-icon {
    position: absolute;
    /* right  : -9px; */
    right: 0px;
    top: 0px;
    padding: 0px 5px;
    height: 100%;
    background: #FFF;
}

.follow .e-mail .e-mail-drop-down-icon img {
    display: inline;
    transform: translateY(-2px);
}

.follow .e-mail .drop-down-ul {
    position: absolute;
    left: 0px;
    bottom: calc(100% + 0.5px);
    width: 100%;
    display: none;
    box-shadow: 0px 0px 5px #636363;
}

.follow .e-mail .drop-down-li {
    background: #FFF;
    border-top: 1px solid #979797;
    text-align: center;
    font-size: 14px;
}

.follow .e-mail .drop-down-li:first-child {
    border-top: none;
}

.follow .e-mail .drop-down-li:hover {
    background-color: #dedede;
}

.contact-role .ivu-radio-wrapper {
    color: #EEE;
}




/* en */
.en .nav>ul>li>a {
    font-size: 14px;
}

.event .condition {
    padding-left: 10px
}

.event .date,
.event .search {
    padding: 6px;
    margin-right: 20px;
}

.event .search {
    margin-right: 0px;
}

.event .tab {
    font-size: 12px;
}

.event .tab li {
    font-size: 12px;
}


@keyframes right-float-hide {
    0% {
        transform: translate3d(calc(100% - 0.37rem), 0, 0);
    }

    20% {
        transform: translate3d(0, 0, 0);
    }

    80% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(calc(100% - 0.37rem), 0, 0);

    }
}