* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}
body {
    /* font: 14px/1.5 "Microsoft YaHei", 微软雅黑, '黑体', '宋体', tahoma, Verdana, arial, sans-serif; */
    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;
    min-width: 1200px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
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;
}

.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: 6px;
}

*::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg') format('svg');
    /* ios 4.1 */
}

.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: #16346A;
}
/* 页面样式开始 */
.hd_banner {
    position: relative;
    width: 100%;
    height: 619px;
    margin: 0 auto;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/banner.jpg) no-repeat center #16346A;
    background-size: auto 619px;
    overflow: hidden;
}

.hd_banner .img_icon {
    display: block;
    width: 522px;
    margin-top: 140px;
}

.hd_banner .time {
    float: left;
    width: 420px;
    height: 40px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/time.png) no-repeat center;
    background-size: cover;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #FFF7C5;
    margin-left: 51px;
}

.hd_wrap {
    position: relative;
    width: 100%;
    height: 3300px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/body.jpg) no-repeat center #16346A;
    background-size: 100% 3300px;
}

.hd_wrap .bottom_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 123px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/bottom.png) no-repeat center;
    background-size: cover;
}

.banner_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
}

.banner_nav .item {
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 76px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/navbg1.png) no-repeat center;
    background-size: cover;
    transition: all .3s;
    cursor: pointer;
    padding: 14px 16px;
}

.banner_nav .item:nth-child(4n) {
    margin-right: 0;
}

.banner_nav .item h2 {
    font-size: 16px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 22px;
}

.banner_nav .item p {
    font-size: 12px;
    color: rgba(255, 248, 205, .8);
    line-height: 17px;
    margin-top: 8px;
}

.banner_nav .item:hover {
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/navbg2.png) no-repeat center;
    background-size: cover;
}

.banner_nav .item:hover p {
    color: rgba(255, 248, 205, 1);
}

.hd_title {
    padding: 90px 0 40px 0;
    text-align: center;
}

.hd_title img {
    display: inline-block;
    width: 427px;
}

.hd_title p {
    font-size: 14px;
    color: rgba(255, 248, 205, .8);
    line-height: 18px;
    margin-top: 22px;
}

.hd_title i {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #FFF8CD;
    opacity: 0.4;
    margin: 0 16px;
    vertical-align: -3px;
}

.hd_title span {
    font-size: 14px;
    color: #FFF8CD;
    line-height: 18px;
    cursor: pointer;
}

.hd_title span:hover {
    text-decoration: underline;
}



.hd2_box {
    position: relative;
    width: 100%;
    height: 412px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/hd2_bg.png) no-repeat center;
    background-size: cover;
}

.hd3_box {
    position: relative;
    width: 100%;
    height: 412px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/hd3_bg.png) no-repeat center;
    background-size: cover;
}

.hd4_box {
    position: relative;
    width: 100%;
    height: 422px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/hd4_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.rule_section {}

.rule_title {
    position: relative;
    text-align: center;
    padding: 90px 0 40px 0;
}

.rule_title span {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #FFF8CD;
    line-height: 42px;
}

.rule_title span::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 16px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/rule_left.png) no-repeat center;
    background-size: cover;
    left: -140px;
    top: 13px;
}

.rule_title span::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 16px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/rule_right.png) no-repeat center;
    background-size: cover;
    right: -140px;
    top: 13px;
}

.rule_box {
    position: relative;
    width: 100%;
    height: 408px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/rules_bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 40px 0 40px;
}

.rule_box .rule_item {
    margin-bottom: 20px;
}

.rule_box h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 248, 205, 1);
    line-height: 22px;
    margin-bottom: 16px;
}

.rule_box p {
    font-size: 14px;
    color: rgba(255, 248, 205, .9);
    line-height: 22px;
}

.rule_box p.mt10 {
    margin-bottom: 10px;
}

.infor_box {
    position: relative;
    width: 416px;
    height: 100%;
    text-align: center;
}

.infor_box .txt {
    font-size: 14px;
    color: rgba(255, 248, 205, .8);
    line-height: 18px;
    margin-top: 20px;
}

.hd2_txt {
    width: 354px;
    height: 212px;
    margin-top: 36px;
}

.hd_btn {
    position: relative;
    display: block;
    width: 299px;
    height: 66px;
    transition: all .3s;
    font-size: 20px;
    font-weight: 600;
    color: #9C3C00;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;

}
.hd1_box .shadow1 {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 348px;
    height: 114px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/shadow1.png) no-repeat center;
    background-size: cover;
}


.hd_btn.on {
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/btn1.png) no-repeat center;
    background-size: cover;
}

.hd_btn.on:hover {
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/btn2.png) no-repeat center;
    background-size: cover;
}

.hd_btn.default {
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/btn3.png) no-repeat center;
    background-size: cover;
    cursor: no-drop;
}

.hd3_txt {
    width: 366px;
    height: 199px;
    margin-top: 45px;
}

.infor_box .tip {
    position: absolute;
    top: 20px;
    right: 38px;
    width: 130px;
    height: 30px;
    background: rgba(0, 0, 71, .4);
    border-radius: 17px;
    font-size: 13px;
    color: #FFF8CD;
    line-height: 30px;
}

.infor_box .tip img {
    width: 14px;
    height: 14px;
    vertical-align: -1px;
    margin-right: 6px;
}

.hd4_txt {
    width: 463px px;
    height: 199px;
    margin-left: -22px;
}

.zan_tu img {
    width: 160px;
    margin: 0 10px;
}

.zan_r {
    padding-left: 80px;
    padding-top: 50px;
}

.ewm_item {
    position: relative;
    width: 274px;
    height: 320px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/zan_bg.png) no-repeat center;
    background-size: cover;
    margin-right: 62px;
    text-align: center;
}

.ewm_item span {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #623000;
}

.ewm_item img {
    width: 210px;
    margin-top: 50px;
    border: 12px solid #fff;
    border-radius: 8px;
}

.ewm_item p {
    font-size: 14px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 20px;
    margin-top: 17px;
}

.rule_pop {
    width: 804px;
    height: 454px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/gzbg1.png) no-repeat center;
    background-size: cover;
    padding: 0 20px;
}

.rule_pop.s {
    height: 304px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/gzbg2.png) no-repeat center;
    background-size: cover;
}

.pop_title {
    text-align: center;
    padding: 30px 0;
}

.pop_title span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 28px;
}

.pop_title span::before {
    position: absolute;
    content: '';
    width: 67px;
    height: 14px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/pop_title_left.png) no-repeat center;
    background-size: cover;
    left: -78px;
    top: 9px;
}

.pop_title span::after {
    position: absolute;
    content: '';
    width: 67px;
    height: 14px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/pop_title_right.png) no-repeat center;
    background-size: cover;
    right: -78px;
    top: 9px;
}

.rule_txt {
    max-height: 328px;
    overflow-y: auto;
    padding: 0 22px;
}

.rule_txt h2 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}

.rule_txt p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
    text-align: justify;
}

.rule_txt h2 em {
    color: #EFFA04;
}

.rule_txt p em {
    color: #EFFA04;
}
.rule_txt p a {
    color: #EFFA04;
    text-decoration: underline;
}
.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;
}

.close_btn {
    position: absolute;
    top: -30px;
    right: -36px;
    width: 36px;
    height: 36px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.jp_cont {
    padding: 50px 0 0 89px;
}

.jp_cont .jp_jia {
    float: left;
    width: 24px;
    height: 24px;
    margin: 124px 30px 0 30px;
}

.jp_cont .jp_item {
    position: relative;
    float: left;
}

.jp_cont .jp_item span {
    position: absolute;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    color: #442200;
    text-align: center;
    bottom: 68px;
    line-height: 18px;
}

.jp_cont .jp_item img {
    width: 266px;
}

/* 侧边栏 */
.fixed_tc {
    position: absolute;
    top: 660px;
    left: 10px;
    width: 120px;
    height: 265px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/slide_bg.png) no-repeat right top;
    background-size: 120px 265px;
    padding-top: 75px;
}

.fixed_tc li {
    position: relative;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 1px auto 0;
    font-size: 14px;
    color: #FFF8CD;
    cursor: pointer;
    transition: all .3s;
}

.fixed_tc li.item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 124px;
    height: 1px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/slide_xian.png) no-repeat center;
    background-size: cover;
}

.fixed_tc li.active span {
    font-weight: 600;
}

.fixed_tc li:hover span {
    font-weight: 600;
}

.fixed_tc .item.active span::before {
    position: absolute;
    content: '';
    width: 17px;
    height: 10px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/slide_l.png) no-repeat center;
    background-size: cover;
    left: 10px;
    top: 14px;
}

.fixed_tc .item.active span:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 10px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/slide_r.png) no-repeat center;
    background-size: cover;
    right: 10px;
    top: 14px;
}


.fixed_tc2 {
    position: absolute;
    left: 10px;
    top: 660px;
    width: 46px;
    height: 161px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/fixed_tc2.png) no-repeat right top;
    background-size: 46px 161px;
    z-index: 99;
    cursor: pointer;
}

.fixed_on {
    position: fixed !important;
    top: 260px !important;
    z-index: 999 !important;
}

.cj_swiper {
    float: left;
    width: 969px;
}



.cj_swiper .swiper-wrapper,
.gift_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -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: auto;
    margin-right: 38px;
    font-size: 13px;
    color: rgba(255, 248, 205, .9);
    line-height: 20px;
}

.hd1_box {
    position: relative;
    width: 100%;
    height: 412px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/hd1_bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 42px;
}

.gift_btn {
    position: absolute;
    right: 40px;
    top: 26px;
    width: 103px;
    height: 29px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 19px;
    text-align: center;
    font-size: 13px;
    color: #623000;
    line-height: 29px;
    cursor: pointer;
}

.gift_btn img {
    width: 13px;
    height: 14px;
    vertical-align: -1px;
    margin-right: 5px;
}

.gift_swiper {
    width: 100%;
    height: 210px;
    margin-top: 44px !important;
    padding-top: 10px !important;
}

.gift_swiper .item {
    width: 160px !important;
    height: 200px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/gift_bg.png) no-repeat center;
    background-size: cover;
    margin: 0 6px;
    text-align: center;
    padding-top: 30px;
    transition: all .3s;
}
.gift_swiper .item:hover{
    transform: translateY(-8px) !important;
}
.gift_box {
    position: relative;
}

.gift_mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}

.gift_swiper .item img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.gift_swiper .item span {
    display: block;
    font-size: 13px;
    color: #442200;
    line-height: 25px;
    margin-top: 10px;
}

.hd1_box .hd_btn {
    margin: 30px auto 0;
}

.zjjl_pop {
    position: relative;
    width: 811px;
    height: 432px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/zjjl_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 40px;
}

.zj_table {
    margin-top: -10px;
    max-height: 230px;
    overflow-y: auto;
}

.zj_table table {
    width: 100%;
}

.zj_table th {
    position: sticky;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFF8CD;
    text-align: center;
    line-height: 50px;
    background: #002A75;
}

.zj_table .th1,
.zj_table .td1 {
    text-align: left;
}


.zj_table td {
    font-size: 14px;
    color: rgba(255, 248, 205, .9);
    text-align: center;
    line-height: 30px;
}

.zjjl_pop .zjjl_tip {
    position: absolute;
    left: 40px;
    bottom: 30px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 42px;
}

.zj_table .cksm {
    color: rgba(255, 248, 205, 1);
    cursor: pointer;
}

.zj_table .ylq {
    color: rgba(255, 248, 205, .5);
}

.zj_table .dlq {
    cursor: pointer;
    color: rgba(255, 248, 205, 1);
}

.zj_table .cksm:hover {
    text-decoration: underline;
}

.zj_table .dlq:hover {
    text-decoration: underline;
}

.com_pop {
    width: 630px;
    height: 282px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/pop_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 40px;
}

.sysm_content {
    margin-top: -10px;
}

.sysm_content h2 {
    font-size: 14px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 20px;
}

.sysm_content .p1 {
    font-size: 14px;
    color: #FFF8CD;
    line-height: 20px;
    margin-top: 8px;
}
.sysm_content .p1 a{
      color: #EFFA04;
      text-decoration: underline;
}
.sysm_content .p2 {
    font-size: 14px;
    font-weight: 600;
    color: #EFFA04;
    line-height: 20px;
    margin-top: 14px;
}

.sysm_content .btn {
    width: 190px;
    height: 44px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 5px;
    border: 1px solid #FFFCEA;
    margin: 30px auto 0;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #9C3C00;
    transition: all .3s;
    cursor: pointer;
}

.sysm_content .btn:hover {
    opacity: .8;
}

.lqcg_pop {
    width: 400px;
    height: 330px;
}

.lqcg_pop .tu {
    position: relative;
}

.lqcg_pop .tu .icon {
    position: relative;
    display: block;
    width: 156px;
    margin: 0 auto;
    z-index: 1;
}

.lqcg_pop .tu .guang {
    position: absolute;
    top: -32px;
    left: 103px;
    width: 195px;
    z-index: 0;
}

.lqcg_pop h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.lqcg_pop p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
}

.lqcg_pop .btn {
    width: 190px;
    height: 44px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 5px;
    border: 1px solid #FFFCEA;
    margin: 20px auto 0;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #9C3C00;
    transition: all .3s;
    cursor: pointer;
}

.lqcg_pop .btn:hover {
    opacity: .8;
}

.np_pop {
    width: 630px;
    height: 232px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/np_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 40px;
}

.np_content {
    width: 436px;
    margin: 10px auto 0;
}

.np_content input {
    float: left;
    width: 306px;
    height: 44px;
    background: rgba(0, 16, 88, 0.8);
    border-radius: 5px;
    border: 1px solid #FFFCEA;
    padding-left: 14px;
    font-size: 16px;
    color: rgba(255, 248, 205, 1);
}

.np_content a {
    float: right;
    width: 120px;
    height: 44px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 5px;
    border: 1px solid #FFFCEA;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #9C3C00;
    transition: all .3s;
    cursor: pointer;
}

.np_content a:hover {
    opacity: .8;
}

.np_content input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.np_content input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.np_content input::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.np_pop .np_tip {
    margin: 20px 0 0 58px;
}

.np_pop .np_tip,
.np_pop .np_tip a {
    font-size: 14px;
    color: #FFF8CD;
    line-height: 20px;
}

.np_pop .np_tip a:hover {
    text-decoration: underline;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #FFF2A6 !important;
    background: #FFF2A6 !important;
    font-size: 14px;
    color: #623000 !important;
}

/* 地址模块 */
.address_content {
    position: relative;
    width: 542px;
    height: 397px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/address_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 13px 0 30px;
    margin-bottom: 30px;
}

.address_box {
    height: 220px;
    overflow-y: auto;
}

.address_box::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.address_box::-moz-scrollbar {
    width: 3px;
    height: 0px;
}

.address_item {
    position: relative;
    width: 482px;
    height: 111px;
    background: rgba(4, 0, 68, 0.7);
    border-radius: 10px;
    border: 1px solid #FFF8CD;
    padding: 14px 52px 0 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.address_item p {
    width: 100%;
    margin-bottom: 8px;
}

.address_item .sp1 {
    float: left;
    width: 96px;
    text-align: right;
    font-size: 16px;
    color: rgba(255, 248, 205, .8);
    line-height: 24px;
}

.address_item .sp2 {
    float: left;
    width: 320px;
    font-size: 16px;
    color: #FFF8CD;
    line-height: 24px;
}

.address_item .sp3 {
    float: left;
    color: #EFFA04;
}

.address_content .tip {
    position: absolute;
    bottom: 30px;
    left: 37px;
    font-size: 14px;
    color: #FFF8CD;
    line-height: 20px;
    margin-top: 20px;
}

.address_pop .bot_txt {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF8CD;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

.address_pop .bot_txt:hover {
    text-decoration: underline;
}

.address_item .check {
    display: block;
    position: absolute;
    right: 16px;
    top: 45px;
    width: 20px;
    height: 20px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/yuan1.png) no-repeat center;
    background-size: 20px 20px;
}

.address_item.on .check {
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/yuan2.png) no-repeat center;
    background-size: 20px 20px;
}

.order_info {
    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(255, 248, 205, .8);
    line-height: 24px;
}

.order_info .sp2 {
    float: left;
    width: 320px;
    font-size: 16px;
    color: #FFF8CD;
    line-height: 24px;
}

.order_info .sp3 {
    float: left;
    color: #EFFA04;
    line-height: 24px;
}

.form_item {
    margin-bottom: 10px;
}

.form_item .lable {
    display: inline-block;
    width: 90px;
    font-size: 16px;
    color: #FFF8CD;
    line-height: 44px;
    text-align: right;
}

.form_item input {
    width: 350px;
    height: 44px;
    background: rgba(4, 0, 68, 0.7);
    border-radius: 10px;
    border: 1px solid #43A6E5;
    padding-left: 14px;
    font-size: 16px;
    color: rgba(255, 248, 205, 1);

}

.form_item input:-ms-input-placeholder,
.form_item textarea:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.form_item input::-webkit-input-placeholder,
.form_item textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.form_item input::-moz-placeholder,
.form_item textarea::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 248, 205, .5);
}

.form_item select {
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: rgba(255, 248, 205, 1);
    background: rgba(4, 0, 68, 0.7);
    border-radius: 10px;
    border: 1px solid #43A6E5;
    margin-right: 5px;
    padding-left: 14px;
}

.form_item select option {
    font-size: 16px;
    color: rgba(255, 248, 205, 1);
}

.form_item textarea {
    width: 350px;
    height: 100px;
    background: rgba(4, 0, 68, 0.7);
    border-radius: 10px;
    border: 1px solid #43A6E5;
    padding: 10px 14px;
    font-size: 16px;
    color: rgba(255, 248, 205, 1);
}

.form_item input:focus,
.form_item textarea:focus {
    border: 1px solid #FFF8CD;
}

.msg_pop {
    position: relative;
    width: 426px;
    height: 220px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/msg_bg.png) no-repeat center;
    background-size: cover;

}

.msg_box {
    text-align: center;
    margin-top: -13px;
}

.msg_box h1 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF8CD;
    line-height: 26px;
}

.msg_box p {
    display: inline-block;
    width: 260px;
    font-size: 14px;
    color: #FFF8CD;
    line-height: 26px;
}

.msg_pop a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    display: block;
    width: 150px;
    height: 34px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 19px;
    border: 1px solid #FFFCEA;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #9C3C00;
    transition: all .3s;
}

.msg_box a:hover {
    opacity: .8;
}

.zj_pop {
    position: relative;
    width: 696px;
    height: 566px;
}

.zj_pop .face img {
    width: 100%;
    height: 100%;
}

.card {
    perspective: 1000;
    width: 240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 93px;
    margin: 0 auto;
    -webkit-perspective: 1000;
    z-index: 2;
}

.face {
    width: 240px;
    height: 306px;
    margin: 0 auto;
    position: absolute;
    border-radius: 5px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.front {
    z-index: 10;
}

.back {
    transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    /* IE 9 */
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    /* Firefox */
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(0, 1, 0, -180deg);
    /* Opera */
    z-index: 8;
}

.card-flipped .front {
    transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    /* IE 9 */
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    /* Firefox */
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate3d(0, 1, 0, 180deg);
    /* Opera */
    z-index: 8;
}

.card-flipped .back {
    transform: rotate3d(0, 1, 0, 0deg);
    -ms-transform: rotate3d(0, 1, 0, 0deg);
    /* IE 9 */
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    /* Firefox */
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate3d(0, 1, 0, 0deg);
    /* Opera */
    z-index: 10;
}

.face span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 62px;
    font-size: 16px;
    color: #442200;
}

.face .jpUrl {
    position: absolute;
    width: 150px !important;
    height: 150px !important;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
}

.zjbox {
    display: none;
    position: relative;
    width: 696px;
    height: 566px;
    animation: scalemove 1s linear alternate;
    /* transition: all .2s linear; */
}

@keyframes scalemove {
    from {
        opacity: 0;
        transform: scale(1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.zjbox .guang {
    position: absolute;
    left: 134px;
    top: 22px;
}

.zj_cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 414px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/g.png) no-repeat center;
    background-size: cover;
}

.zjbox .btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 384px;
    height: 152px;
    background: url(https://jima-wx.oss-cn-shanghai.aliyuncs.com/jifen/images/2023zq_imgs/zj_btn.png) no-repeat center;
    background-size: cover;
    line-height: 152px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #9C3C00;
    cursor: pointer;
}

.zj_cont span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 79px;
    font-size: 16px;
    color: #442200;
}

.zj_cont .jpUrl {
    position: absolute;
    width: 150px !important;
    height: 150px !important;
    left: 0;
    right: 0;
    top: 124px;
    margin: auto;
}

.zj_cont p {
    position: absolute;
    right: 4px;
    top: 252px;
    width: 156px;
    font-size: 14px;
    color: #FFF8CD;
    line-height: 20px;
}
.no_zjjl {
    text-align: center;
    padding-top: 40px;
}

.no_zjjl img {
    width: 26px;
}

.no_zjjl p {
    font-size: 14px;
    color: #FFF8CD;
    line-height: 24px;
    margin: 20px 0;
}

.no_zjjl .btn {
    display: inline-block;
    width: 103px;
    height: 29px;
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border-radius: 19px;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    color: #623000;
    transition: all .3s;
    cursor: pointer;
}

.no_zjjl .btn:hover {
    opacity: .8;
}
.np_bot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
}

.np_bot .btn {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    border-radius: 19px;
    margin: 0 10px;
    cursor: pointer;
}

.np_bot .btn1 {
    border: 1px solid #FFFCEA;
    color: #FFFCEA;
    transition: all .3s;
}

.np_bot .btn2 {
    background: linear-gradient(180deg, #FFF2A6 0%, #FFFDEC 100%);
    border: 1px solid #FFFCEA;
    color: #9C3C00;
}

.np_bot .btn:hover {
    opacity: .8;
}

.msg_box p em {
    color: #EFFA04;
}