blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, td, textarea, th, ul {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, b, caption, cite, code, dfn, em, strong, th, var {
    font-weight: 400;
    font-style: normal
}

ol, ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

button, input, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input:focus, textarea:focus {
    outline: 0
}

body {
    font: 12px "\5FAE\8F6F\96C5\9ED1", 'Times New Roman', Times, serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    /*background-color: #12151e;*/
}

.wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    display: none;
}

@font-face {
    font-family: "shserif";
    src: url("//game.gtimg.cn/images/baiye/cp/a20230131gwyy/shserif.woff") format("woff"), /* chrome、firefox */ url("//game.gtimg.cn/images/baiye/cp/a20230131gwyy/shserif.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "shserifl";
    src: url("//game.gtimg.cn/images/baiye/cp/a20230131gwyy/shserifl.woff") format("woff"), /* chrome、firefox */ url("//game.gtimg.cn/images/baiye/cp/a20230131gwyy/shserifl.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "shsans";
    src: url("//game.gtimg.cn/images/baiye/cp/a20230131gwyy/shsans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.topbar {
    background: url("//fyzh.hicnhm.com/static/image/topbar.png") no-repeat left top;
    background-size: 1920px 80px;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    padding: 0 16px 30px 60px;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
}

.topbar > * {
    pointer-events: auto;
}

.topbar-left {
    display: flex;
    height: 100%;
}

.logo {
    display: block;
    background: url(//fyzh.hicnhm.com/static/image/logo.png) no-repeat center top / 100%;
    width: 170px;
    height: 56px;
    pointer-events: none;
    margin-right: 66px;
    margin-top: 14px;
}

.topbar .nav {
    display: flex;
    width: 580px;
    height: 76px;
}

.topbar .nav li {
    width: 180px;
    position: relative;
    font-family: "shsans";
}

.topbar .nav li a {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 14px;
    box-sizing: border-box;
    color: #fff;
}

.topbar .nav li h4 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: normal;
}

.topbar .nav li span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.topbar .nav li.active:nth-child(1) h4, .topbar .nav li.active:nth-child(3) h4 {
    font-weight: bold;
    color: #ddb485;
    background: linear-gradient(to bottom, #92683c 0%, #fab760 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(255, 196, 81, 0.3)) drop-shadow(0 0 10px rgba(255, 196, 81, 0.2));
}

.topbar .nav li.active:nth-child(1) span, .topbar .nav li.active:nth-child(3) span {
    color: #b99775;
    background: linear-gradient(to bottom, #6b5237 0%, #f8a840 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topbar .nav li.active:nth-child(2) h4 {
    font-weight: bold;
    color: #fff799;
    background: linear-gradient(to bottom, #fed944 0%, #fff799 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(207, 155, 67, 0.3)) drop-shadow(0 0 10px rgba(207, 155, 67, 0.5));
}

.topbar .nav li.active:nth-child(2) span {
    color: #fff799;
    background: linear-gradient(to bottom, #fed944 0%, #fff799 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topbar .nav li:nth-child(2) a {
    color: #fff;
}

.topbar .nav li.active:nth-child(4) h4 {
    font-weight: bold;
    color: #fff799;
    background: linear-gradient(to bottom, #fed944 0%, #fff799 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(207, 155, 67, 0.3)) drop-shadow(0 0 10px rgba(207, 155, 67, 0.5));
}

.topbar .nav li.active:nth-child(4) span {
    color: #fff799;
    background: linear-gradient(to bottom, #fed944 0%, #fff799 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topbar .nav li:nth-child(4) a {
    color: #fff;
}

.topbar .nav li:first-child {
    width: 175px;
}

.topbar .nav li:last-child {
    width: 195px;
}

.topbar .nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.share-bar {
    display: flex;
    height: 60px;
    transform: translate(0, -5px);
}

.share-bar a {
    display: block;
    width: 60px;
    height: 60px;
    background: url("//fyzh.hicnhm.com/static/picture/top_all.png") no-repeat;
}

.share-bar a.icon-wx {
    background-position: -408px 5px;
}
.share-bar a.icon-douyin
{
  background-position: -254px 5px;
}
.share-bar a.icon-fenxiang
{
  background-position: -482px 5px;
}
.share-bar a.icon-qq {
    background-position: -333px 5px;
}

.share-bar a.icon-weibo {
    background-position: -171px 5px;
}

.share-bar a.icon-bilibili {
    background-position: -178px 5px;
    margin-left: 11px;
}

.share-bar a.icon-tap {
    background-position: -91px 5px;
}

.share-bar a:hover.icon-wx {
    background-position: -408px -50px;
}

.share-bar a:hover.icon-qq {
    background-position: -333px -50px;
}

.share-bar a:hover.icon-weibo {
    background-position: -171px -50px;
}

.share-bar a:hover.icon-bilibili {
    background-position: -178px -50px;
}

.share-bar a:hover.icon-tap {
    background-position: -91px -50px;
}
.share-bar a:hover.icon-fenxiang {
    background-position: -482px -50px;
}
.share-bar a:hover.icon-douyin
{
  background-position: -254px -50px;
}
.share-bar a.icon-wx {
    position: relative;
}

.share-bar a.icon-weibo {
    position: relative;
}
.denglus
{
  display: block;
  width: 60px;
  height: 60px;
  background: url("//fyzh.hicnhm.com/static/picture/top_all.png") no-repeat;
  background-position: -9px 1px;
}

.denglus:hover 
{
    background-position: -9px -54px;
}

.share-bar a.icon-wx .wxcodetip {
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/wxcodetip.png) no-repeat center top;
    width: 143px;
    height: 173px;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 65px;
    display: none;
}

.share-bar a.icon-wx:hover .wxcodetip {
    display: block;
}

.head {
    background: url(//fyzh.hicnhm.com/static/image/qietu2/beijing.png);
    background-size: 100% 100%;
    /*height: 1080px;*/
    height: 1042px;
    padding-top: 508px;
    box-sizing: border-box;
}

.head .vbg_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1080px;
    pointer-events: none;
    overflow: hidden;
}

.head .vbg_box::after {
    display: block;
    content: '';
    /*background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/vbg-cover.png) no-repeat center 0 / 100%;*/
    width: 100%;
    height: 1100px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 99%, rgba(0, 0, 0, 0) 100%);
}

.vbg {
    width: 100%;
    height: 100%;
    position: relative;
}

.vbg video {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vplay-btn {
    display: block;
    background: url(/static/picture/video.png) no-repeat center right;
    background-size: 500px 178px;
    width: 500px;
    height: 190px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.vplay-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.slogan {
    background: url(/static/picture/logo.png) no-repeat center top / 78%;
    width: 837px;
    height: 205px;
    margin: 10px auto 0;
    transform: translate(30px, 0);
    text-indent: -9999px;
    position: relative;
    z-index: 2;
    margin-top: -155px;
}

.cadpa {
    background: url(/static/picture/tips.png) no-repeat center top / 100%;
    width: 79px;
    height: 108px;
    position: absolute;
    left: 35px;
    top: 800px;
    z-index: 2;
}

.loginbox {
    position: absolute;
    top: -1px;
    right: 474px;
    width: 60px;
    height: 60px;
    text-align: right;
    font-size: 16px;
    z-index: 8;
}

.loginbox a {
    color: #fff;
    /*text-decoration: underline;*/
}

.loginbox .unlogin a {
    color: #C2B7BD;
    border: #C2B7BD solid 1px;
    padding: 0 8px;
    border-radius: 30px;
    text-decoration: none;
}

.subscribe {
    /*width: 500px;*/
    margin: -2px auto 0;
    position: relative;
    z-index: 2;
    width: 650px;
}

.subscribe-btn {
    display: block;
    background: url(/static/image/pop-bind-btn.png) no-repeat center top / 100%;
    width: 326px;
    height: 100px;
    margin: 0 auto;
    text-indent: -9999px;
}

.subscribe-btn.binded-btn {
    background: url(/static/image/binded-btn.png) no-repeat center top / 100%;
    cursor: default;
}


.subscribe-btn2 {
    display: block;
    background: url(/static/image/index/taptap_down.png) no-repeat center top / 100%;
    width: 326px;
    height: 100px;
    margin: 0 auto;
    text-indent: -9999px;
    margin-right: 0px;
}

.subscribe-btn.phone {
    background-image: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/bindphone-btn.png);
}

.subscribe-btn.gray {
    background-image: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/binded-btn.png);
    /* pointer-events: none; */
}

.subscribe-btn:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.subscribe-tn {
    color: #e7e7e7;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.subscribe-tn span {
    color: #ccad7d;
}

.subscribe-btns {
    width: 468px;
    display: flex;
    justify-content: space-between;
    margin: 653px auto 0;
}

.subscribe-btns a {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/subscribe-btns.png) no-repeat;
    background-size: 468px 206px;
    width: 206px;
    height: 206px;
    background-position: 0 0;
    text-indent: -9999px;
    margin: 0 28px;
}

.subscribe-btns a:hover {
    filter: brightness(1.1);
}

.subscribe-btns a.wx {
    background-position: -262px 0;
}

.m-follow-btns {
    display: none;
}

.qrcodes {
    width: 670px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    margin: 735px auto 0;
}

.qrcode-item {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.qrcode-item img {
    width: 145px;
    height: 145px;
    display: block;
    margin: 0 auto;
}

.qrcode-item p {
    width: 200%;
    position: absolute;
    text-align: center;
    top: 166px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 22px;
    font-family: '宋体', 'simsun';
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.5);
}

.reward {
    background: url(//fyzh.hicnhm.com/static/image/qietu2/bg2.png);
    background-size: 100% 100%;
    width: 100%;
    height: 1080px;
    /*height: 929px;*/
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
    z-index: 100;
}

.reward-tit {
    background: url(//fyzh.hicnhm.com/static/image/qietu2/ti2.png);
    background-size: 100% 100%;
    width: 555px;
    height: 160px;
    position: absolute;
    left: 790px;
    top: 142px;
    text-indent: -9999px;
    transform: translate(-6px, 0);
    z-index: 5;
}

.reward-steps {
    width: 1200px;
    margin: 246px auto 0;
    position: relative;
    z-index: 30;
}

.reward-item-container {
    padding-top: 90px;
    position: relative;
    overflow: inherit !important;
}

.qietu_s1 {
    width: 1515px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: -37px;
    animation: down100FadeIn 0.5s ease-out both;
}

.qietu_s1 img {
    width: 100%;
    z-index: 3px;
}

.reward-pg-bar {
    height: 3px;
    width: 1240px;
    /* 8d97a9 */
    /* rgba(141,151,169,1) */
    /* background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(217,190,108,0.6) 10%, rgba(217,190,108,1) 50%, rgba(217,190,108,0.6) 90%, rgba(0,0,0,0) 100%); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(141, 151, 169, 0.6) 10%, rgba(141, 151, 169, 1) 50%, rgba(141, 151, 169, 1) 90%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 40px;
    left: 0;
}

.reward-pg-bar i {
    display: block;
    /*background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/reward-item-line-on.png) no-repeat center top / 100%;*/
    width: 484px;
    height: 9px;
    position: absolute;
    left: 0;
    top: -3px;
    opacity: 0;
}

/* todo data-step=1,2,4,5 */
.reward-pg-bar[data-step="1"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 10%, rgba(217, 190, 108, 1) 15%, rgba(141, 151, 169, 1) 30%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="1"] i {
    opacity: 1;
    left: -160px;
}

.reward-pg-bar[data-step="2"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 20%, rgba(217, 190, 108, 1) 25%, rgba(141, 151, 169, 1) 30%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="2"] i {
    opacity: 1;
    left: 60px;
}

.reward-pg-bar[data-step="3"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 30%, rgba(217, 190, 108, 1) 40%, rgba(141, 151, 169, 1) 45%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="3"] i {
    opacity: 1;
    left: 240px;
}

.reward-pg-bar[data-step="4"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 40%, rgba(217, 190, 108, 1) 50%, rgba(141, 151, 169, 1) 55%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="4"] i {
    opacity: 1;
    left: 440px;
}

.reward-pg-bar[data-step="5"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 60%, rgba(217, 190, 108, 1) 70%, rgba(141, 151, 169, 1) 75%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="5"] i {
    opacity: 1;
    left: 640px;
}

.reward-pg-bar[data-step="6"] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(217, 190, 108, 0.6) 10%, rgba(217, 190, 108, 1) 80%, rgba(217, 190, 108, 1) 90%, rgba(141, 151, 169, 1) 95%, rgba(141, 151, 169, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.reward-pg-bar[data-step="6"] i {
    opacity: 1;
    left: 800px;
}

.reward-items {
    display: flex;
    flex-wrap: nowrap;
    width: 1140px;
    margin: 0 0 0 -25px;
}

.reward-items > li {
    width: 230px;
    height: 474px;
    position: relative;
    z-index: 20;
}

#qishi2 {
    width: 100%;
    /*height: 1080px;*/
    text-align: center;
    font-size: 30px;
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    line-height: 60px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
    margin-top: 20px;
}
#qishi {
    width: 100%;
    height: 1080px;
    text-align: center;
    font-size: 30px;
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    line-height: 33px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
}

.reward-item-pg {
    width: 255px;
    height: 27px;
    /* background: url(//fyzh.hicnhm.com/static/image/qietu2/jn6.png) no-repeat center; */
    background-size: 20px;
    position: absolute;
    top: -56px;
    left: -135px;
}

.reward-item-pg img {
    width: 100%;
    height: 100%;
}

.reward-items > li.opened .reward-item-pg {
    /*background: url('//fyzh.hicnhm.com/static/image/qietu2/jn7.png') no-repeat center;*/
    /*background-size: 20px;*/
}

.reward-items > li.opening .reward-item-pg {
    /*background: url('//fyzh.hicnhm.com/static/image/qietu2/jn7.png') no-repeat center;*/
    /*background-size: 100% 100%;*/
}

/* .reward-items > li.opening .reward-item-pg::before {
  display: block;
  content: '';
  background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/reward-item-bling.png) no-repeat center / 100%;
  width: 179px;
  height: 202px;
  position: absolute;
  left: -22px;
  top: -35px;
  z-index: -1;
} */
.reward-items > li.opening .reward-item-pg::before {
    display: block;
    content: '';
    width: 250px;
    height: 250px;
    position: absolute;
    left: -82px;
    top: -82px;
    z-index: -1;
    background-image: url("");
    background-size: 1750px 1500px;
    background-repeat: no-repeat;
    animation-name: ani-pg-opening;
    animation-duration: 1.52s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: steps(1);
}

@keyframes ani-pg-opening {
    0% {
        background-position: 0 0;
    }

    2.63% {
        background-position: -250px 0px;
    }

    5.26% {
        background-position: 0px -250px;
    }

    7.89% {
        background-position: -250px -250px;
    }

    10.53% {
        background-position: -500px 0px;
    }

    13.16% {
        background-position: -500px -250px;
    }

    15.79% {
        background-position: 0px -500px;
    }

    18.42% {
        background-position: -250px -500px;
    }

    21.05% {
        background-position: -500px -500px;
    }

    23.68% {
        background-position: -750px 0px;
    }

    26.32% {
        background-position: -750px -250px;
    }

    28.95% {
        background-position: -750px -500px;
    }

    31.58% {
        background-position: 0px -750px;
    }

    34.21% {
        background-position: -250px -750px;
    }

    36.84% {
        background-position: -500px -750px;
    }

    39.47% {
        background-position: -750px -750px;
    }

    42.11% {
        background-position: -1000px 0px;
    }

    44.74% {
        background-position: -1000px -250px;
    }

    47.37% {
        background-position: -1000px -500px;
    }

    50.00% {
        background-position: -1000px -750px;
    }

    52.63% {
        background-position: 0px -1000px;
    }

    55.26% {
        background-position: -250px -1000px;
    }

    57.89% {
        background-position: -500px -1000px;
    }

    60.53% {
        background-position: -750px -1000px;
    }

    63.16% {
        background-position: -1000px -1000px;
    }

    65.79% {
        background-position: -1250px 0px;
    }

    68.42% {
        background-position: -1250px -250px;
    }

    71.05% {
        background-position: -1250px -500px;
    }

    73.68% {
        background-position: -1250px -750px;
    }

    76.32% {
        background-position: -1250px -1000px;
    }

    78.95% {
        background-position: 0px -1250px;
    }

    81.58% {
        background-position: -250px -1250px;
    }

    84.21% {
        background-position: -500px -1250px;
    }

    86.84% {
        background-position: -750px -1250px;
    }

    89.47% {
        background-position: -1000px -1250px;
    }

    92.11% {
        background-position: -1250px -1250px;
    }

    94.74% {
        background-position: -1500px 0px;
    }

    97.37%,
    100% {
        background-position: -1500px -250px;
    }
}

.reward-item-bd {
    background: url(//fyzh.hicnhm.com/static/image/qietu4/10.png) no-repeat center / 100%;
    width: 230px;
    height: 474px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
    filter: grayscale(1);
    z-index: 10;
}

.reward-item-bd::before {
    display: block;
    content: '';
    background: url(//fyzh.hicnhm.com/static/image/qietu4/10.png) no-repeat center top / 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.4;
}

.reward-items > li.opened .reward-item-bd, .reward-items > li.opening .reward-item-bd {
    filter: none;
    background-image: url(//fyzh.hicnhm.com/static/image/qietu2/sam1.png);
}

.reward-items > li.opened .reward-item-bd::before, .reward-items > li.opening .reward-item-bd::before {
    display: none;
}

.reward-items > li.opened .reward-item-num strong {
    font-size: 60px;
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opened .reward-item-num span {
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opened .reward-item-dc {
    color: #ffebd4;
    background: linear-gradient(to bottom, #ffdcb4 0%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opening .reward-item-num strong {
    font-size: 60px;
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opening .reward-item-num span {
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opening .reward-item-dc {
    color: #ffebd4;
    background: linear-gradient(to bottom, #ffdcb4 0%, #fff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-items > li.opening .reward-item-bd {
    /* 239 230 1.0391 */
    /* 498 474 1.05 */
    /* width: 239px;
    height: 498px;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/reward-itembg-opening.png) no-repeat center top / 100%;
    transform: translate(0, -14px);
    padding-top: 52px; */
    transform: scale(1.05);
}

.reward-items > li.opening .reward-item-num {
    color: #e5cfa1;
}

.reward-items > li + li {
    margin-left: 22px;
}

.reward-item-bd.miracle {
    padding-top: 50px;
}

.reward-item-bd.miracle .reward-item-num {
    font-size: 36px;
}

.reward-item-bd.miracle .reward-miracle-gift {
    display: block;
    background: url('//game.gtimg.cn/images/baiye/cp/a20230131gwyy/reward-miracle-gift.png') no-repeat center;
    background-size: 160px;
    width: 177px;
    height: 316px;
}

.reward-item-val {
    text-align: center;
}

.reward-item-num {
    color: #d4ad5f;
    font-weight: bold;
    font-size: 30px;
    font-family: "shserif";
    line-height: 53px;
}

.reward-item-num strong {
    display: inline-block;
    font-size: 60px;
    padding: 1px;
    clip-path: inset(1px);
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-item-num span {
    display: inline-block;
    padding: 1px;
    clip-path: inset(1px);
    background: linear-gradient(to bottom, #e4cc9b 0%, #d4ad5f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.reward-item-dc {
    display: inline-block;
    color: #afafaf;
    padding: 1px;
    clip-path: inset(1px);
    background: linear-gradient(to bottom, #afafaf 0%, #afafaf 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: 'shserif';
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: 15px;
}

.reward-icon {
    width: 144px;
    height: 180px;
    flex: none;
    padding-top: 0;
    background: url('//fyzh.hicnhm.com/static/image/qietu2/f1.png') no-repeat center top/ 120px 120px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.ion_images
{
    /*width: 59px;*/
    height: 100px;
    position: absolute;
    top: 890px;
    left: 923px;
    z-index: 3;
}

.reward-icon img {
    width: 70px;
    object-fit: contain;
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
}

.reward-icon p {
    color: #5f5b55;
    font-family: 'shserif';
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    white-space: nowrap;
    margin-top: 8px;
}

#inputVideo {
    　　transform: rotateY(180deg);
    　　-webkit-transform: rotateY(180deg); /* Safari 和 Chrome */
    　　-moz-transform: rotateY(180deg);
}

.reward-icon-picsp {
    width: 70px;
    object-fit: contain;
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
}

.reward-icon .kun {
    width: 70px;
    object-fit: contain;
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
}

#sMobile {
    background-image: url('//fyzh.hicnhm.com/static/image/qietu2/lanm1.png');
    height: 75px;
    border-radius: 12px;
    padding-left: 66px;
}

#sVftCode {
    background-image: url('//fyzh.hicnhm.com/static/image/qietu2/lanm2.png');
    height: 75px;
    border-radius: 12px;
    padding-left: 70px;
}

.juxiang {
    display: block;
    width: 672px;
    height: 699px;
    /*background: url('') no-repeat center top / 100%;*/
    position: absolute;
    left: -137px;
    top: 73px;
    margin-left: -120px;
    z-index: 2;
    pointer-events: none;
    animation: ani-juxiang 20s infinite linear;
}

#yanzhengma {
    width: 40%;
    text-align: center;

}

#getCode {
    font-size: 30px;
    color: #E2C78F !important;
}

#xianding {
    width: 70px;
    object-fit: contain;
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
}

#showNum5 .reward-icon p {
    margin-top: 8px;
}

#showNum5 .reward-icon img {
    position: relative;
    top: 0;
}

@keyframes ani-juxiang {
    0% {
        transform: translate(0, 0);
    }
    5% {
        transform: translate(5px, 6px);
    }
    10% {
        transform: translate(10px, 6px);
    }
    15% {
        transform: translate(10px, 0px);
    }
    20% {
        transform: translate(10px, -4px);
    }
    25% {
        transform: translate(6px, -8px);
    }
    30% {
        transform: translate(0, -12px);
    }
    35% {
        transform: translate(-2px, -12px);
    }
    40% {
        transform: translate(-6px, -6px);
    }
    45% {
        transform: translate(-6px, 0px);
    }
    50% {
        transform: translate(-2px, 2px);
    }
    55% {
        transform: translate(-2px, 6px);
    }
    60% {
        transform: translate(-8px, 6px);
    }
    70% {
        transform: translate(-12px, 8px);
    }
    80% {
        transform: translate(-8px, 8px);
    }
    90% {
        transform: translate(-2px, 6px);
    }
    95% {
        transform: translate(-2px, 2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.weisi {
    background: url('') no-repeat center top / 100%;
    width: 1024px;
    /* height: 1542px; */
    height: 1224px;
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 5;
    pointer-events: none;
    /* mask: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 75%); */
    /* -webkit-mask: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 75%); */
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 95%);
    overflow: hidden;
}

.weisi.nobg {
    background: none;
}

.weisi #weisi-player-container {
    width: 1750px;
    height: 1750px;
    position: absolute;
    right: -680px;
    top: 70px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes up50FadeIn {
    0% {
        transform: translate(0, 50px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes down100FadeIn {
    0% {
        transform: translate(0, -100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes up100FadeIn {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.reward .reward-tit, .reward .reward-pg-bar, .reward .reward-items li, .reward .weisi {
    opacity: 0;
}

.reward.on-enter .reward-tit {
    animation: down100FadeIn 0.5s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(1) {
    animation: ani-ritem-leftin 0.5s 0.3s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(2) {
    animation: ani-ritem-leftin 0.5s 0.4s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(3) {
    animation: ani-ritem-leftin 0.5s 0.5s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(4) {
    animation: ani-ritem-leftin 0.5s 0.6s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(5) {
    animation: ani-ritem-leftin 0.5s 0.7s ease-out both;
}

.reward.on-enter .reward-items li:nth-child(6) {
    animation: ani-ritem-leftin 0.5s 0.8s ease-out both;
}

.reward.on-enter .reward-pg-bar {
    animation: fadeIn 0.5s 0.2s ease-out both;
}

@keyframes ani-ritem-leftin {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.reward.on-enter .weisi {
    animation: ani-r-ws 0.5s 0.2s ease-out both;
}

@keyframes ani-r-ws {
    0% {
        transform: translate(px2rem(200px), 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.camp {
    background: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-bg.jpg) no-repeat center top / 100%;
    height: 1160px;
    box-sizing: border-box;
    margin-top: -1px;
    position: relative;
}

.camp-tit {
    background: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-title.png) no-repeat center /  100%;
    width: 359px;
    height: 140px;
    margin: 0 auto;
    text-indent: -9999px;
    transform: translate(-3px, -40px);
}

.camp-swp {
    width: 1384px;
    height: 794px;
    margin: -20px auto 0;
    position: relative;
}

.camp-swp::before {
    display: block;
    content: '';
    background: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-cover.png) no-repeat center top / 100%;
    position: absolute;
    bottom: 8px;
    left: -6px;
    width: 1391px;
    height: 152px;
    pointer-events: none;
    z-index: 10;
}

.camp-swp .swiper-slide > img {
    transform: translate3d(0, 0, 0);
}

.camp-swp-prev, .camp-swp-next {
    display: block;
    background: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-prev.png) no-repeat center top / 100%;
    width: 66px;
    height: 90px;
    position: absolute;
    top: 460px;
    left: 50%;
    margin-left: -33px;
    z-index: 5;
}

.camp-swp-prev:hover, .camp-swp-next:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.camp-swp-prev {
    transform: translate(-620px, 0);
}

.camp-swp-next {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-next.png);
    transform: translate(620px, 0);
}

.camp-detail {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.camp-icon {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 202px;
    width: 400px;
    margin: 420px auto 0;
    text-indent: -9999px;
}

.camp-icon1 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon1.png);
}

.camp-icon2 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon2.png);
}

.camp-icon3 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon3.png);
}

.camp-icon4 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon4.png);
}

.camp-icon5 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon5.png);
}

.camp-icon6 {
    background-image: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-icon6.png);
}

.camp-line {
    display: block;
    background: url(https://game.gtimg.cn/images/baiye/cp/a20230131gwyy/camp-line.png) no-repeat center / 100%;
    width: 592px;
    height: 12px;
    margin: -5px auto 0;
    transform: translate(-16px, 0);
}

.camp-txt {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.7;
    text-align: center;
    width: 900px;
    margin: 10px auto 0;
}

.pugongying {
    /* background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pugongying.png) no-repeat center bottom / 100%; */
    width: 1920px;
    height: 1144px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.pugongying canvas {
    width: 100%;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    overflow: hidden;
}

.loading-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/static/picture/bg1-1.png) no-repeat center top / cover;
}

.loading-bg::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.loading-bd {
    width: 1000px;
    height: 250px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -125px 0 0 -500px;
    z-index: 3;
}

.loading-logo {
    display: block;
    /*width: 419px;*/
    height: 180px;
    margin: 0 auto;
}

.loading-bar {
    width: 586px;
    height: 3px;
    margin: 75px auto 0;
    box-sizing: border-box;
    position: relative;
    background: rgb(229 229 229 / 23%);
}

.loading-line {
    width: 0%;
    height: 100%;
    background: #9DD4FF;
}

.loading-txt {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

.pop {
    outline: none;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.pop a:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.pop-bd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 28px;
    box-sizing: border-box;
    outline: none;
}

.pop-close {
    display: block;
    background: url(../picture/btn_gb1.png) no-repeat center / 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 14px;
}

.pop-wxcode .pop-bd, .pop-qqcode .pop-bd {

}

.tiaoqun {
    background: url(../picture/img_10.png);
    background-size: 100% 100%;
    width: 336px;
    height: 178px;
}
.qq_baitiao1
{
    width: 56%;
    position: absolute;
    top: 64px;
    left: 27px;
}
.qq_baitiao2
{
    width: 85%;
    position: absolute;
    top: 106px;
    left: 27px;
}
.qq_baitiao3
{
    width: 85%;
    position: absolute;
    top: 150px;
    left: 27px;
}

.pop-succ .pop-bd, .pop-unbind .pop-bd {
    background: url(//fyzh.hicnhm.com/static/picture/img_10.png) no-repeat center / 100%;
    width: 704px;
    height: 550px;
}

.pop-succ-pic {
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-succ-pic.png) no-repeat center top / 100%;
    width: 549px;
    height: 152px;
    margin: 58px 0 0 140px;
    text-indent: -9999px;
}

.pop-succ-btn-share {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-btn-share.png) no-repeat center top / 100%;
    width: 233px;
    height: 60px;
    text-indent: -9999px;
    margin: 20px auto 0;
}

.sns-info-tit {
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-succ-txt.png) no-repeat center top / 100%;
    width: 297px;
    height: 37px;
    margin: 28px auto 18px auto;
    text-indent: -9999px;
}

.pop-succ .share-bar {
    width: 300px;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.pop-succ .share-bar a {
    display: block;
    background: url('//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-shareicons.png') no-repeat;
    background-size: 299px 99px;
    width: 60px;
    height: 50px;
}

.pop-succ .share-bar a:hover {
    background-position-y: -50px;
}

.pop-succ .share-bar a.icon-wx {
    background-position-x: 0;
}

.pop-succ .share-bar a.icon-qq {
    background-position-x: -60px;
}

.pop-succ .share-bar a.icon-weibo {
    background-position-x: -120px;
}

.pop-succ .share-bar a.icon-bilibili {
    background-position-x: -180px;
}

.pop-succ .share-bar a.icon-tap {
    background-position-x: -240px;
}

.pop-succ-unbind {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}

.pop-succ-unbind::before, .pop-succ-unbind::after {
    display: block;
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJkAAAAKCAYAAACnrvxXAAAB40lEQVR4AWJ0L/BhoAYYBaPAgt+Y6cTHs4D2yxrBiiAIw/XX2BPc3ULOgeX4BdCIcGMcQlxS/BJEHIAQEtzdR7qLmur13Wgl6+/JLy3PZTyNgykSmSFeP3m8nyaBKRKZAVZ9yDcJ/PkVX7sr4ptsxoks+5wuZvK3CTQ3revLK74u7sQ3WWTGWPMp21o4eQiizVZAtmbN90drP6Z75r3u5lYd2727+3vhX7Thz5/SdF65wPTf3JDLskK/mht8r0KvbsxXdQ9Vp0a3aVA3XRRF6GvNTdFBoYqkYudyNI1Hnjs06plrdj5D5jw0sEs9uAmK2rFPU+gCBitgHXKc+ASA48ZppV3rocscPJMWREjQqvPcKrQXIuu8Z9aQ+JEuKAlD1MtIR+T0AqbWY1BJTCEj60wxtFbHhZigc2VkjQAM9UJhfOx824tJPQiatdMsMB86aKYwFxCI7S1hHw2k2pYyqOF+t5kweH+gAQRhMdVMgtZba2tGfBs0mrcuBFDLcCbLgtDDlk3SQf4I0bXe5/JEPLqcFpFVr7tLk7y6RIIdo95kD8S7gVcr5L3l+CabLhH9WUzm5fVNItkFoYsvl7mB+J9sRon8WP3XJf3mKAhP/6I8HY8uI7PC8x79AeHgp6XpDxrHfz3K4xJUvRtHAAAAAElFTkSuQmCC') no-repeat center / 100%;
    width: 153px;
    height: 10px;
    margin: 0 10px;
}

.pop-succ-unbind::after {
    transform: scale(-1, 1);
}

.pop-succ-unbind a {
    color: #342c22;
    font-size: 18px;
    font-family: 'shserifl';
}

.footer {
    width: 100%;
    height: 206px;
    background-color: #000;
    overflow: hidden;
    z-index: 20;
    font-size: 12px;
}

.footer-content {
    width: 1600px;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.foot-logo {
    display: flex;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    margin-top: 40px !important;
}

.foot-logo a {
    margin-right: 65px;
    pointer-events: none;
}

.foot-logo img {
    height: 80px;
    object-fit: contain;
}

.foot_links {
    width: 780px !important;
}

.foot_links .copyright_txt {
    font-size: 12px !important;
}

.m-foot {
    display: none;
}

.m-toggle, .m-sidebar {
    display: none;
}

.pop-wxcode-pic, .pop-qqcode-pic {
    background: url(//fyzh.hicnhm.com/static/image/qietu3/gz1.png) no-repeat center top / 100%;
    width: 250px;
    height: 250px;
    margin: 40px auto 0;
}

.pop-qqcode-pic {
    background-image: url(//game.gtimg.cn/images/baiye/cp/gmi530294/pop-qrcode-qq.png);
}

.pop-douyincode-pic {
    width: 430px;
    height: 645px;
    background-image: url(//fyzh.hicnhm.com/static/picture/douyin2.png);
    background-size: 100% 100%;
}

.pop-wxcode-tt, .pop-qqcode-tt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    padding-left: 40px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%), 0 2px 3px rgb(0 0 0 / 50%);
}

.pop-login .pop-bd, .pop-pf .pop-bd {
    background: url(../picture/img_17.png);
    background-size: 100% 195%;
    width: 704px;
    height: 470px;
}

.pop-title {
    height: 53px;
    width: 400px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-indent: -9999px;
}

.pop-login .pop-title {

    margin-top: 20px;
}

.pop-login-lt {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pop-login-lt a {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-platform-itembg.png) no-repeat center top / 100%;
    width: 205px;
    height: 208px;
    margin: 0 34px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}

.pop-pf .pop-title {
    background-image: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-pf-title.png);
    margin-top: 20px;
}

.pop-bind .pop-bd {
    background: url(//fyzh.hicnhm.com/static/image/qietu2/bg10.png) no-repeat center top / 100%;
    width: 704px;
    height: 882px;
}

.pop-bind-title1 {
    background-image: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-bind-title1.png);
    height: 37px;
    margin-top: 42px;
}

.pop-bind-title2 {
    background-image: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-bind-title2.png);
    height: 37px;
    margin-top: 40px;
}

.pop-bind-pf {
    font-size: 25px;
    font-family: 'shserif';
    display: flex;
    align-items: center;
    width: 560px;
    margin: 20px auto 0;
}

.pop-bind-pf label {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.pop-bind-pf label:first-child {
    margin-left: 185px;
}

.pop-bind-pf input {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 24px;
    background: url(../picture/2.png) no-repeat left top / auto 100%;
    border: none;
    outline: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    margin-left: 6px;
}

.pop-bind-pf input:checked {
    background-image: url(../picture/1.png);
}

.pop-bind-input {
    width: 560px;
    margin: 20px auto 0;
}

.pop-bind-input input {
    display: block;
    width: 100%;
    background: rgba(42, 40, 40, 0.5);
    border: none;
    outline: none;
    border-radius: 0;
    height: 54px;
    padding: 4px 10px;
    box-sizing: border-box;
    margin: 0;
    flex: 1;
    color: #797979;
    font-size: 20px;
}

.pop-bind-input input::placeholder {
    color: #cbcbcb;
}

.pop-bind-input input:focus {
    box-shadow: 0 0 2px 2px #ebc788;
}

.pop-bind-input .yzcode {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.pop-bind-send {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-bind-send.png) no-repeat center top / 100%;
    width: 203px;
    height: 57px;
    text-indent: -9999px;
    flex: none;
    margin-left: 15px;
}

.pop-bind-countdown {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-btn-countdown.png) no-repeat center top / 100%;
    width: 203px;
    height: 57px;
    line-height: 56px;
    color: #373433;
    font-size: 26px;
    font-family: 'shserif';
    text-align: center;
    flex: none;
    margin-left: 15px;
}

.pop-bind-btn {
    display: block;
    background: url(//fyzh.hicnhm.com/static/image/qietu2/btnd.png) no-repeat center top / 100%;
    width: 65%;
    height: 10%;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    /*font-weight: bolder;*/
    margin: 36px auto 0;
    text-indent: 1px;
    line-height: 60px;
}

.pop-bind-rule {
    width: 560px;
    margin: 32px auto 0;
    font-family: 'shserif';
    color: #201d1d;
    font-size: 18px;
    line-height: 33px;
}

.pop-bind-agrees {
    width: 560px;
    margin: 10px auto 0;
    font-family: 'shserif';
    color: #201d1d;
    font-size: 18px;
    line-height: 33px;
}

.pop-bind-agrees a {
    color: #868686;
}

.pop-bind-agrees a:hover {
    -webkit-filter: none;
    filter: none;
    text-decoration: underline;
}

.pop-bind-gift {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.pop-bind-giftitem {
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-bind-itembg.png) no-repeat center top / 100%;
    background-size: 89px auto;
    width: 141px;
    height: 129px;
    text-align: center;
}

.pop-bind-giftitem:first-child {
    margin-left: 10px;
}

.pop-bind-giftitem img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.pop-bind-giftitem:first-child img {
    width: 95px;
    height: 92px;
}

.pop-bind-giftitem:nth-child(2) img {
    width: 92px;
    height: 84px;
    margin-bottom: 8px;
}

.pop-bind-giftitem:nth-child(3) img {
    width: 65px;
    height: 79px;
    margin-bottom: 13px;
}

.pop-bind-giftitem:last-child img {
    width: 84px;
    height: 92px;
}

.pop-bind-giftitem p {
    font-family: 'shserif';
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
}

.pop-bind-gift-tip {
    font-size: 13px;
    text-align: center;
    color: #595959;
}

.pop-unbind-title {
    < < < < < < < HEAD = = = = = = = >>> >>> > b4a6bcece6dfe0184d1aeb08da033e4068d0a16c
    height: 37px;
    margin-top: 44px;
}

.pop-unbind-tt {
    color: #201d1d;
    font-size: 18px;
    font-family: 'shserif';
    line-height: 33px;
    width: 560px;
    margin: 30px auto 0;
    text-align: left;
}

.pop-unbind-btn {
    display: block;
    background: url(//game.gtimg.cn/images/baiye/cp/a20230131gwyy/pop-unbind-btn.png) no-repeat center / 100%;
    width: 233px;
    height: 60px;
    text-indent: -9999px;
    margin: 36px auto 0;
}

/*video pop*/
.pop-video .pop-bd {
    width: 1000px;
    height: 566px;
    padding: 0;
    background: #000;
    border: #fff solid 4px;
}

.pop-video .pop-bd .video-con {
    width: 100%;
    height: 100%;
}

.pop-video .pop-close, .pop-share-pic .pop-close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -62px;
    right: -60px;
    text-indent: -9999px;
    background: none;
}

.pop-video .pop-close:before, .pop-video .pop-close:after, .pop-share-pic .pop-close:before, .pop-share-pic .pop-close:after {
    position: absolute;
    left: 26px;
    top: 0;
    content: ' ';
    height: 56px;
    width: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.pop-video .pop-close:before, .pop-share-pic .pop-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pop-video .pop-close:after, .pop-share-pic .pop-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pop-share-pic {
    height: 100%;
}

.pop-share-pic .pop-bd {
    height: 100%;
    padding: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.pop-share-pic .pop-bd img {
    height: 100%;
}
#checkboxShow
{
    margin-top: 11px !important;
}
.yanzheng_x
{
    top: 4px;right: 3px;z-index: 9;
}
#select
{
    position: fixed;
    width:400px;
    height:350px;
    top:-50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:99999 !important;
    padding: 0px;
    background-color: rgb(242, 236, 225);
    border-radius: 12px;
}
.pop-share-pic .pop-bd p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: #000;
    color: #fff;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m-pop-share-pic-tip {
    display: none;
}

#getCodeShow {
    font-size: 25px;
    font-family: shserif;
    align-items: center;
    width: 560px;
    margin: 20px auto 0px;
}
