.t_dialog{.dialog_content{position:fixed;top:50%;left:50%;transform:translate3d(-50%,-50%,0);max-width:100%;max-height:100%;background-color:#fff;z-index:1000;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.7)}.header_title{height:40px;padding:0 20px;color:#101010;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;position:relative;border-radius:8px 8px 0 0;.van-icon{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#999;&:hover{color:#333}}}.content{width:calc(100% - 30px);overflow-y:auto}.footer{color:#101010;background:#fff;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;position:relative;border-radius:0 0 8px 8px;button{flex:0 50%;padding:0;font-size:16px;border:none;border-radius:0 0 8px 0;&:first-child{border-right:1px solid #e5e5e5;border-radius:0 0 0 8px}}.van-button--primary{color:#007aff;border:none;background-color:#fff}.van-button--danger{color:#f44;border:none;background-color:#fff}&.footer-no-button{button{flex:0 auto;border:none;border-radius:0 0 8px 8px;width:100%}}&.footer-null{display:none}}.dialog-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.7;z-index:999}}.text{font-size:14px}.item{margin-bottom:18px}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}.box-card{width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background-color:#eabe4f;border-radius:5px;border:2px solid #eabe4f}::-webkit-scrollbar-track{background:#f1f1f1}