.container {
    width: 100%;
    background-color: #f4f5f8;
    overflow-x: hidden
}
.border05px {
  position: relative;
  border-radius: 0.08rem;
}
.border05px::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 0.02rem solid currentColor;  /* 使用父元素的文字颜色作为边框色 */
  border-radius: inherit;          /* 继承父元素圆角，需注意实际应为父圆角值的两倍，此处需要谨慎 */
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.uiLine05px{height:0.02rem;background-color: #E5E6EB;width:200%;transform: scale(.5);transform-origin: 0 0;}
.uiPanelWrap{
  margin:0.24rem;
  border-radius:0.16rem;
  background-color: #fff;
}
.productTopWrap{
  background: linear-gradient(207deg, #ffb374cc -2.4rem, #ffffffcc 1.6rem);
  border:0.02rem solid #fff;
  border-radius: 0.16rem;
  box-sizing: border-box;
  margin: 0.24rem;
}
.incomeTipsWrap{
  background-color: #fff;
  border-radius:0.16rem;
  box-sizing: border-box;
  margin:0.24rem;
  padding:0.24rem;
}
.productTopDX{margin: 0 0.24rem 0.24rem;}
.productTopDXWrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top:0.24rem;
  padding-bottom:0.16rem;
}
.productTopDXName{
  color:#898A91;
  font-size:0.24rem;
  font-weight: 400;
  line-height: 0.4rem;
}
.productTopDXTag{
  display:inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight:400;
  line-height: 0.32rem;
  height: 0.32rem;
  width: 0.56rem;
  text-align: center;
  color:#898A91;
  margin-left:0.04rem;
}
.uiInlineFlex{display:inline-flex;justify-content: flex-start;align-items: baseline;}
.header-rate{padding:0 0.24rem;}
.header-rate .product-name {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.48rem;
  color: #191A1D;
}  
.prod-header {box-sizing: border-box;margin-top:0.24rem;}

.prod-header .prod-head-card {display: flex;align-items: flex-start;}
.prod-header .prod-head-card .prod-head-box {flex: none;width: 50%;}
.prod-header .prod-head-card .prod-head-rate {
  font-family: D-DIN-PRO;
  font-size: 0.52rem;
  line-height: 0.64rem;
  height: 0.64rem;
  color: #EE171A;
}
.prod-header .prod-head-card .prod-head-text {font-size:0.28rem;}
.prod-header .prod-head-card .prod-rate-text {font-size:0.56rem;line-height: 0.64rem;}
.prod-header .prod-head-card .prod-head-rateR{
  font-size: 0.32rem;
  font-weight:500;
  line-height: 0.64rem;
  height: 0.64rem;
  color:#191A1D;
}
.prod-header .prod-head-card .prod-head-gray {font-size: 0.24rem;color: #898A91;}
.prod-header .prod-head-card .prod-head-gray .icon {
  width: 0.15rem;
  height: 0.15rem;
  border-top: 0.02rem solid #898A91;
  border-right: 0.02rem solid #898A91;
  transform: rotate(135deg);
  position: absolute;
  right:-.26rem;
  top:0.02rem;
}      
.prod-header .prod-head-card .icondiv{position: relative;}
.prod-header .introduce-box {
  background-color: #F8F9FC;
  border-radius: 0.08rem;
  margin-top: 0.16rem;
}
.prod-header .introduce-box .introduce {
  width: 100%;
  padding: 0.16rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #898A91;
}
.prod-header .introduce-box .tip {
  width: 95%;
  font-size: 0.24rem;
  line-height: 0.4rem;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.prod-header .introduce-box .icon {
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.02rem solid #898A91;
  border-right: 0.02rem solid #898A91;
  transform: rotate(135deg);
}
.prod-header .introduce-box.showAll .introduce{align-items:flex-start;}
.prod-header .introduce-box.showAll .introduce .tip{
  width: 95%;
  font-size: 0.24rem;
  white-space: pre-wrap;
  overflow:auto;
  display:block;
}
.prod-header .introduce-box.showAll .introduce .icon {
  margin-top: 0.16rem;
  transform: rotate(-45deg);
}
.prod-header .prod-head-dzje{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color:#898A91;
  padding:0.16rem 0;
}
.prod-header .prod-head-dzjeGap{
  width: 0.02rem;
  height: 0.42rem;
  margin: 0 0.16rem;
  background-color: #898A91;
  transform: scale(0.5);
  transform-origin: 50% 50%;
}
.prod-head-curreny .prod-head-mode {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight:400;
  line-height: 0.32rem;
  height: 0.32rem;
  text-align: center;
  color: #FF632F;
  padding: 0 0.1rem;
  margin-right: 0.04rem;
}
/* 步骤条样式 */
.step_box {
  display: flex;
}
.step_box .step_bg {
  box-sizing: border-box;
  width: 100%;
  margin: auto 0.24rem;
  background-color: #fff;
  padding: 0.24rem;
  border-radius: 0.16rem;
}
.step_box .msg-title {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  padding: 0 0.2rem;
  overflow: scroll;
  height: 0.42rem;
}
.step_box .msg-title div {
  max-width: 1.8rem;
}
.step_box .msg-title div:nth-child(1) {
  position: absolute;
  left: 0;
  text-align: center;
}
.step_box .msg-title div:last-child {
  position: absolute;
  right: 0;
  text-align: center;
  max-width:2.5rem;
}
.step_box .msg-title-3 div:nth-child(2) {
  margin: 0 auto;
}
.step_box .msg-title-3 div:nth-child(3) .step_describe {
  text-align: right;
}
.step_box .msg-title-4 div:nth-child(2) {
  position: absolute;
  left: 33.33%;
  margin-left: 0.05rem;
  transform: translate(-50%);
}
.step_box .msg-title-4 div:nth-child(3) {
  position: absolute;
  right: 33.33%;
  margin-right: 0.05rem;
  transform: translate(50%);
}
.step_box .step_time {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #898A91;
}
.step_box .step_describe {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #898A91;
}
.step_box .step_describe.actived {
  color: #FF632F;
}
.step_box .steps {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.2rem;
  text-align: center;
}
.step_box .timeline {
  display: none;
  width: 0.16rem;
  height: 0.16rem;
  background-color: red;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 98;
  border-radius: 50%;
  transform: translate(0.1rem);
  margin: auto;
  background: url("../img/v1/nochecked.png") no-repeat;
  background-size: 0.16rem 0.16rem;
}
.step_box .zzbanklog {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
  background-color: red;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translate(0.2rem);
  z-index: 99;
  border-radius: 50%;
  margin: auto;
  background: url("../img/v1/checked.png") no-repeat;
  background-size: 0.4rem 0.4rem;
}
.step_box .first-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  transform: translate(-0.08rem);
  background-color: #fff;
  height: 0.44rem;
  padding: 0 0.2rem;
  display:inline-flex;
  align-items: center;
}
.step_box .first-circle:after {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.04rem solid #FF632F;
  border-radius: 0.16rem;
  box-sizing: border-box;
  background-color: #fff;
}
.step_box .first-zzbanklog {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  z-index: 99;
  background-color: #FF632F;
  transform: translate(-0.2rem);
  background: url("../img/v1/checked.png") no-repeat;
  background-size: 0.4rem 0.4rem;
}
.step_box .first-circle-time {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  z-index: 9;
  background-color: #FF632F;
  transform: translate(-0.1rem);
  background: url("../img/v1/nochecked.png") no-repeat;
  background-size: 0.2rem 0.2rem;
}
.step_box .line-1 {
  width: 0%;
  height: 0.04rem;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.step_box .line-2 {
  width: 100%;
  height: 0.04rem;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.step_box .mt-b {
  margin-bottom: 0.08rem;
}
.step_box .color-pick {
  background: #FF632F;
}
.step_box .color-no-pick {
  background-color: #E5E6EB;
  height: 0.04rem;
}
.step_box .width-100 {
  height: 0.44rem;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.step_box .title {
  width: 2rem;
  /*font-weight: bold;*/
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #4a4a4a;
}
.step_box .width-2 {
  width: 100%;
}
.step_box .width-3 {
  width: 50%;
}
.step_box .width-4 {
  width: 33.33%;
}
.step_box .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(0.24rem);
  z-index: 9;
  overflow: hidden;
  background-color: #fff;
  padding: 0 0.2rem;
}
.step_box .circle:after {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.04rem solid #FF632F;
  border-radius: 0.16rem;
  box-sizing: border-box;
  background-color: #fff;
}
.step_box .circle-no-border {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 0.44rem;
  padding: 0 0.2rem;
  background-color: #fff;
  z-index: 9;
  transform: translate(0.24rem);
  display:inline-flex;
  align-items: center;
}
.step_box .circle-no-border:after {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.04rem solid #C5C7CD;
  border-radius: 0.16rem;
  box-sizing: border-box;
}
/*redemption组件*/
.redemption .prod-head-prompt {
  padding: 0.24rem;
  margin: 0.24rem;
  background: #ffffff;
  border-radius: 0.16rem;
}
.redemption .prod-head-prompt .prod-head-title {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.48rem;
  color: #191A1D;
}
.redemption .prod-head-prompt .prod-head-title img {
  width: 0.4rem;
  height: 0.4rem;
}
.redemption .prod-head-prompt .prod-head-desc {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.44rem;
  color: #58585B;
  margin-top: 0.08rem;
}
/*rules组件*/
.rulesPage .rules-box {
  padding: 0.24rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.16rem;
  display: block;
  margin: 0.24rem;
}
.rulesPage .rules-box .title {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 0.48rem;
  color: #191A1D;
  margin-bottom: 0.16rem;
}
.rulesPage .rules-box .rules {
  padding: 0.16rem 0.24rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.4rem;
  color: #898A91;
  background-color: #F8F9FC;
  border-radius: 0.16rem;
}
.rulesPage .rules-box .rules .rule-sub-title {
  color: #191A1D;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.44rem;
  margin-bottom: 0.08rem;
}
.rulesPage .rules-box .rules .rule-sub-desc {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.4rem;
  word-break: break-all;
  color: #898A91;
}
.rulesPage .rules-box .rules .remind {
  color: #FF0000;
}
.rulesPage .rules-box .buy-rules {
  margin-bottom: 0.16rem;
}
.rulesPage .rules-box .btn {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FF6D02;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.rulesPage .rules-box .btn .btn-test {
  display: inline-block;
  vertical-align: middle;
}
.rulesPage .rules-box .btn .icon {
  width: auto;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
}
/*prod-feature组件样式*/
.uiFeatureWrap {
  padding: 0.32rem 0.24rem 0.24rem;
  margin: 0.24rem;
  border-radius: 0.16rem;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #FFE4D7 -7%, #ffe4d700 21%);
  background-color: #fff;
}
.uiFeatureWrap .border05px {
  position: relative;
  border-radius: 0.24rem;
}
.uiFeatureWrap .border05px::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #FDD8C1;
  /* 使用父元素的文字颜色作为边框色 */
  border-radius: inherit;
  /* 继承父元素圆角，需注意实际应为父圆角值的两倍，此处需要谨慎 */
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.uiFeatureWrap .uiCPLDTitle {
  text-align: center;
  margin-bottom: 0.32rem;
}
.uiFeatureWrap .uiCPLDTitle span {
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.48rem;
  color: #881A02;
  background-image: linear-gradient(180deg, #ffffff00 0.32rem, #FFD0B8 0.32rem, #FFD0B8 0.48rem);
}
.uiFeatureWrap .uiCPLDTitle img {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  vertical-align: top;
}
.uiFeatureWrap .uiCPLDItem {
  display: flex;
  padding: 0.16rem 0.24rem;
  margin-bottom: 0.16rem;
}
.uiFeatureWrap .uiCPLDItemIcon {
  flex: none;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 5px;
}
.uiFeatureWrap .uiCPLDItemText {
  flex: 1 auto;
}
.uiFeatureWrap .uiCPLDItemTextT1 {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.42rem;
  color: #191A1D;
  margin-bottom: 0.08rem;
}
.uiFeatureWrap .uiCPLDItemFontW500 {
  font-weight: 500;
}
.uiFeatureWrap .uiCPLDItemTextT3 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #191A1D;
}
.uiFeatureWrap .uiCPLDItemTextT2, .uiFeatureWrap .uiCPLDItemTextT4 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #58585B;
}
.uiFeatureWrap .uiCPLDItemTextT3 {
  margin-bottom: 0.24rem;
}
.uiFeatureWrap .uiCPLDItemTextT4 {
  padding: 0.16rem 0.24rem;
  background-color: #FCF9F8;
  color: #58585B;
}
.uiFeatureWrap .uiCPLDItemTextC1 {
  color: #FF632F;
}
.uiFeatureWrap .uiCPLDItemTextC2 {
  color: #191A1D;
}
.uiPromptWrap {margin:0.24rem;padding: 0;}
.uiPromptWrap .uiPromptTitle {color: #58585B;font-size: 0.28rem;font-weight:400;line-height: 0.44rem;margin-bottom: 0.08rem;}
.uiPromptWrap .uiPromptText{display:flex;color:#898A91;font-size:0.26rem;font-weight:400;line-height:0.42rem;}
.uiPromptWrap .uiPromptNum{flex:none;padding-right:0.08rem;}
/*自营样式*/
.prod-head-prompt {
  padding: 0.08rem 0.24rem;
  margin: 0.24rem;
  background: #ffffff;
  border-radius: 0.16rem;
}
.prod-head-prompt .prod-head-box {
  display: flex;
  align-items: center;
  padding: 0.24rem 0;
}
.prod-head-prompt .prod-head-box .prod-head-left {
  width: 1rem;
}
.prod-head-prompt .prod-head-box .prod-head-left img {
  width: 0.8rem;
  height: 0.8rem;
}
.prod-head-prompt .prod-head-box .prod-head-right {
  display: flex;
  flex-direction: column;
}
.prod-head-prompt .prod-head-box .prod-head-right span:first-child {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.48rem;
  color: #191A1D;
}
.prod-head-prompt .prod-head-box .prod-head-right .text-gray {
  color: #898A91;
  font-size: 0.26rem;
  line-height: 0.42rem;
}

.zz-detail-ruleWrap {
  padding: 0.16rem 0.24rem 0.24rem;
  margin: 0.24rem;
  border-radius: 0.16rem;
  background-color: #fff;
}
.zz-detail-ruleWrap .zz-detail-ruleTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.48rem;
  color: #191A1D;
}
.zz-detail-ruleWrap .zz-detail-ruleContent {
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.42rem;
  color: #898A91;
}
.zz-detail-ruleWrap .zz-detail-rules {
  margin-top: 0.24rem;
  padding: 0.16rem 0.24rem;
  background-color: #F8F9FC;
  border-radius: 0.16rem;
}
.zz-detail-ruleWrap .zz-tit-voiceL {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.44rem;
  color: #191A1D;
  margin-bottom: 0.16rem;
}

.viewDetails {
    background-color: #ffffff;
    padding: 0.24rem;
    margin: 0.24rem;
    border-radius: 0.16rem;
}
.viewDetails .arrivalText {color: #898A91; font-size: 0.26rem;}


.footerDev {
    position: fixed;
    left: 0;
    right: 0;
    bottom: .98rem;
    font-size: .26rem;
    line-height: .72rem;
    text-align: center;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    z-index: 99
}

.footerDev .back_p2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #ff6d02;
    background-color: #fcf6f1
}

.footerDev .back_p2 .fx1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.footerDev .back_p2 .fxS {
    font-size: .4rem;
    font-weight: 100
}

.footerDev .back_p1 {
    color: #999;
    background: #f0f0f0
}

.pt72 {
    padding-top: 1.4rem
}
.prod-bottom {
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    padding-top: .4rem;
    text-align: center;
    color: #C5C7CD;
}

.popupDialog {
    top: .8rem!important
}

.popupDialog .proxyPopup {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .3rem;
    background: #fff
}

.popupDialog .proxyPopup .proxyLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #999
}

.popupDialog .proxyPopup .proxyRight {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .12rem
}

.popupDialog .proxyPopup .proxyRight .proxyBaseText {
    color: #999;
    padding-top: .2rem
}

.ynet-result-cell .ynet-result-cell__value {
    text-align: left
}

.info-confirm {
    padding-bottom: .1rem
}

.info-confirm .line_height {
    line-height: .46rem
}

.tag-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    padding-left: .2rem;
    padding-bottom: .2rem
}

.tag-cell .tag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    display: inline-block;
    text-align: center;
    height: .6rem;
    width: auto;
    line-height: .6rem;
    margin: .2rem .2rem 0 0;
    border-radius: .1rem;
    color: #333;
    background-color: #fafafa;
    box-sizing: border-box
}

.tag-cell .tag-selected {
    color: #ff6d02;
    border: 1px solid #ff6d02
}

.box-tittle {
    background: #ff5410;
    padding: .4rem .3rem;
    color: #fec6a5;
    font-size: .26rem
}

.box-tittle .amt-have {
    font-size: .4rem;
    color: #fff;
    line-height: .6rem;
    margin-top: .2rem
}

.box-tittle .amt {
    font-size: .46rem;
    color: #fff;
    line-height: .6rem;
    margin-top: .2rem
}

.box-tittle .assessment {
    line-height: .4rem;
    font-size: .2rem;
    padding: .04rem .2rem .04rem .26rem;
    background: #ff7f4d;
    border-radius: 20px 0 0 20px;
    margin-right: -.3rem
}

.box-tittle .line {
    border-left: 1px solid hsla(0,0%,100%,.1);
    height: .8rem;
    margin-top: .1rem
}

.box-tittle .w50 {
    width: 50%
}

.box-tittle .pl40 {
    padding-left: .8rem
}

.w33 {
    width: 33.33%
}

.bg-yellow {
    height: .8rem;
    background: #ff7239
}

.line-grey {
    border-left: 1px solid #eee;
    height: .7rem;
    margin-left: .12rem
}

.flex-column {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column
}

.flex-column,.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.flex-center {
    box-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center
}

.flex-start {
    box-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.flex-between {
    box-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flex-end {
    box-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.foot {
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom)
}

.tip_top {
    width: 100%;
    padding-left: .3rem;
    box-sizing: border-box;
    font-size: .24rem;
    color: #ff5410;
    line-height: .72rem;
    background: #fff6f3
}

.tip_top .tip_img {
    display: inline-block;
    width: .33rem;
    height: .33rem;
    vertical-align: middle;
    margin: -.03rem .15rem 0 0
}

.box-tittle-hb {
    background: #fff;
    color: #333
}

.box-tittle-hb .amt-have {
    color: #ff5410;
    font-weight: 600
}

.box-tittle-hb .amt {
    color: #333
}

.box-out {
    font-size: .22rem
}

.box-out .box {
    background: #fff;
    padding: .3rem 0
}

.box-out .box-sp {
    font-size: .3rem;
    font-weight: 600;
    line-height: .32rem
}

.box-out .box-sp-text {
    font-size: .26rem
}

.box-out .box-sp-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.box-out .box-sp-icon img {
    width: .32rem;
    margin-left: .12rem
}

.divider:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9d9d9
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .divider:after {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .divider:after {
        -webkit-transform:scaleY(.33);
        transform: scaleY(.33)
    }
}

.bottom-btn {
    position: fixed;
    width: 100%;
    left: 0;
    height: .98rem;
    line-height: .98rem;
    z-index: 99;
    bottom: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom)
}

.productName {
    font-size: .36rem;
    font-weight: 700;
    padding: .3rem .2rem 0 .3rem
}

.primaryName {
    background: #fff
}

.successName {
    color: #fff;
    background: #ff5410
}

.bold {
    font-weight: 700
}

.f12 {
    font-size: .24rem
}

.f18 {
    font-size: .36rem
}

.lists {
    padding: .2rem 0 .2rem .3rem;
    background: #fff
}

.zz-tit-voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.zz-tit-voice .source-img img {
    width: .44rem;
    height: .44rem
}

.zz-tit-voice .footer {
    position: fixed;
    bottom: 2.8rem;
    width: 100%;
    z-index: 9
}

.zz-tit-voice .surplus {
    width: 100%;
    background-color: #fcf6f1;
    height: .4rem;
    text-align: center;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: .4rem;
    color: #ff6d02
}

.ft22 {
    font-size: .22rem
}

.descBox {
    width: 100%;
    margin-top: .2rem;
    background-color: #fff;
    padding: .3rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.descBox .tipTxt {
    width: 100%;
    font-size: .26rem;
    color: #999
}

.ft36 {
    font-size: .4rem;
    color: #ff5410
}

.ft42 {
    font-size: .42rem;
    font-weight: 700;
    color: #333
}

.ft22 {
    margin-left: -.06rem;
    font-size: .24rem;
    color: #333
}

.showImgCover {
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5
}

.vux-popup-mask {
    top: .8rem!important
}

.vux-popup-dialog {
    border-radius: 0!important
}

.popupDialog {
    top: .8rem!important
}

.popupDialog .proxyPopup {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .3rem;
    background: #fff
}

.popupDialog .proxyPopup .proxyLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #999
}

.popupDialog .proxyPopup .proxyRight {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .12rem
}

.popupDialog .proxyPopup .proxyRight .proxyBaseText {
    color: #999;
    padding-top: .2rem
}

.ynet-result-cell .ynet-result-cell__value {
    text-align: left
}

.info-confirm {
    padding-bottom: .1rem
}

.info-confirm .line_height {
    line-height: .46rem
}

.tag-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    padding-left: .2rem;
    padding-bottom: .2rem
}

.tag-cell .tag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    display: inline-block;
    text-align: center;
    height: .6rem;
    width: auto;
    line-height: .6rem;
    margin: .2rem .2rem 0 0;
    border-radius: .1rem;
    color: #333;
    background-color: #fafafa;
    box-sizing: border-box
}

.tag-cell .tag-selected {
    color: #ff6d02;
    border: 1px solid #ff6d02
}

.box-tittle {
    background: #fff;
    padding: .4rem .3rem .2rem;
    color: #000;
    font-size: .26rem
}

.box-tittle .amt-have,.box-tittle .amt {
    color: #ff6d02;
    line-height: .6rem;
    margin-top: .2rem
}

.box-tittle .number-sign {
    font-size: .4rem
}

.box-tittle .percent-sign {
    font-size: .34rem
}

.box-tittle .assessment {
    line-height: .4rem;
    font-size: .2rem;
    padding: .04rem .2rem .04rem .26rem;
    background: #ff7f4d;
    border-radius: 20px 0 0 20px;
    margin-right: -.3rem
}

.box-tittle .line {
    border-left: 1px solid hsla(0,0%,100%,.1);
    height: .8rem;
    margin-top: .1rem
}

.box-tittle .w50 {
    width: 50%
}

.box-tittle .pl40 {
    padding-left: .8rem
}

.w33 {
    width: 33.33%
}

.bg-yellow {
    height: .8rem;
    background: #ff7239
}

.line-grey {
    border-left: 1px solid #eee;
    height: .7rem;
    margin-left: .12rem
}

.flex-column {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    box-direction: normal;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column
}

.flex-column,.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.flex-center {
    box-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center
}

.flex-start {
    box-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.flex-between {
    box-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flex-end {
    box-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.foot {
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom)
}
.container .width345 {
    width: 100%;
    padding: .1rem .3rem;
    box-sizing: border-box
}

.container .width305 {
    width: 100%;
    padding: .1rem 0 0;
    box-sizing: border-box
}