* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

button,
input,
textarea,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
    outline: none;

}

button {
    border: 0 none;
    cursor: pointer;
}

ul,
ol {
    padding-left: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

textarea {
    resize: none;
    overflow: hidden;
}

html,
body {
    *position: static;
    width: 100%;
    min-width: 1240px;
    font: 14px/1.4 Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 0px;

}

::-webkit-scrollbar-thumb:vertical {
    height: 4px;
    background-color: #fdfba0;
    -webkit-border-radius: 4px;
    opacity: .1;
    filter: alpha(opacity=10);
}

::-moz-scrollbar {
    width: 6px;
    height: 0px;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.hoverBtn {
    transition: all .3s;
    cursor: pointer;
}

.hoverBtn:hover {
    transform: scale(1.05);
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 52;
}

.header-box {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333
}

.header-box .logo {
    display: inline-block;
}

.log,
.yhuid {
    color: #ed382f
}

#login-box,
#reg-box {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    z-index: 10000002
}

.icp-close {
    position: absolute;
    top: -13px;
    right: -14px;
    width: 36px;
    height: 33px;
    background: url(http://jf.juming.com/jf/images/bg-loginclose.png) no-repeat;
    z-index: 10000001;
    cursor: pointer
}

#bg-filter,
#reg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://jf.juming.com/jf/images/k_list_bg.png);
    z-index: 10000001
}

.layout-a li .numsl {
    width: 98px;
}



.container {
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
    background-color: #2297FF;
}

.hd_banner {
    position: relative;
    width: 100%;
    height: 660px;
    margin: 0 auto;
    background: url(../imgs/top_banner.jpg) no-repeat center;
    background-size: auto 660px;
}

.banner_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    z-index: 2;
}

.banner_nav .item {
    float: left;
    margin-right: 20px;
    width: 224px;
    height: 92px;
    background: url(../imgs/banner_navbg.png) no-repeat center;
    background-size: cover;
    transition: all .3s;
    cursor: pointer;
    padding: 20px;
}

.banner_nav .item:nth-child(5n) {
    margin-right: 0;
}

.banner_nav .item h2 {
    font-weight: bold;
    font-size: 18px;
    color: #003E74;
    line-height: 24px;
    transform: all .3s;
}

.banner_nav .item p {
    font-size: 12px;
    color: rgba(0, 62, 116, .8);
    line-height: 20px;
    margin-top: 8px;
    transform: all .3s;
}

.banner_nav .item:hover {
    transform: translateY(-8px);
}

.banner_nav .item:hover h2,
.banner_nav .item:hover p{
    color: #691C00;
}

.banner_nav .item:nth-of-type(1):hover {
    background: url(../imgs/banner_navbg1.png) no-repeat center;
    background-size: cover;
}

.banner_nav .item:nth-of-type(2):hover {
    background: url(../imgs/banner_navbg5.png) no-repeat center;
    background-size: cover;
}

.banner_nav .item:nth-of-type(3):hover {
    background: url(../imgs/banner_navbg2.png) no-repeat center;
    background-size: cover;
}

.banner_nav .item:nth-of-type(4):hover {
    background: url(../imgs/banner_navbg3.png) no-repeat center;
    background-size: cover;
}

.banner_nav .item:nth-of-type(5):hover {
    background: url(../imgs/banner_navbg4.png) no-repeat center;
    background-size: cover;
}

.hd_wrap {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 300px;
}

.common_tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 40px 0;
}

.common_tit img {
    height: 60px;
}

.common_tit p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 254, 217, .8);
    margin-top: 10px;
}

.common_tit p span {
    font-size: 14px;
    color: rgba(255, 246, 0, 1);
    cursor: pointer;
}

.common_tit p span:hover {
    text-decoration: underline;
}
.common_tit p em {
   margin: 0 10px;
}
.gold_content {
    position: relative;
    width: 100%;
    height: 488px;
}

.gold_content .gold_bg {
    position: absolute;
    width: 1200px;
    height: 488px;
    top: 0;
    left: 0;
    z-index: 1;
}

.gold_content .gold_btn,
.gold_content .wks_btn,
.gold_content .yjs_btn {
    position: absolute;
    right: 90px;
    bottom: 58px;
    width: 254px;
    height: 74px;
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(255, 89, 27, 0.4);
    border-radius: 20px;
    z-index: 2;
}

.gold_content .gold_btn {
    background: url(../imgs/gold_btn.png) no-repeat center;
    background-size: contain;
}

.gold_content .wks_btn {
    background: url(../imgs/wks_btn1.png) no-repeat center;
    background-size: contain;
}

.gold_content .yjs_btn {
    background: url(../imgs/yjs_btn1.png) no-repeat center;
    background-size: contain;
}

.quan_content {
    position: relative;
    width: 100%;
    height: 476px;
}

.quan_content.quan1 {
    background: url(../imgs/quan_bg1.png) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}

.quan_content.quan2 {
    background: url(../imgs/quan_bg2.png) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}

.quan_content .quan_btn,
.quan_content .wks_btn,
.quan_content .yjs_btn {
    position: absolute;
    bottom: 114px;
    width: 254px;
    height: 74px;
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(16, 104, 255, 0.4);
    border-radius: 20px;
    z-index: 2;
}

.quan_content .quan_btn {
    background: url(../imgs/quan_btn.png) no-repeat center;
    background-size: cover;
}

.quan_content .wks_btn {
    background: url(../imgs/wks_btn1.png) no-repeat center;
    background-size: cover;
}

.quan_content .yjs_btn {
    background: url(../imgs/yjs_btn1.png) no-repeat center;
    background-size: cover;
}

.quan_content.quan1 .quan_btn,
.quan_content.quan1 .wks_btn,
.quan_content.quan1 .yjs_btn {
    right: 89px;
}

.quan_content.quan2 .quan_btn,
.quan_content.quan2 .wks_btn,
.quan_content.quan2 .yjs_btn {
    left: 89px;
}

.quan_content .quan_ul {
    position: absolute;
    width: 744px;
    height: 429px;
    z-index: 2;
    padding: 24px 50px 50px 50px;
}

.quan_content.quan1 .quan_ul {
    top: 24px;
    left: 24px;
}

.quan_content.quan2 .quan_ul {
    top: 24px;
    right: 24px;
}

.quan_ul .th,
.quan_ul .tr {
    display: flex;
    align-items: center;
    line-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quan_ul .th span,
.quan_ul .tr span {
    flex: 1;
    display: inline-block;
    text-align: center;
}

.quan_ul .th span {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.quan_ul .th span.wen {
    cursor: pointer;
}

.quan_ul .tr span {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.quan_ul .th span:nth-of-type(1),
.quan_ul .tr span:nth-of-type(1) {
    text-align: left !important;
}

.quan_ul .th span:nth-of-type(3),
.quan_ul .tr span:nth-of-type(3) {
    text-align: right !important;
}


.quan_ul .tr span img {
    height: 50px;
}

.quan_ul .th span img {
    height: 16px;
    vertical-align: -2px;
}

.quan_content .wen_p {
    position: absolute;
    width: 434px;
    height: 72px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px !important;
    text-align: left;
    padding: 6px 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.quan_content.quan1 .wen_p {
    border-radius: 14px 14px 14px 0px;
    left: 216px;
    top: -44px;
}

.quan_content.quan2 .wen_p {
    border-radius: 14px 14px 0 14px;
    right: 18px;
    top: -44px;
}

.quan_ul span.wen:hover .wen_p {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.transfer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfer_item {
    position: relative;
    width: 588px;
    height: 383px;
}

.transfer_item .transfer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.transfer_content .transfer_btn,
.transfer_content .wks_btn,
.transfer_content .yjs_btn {
    position: absolute;
    right: 60px;
    bottom: 45px;
    width: 200px;
    height: 74px;
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(16, 104, 255, 0.4);
    border-radius: 20px;
    z-index: 2;
}

.transfer_content .transfer_btn {
    background: url(../imgs/transfer_btn.png) no-repeat center;
    background-size: contain;
}

.transfer_content .wks_btn {
    background: url(../imgs/wks_btn2.png) no-repeat center;
    background-size: contain;
}

.transfer_content .yjs_btn {
    background: url(../imgs/yjs_btn2.png) no-repeat center;
    background-size: contain;
}

.mail_content {
    position: relative;
    width: 100%;
    height: 282px;
    background: url(../imgs/mail_bg.png) no-repeat center;
    background-size: cover;
}

.mail_content .mail_btn,
.mail_content .wks_btn,
.mail_content .yjs_btn {
    position: absolute;
    right: 60px;
    bottom: 104px;
    width: 200px;
    height: 74px;
    display: block;
    background: url(../imgs/mail_btn.png) no-repeat center;
    background-size: contain;
    box-shadow: 0px 10px 30px 0px rgba(16, 104, 255, 0.4);
    border-radius: 20px;
    z-index: 2;
}

.mail_content .mail_btn {
    background: url(../imgs/mail_btn.png) no-repeat center;
    background-size: contain;
}

.mail_content .wks_btn {
    background: url(../imgs/wks_btn2.png) no-repeat center;
    background-size: contain;
}

.mail_content .yjs_btn {
    background: url(../imgs/yjs_btn2.png) no-repeat center;
    background-size: contain;
}

.rule_section h2 {
    font-size: 40px;
    color: #FFFED9;
    line-height: 50px;
    margin: 120px 0 30px 0;
}

.rule_section p {
    font-size: 16px;
    color: rgba(255, 254, 217, .8);
    line-height: 30px;
    text-align: justify;
}

/* 侧边栏 */
.fixed_tc {
    position: absolute;
    top: 760px;
    left: 10px;
}

.fixed_tc ul {
    width: 144px;
    height: 254px;
    background: linear-gradient(180deg, #D2EAFF 0%, #71BDFF 57%, #7CC2FF 100%);
    border-radius: 16px;
    border: 2px solid #E6F4FF;
}

.fixed_tc li {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #003E74;
    cursor: pointer;
    transition: all .3s;
}

.fixed_tc li.active {
    width: 100%;
    height: 50px;
    background: #FFFFD3;
    box-shadow: inset 0px -6px 4px 0px #FFFFFF, inset 0px 6px 6px 0px #FFFFFF;
    border-radius: 14px;
    font-weight: bold;
    font-size: 14px;
    color: #740A00;
    font-weight: 600;
}

.fixed_tc li:hover {
    width: 100%;
    height: 50px;
    background: #FFFFD3;
    box-shadow: inset 0px -6px 4px 0px #FFFFFF, inset 0px 6px 6px 0px #FFFFFF;
    border-radius: 14px;
    font-weight: bold;
    font-size: 14px;
    color: #740A00;
    font-weight: 600;
}


.fixed_tc2 {
    position: absolute;
    left: 10px;
    top: 720px;
    width: 40px;
    height: 132px;
    background: url(../imgs/fixed_tc2.png) no-repeat right top;
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}

.fixed_on {
    position: fixed !important;
    top: 280px !important;
    z-index: 999 !important;
}

.backTop {
    width: 144px;
    height: 50px;
    line-height: 48px;
    background: linear-gradient(180deg, #D2EAFF 0%, #71BDFF 57%, #7CC2FF 100%);
    border-radius: 16px;
    border: 2px solid #E6F4FF;
    font-size: 14px;
    color: #003E74;
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
    transition: all .3s;
}

.backTop:hover {
    font-weight: 600;
}

.common_pop {
    position: relative;
    border-radius: 40px;
    border: 2px solid #E6F4FF;
}

.common_pop .close_btn {
    position: absolute;
    top: -30px;
    right: -36px;
    width: 36px;
    height: 36px;
    background: url(../imgs/close1.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
}

.common_pop .close_btn:hover {
    background: url(../imgs/close2.png) no-repeat center;
    background-size: cover;
}

.common_pop.w700 {
    background:
        url(../imgs/yun700.png) no-repeat center bottom,
        linear-gradient(180deg, #CDE8FF 0%, #93CDFF 57%, #C0E2FF 81%, #FFFFFF 100%);
    background-size: 100% 191px, cover;
}

.common_pop.w600 {
    background:
        url(../imgs/yun600.png) no-repeat center bottom,
        linear-gradient(180deg, #CDE8FF 0%, #93CDFF 57%, #C0E2FF 81%, #FFFFFF 100%);
    background-size: 100% 191px, cover;
}

.common_pop.w500 {
    background:
        url(../imgs/yun500.png) no-repeat center bottom,
        linear-gradient(180deg, #CDE8FF 0%, #93CDFF 57%, #C0E2FF 81%, #FFFFFF 100%);
    background-size: 100% 191px, cover;
}

.rule_pop {
    width: 700px;
    height: 500px;
    padding: 36px 20px 36px 36px;

}

.rule_pop .pop_title {
    font-weight: bold;
    font-size: 24px;
    color: #003E74;
    line-height: 30px;
    margin-bottom: 20px;
}

.rule_pop .rule_txt {
    max-height: 328px;
    overflow-y: auto;
    padding-right: 16px;
    padding-bottom: 50px;
}

.rule_pop .rule_txt p {
    font-size: 14px;
    color: rgba(0, 62, 116, .8);
    line-height: 24px;
    text-align: justify;

}

.jm_class {
    background-color: transparent !important;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0) !important;
}

.jm_class .layui-layer-content {
    overflow: inherit !important;
}

.rule_txt::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

.rule_txt::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 116, .5) !important;
    border-radius: 5px !important;
}

.rule_txt table {
    width: 100%;
    margin-top: 10px;
}

.rule_txt table td {
    width: 200px;
    padding: 10px;
    border: 1px solid #003E74;
    text-align: left;
    font-size: 14px;
    color: #003E74;
}

.rule_txt table .p1{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.rule_txt table .p2{
    text-align: center;
    font-size: 14px;
}


.hd_wrap .w12 {
    position: relative;
    z-index: 2;
}

.body_icon1 {
    position: absolute;
    top: 300px;
    right: 20px;
    width: 175px;

}

.body_icon2 {
    position: absolute;
    top: 820px;
    left: 20px;
    width: 138px;
}

.body_icon3 {
    position: absolute;
    top: 1400px;
    right: 20px;
    width: 178px;
}

.body_icon4 {
    position: absolute;
    top: 2000px;
    left: 20px;
    width: 243px;
}

.body_icon5 {
    position: absolute;
    top: 2600px;
    right: 20px;
    width: 112px;
}

.body_icon6 {
    position: absolute;
    top: 3100px;
    left: 20px;
    width: 151px;
}

.body_icon7 {
    position: absolute;
    top: 3700px;
    right: 20px;
    width: 180px;
}

.body_icon8 {
    position: absolute;
    top: 4600px;
    left: 20px;
    width: 168px;
}

.cj_content {
    position: relative;
    width: 100%;
    height: 542px;
    background: url(../imgs/cj_bg.png) no-repeat center;
    background-size: cover;
}

.tree_content {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 744px;
    height: 494px;
    z-index: 1;
}

.tree_content .tree_img {
    position: absolute;
    top: 90px;
    left: 197px;
    width: 341px;
    height: 240px;
}

.tree_content .tree_img img {
    width: 100%;
    height: 100%;
}

.tree_img.bounce {
    animation: treeBounceY 0.8s cubic-bezier(0.4, 0.05, 0.3, 1.0) forwards;
    transform-origin: center bottom;
}

/* @keyframes treeBounceY {
    0%   { transform: scaleY(1); }
    10%  { transform: scaleY(1.02); }   
    30%  { transform: scaleY(0.96); }  
    60%  { transform: scaleY(1.03); }  
    80%  { transform: scaleY(0.98); }  
    100% { transform: scaleY(1); }     
  } */

@keyframes treeBounceY {
    0% {
        transform: scaleY(1);
    }

    40% {
        transform: scaleY(1.02);
    }

    50% {
        transform: scaleY(0.965);
    }

    70% {
        transform: scaleY(1.02);
    }

    80% {
        transform: scaleY(0.995);
    }

    100% {
        transform: scaleY(1);
    }
}

.cj_content .myjp,
.cj_content .rank {
    position: absolute;
    right: 434px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 57%, rgba(0, 0, 0, 0.65) 100%);
    border-radius: 15px 0px 0px 15px;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 6;
    transition: width 0.3s ease;
}

.cj_content .myjp img,
.cj_content .rank img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.cj_content .myjp {
    top: 44px;
}

.cj_content .rank {
    top: 84px;
}

.cj_content .myjp:hover,
.cj_content .rank:hover {
    width: 105px;
}

.progress_bar {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    width: 496px;
    height: 60px;
    background: url(../imgs/jdt.png) no-repeat center;
    background-size: cover;
}
.progress_bar.can_lq {
    cursor:pointer;
}

.progress_bar.yjs .bar {
    background: #CCCCCC;
    box-shadow: inset 0px 0px 8px 0px #FFFFFF;
}

.progress_bar.all {
    background: url(../imgs/jdt2.png) no-repeat center;
    background-size: cover;
}

.child_bar {
    position: absolute;
    top: 21px;
    left: 6px;
    width: 435px;
    height: 18px;
}

.child_bar .bar {
    position: relative;
    height: 100%;
    background: linear-gradient(90deg, #62FF96 0%, #E7FF62 100%);
    box-shadow: inset 0px 0px 4px 0px #FFFFFF;
    border-radius: 20px 5px 5px 20px;
    transition: width 1s ease;
    /* 平滑动画 */
}

.child_bar .num {
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}

.yjlq_box {
    position: absolute;
    left: -40px;
    top: -26px;
    width: 253px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 16px;
    display: none;
}

.yjlq_box .icon {
    position: absolute;
    left: 6px;
    bottom: 2px;
    width: 38px;
    height: 42px;
    background: url(../imgs/yjlq_hb.png) no-repeat center;
    background-size: cover;
}

.yjlq_box span {
    font-size: 13px;
    color: #FF2C21;
    padding-left: 50px;
    line-height: 31px;
}

.yjlq_box .jt {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 11px;
    height: 11px;
    background: url(../imgs/yjlq_sj.png) no-repeat center;
    background-size: cover;
}

.yjlq_box .btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 74px;
    height: 27px;
    background: url(../imgs/yjlq_btn.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
}

.yjlq_box .btn:hover {
    transform: scale(1.02);
}

.progress_bar .ylq_icon {
    position: absolute;
    width: 89px;
    height: 37px;
    left: 40px;
    top: -26px;
    display: none;
}

.progress_bar .ylq_icon.all {
    position: absolute;
    width: 89px;
    height: 37px;
    right: -28px !important;
    top: -42px !important;
    left: auto !important;
}

.progress_bar .ylq_icon .img_left,
.progress_bar .ylq_icon .img_right {
    height: 37px;
    display: none;
}
.progress_bar .ylq_icon img{
    height: 37px;
}
.cj_swiper {
    position: absolute;
    right: 24px;
    bottom: 55px;
    width: 388px;
}



.cj_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    margin: 0 auto !important;
}

.cj_swiper .swiper-slide {
    width: 120px;
    height: 153px;
}

.cj_swiper .swiper-slide img {
    width: 100%;
    height: 153px;
}

.msg_box {
    position: absolute;
    top: 120px;
    right: 910px;
    display: inline-block;
    padding: 10px 14px;
    font-size: 13px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    z-index: 2;
    display: none;
}

.msg_box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 16px;
    width: 10px;
    height: 10px;
    background: url(../imgs/tree_sj.png) no-repeat center;
    background-size: cover;
}

.qiu_content {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
}

.qiu_item {
    position: absolute;
    width: 86px;
    height: 108px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 10;
    cursor: pointer;
}

.qiu_item img {
    width: 100%;
}

.qiu_item.move {
    animation: move 2s linear infinite;
}

/* 循环上下移动动画 */
@keyframes move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.qiu_item.fly {
    opacity: 0.2;
    transform: scale(0.4);
}

.article_pop {
    width: 600px;
    height: 450px;
    padding: 40px 50px;
}

.article_pop .txt {
    font-size: 15px;
    color: #003E74;
    line-height: 36px;
    text-align: justify;
}

.article_pop .txt p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.article_pop .txt a {
    font-size: 15px;
    color: #003E74;
    line-height: 36px;
    text-decoration: underline;
}

.article_pop .xj {
    position: absolute;
    bottom: -24px;
    left: -74px;
    width: 149px;
    height: 269px;
}


.article_pop .msg {
    position: absolute;
    top: 250px;
    left: 37px;
    display: inline-block;
    padding: 10px 14px;
    font-size: 13px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    z-index: 2;
}

.article_pop .msg::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 22px;
    width: 10px;
    height: 10px;
    background: url(../imgs/article_sj.png) no-repeat center;
    background-size: cover;
}

.article_pop .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 45px;
    width: 186px;
    height: 54px;
    background: url(../imgs/article_btn.png) no-repeat center;
    background-size: cover;
    z-index: 2;
}

.lqjp_pop {
    width: 500px;
    height: 500px;
}

.lqjp_pop .tu {
    position: relative;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    text-align: center;
}

.lqjp_pop .tu img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lqjp_pop .tu .guang {
    z-index: 1;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.lqjp_pop .tu .jp_tu {
    z-index: 2;
}

.lqjp_pop .tu .name {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 20px;
    background: linear-gradient(180deg, #FFFDEA 0%, #FFFFFF 50%, #FFFDEA 100%);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    color: #740A00;
    margin-top: 202px;
}

.lqjp_pop .btn {
    width: 254px;
    height: 74px;
    background: url(../imgs/lqjp_zdl.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    cursor: pointer;
}

.lqjp_pop p.tip {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
}

.lqjp_pop .title {
    display: block;
    height: 50px;
    margin: 0 auto 20px;
}

.lqjp_pop .go_address {
    width: 254px;
    height: 74px;
    background: url(../imgs/address_btn.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    cursor: pointer;
}

.lqjp_pop .close_btn {
    width: 36px;
    height: 36px;
    background: url(../imgs/close1.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
    margin: 30px auto 0;
}

.lqjp_pop .close_btn:hover {
    background: url(../imgs/close2.png) no-repeat center;
    background-size: cover;
}

/* 地址模块 */
.address_pop {
    position: relative;
    width: 540px;
}

.address_content {
    position: relative;
    width: 540px;
    height: 389px;
    background: linear-gradient(0deg, #C0E2FF 0%, #93CDFF 52%, #B8DEFF 100%);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    padding: 36px 24px 24px 24px;
}

.address_content .title {
    font-weight: bold;
    font-size: 24px;
    color: #003E74;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.address_box {
    height: 210px;
    overflow-y: auto;
}

.address_box::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.address_box::-moz-scrollbar {
    background: #003127;
    width: 3px;
    height: 0px;
}

.address_box::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

.address_box::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 116, .5) !important;
    border-radius: 5px !important;
}

.address_item {
    position: relative;
    width: 100%;
    min-height: 110px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 20px 0;
}

.address_item p {
    width: 100%;
    margin-bottom: 8px;
}

.address_item .sp1 {
    float: left;
    width: 96px;
    text-align: right;
    font-size: 16px;
    color: rgba(0, 62, 116, .8);
    line-height: 20px;
}

.address_item .sp2 {
    float: left;
    width: 320px;
    font-size: 16px;
    color: #003E74;
    line-height: 20px;
}

.address_item .sp3 {
    float: left;
    color: #EFFA04;
}

.address_content .tip {
    font-size: 14px;
    color: #003E74;
    line-height: 20px;
    margin-top: 20px;
}


.address_item .check {
    display: block;
    position: absolute;
    right: 16px;
    top: 45px;
    width: 20px;
    height: 20px;
    background: url(../imgs/yuan1.png) no-repeat center;
    background-size: 20px 20px;
}

.address_item.on .check {
    background: url(../imgs/yuan2.png) no-repeat center;
    background-size: 20px 20px;
}

.address_pop .btn {
    width: 254px;
    height: 74px;
    background: url(../imgs/btn_empty.png) no-repeat center;
    background-size: cover;
    text-align: center;
    line-height: 74px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 44px auto 0;
}

.address_pop .bot_txt {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    cursor: pointer;
}

.address_pop .bot_txt:hover {
    text-decoration: underline;
}

.address_pop .close_btn {
    position: absolute;
    top: -30px;
    right: -36px;
    width: 36px;
    height: 36px;
    background: url(../imgs/close1.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
}

.address_pop .close_btn:hover {
    background: url(../imgs/close2.png) no-repeat center;
    background-size: cover;
}

/* 表单地址 */
.form_item {
    display: flex;
    margin-bottom: 10px;
}

.form_item .lable {
    display: inline-block;
    width: 90px;
    font-size: 16px;
    color: #003E74;
    line-height: 44px;
    text-align: right;
}

.form_item input {
    width: 350px;
    height: 44px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding-left: 14px;
    font-size: 16px;
    color: #003E74;
    border: none;
}

.form_item input:-ms-input-placeholder,
.form_item textarea:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 62, 116, .5);
}

.form_item input::-webkit-input-placeholder,
.form_item textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 62, 116, .5);
}

.form_item input::-moz-placeholder,
.form_item textarea::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 62, 116, .5);
}

.form_item select {
    position: relative;
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #003E74;
    border-radius: 10px;
    margin-right: 10px;
    padding-left: 14px;
    padding-right: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.3) url("../imgs/sanjiao.png") no-repeat 92px;
    background-size: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form_item select option {
    font-size: 16px;
    color: #003E74;
}

.form_item textarea {
    width: 350px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 16px;
    color: #003E74;
    border: none;
}

.order_info {
    height: 200px;
    margin-top: 10px;
}

.order_info p {
    width: 100%;
    margin-bottom: 20px;
}

.order_info .sp1 {
    float: left;
    width: 96px;
    text-align: right;
    font-size: 16px;
    color: rgba(0, 62, 116, .8);
    line-height: 24px;
}

.order_info .sp2 {
    float: left;
    width: 320px;
    font-size: 16px;
    color: #003E74;
    line-height: 24px;
}

.address_okPop {
    width: 400px;
    height: 400px;
}

.address_okPop .tu {
    position: relative;
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.address_okPop .tu .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    z-index: 2;
}

.address_okPop .tu .guang {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    z-index: 1;
    animation: rotate 10s linear infinite;
}

.address_okPop .icon {
    width: 160px;
}

.address_okPop h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.address_okPop p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin-top: 16px;
    text-align: center;
}

.address_okPop .btn {
    width: 254px;
    height: 74px;
    background: url(../imgs/lqjp_zdl.png) no-repeat center;
    background-size: cover;
    margin: 38px auto 0;
    cursor: pointer;
}

.myPrize_tpl {
    width: 700px;
}

.myPrize_tpl .title {
    display: block;
    height: 50px;
    margin: 0 auto 30px;
}

.myPrize_pop {
    width: 700px;
    height: 500px;
    padding: 16px 6px 36px 36px;
}

.zj_table {
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 30px;
}

.zj_table::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

.zj_table::-webkit-scrollbar-thumb {
    background: rgba(0, 62, 116, .5) !important;
    border-radius: 5px !important;
}

.zj_table table {
    width: 100%;
}

.zj_table th {
    font-size: 15px;
    font-weight: 500;
    color: #003E74;
    line-height: 60px;
    text-align: left;
}

.zj_table td {
    font-size: 15px;
    color: #003E74;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 62, 116, 0.10);
}

.zj_table tr:last-child td {
    border-bottom: 1px solid transparent;
}

.zj_table td.jp {
    font-weight: 600;
}

.zj_table th.th4,
.zj_table td.ck {
    text-align: center;
}

.zj_table .ck,
.zj_table .fill_addr {
    color: #0033FF;
    cursor: pointer;
}

.zj_table .ck:hover,
.zj_table .fill_addr:hover {
    text-decoration: underline;
}


.bang_tpl {
    width: 700px;
}

.bang_tpl .title {
    display: block;
    height: 50px;
    margin: 0 auto 30px;
}

.bang_pop {
    width: 700px;
    height: 500px;
    padding: 16px 5px 36px 0;
}

.bang_table tr.mine {
    background: rgba(255, 255, 255, .3);
}

.bang_table th,
.bang_table td {
    text-align: center;

}

.bang_table .left {
    width: 100px;
    text-align: left;
    padding-left: 36px;
}

.bang_table .right {
    width: 200px;
    text-align: right;
    padding-right: 36px;
}

.bang_table td.weight {
    font-weight: 600;
}

.gold_tpl {
    width: 500px;
}

.gold_pop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    height: 324px;
    padding: 50px;
}

.gold_pop .title {
    height: 36px;
}

.gold_pop input {
    width: 400px;
    height: 70px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(0, 62, 116, 0.5);
    font-size: 20px;
    color: #003E74;
    text-align: center;
    margin: 30px 0;
}

.gold_pop .bot_txt,
.gold_pop .bot_txt a {
    font-size: 14px;
    color: #003E74;
    text-align: center;
}

.gold_pop .bot_txt a {
    text-decoration: underline;
}

.gold_pop input:-ms-input-placeholder,
.gold_pop textarea:-ms-input-placeholder {
    font-size: 20px;
    color: rgba(0, 62, 116, .5);
}

.gold_pop input::-webkit-input-placeholder,
.gold_pop textarea::-webkit-input-placeholder {
    font-size: 20px;
    color: rgba(0, 62, 116, .5);
}

.gold_pop input::-moz-placeholder,
.gold_pop textarea::-moz-placeholder {
    font-size: 20px;
    color: rgba(0, 62, 116, .5);
}

.gold_tpl .btn {
    width: 254px;
    height: 74px;
    background: url(../imgs/next_btn.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all .3s;
    margin: 30px auto 0;
}

.successBuy_gold {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
}

.successBuy_gold .title {
    display: block;
    height: 50px;
    margin: 0 auto 20px;
}

.successBuy_gold .tu {
    position: relative;
    width: 512px;
    height: 380px;
    margin: 0 auto;
}

.successBuy_gold .tu img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.successBuy_gold .guang {
    width: 380px;
    height: 380px;
    z-index: 1;
    animation: rotate 10s linear infinite;
}

.successBuy_gold .cptu {
    width: 100%;
    z-index: 2;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.successBuy_gold .btn {
    width: 254px;
    height: 74px;
    background: url(../imgs/lqjp_zdl.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    cursor: pointer;
}

.successBuy_gold p.tip {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
}