* {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: transparent;
}
@font-face {
    font-family: "HYCUSONGJ";
    src: url('../other/HYCUSONGJ.TTF');
    font-weight: 400;
}
html, body {
    cursor: default;
    font-family: Microsoft YaHei;
    /* font-family: "HYCUSONGJ"; */
    background: #0f1113;
}
img {
    border: none;
    vertical-align: middle;
}
em, i {
    font-style: normal;
}
a {
    color: white;
    outline: none;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
input {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
button {
    border: none;
    outline: none
}
button, textarea {
    font: inherit
}
table {
    border-collapse: collapse
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.ul, .ol {
    font-size: 0;
    text-align: center;
}
.ol li, .ul li {
    font-size: 16px;
    display: inline-block;
}
.noSize {
    font-size: 0;
    text-indent: -9999em;
}
/* 1400 Auto */
.styleAuto {
    width: 100%;
    min-width: 1350px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 1080px;
    position: relative;
}
/* swiperAuto */
.swiperAuto {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    max-width: 1920px;
    max-height: 1080px;
    position: relative;
    margin: 0 auto;
}
.redColor, .redHover:hover {
    color: red !important;
}
.whiteColor {
    color: white;
}
.blackColor {
    color: black;
}
.w100 {
    width: 100%;
}
.wh100 {
    width: 100%;
    height: 100%;
}
.red {
    background: red;
}
.blue {
    background: blue;
}
.pink {
    background: pink;
}
.yellow {
    background: yellow;
}
.orange {
    background: orange;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
    z-index: 266;
}
.auto {
    margin: 0 auto;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.overHide {
    overflow: hidden;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.border {
    border: 1px solid deeppink;
}
.center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
    margin: auto;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px
}
::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgb(166 152 141);
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgb(255 255 255);
}
#shade {
    background: rgba(0, 0, 0, .8);
    z-index: 724;
    cursor: not-allowed;
}
#shade.shade {
    background: rgba(0, 0, 0, 0) !important;
}
#wrap {
    padding: 0 0 100px 0;
    background: url(../images/bj.png) top no-repeat, url(../images/subpage-bottom.png) bottom no-repeat;
    background-color: #320e0e;
}
#nav {
    height: 94px;
    background: #00000060;
    border-bottom: 2px solid #a73b37;
}
#nav .nav-main {
    width: 1300px;
    height: 90px;
    line-height: 90px;
}
#nav .nav-main .nav-list {
    overflow: hidden;
}
#nav .nav-main .nav-list li {
    position: relative;
    min-width: 75px;
    height: 90px;
    margin: 0 40px;
    line-height: 0;
}
#nav .nav-main .nav-list li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s;
}
#nav .nav-main .nav-list li a:hover {
    color: #FF564D;
}
#banner {
    height:500px;
}
#wrap-con {
    width: 1330px;
    min-height: 266px;
}
#wrap-con #wrap-left {
    width: 324px;
    min-height: 266px;
}
#wrap-con #wrap-left .wrap-btn {
    height: 225px;
}
#wrap-con #wrap-left .go-btn {
    position: absolute;
    top: 170px;
}
#wrap-con #wrap-left .go-btn.go-down {
    width: 324px;
    height: 166px;
    top: 0;
    left: 0;
    background: url(../images/go-down.png) top no-repeat;
}
#wrap-con #wrap-left .go-btn.go-down::after {
    content: '';
    width: 100%;
    height: 105px;
    position: absolute;
    top: -58px;
    left: 0;
    background: url(../images/go-down-icon.png) top no-repeat;
}
#wrap-con #wrap-left .go-btn.go-gift, #wrap-con #wrap-left .go-btn.go-regi {
    width: 161px;
    height: 55px;
}
#wrap-con #wrap-left .go-btn.go-gift {
    left: 163px;
    background: url(../images/go-gift.png) top no-repeat;
}
#wrap-con #wrap-left .go-btn.go-regi {
    left: 0;
    background: url(../images/go-regi.png) top no-repeat;
}
#wrap-con #wrap-left .Adaptive-list {
    width: 326px;
    height: auto;
    margin: 5px auto;
    text-align:center;
}
#wrap-con #wrap-left .Adaptive-list .Adaptive-li {
    overflow: hidden;
    width: 324px;
    height: 203px;
    margin: 1px 0;
    position: relative;
    top: 0;
    transition: all .4s;
}
#wrap-con #wrap-left .Adaptive-list .Adaptive-li:hover {
    top: -4px;
}
#wrap-con #wrap-left .qrcode-icon {
    width: 324px;
    height: 420px;
    background: black;
    font-family: "HYCUSONGJ";
    border: 1px solid #be9168;
}
#wrap-con #wrap-left .qrcode-list {
    width: 196px;
    height: 196px;
    margin: 40px auto;
}
#wrap-con #wrap-left .qrcode-btnList {
    text-align: center;
    font-size: 0;
}
#wrap-con #wrap-left .qrcode-btnList .qrcode-btn {
    display: inline-block;
    width: 139px;
    height: 47px;
    margin: 5px;
    line-height: 46px;
    font-size: 20px;
    transition: all .59s;
    top: 0;
    color: #945c01;
    background: url(../images/qrcode-btn-bg.png) top no-repeat;
}
#wrap-con #wrap-left .qrcode-btnList .qrcode-btn:hover {
    top: -3px;
}
#wrap-con #wrap-right {
    width: 1000px;
    min-height: 1283px;
    background: #1a0808;
    border: 1px solid #be9168;
}
#wrap-con #wrap-right .wrap-right-name {
    height: 90px;
}
#wrap-con #wrap-right .name-title {
    top: 25px;
    left: 40px;
}
#wrap-con #wrap-right .name-link {
    bottom: 35px;
    right: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
    line-height: 18px;
}
#wrap-con #wrap-right .name-link a {
    color: white;
}
#wrap-con #wrap-right .name-link a:hover {
    color: #f5c285;
}
#wrap-con #wrap-right #exclusive {
    width: 920px;
    height: auto;
    margin: 0 auto;
    color: white;
    padding: 0 0 66px;
}
