._input{
    background-color:#F6F7F7 !important;
    line-height:44px !important;
    height:44px !important;
    border:0 !important;
    float:left;
    width:100% !important;
    margin-left:0 !important;
    margin-top:10px !important;
    border-radius:10px !important;
}
._button{
    background:linear-gradient(45deg,#541fcb,#2e76de);
    width:100%;
    height:44px;
    line-height:44px;
    color:white;
    font-size:15px;
    border:0;
    border-radius:10px;
    margin-top:20px;
    font-weight: 600;
}
._button.style2 {
    background:linear-gradient(45deg,#de4f47,#f2c399) !important;
}
._verify_button{
    color:#541fcb;
    background:white;
    border-radius:8px;
    border:1px #541fcb solid;
    padding:5px;
    margin-left:5px;
    width:120px;
    right:20px;
    position:absolute;
}
._verify_button.style2 {
    color: #de4f47 !important;
    border: 1px #de4f47 solid !important;
}
.consume_vip_block {
    float:left;
    width:100%;
    background:white url(https://files.51jisu.cn/images/jisu-consume-header1.jpg?v=250610) no-repeat;
    background-size:100%;
    height:100vh;
}
.consume_vip_block.style2 {
    background-image:url(https://files.51jisu.cn/images/jisu-consume-header2.jpg?v=250610) !important;
}
.consume_vip_header {
    float:left;
    width:100%;
    display:flex;
    justify-content:left;
    margin-top: 150px;
    padding-left: 20px;
}
.consume_vip_header .title {
    color:#121917;
    font-size:18px;
    font-weight:500;
}
.consume_vip_header .desc {
    color:#6F7372;
    font-size:12px;
    margin-left:5px;
    margin-top:7px;
}
.consume_vip_input1 {
    padding-left: 5px;
    padding-right: 5px;
}
.consume_vip_input2 {
    width:33%;
    padding-right:0px;
}
.consume_vip_input3 {
    width:33%;
    padding-left:10px;
    padding-right:10px;
}
.consume_vip_flex {
    display:flex;
    width:100%;
    justify-content: space-between;
}
.consume_vip_skp {
    width: 80px;
    margin-left: 10px;
    background: white;
    color: #333;
    border: 1px #333 solid;
}
.consume_vip_order {
    float:left;
    width:100%;
    margin-top:20px;
    border-top:1px #eee solid;
    border-bottom:1px #eee solid;
    padding:10px;
}
.consume_vip_order_back {
    background:#f1f1f1;
    padding:10px;
    border-radius: 8px;
}
.consume_vip_footer1 {
    float:left;
    width:100%;
    margin-top:40px;
}
.consume_vip_footer2 {
    width:100%;
    text-align:center;
    color:#999;
}
.tiqu_box {
    box-shadow: none !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.consume-header {
    float:left;
    width:100%;
    background: #f1f1f1 url(https://files.51jisu.cn/images/jisu-consume-header.jpg) no-repeat;
    background-size: 100% 100%;
    height: 150px;
}
.consume-header-title {
    color: #111;
    text-align:center;
    font-size: 21px;
    margin-bottom:30px;
    font-weight:bold;
}
.consume-test {
    color:#000 !important;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
.consume-body {
    background: #f1f1f1 !important;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.consume-section {
    float:left;
    width:100%;
    display: none;
}
.consume-container {
    float:left;
    width:100%;
}
.consume-section ._border-top,  .consume-section ._border-bottom {
    float:left;
    width:100%;
    background-image: url(https://filescdn.51jisu.cn/assets/images/content-border-top@2x.png?v=20230305);
    background-repeat: repeat-x;
    background-size:345px 7px;
    background-position: bottom;
    height:9px;
}
.consume-section ._border-bottom {
    transform: rotateZ(180deg);
}
.consume-block {
    float:left;
    width:100%;
    border-bottom:1px #eee solid;
}
.consume-block2 {
    float:left;
    width:100%;
    display: flex;
}
.consume-product-cover {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.consume-product-info {
    flex: 1;
}
.consume-cc {
    width: 100%;
    float: left;
    margin-top: -1px;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
    word-break: break-all;
    padding: 10px;
    background: #fff;
}
.consume-cc img {
    max-width:100%;
}
.consume-dot {
    float:left;
    width: 100%;
    height: 13px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-size: 2em;
    margin: 0 auto;
    border-top:1px #d4d4d4 dashed;
}
.consume-dot::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: -7px;
    transform:translateY(-50%);
    margin-top: -7px;
}
.consume-dot::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    right: -7px;
    transform:translateY(-50%);
    margin-top: -7px;
}
.consume-order-detail {
    border-top: 1px #eee solid;
    margin-top: 20px;
    padding-top: 20px;
    width:100%;
}
.consume-product-title {
    font-weight: bold;
    color: #000;
}
.consume-content {
    padding: 12px;
    background: #fff;
    float: left;
    width:100%;
}
.consume-content pre {
    font-size: 14px !important;
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    border:0;
    background: white;
}
.consume-order-id {
    color: #000;
    margin-bottom: 10px;
}
.consume-product-spec {
    color:#666;
}
.consume-order-item {
    margin-top: 10px;
    width: 100%;
    word-break: break-word;
}
.consume-order-item span {
    background: #eee;
    letter-spacing: 5px;
}
.consume-notice {
    width: 100%;
    margin-bottom: 10px;
    border: 1px #eee solid;
    padding: 10px;
    background: #eee;
    border-radius: 6px;
    text-align: center;
    color: #333;
}
.consume-footer {
    color: #999;
    width: 100%;
    text-align:center;
    margin-top:20px;
    margin-bottom:40px;
}
.consume-as-title {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.consume-as-border {
    height: 7px;
    background: #26FD00;
    float: left;
    width: 100%;
    position: relative;
    top: -7px;
    z-index: 1;
}
.consume-as-line {
    background-image: url(https://filescdn.51jisu.cn/assets/images/line@2x.png);
    background-repeat: repeat-x;
    height:8px;
    margin-top:8px;
    flex:1;
}
.consume-more {
    color: #0040D2;
    float: left;
    font-size: 14px;
    text-align: center;
}
.consume-error {
    display: none;
    color:red;
    text-align:center;
    float:left;
    width:100%;
    background: #f4f3f3;
}
.consume-user {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.consume-user .consume-user-avatar {
    width: 50px;
    margin-right: 10px;
}
.consume-user .consume-user-avatar img {
    border-radius: 50%;
    width:50px;
}
.consume-user .consume-user-info {
    flex: 1;
    color: #333;
    font-size: 14px;
    margin-top: -5px;
}
.consume-user .consume-user-info .intro {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}
.consume-user .consume-user-more {
    width: 70px;
    height: 30px;
    background: #DCE6FF;
    border-radius: 15px;
    text-align:center;
    font-size: 12px;
    font-weight: 400;
    color: #0040D2;
    line-height: 29px;
    margin-top: 10px;
}
.consume-avatar {
    width:50px;
    height:50px;
    border-radius: 50%;
}
.consume-user-info {
    font-size:18px;
    font-weight:bold;
    color:#000;
}
.consume-notice2 {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 200;
    font-size: 18px;
}
.consume-cdk-nav {
    float:left;
    width:100%;
    color:#0040D2;
    margin-bottom: 10px;
}
.dl-demo-page {
    box-shadow: none !important;
    width:350px;
    height: 560px;
}
.dl-demo-page .consume-body {
    height: 100%;
    overflow: scroll;
}
.dl-demo-container {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.dl-demo-button {
    width: 23% !important;
    height: 50px !important;
}
.dl-demo-button label {
    margin-top: 6px !important;
}
.dl-demo-button ._btn {
    margin-top: 5px !important;
}
.dl-demo-picture {
    width:200px;
    max-height:200px;
    overflow: hidden;
    margin-top: 10px;
}
.dl-demo-edit {
    color: #999;
    cursor: pointer;
}
.consume_sel {
    border: 1px #4867db solid;
    color: #4867db;
    font-weight: 400;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 4px;
    margin-right: 8px;
}
.consume_sel.active {
    background-color: #4867db;
    color: white;
}
.consume_sel_cc {
    text-align: center;
    margin-top: 10px;
}
p {
    margin-bottom: 0 !important;
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}