@charset "utf-8";
/* 清除默认样式 */
*,::after,::before{padding:0;margin:0;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;box-sizing: border-box;-webkit-box-sizing:border-box}
body{ font-family: -apple-system-font, "Helvetica Neue", sans-serif;background: #fff; }
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
i,em{font-style: normal;text-decoration: none;}
a{text-decoration: none;color: #333;}
input,textarea{outline: none;resize: none;border: none;}
img{vertical-align: middle;/*清除3px的bug*/border: 0;}

/* float */
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom: 1;}
.clearfix::before,.clearfix::after{content: "";display: table;}
.clearfix::after{clear: both;}

/* text */
.text-center{text-align: center;}
.text-overflow{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* display */
.display-in{display: inline;}
.display-ib{display: inline-block;}
.display-bl{display: block;}
.display-no{display: none;}
.show{display: block !important;}
.hidden{display: none !important;}

/* font */
.fw-bold{font-weight: 700;}
.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.vt-md{vertical-align: middle;}

/* overflow */
.over-hidden{overflow: hidden;}
.over-auto{overflow: auto;}

/* position */
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}

/* else */
.cur-pointer{cursor: pointer;}
.img-responsive{display: block;width: 100%;max-width: 100%;height: auto;}

/* empty */
.empty{padding-top: 80px;text-align: center;}
.empty .icon-empty{display: inline-block;width: 48px;height: 48px;background: url(../images/status/empty-icon.png) no-repeat;}
.empty p{margin-top: 2px;}

/*************** dispatch_jump html&css *******************/
.tpl-success-msg,.tpl-error-msg{margin-top: 40px;line-height:1.6;text-align: center;}
.tpl-text-area{ padding: 0 20px; }
.tpl-success-icon,.tpl-error-icon,.tpl-wait-icon{ display: inline-block;height: 93px;width: 93px; }
.tpl-success-icon{background: url(../images/status/msg-success.png) no-repeat center/93px 93px;}
.tpl-error-icon{background: url(../images/status/msg-error.png) no-repeat center/93px 93px;}
.tpl-wait-icon{background: url(../images/status/msg-wait.png) no-repeat center/93px 93px;}
.tpl-success-msg h2,.tpl-error-msg h2{margin-bottom:5px;padding-top: 18px;font-size: 20px;font-weight: 400;}
.tpl-success-msg .description,.tpl-error-msg .description{font-size:14px;color:#808080;}
.tpl-btn-area{ margin: 1.17647059em 15px 0.3em; }
.tpl-btn-area .tpl-btn{ position: relative;display: block;border-radius: 5px;font-size:18px;line-height: 2.55555556;text-align: center;color: #fff; }
.tpl-btn-area .tpl-btn + .tpl-btn{ margin-top: 15px; }
.tpl-btn-area .tpl-btn::after{ content: " ";position: absolute;top: 0;left: 0;width: 200%;height: 200%;border: 1px solid rgba(0,0,0,0.2);-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;box-sizing: border-box;border-radius: 10px;}
.tpl-btn-area .tpl-btn-success{ background-color: #1AAD19; }
.tpl-btn-area .tpl-btn-default{ color: #000000;background-color: #F8F8F8; }
.tpl-success-msg a{ color:#586C94; }
.footer-msg{ position: fixed;left: 0;bottom: 0;margin-bottom: 15px;width: 100%;font-size: 14px;line-height: 1.6;text-align: center;color: #808080; }
.footer-msg .text{ padding: 0 .34em; }
.footer-msg .link a{ display: inline-block;margin: 0 .62em;font-size: 14px;vertical-align: top;color: #586C94; }