@charset 'gb2312';
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
/*YUI 3.5.0 - reset.css*/
html {
  color: #000;
  background: #FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
    */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}
body {
  background: #fff;
  color: #666666;
}
body,
td,
input {
  font-size: 14px;
  font-family: "Microsoft Yahei", "宋体", Arial, Helvetica, sans-serif;
}
.inline {
  *zoom: 1;
  display: inline-block;
  *display: inline;
}
.b {
  font-weight: 600;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.f-red {
  color: #D00000;
}
.f-blue {
  color: #1F539D;
}
.pt10 {
  padding-top: 10px;
}
h3 {
  font-size: 16px;
}
a {
  color: #fff;
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.mainpack {
  width: 960px;
  margin: 0 auto;
}
.refund-header {
  background: url(../images/refund/refund_logo.png) left 35px no-repeat;
  height: 94px;
  border-bottom: 2px solid #D00000;
}
.refund-header .tel {
  width: 22px;
  height: 17px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: bottom;
  margin-right: 5px;
  background: url(../images/refund/phone.png) center no-repeat;
}
.refund-header .qq {
  width: 19px;
  height: 22px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: bottom;
  margin-right: 5px;
  background: url(../images/refund/qq.png) center no-repeat;
}
.refund-header .service {
  padding-top: 30px;
}
.refund-header .service > p {
  padding-bottom: 5px;
}
.refund-main .refund-step {
  background: url(../images/refund/stepbg.png) left no-repeat;
  height: 31px;
  line-height: 31px;
  width: 831px;
  margin: 30px 0;
  font-size: 15px;
}
.refund-main .refund-step li {
  width: 200px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  font-weight: 600;
  text-align: center;
}
.refund-main .refund-infos {
  border: 1px solid #858585;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  background-color: #F6F6F6;
}
.refund-main .refund-infos .refund-steps > div {
  display: none;
}
.refund-main .refund-infos .refund-steps > div.step1 {
  display: block;
}
.refund-main .verifybox {
  width: 465px;
  margin: 30px auto;
}
.refund-main .verifybox > table {
  width: 100%;
}
.refund-main .verifybox > table tr th {
  text-align: right;
  padding-left: 0;
  padding: 8px 10px;
  width: 125px;
  box-sizing: border-box;
}
.refund-main .verifybox > table tr th > i {
  color: #D00000;
  vertical-align: middle;
  font-style: normal;
}
.refund-main .verifybox > table tr td {
  text-align: left;
  padding: 8px 10px;
}
.refund-main .verifybox > table tr td > input {
  width: 340px;
  height: 34px;
  text-indent: .5em;
  line-height: 34px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}
.refund-main .verifybox > table tr td > input.yzm {
  width: 200px;
}
.refund-main .verifybox .imgyzm {
    height:36px;
  vertical-align: bottom;
  cursor: pointer;
}
.refund-main .verifybox .btnyzm {
  width: 180px;
  outline: none;
  background-color: #F97B4E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
}
.refund-main .verifybox .checkboxwrapper {
  cursor: pointer;
  width: 210px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
}
.refund-main .verifybox .checkboxwrapper.on .checkbox {
  background-image: url(../images/refund/k2.png);
}
.refund-main .verifybox .checkbox {
  width: 18px;
  height: 17px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  background: url(../images/refund/k.png) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.refund-main .orderinfos {
  padding: 25px;
}
.refund-main .orderinfos .order-item {
  padding: 15px 0;
}
.refund-main .orderinfos .order-item table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.refund-main .orderinfos .order-item table thead th {
  padding: 10px 0;
  text-align: center;
  color: #666666;
  border: 1px solid #CCCCCC;
}
.refund-main .orderinfos .order-item table tbody td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.refund-main .orderinfos .order-item .order-i-tit {
  padding-bottom: 10px;
}
.refund-main .refundreasons {
  padding: 25px;
}
.refund-main .refundreasons .reasonfrm {
  padding-left: 40px;
  padding-top: 20px;
}
    .refund-main .refundreasons .reasonfrm .tbapplyinfos {
        width: 100%;
    }
.refund-main .refundreasons .reasonfrm .tbapplyinfos th {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 100px;
  vertical-align: top;
}
.refund-main .refundreasons .reasonfrm .tbapplyinfos td {
  vertical-align: top;
  padding-bottom: 12px;
}
.refund-main .refundreasons .reasonfrm .tbapplyinfos .select,
.refund-main .refundreasons .reasonfrm .tbapplyinfos .ipt {
  width: 260px;
  height: 30px;
  line-height: 23px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.refund-main .refundreasons .reasonfrm .tbapplyinfos .ipt {
  text-indent: 5px;
}
.refund-main .refundreasons .reasonfrm .tbapplyinfos .textarea {
  width: 440px;
  height: 70px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #cccccc;
  resize: none;
}
.refund-main .refundreasons .reasonfrm .tbapplyinfos .refundtips {
  font-size: 12px;
  color: #989898;
}
.btnwrapper {
  text-align: center;
}
.btncomm {
  outline: none;
  min-width: 105px;
  height: 35px;
  line-height: 35px;
  background-color: #D00000;
  color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px;
}
.btncomm i {
  width: 20px;
  height: 19px;
  *zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  background: url(../images/refund/arrow.png) center no-repeat;
}
.notice {
  border-top: 0;
  border-top: 1px solid #858585;
  padding: 20px;
  line-height: 1.8;
}
.refund-success {
  margin-top: 35px;
  line-height: 2;
  padding: 30px 65px;
  border: 1px solid #858585;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  background-color: #F6F6F6;
  display: none;
}
.refund-success h1 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}
.refund-a {
  display:block;
  outline: none;
  width: 105px;
  min-width: 105px;
  height: 35px;
  line-height: 35px;
  background-color: #FF7200;
  color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align:center;
}
.refundStatus-None {
  margin-top: 35px;
  line-height: 2;
  padding: 30px 65px;
  border: 1px solid #858585;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  background-color: #F6F6F6;
}
.pt30 {
    padding-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.btncomm.btnback {
    padding: 0 30px;
    margin-top:30px;    
}
.order-num{padding-left:30px;}
.orderinfo {
    padding: 10px 30px;
}
.order-num span{padding-left:10px;}
.orderinfo >dt,.orderinfo >dd{display:inline-block;*display:inline;*zoom:1;vertical-align: top;}

.refund-tab {
  margin-left:5px;
  width: 470px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.refund-tab thead th {
  padding: 10px 0;
  text-align: center;
  color: #666666;
  border: 1px solid #CCCCCC;
}
.refund-tab tbody td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #CCCCCC;
}