
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  color: #333;
  margin: 0;
  height: 100%;
  background: #0B908F
}
body,
button,
input {
  font: 400 0.7rem/1.5 'PingFang SC';
}
ol,
ul,
li {
  list-style: none;
}
em,
i,
dfn {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;margin: 0;
}
*:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.65rem;
}
button,
input {
  border: 0;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
}
img{display: block}
.pseudo {
  position: absolute;
  content: "";
}
.pos-cent {
  left: 50%;
  top: 50%;
}
.tblue {
  color: #19a0f0;
}
.torage {
  color: #ff9913;
}
.cpinkgray {
  color: #999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rheader {
  height: 2.2rem;
  background: #19a0f0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: none;
  line-height: 2.2rem;
  z-index: 960;
}
.rheader .i-back {
  width: 2.2rem;
  height: 2.2rem;
}
.rheader .i-back:active {
  background: #0d83c9;
}
.rheader .i-back:after {
  width: 0.6rem;
  height: 0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.rheader .tit {
  position: absolute;
  left: 2.8rem;
  right: 2.8rem;
  line-height: 2.2rem;
  font-size: 0.9rem;
}
.rheader .btn-header {
  height: 2.2rem;
  background: #19a0f0;
  color: #fff;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.rheader .btn-header:active {
  background: #0d83c9;
}
.rbox {
  position: relative;
}
.rbox:after {
  width: 100%;
  height: 10.4rem;
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(top, #19a0f0, #f5f5f5);
  left: 0;
  top: 0;
  z-index: -1;
}
.h5 .rheader {
  display: block;
}
.h5 .rbox {
  top: 2.2rem;
}
.h5 .refund-qabox {
  /*top: 2.2rem !important;*/
  background-position: 0 2.2rem !important;
}
.refund-top {
  padding: 0.3rem 1.5rem 0.6rem;
  color: #fff;
  overflow: hidden;
  line-height: 1.8rem;
}
.refund-top span {
  font-size: 1.1rem;
  margin-left: 0.4rem;
}
.refund-top .icon-refund {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 3px solid #fff;
  float: left;
  margin-right: 1rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.refund-top strong {
  font-size: 1rem;
}
.refund-top p {
  font-size: 0.65rem;
}
.refund-info {
  margin: 0 0.5rem 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.7rem;
}
.refund-box {
  background: #fff;
  padding: 0.75rem;
  margin: 0 0.5rem;
  border-radius: 4px;
}
.refund-box .refund-type {
  background: #F9F9F9;
  line-height: 0.8rem;
  font-size: 0.8rem;
  padding: 0.75rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  font-weight: 500;
  margin-top: 0.75rem;
}
.refund-box .refund-type:first-child {
  margin-top: 0;
}
.refund-box .refund-type:after {
  width: 0.3rem;
  height: 0.3rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  content: "";
  right: 0.8rem;
  top: 1.1rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.refund-box .refund-type .txt {
  font-size: 0.65rem;
  color: #666;
  line-height: 0.9rem;
  margin-top: 0.4rem;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 0.6rem;
  display: none;
}
.refund-box .refund-type.open {
  border-radius: 4px 4px 0 0;
}
.refund-box .refund-type.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.75rem;
}
.refund-box .refund-type.open .txt {
  display: block;
}
.refund-box .refund-type .refund-price {
  margin-left: 0.2rem;
  color: #ff6913;
}
.refund-box .refund-detail {
  padding-bottom: 0.75rem;
  background: #F9F9F9;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.refund-box .refund-detail li {
  padding: 0 0.75rem 0 2.75rem;
  position: relative;
  margin-top: 1.2rem;
  color: #999;
}
.refund-box .refund-detail li p {
  margin: 0.15rem 0;
  line-height: 1.1rem;
}
.refund-box .refund-detail li .cpinkgray {
  font-size: 0.55rem;
  line-height: 0.8rem;
  margin: 0.3rem 0;
}
.refund-box .refund-detail li .icon-dot {
  width: 0.4rem;
  height: 0.4rem;
  background: #64bef0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0.75rem;
  top: 0;
  border: 0.35rem solid #F9F9F9;
  z-index: 5;
}
.refund-box .refund-detail li:after {
  width: 0.1rem;
  background: #DAF1FA;
  position: absolute;
  content: "";
  left: 1.25rem;
  top: 0.55rem;
  bottom: -1.75rem;
}
.refund-box .refund-detail li:first-child {
  margin-top: 0;
  color: #333;
}
.refund-box .refund-detail li:first-child .icon-dot {
  width: 1rem;
  height: 1rem;
  background: #DAF1FA;
  top: -0.3rem;
  left: 0.45rem;
}
.refund-box .refund-detail li:first-child .icon-dot:after {
  width: 0.4rem;
  height: 0.4rem;
  background: #64bef0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin: -0.2rem 0 0 -0.2rem;
}
.refund-box .refund-detail li:first-child .cpinkgray {
  color: #666 !important;
}
.refund-box .refund-detail li:last-child:after {
  display: none;
}
.refund-box .refund-detail li.warn {
  color: #FF4646;
}
.refund-box .refund-detail li.warn:after {
  background: #FFE3E3;
}
.refund-box .refund-detail li.warn .icon-dot {
  background: #FFE3E3;
}
.refund-box .refund-detail li.warn .icon-dot:after {
  background: #FF4646;
}
.refund-box .refund-detail li.txt {
  border-bottom: 1px dashed #CCC;
}
.refund-type + .refund-detail {
  display: none;
}
.refund-type.open + .refund-detail {
  display: block;
}
.refund-qatxt {
  text-align: center;
  color: #19a0f0;
  padding: 1rem 0;
}
.refund-qabox {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-image: url("http://images3.c-ctrip.com/train/h5/refoud-qabg.png");
  background-repeat: no-repeat;
  background-size: 100% 3.5rem;
  background-attachment: fixed;
  background-position: top left;
  padding: 1.25rem 0.75rem;
  background-color: #fff;
}
.refund-qabox dt {
  padding-left: 1.65rem;
  margin: 1.5rem 0 0.3rem;
  line-height: 1.2rem;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
}
.refund-qabox dt:first-child {
  margin-top: 0;
}
.refund-qabox dt:before {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background: #D6ECF8;
  color: #8BA3C1;
  font-size: 0.7rem;
  text-align: center;
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
}
.refund-qabox dd {
  text-align: justify;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.refund-qabox dd li {
  font-size: 0.65rem;
  color: #666;
  line-height: 1rem;
  list-style: none;
  margin-bottom: 0.3rem;
  position: relative;
}
.refund-qabox dd li:last-child {
  margin-bottom: 0;
}
.refund-qabox dd li:before {
  width: 0.25rem;
  height: 0.25rem;
  background: #ccc;
  position: absolute;
  top: 0.35rem;
  left: -1.15rem;
  content: "";
}
.refund-qabox .txt {
  font-size: 0.65rem;
  color: #666;
  line-height: 1rem;
}
.refund-qabox .strong {
  font-size: 0.65rem;
  color: #333;
  line-height: 1rem;
  margin: 0.9rem 0 0.4rem;
  font-weight: 600;
}
.refund-qabox .tit {
  font-size: 0.8rem;
  margin: 1.8rem 0 0.5rem;
}
.refund-qabox .tit:first-child {
  margin-top: 0;
}
.refund-qabox .tit:before {
  width: 3px;
  height: 0.8rem;
  background: #6E8EB6;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: -2px 0.45rem 0 0;
}
.refund-table {
  width: 100%;
  margin: 0.6rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.refund-table td,
.refund-table th {
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.6rem;
  color: #666;
}
.refund-table td:first-child,
.refund-table th:first-child {
  text-align: left;
}
.refund-table th {
  background: #F4F4F4;
  height: 1.9rem;
  font-weight: 400;
  padding: 0 0.85rem;
}
.refund-table td {
  padding: 0.6rem 0.85rem;
}
.refund-table .torage {
  font-size: 0.65rem;
  color: #ff6913;
}
.refund-table strong {
  color: #6E8EB6;
}
.btn-box {
  margin: 0.5rem 0.75rem;
  display: flex;
  overflow: hidden;
}
.btn-box button {
  flex: 1;
  margin-right: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 4px;
  height: 2rem;
}
.btn-box button:last-child {
  margin-right: 0;
}
.btn-box .btn-blue {
  background: #19a0f0;
  color: #fff;
}
.btn-box .btn-line {
  background: #fff;
  border: 1px solid #19a0f0;
  color: #19a0f0;
}
.hightlight {
  color: #F5C348;
  font-weight: bold;
}
