﻿.ys_guodu {
    position: fixed;
    display: none;
    width: 100%;
    max-width: 800px;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(bazi/bz_transform.gif);
    background-size: 2.2rem;
    background-repeat: no-repeat;
    background-position: center 36%;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    overflow: hidden;
}

.ys_guodu .ys_guwz {
    position: absolute;
    display: block;
    font-size: 0.32rem;
    text-align: center;
    color: #daaa6d;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ys_banner {
    width: 100%;
    background-image: url(2025/ys_banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #faecc6;
    padding-top: 50%;
}
.ys_banner::after {
    display: block;
    content: "";
    padding-bottom: 87%;
}
@media (min-width: 440px) {
    .ys_banner::after { padding-bottom: 80%; }
}
@media (min-width: 600px) {
    .ys_banner::after { padding-bottom: 65%; }
}
@media (min-width: 700px) {
    .ys_banner::after { padding-bottom: 60%; }
}
.ys_banner img{
    display: block;
    width: 100%;
}
.ys_banner .animal_box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 7.18rem;
    height: 6.1rem;
    background: url(2025/b_yuan.png) no-repeat;
    background-size: 100% auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ys_banner .out {
    width: 4.9rem;
    height: 4.9rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: plate1 10s linear infinite;
    -moz-animation: plate1 10s linear infinite;
    animation: plate1 10s linear infinite;
}
@-moz-keyframes plate1{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes plate1{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
.ys_banner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: -1.75rem;
    margin-left: -1.75rem;
    -webkit-animation: plate2 10s linear infinite;
    -moz-animation: plate2 10s linear infinite;
    animation: plate2 10s linear infinite;
}
@-webkit-keyframes plate2{to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes plate2{to{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes plate2{to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}
.ys_banner .center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 1.68rem;
    height: 1.68rem;
}
.ys_banner .center::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.36rem;
    width: 1.6rem;
    height: 1.1rem;
    background: url(2025/b_yun.png) no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.animal_txt {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    width: 7rem;
    height: 6.2rem;
}
.animal_txt span {
    position: absolute;
    width: 1.1rem;
    height: 2.3rem;
    background: url(2025/b_txt.png) no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    overflow: hidden;
}
.animal_txt .txt1 {
    left: 0;
    top: .3rem;
    -webkit-animation: move 3s ease infinite;
    -moz-animation: move 3s ease infinite;
    animation: move 3s ease infinite;
}
.animal_txt .txt2 {
    right: 0;
    top: .3rem;
    -webkit-animation: move 2s ease infinite;
    -moz-animation: move 2s ease infinite;
    animation: move 2s ease infinite;
    background-position-y: -2.3rem;
}
.animal_txt .txt3 {
    left: 0;
    bottom: .3rem;
    -webkit-animation: move2 3s linear infinite;
    -moz-animation: move2 3s linear infinite;
    animation: move2 3s linear infinite;
    background-position-y: -4.7rem;
}
.animal_txt .txt4 {
    right: 0;
    bottom: .3rem;
    -webkit-animation: move2 2s linear infinite;
    -moz-animation: move2 2s linear infinite;
    animation: move2 2s linear infinite;
    background-position-y: -7rem;
}
@-webkit-keyframes move{0%{top:0}50%{top:10px}100%{top:0}}
@-moz-keyframes move{0%{top:0}50%{top:10px}100%{top:0}}
@keyframes move{0%{top:0}50%{top:10px}100%{top:0}}
@-webkit-keyframes move2{0%{bottom:0}50%{bottom:10px}100%{bottom:0}}
@-moz-keyframes move2{0%{bottom:0}50%{bottom:10px}100%{bottom:0}}
@keyframes move2{0%{bottom:0}50%{bottom:10px}100%{bottom:0}}
.ys_box {
    position: relative;
    padding: 0 0.26rem 6%;
    background-color: #faecc6;
}
.ys_box img {
    display:block;
    margin:auto;
    margin-bottom: 10px;
    width: 70%;
}

.dashi_banner img {
    width: 100%;
}

.ys_input {
    position: relative;
}

.ys_hint {
    position: absolute;
    display: none;
    width: 50%;
    max-width: 800px;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fefefe;
    font-size: 0.34rem;
    border-radius: 0.1rem;
    background-color: rgba(65, 65, 65, 0.6);
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
}

.ys_box .ys_ul {
    width: 96%;
    border: 2px solid #d2674d;
    background-color: #fffbf2;
    box-shadow: 0 0 0 0.1rem #fef1e1;
    margin: auto;
}

.ys_box .ys_ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 99%;
    height: 1.2rem;
    border-bottom: 1px solid #d2674d;
    margin: auto;
}

.ys_input .ys_ul_t {
    color: #0c0c0c;
    padding: 0 0.26rem;
    font-size: 0.32rem;
    font-weight: bold;
}

.ys_input .ys_name {
    font-size: 0.32rem;
    background-color: #fffbf2;
    color: #404040;
    width: 70%;
    height: 100%;
}

.ys_input ::-webkit-input-placeholder {
    color: #adadad;
    font-size: 0.32rem;
}

.ys_input .ys_sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.2rem;
}

.ys_input .ys_sex .selected {
    color: #fffefe;
    border: 1px solid #c9302f;
    background-color: #c9302f;
}

.ys_input .ys_sex span {
    display: inline-block;
    font-size: 0.32rem;
    width: 0.56rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    color: #424041;
    border-radius: 100%;
    border: 1px solid #868686;
    margin: 0 0.2rem;
}

.ys_input .ys_xx {
    color: #adadad;
    font-size: 0.32rem;
    text-align: justify;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.ys_input .ys_ckdd {
    display: block;
    text-align: center;
    color: #c9302f;
    font-size: 0.32rem;
    margin: 0.2rem 0 0.16rem;
}

.ys_input .ys_btn {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.48rem;
    color: #fefefe;
    font-weight: 700;
    border-radius: 0.16rem;
    border: none;
    background-color: #d74040;
    background: -webkit-linear-gradient(top,
        #cf3635 0%,
        #cf3635 10%,
        #cf3635 90%,
        #cf3635 100%);
    -webkit-appearance: none;
    cursor: pointer;
}

.ys_box .ys_num {
    font-size: 0.32rem;
    color: #c9302f;
    text-align: center;
    padding: 0.18rem 0 0.26rem;
}

.ys_box .ys_pic img {
    width: 100%;
    margin-top: 0.4rem;
}

.ys_box .ys_fankui {
    margin: 6% 0;
    background-image: url(2025/ys_fankui.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ys_box .ys_fankui::after {
    display: block;
    content: "";
    padding-bottom: 4%;
}

.ys_fankui .ys_pictcnt {
    position: relative;
    width: 100%;
    height: 4rem;
    box-sizing: border-box;
    margin-top: 18%;
    overflow: hidden;
}

.ys_fankui .ys_pictcnt ul {
    position: absolute;
    width: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ys_fankui .ys_pictcnt span {
    color: #bc2e4e;
    font-size: 0.3rem;
    display: block;
}

.ys_fankui .ys_pictcnt p {
    color: #404040;
    font-size: 0.3rem;
    line-height: 0.5rem;
    padding-bottom: 0.3rem;
}


.ys_fixed {
    position: fixed;
    display: none;
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 90;
    background-color: rgba(0,0,0,.5);
    padding: 0.26rem;
}

.ys_fixed button {
    display: block;
    width: 86%;
    height: 0.9rem;
    font-size: 0.38rem;
    color: #fefefe;
    font-weight: 700;
    border: none;
    margin: auto;
    background-color: #d74040;
    background: -webkit-linear-gradient(top,
        #cf3635 0%,
        #cf3635 10%,
        #cf3635 90%,
        #cf3635 100%);
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0.16rem;
    -webkit-animation: btnAnimate 1.5s linear infinite;
    -moz-animation: btnAnimate 1.5s linear infinite;
    animation: btnAnimate 1.5s linear infinite;
}
@-webkit-keyframes btnAnimate{0%{-webkit-transform:scale(.85);transform:scale(.85)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.85);transform:scale(.85)}}
@-moz-keyframes btnAnimate{0%{-moz-transform:scale(.85);transform:scale(.85)}50%{-moz-transform:scale(1);transform:scale(1)}100%{-moz-transform:scale(.85);transform:scale(.85)}}
@keyframes btnAnimate{0%{-webkit-transform:scale(.85);-moz-transform:scale(.85);-o-transform:scale(.85);transform:scale(.85)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.85);-moz-transform:scale(.85);-o-transform:scale(.85);transform:scale(.85)}}

/* 支付页面 */
.pay_banner {
    position: relative;
    display: block;
    width: 100%;
    background-color: #faecc6;
    background-image: url(2025/paybanner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 10;
}
.pay_banner img {
    width: 100%;
}

.ys_paymz {
    background-color: #ebd19d;
    padding: 0.26rem 0 0;
    overflow: hidden;
}

.ys_paymz .mz_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #cf7853;
    font-size: 0.32rem;
    padding: 0 0.16rem;
}

.margin_down16 {
    margin-bottom: 0.12rem;
}

.ys_paymz .mz_item .mz_item_title {
    display: block;
    margin-right: 1%;
    font-weight: bold;
}

.ys_paymz .mz_item .mz_item_name {
    padding-left: 0.18rem;
}

.ys_paymz .mz_item .mz_item_cnt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ys_paymz .mz_item .mz_item_cnt span {
    display: block;
}

.cesuantext h1 {
    display: block;
    line-height: 1rem;
    color: #cf3635;
    font-size: 0.36rem;
    text-align: center;
    background-color: #f8efdd;
    margin-top: 0.48rem;
    font-weight: bold;
    padding-top: 0.2rem;
}

.cesuantext {
    line-height: 0.6rem;
    font-size: 0.34rem;
    color: #cf3635;
    background-color: #f8efdd;
    padding: 0 0.26rem 0.4rem;
    letter-spacing: 1px;
}

._red {
    color: #be263d;
}

.ys_zfdjs {
    display: block;
    padding: 0.26rem 0.5rem 0.28rem;
}

.ys_zfdjs::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.ys_zfdjs>div {
    float: left;
    width: 42%;
    font-size: 0.32rem;
}

.ys_youhui span {
    display: block;
    text-align: center;
    color: #fff0db;
    font-size: 0.36rem;
    border-radius: 6px;
    background-color: #ad0725;
    padding: 0.06rem 0.12rem;
    margin-bottom: 0.08rem;
}
.ys_youhui span em {
    font-size: 0.28rem;
    font-style: normal;
}

.ys_youhui del {
    color: #808080;
}

.ys_daojishi {
    text-align: right;
    width: 56%!important;
}

.ys_daojishi span:first-child {
    display: block;
    padding-right: 0.02rem;
    margin-bottom: 0.08rem;
}

.ys_pay {
    position: relative;
    width: 100%;
    background-color: #faecc6;
    padding-bottom: 0.4rem;
}

.ys_pay .dypay_shadow {
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: -2%;
    left: 0;
    background-color: #e3e3e3;
    opacity: 0.8;
    z-index: 18;
}

.ys_pay .dypay_shadow2 {
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: -4%;
    left: 0;
    background-color: #f0ddc6;
    opacity: 0.8;
    z-index: 17;
}

.ys_pay span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6rem;
    text-align: left;
    background-color: #fefefe;
    z-index: 18;
}

.ys_pay b {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 6%;
    margin-right: 2%;
}

.ys_pay i {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-size: 0.38rem;
    font-style: normal;
}

.ys_pay_submit {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.38rem;
    color: #fcf7f2 !important;
    border-radius: 6px;
    background-color: #bd0a32 !important;
    margin-right: 6%;
    padding: 0 4%;
    box-shadow: 0 0 0.1rem 0.1rem #ac0724 inset;
    cursor: pointer;
}

.ys_pay .ys_pay_wx {
    border-bottom: 1px solid #e3e3e3;
}

.ys_pay .wx {
    background-image: url(bazi/bz_choose_wx.png);
}

.ys_pay .ys_pay_wx.one {
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}

.ys_pay .ys_pay_zfb {
}

.ys_pay .zfb {
    background-image: url(bazi/bz_choose_zfb.png);
}

.ys_show_title {
    line-height: 1rem;
    font-size: 0.38rem;
    text-align: center;
    color: #fffbf3;
    background-color: #cf3635;
    font-weight: bold;
}

.ys_box.pay {
    background-color: #f5e7cc;
}

.ys_jieshao {
    padding-top: 0.26rem;
}

.ys_jieshao .ys_jscnt_lock {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ys_jieshao .ys_jscnt_lock img {
    width: 100%;
}

/* 详情页 */

.ys_order {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffeac5;
    background-color: #bc2e4e;
    padding: 0.1rem 0;
    z-index: 6;
}

.ys_order span {
    font-size: 0.24rem;
}

.ys_settel {
    width: 100%;
    text-align: center;
    background-color: #f3bf7c;
}

.ys_settel b {
    display: block;
    line-height: 1.2rem;
    color: #fffbf6;
}

.ys_telform {
    background-color: #f5e7cc;
    padding: 0.26rem 0.26rem 0;
}

.ys_telform .ys_hint {
    top: 14%;
}
.ys_hint {
    position: absolute;
    display: none;
    width: 50%;
    max-width: 800px;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fefefe;
    font-size: 0.34rem;
    border-radius: 0.1rem;
    background-color: rgba(65, 65, 65, 0.6);
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
}

.ys_telform .ys_yzk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ys_telform .ys_telphone {
    width: 70%;
    text-indent: 0.16rem;
    border: 1px solid #f3bf7c;
    background-color: #faefe0;
    -webkit-appearance: none;
}

.ys_telform input {
    height: 1rem;
    border-radius: 0.12rem;
}

.ys_telform .ys_yzbtn {
    width: 28%;
    font-size: 0.28rem;
    height: 1rem;
    line-height: 1rem;
    color: #fefefe;
    border-radius: 0.12rem;
    border: 1px solid #f3bf7c;
    background-color: #f3bf7c;
    -webkit-appearance: none;
    cursor: pointer;
}

.ys_telform .ys_yzm {
    display: none;
    width: 30%;
    height: 1rem;
    text-indent: 0.16rem;
    border: 1px solid #f3bf7c;
    margin-top: 0.26rem;
}

.ys_telform .ys_telsubmit {
    width: 100%;
    color: #fefefe;
    font-size: 0.36rem;
    font-weight: 800;
    background-color: #980e2d;
    margin-top: 0.26rem;
    margin-bottom: 0.26rem;
    -webkit-appearance: none;
    cursor: pointer;
}


.yscnt_head {
    display: block;
    width: 100%;
    background-image: url(2025/yscnt_head.png);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.yscnt_head::after {
    display: block;
    content: "";
    padding-bottom: 5.6%;
}

.yscnt_body {
    position: relative;
    display: block;
    background-image: url(2025/yscnt_body.png);
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 0.1rem 0.32rem;
    margin-top: -1px;
}

.yscnt_foot {
    display: block;
    width: 100%;
    background-image: url(2025/yscnt_foot.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.yscnt_foot::after {
    display: block;
    content: "";
    padding-bottom: 12%;
}

.ys_cnt_title {
    display: block;
    width: 44%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0.26rem;
}

.ys_cnt_title::after {
    display: block;
    content: "";
    padding-bottom: 34%;
}

.ys_mingzhu .mz_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 0.32rem;
    box-sizing: border-box;
    padding: 0.26rem 0 0;
    margin: 0 auto;
}

.ys_mingzhu .mz_list .mz_xx {
    white-space: nowrap;
    padding-left: 0.18rem;
}

.ys_mingzhu .mz_list .mz_name {
    padding-left: 0.18rem;
}

.ys_mingzhu .mz_list .mz_birth span {
    display: block;
    padding-bottom: 0.16rem;
}

.ys_mingzhu .mz_list span {
    color: #cf7853;
}

.mz_body .ys_cnt_title {
    background-image: url(2025/mz_title.png);
}

.zt_body .ys_cnt_title {
    background-image: url(2025/zt_title.png);
}

.cf_body .ys_cnt_title {
    background-image: url(2025/cf_title.png);
}

.gq_body .ys_cnt_title {
    background-image: url(2025/gq_title.png);
}

.sy_body .ys_cnt_title {
    background-image: url(2025/sy_title.png);
}

.jk_body .ys_cnt_title {
    background-image: url(2025/jk_title.png);
}

.xy_body .ys_cnt_title {
    background-image: url(2025/xy_title.png);
}

.wy_body .ys_cnt_title {
    background-image: url(2025/wy_title.png);
}

.ly_body .ys_cnt_title {
    background-image: url(2025/ly_title.png);
}

.gg_body .ys_cnt_title {
    background-image: url(2025/gg_title.png);
}
.ts_body .ys_cnt_title {
    width: 78%;
    background-image: url(2025/ts_title.png);
}
.ky_body .ys_cnt_title {
    width: 74%;
    background-image: url(2025/fs_title.png);
}

.yscnt_body .ys_jxcnt {
    line-height: 0.6rem;
    color: #4d4d4d;
    font-size: 0.32rem;
    text-align: justify;
    margin: 0 0.18rem 0.32rem;
}

.ys_jxcnt a {
    color: #d84440;
}

.ys_liuyue {
    font-size: 0.34rem;
    font-weight: bold;
    color: #ffe9da;
    border-radius: 0.06rem;
    background-color: #cf3d3d;
    padding: 0.06rem 0.14rem;
    margin-left: 0.18rem;
    margin-top: 0.2rem;
    display: inline-block;
}

.yscnt_body .ys_time {
    display: block;
    font-size: 0.32rem;
    color: #d84440;
    padding: 0.26rem 0.18rem 0.12rem;
}

.yscnt_body .ys_jxb {
    display: block;
}

.ys_fwdp .fwdp_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0.26rem auto 0;
}

.ys_fwdp .fwdp_title span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0px;
    border-top: 1px solid #ff9322;
}

.ys_fwdp .fwdp_title b {
    width: 50%;
    font-size: 0.36rem;
    text-align: center;
    color: #ff9322;
}

.fwdp_cnt>div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.26rem;
}

.fwdp_cnt span {
    display: block;
    font-size: 0.36rem;
    color: #ff9322;
    padding-right: 0.26rem;
}

.fwdp_cnt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    background-image: url(bazi/bz_pingjia.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0%;
}

.fwdp_cnt ul::after {
    display: block;
    content: "";
    padding-bottom: 16%;
}

.fwdp_cnt ul.start1 {
    background-position: 0 101.5%;
}

.fwdp_cnt ul.start2 {
    background-position: 0 76%;
}

.fwdp_cnt ul.start3 {
    background-position: 0 50.5%;
}

.fwdp_cnt ul.start4 {
    background-position: 0 25%;
}

.fwdp_cnt ul.start5 {
    background-position: 0 -0.5%;
}

.fwdp_cnt li {
    width: 20%;
    cursor: pointer;
}

.myddc {
    position: relative;
    padding-bottom: 4%;
}

.myddc .dp_text {
    display: block;
    width: 88%;
    height: 2rem;
    line-height: 0.4rem;
    text-align: justify;
    font-size: 0.32rem;
    text-indent: 1em;
    border: 1px solid #ffbc67;
    border-radius: 4px;
    padding: 0.16rem;
    margin: 0.26rem auto;
}

.myddc .dp_text::-webkit-input-placeholder {
    color: #adadad !important;
    text-align: center;
    line-height: 2rem;
}

.myddc .fw_submit {
    display: block;
    width: 92%;
    height: 0.8rem;
    font-size: 0.42rem;
    color: #fff7ec;
    border: none;
    border-radius: 0.1rem;
    background-color: #ffbc67;
    margin: auto;
    -webkit-appearance: none;
    cursor: pointer;
}