.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
  font-family: "黑体", Arial;
  font-weight: normal;
  color: #444;
  text-decoration: none;
  list-style: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: none;
}
*:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.show {
  display: block;
}
.orange {
  color: #ff7e00;
}
.gray {
  color: #888;
}
.hide {
  display: none;
}
.border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.bg-white {
  background: #fff;
}
.mt30 {
  margin-top: 30px;
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  -webkit-overflow-scrolling: touch;
}
#toast-out-border {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000000;
}
#toast-out-border .toast-border {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  text-align: center;
  height: 50px;
}
#toast-out-border .toast-border .toast-content {
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #444;
  color: #fff;
  font-size: 24px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-start {
  clip: rect(0, auto, auto, 0);
  -ms-zoom: 1.0001;
}
.ng-animate-active {
  clip: rect(-1px, auto, auto, 0);
  -ms-zoom: 1;
}
.order-result {
  width: 640px;
  margin: 0 auto;
}
.order-result .header {
  height: 120px;
  padding: 0 30px;
  background: #444;
}
.order-result .header > div {
  padding-left: 65px;
  background: url("../image/success1.png") no-repeat left center;
  display: table-cell;
  vertical-align: middle;
  height: 120px;
}
.order-result .header > div > h3 {
  font-size: 30px;
  color: #fff;
}
.order-result .header > div > p {
  font-size: 24px;
  color: #fff;
}
.order-result .body {
  display: inline-block;
  background: #fff4ed;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  zoom: 1;
}
.order-result .body:before,
.order-result .body:after {
  content: "";
  display: table;
}
.order-result .body:after {
  clear: both;
}
.order-result .body .left {
  background: url("../image/red_pack.png") no-repeat;
  width: 290px;
  height: 136px;
  float: left;
}
.order-result .body .right {
  background: url("../image/free_insurance.png") no-repeat;
  width: 289px;
  height: 135px;
  float: left;
}
.order-result .footer .close-submit,
.order-result .footer .link-order-list {
  display: block;
  background: #ff7e00;
  color: white;
  border-radius: 10px;
  text-align: center;
  height: 88px;
  width: 610px;
  margin: 30px auto 0;
  line-height: 88px;
  font-size: 30px;
  cursor: pointer;
}
.order-result .footer .close-submit {
  border: 1px solid #ddd;
  color: #444;
  background: #fff;
  margin: 16px auto 0;
}
.order-result .footer .custom-module {
  position: absolute;
  bottom: 0;
  width: 640px;
  margin-top: 30px;
  background-size: 100% 100%;
}
.order-result .footer .background-share {
  background: url('https://dn-okchexian.qbox.me/activity/share-button-img.png');
  height: 240px;
}