*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:hover, *:active, *:focus {
  outline: none;
}

.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 6px;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 6px;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 6px;
}

body, h2, h3, h4, h5, h6, i, p {
  margin: 0;
}

i {
  display: inline-block;
}

img {
  border: none;
}

.dsb {
  display: block;
}

*[role='img'],
*[role='button'] {
  display: inline-block;
  vertical-align: middle;
}

*[role='button'] {
  cursor: pointer;
}

*[role='button'].dsb {
  display: block;
}

header, footer, section, main, aside, nav {
  display: block;
}

main {
  width: 1024px;
  margin: 0 auto;
}

body, html {
  height: 100%;
}

body {
  width: 100%;
  background: #f6f6f6;
  color: #333;
  font-family: "Microsoft Yahei";
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}

.fwarn {
  color: #ea5404;
}

.flip {
  color: #888;
}

.f666 {
  color: #666;
}

.fs14 {
  font-size: 14px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.bold {
  font-weight: bold;
}

.absCenter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ds-tab {
  width: 100%;
  display: table;
}

.ds-tab.avg > .ds-cell:first-child {
  width: 50%;
}

.ds-tab.avg > .ds-cell + .ds-cell {
  border-left: solid 1px #dcdcdc;
}

.ds-cell {
  display: table-cell;
  vertical-align: top;
}

.choice-header {
  height: 202px;
  width: 100%;
  background: url(../images/choice-logo.png) #fff no-repeat center center;
  -webkit-box-shadow: 0 4px 20px rgba(202, 202, 202, 0.2);
          box-shadow: 0 4px 20px rgba(202, 202, 202, 0.2);
}

.choice-inner {
  margin: 0 auto;
  width: 1024px;
}

.icon-ok {
  width: 80px;
  height: 80px;
  background: url(../images/choice-ok.png) no-repeat center center;
}

.icon-ok.success {
  background: url(../images/choice-ok-success.png) no-repeat center center;
}

.btn-download {
  margin: 0 auto;
  width: 426px;
  height: 114px;
  background: url(../images/choice-download.png) no-repeat center center;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.tipOk {
  padding: 75px 0 0;
  height: 300px;
  width: 100%;
  text-align: center;
}

.tipOk p {
  margin-top: 25px;
}

.squ-row {
  padding: 40px 45px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(202, 202, 202, 0.2);
          box-shadow: 0 0 5px rgba(202, 202, 202, 0.2);
  font-size: 22px;
  line-height: 38px;
  text-align: left;
  word-break: break-all;
  display: table;
  overflow: hidden;
}

.squ-row .col-l {
  padding: 0 296px 0 0;
  width: 586px;
  height: 154px;
  position: relative;
  display: table-cell;
}

.squ-row .col-r {
  padding: 0 0 0 80px;
  min-height: 154px;
  display: table-cell;
  border-left: solid 1px #c5c5c5;
}

.squ-row .img-Ewm {
  position: absolute;
  right: 85px;
  top: 0;
  width: 154px;
  height: 154px;
  border: solid 2px #dbdbdb;
  border-radius: 2px;
  overflow: hidden;
}

.card {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  min-width: 610px;
  display: table;
}

.card > .media {
  width: 106px;
  display: table-cell;
  vertical-align: middle;
}

.card > .media i {
  margin-top: 10px;
}

.card > .text {
  color: #333;
  font-size: 28px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2px;
  display: table-cell;
  vertical-align: middle;
}

.card > .text.row {
  display: block;
  text-align: center;
  letter-spacing: 0;
}

.card > .action {
  text-align: center;
}

.card > .action.row {
  display: block;
}

.card.card-bill {
  background: #f3f3f3;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.card.card-bill > .text {
  display: block;
}

.card.card-border {
  border: solid 1px #e6e6e6;
  border-radius: 10px;
}

.card.card-lg {
  padding: 30px 0;
  width: 1010px;
}

.card > .card-header {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 520px;
  height: 40px;
  margin-left: -260px;
  background: #e03a24;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
}

.card > .card-header:before, .card > .card-header:after {
  content: '';
  position: absolute;
  top: 0;
  border: solid 20px transparent;
}

.card > .card-header:before {
  left: -40px;
  border-right-color: #e03a24;
}

.card > .card-header:after {
  right: -40px;
  border-left-color: #e03a24;
}

.label {
  position: relative;
  width: 150px;
  height: 150px;
  border: solid 1px #dcdcdc;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.label.dark {
  background: #f8f8f8;
}

.label.m {
  width: 106px;
  height: 106px;
}

.item {
  color: #888;
  font-size: 15px;
  text-align: left;
  display: table;
}

.item > .item-content {
  display: table-cell;
  vertical-align: top;
}

.item > .item-content > h3 {
  padding: 0 0 0 5px;
  color: #222;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  line-height: 1.7;
}

.item > .item-content > h4 {
  padding: 0 0 5px 5px;
  color: #ea5404;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.item > .item-content > .text {
  padding: 10px 0 0 5px;
  word-break: break-all;
  line-height: 1.7;
  display: block;
}

.item > .media-l {
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: top;
}

.item > .media-r {
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}

.container {
  min-width: 1260px;
  width: 100%;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
}

.py80 {
  padding: 80px 0;
}

.pt40 {
  padding-top: 40px;
}

.pl45 {
  padding-left: 45px;
}

.w600 {
  width: 600px;
  margin: 0 auto;
}

.w250 {
  width: 250px;
}

.w330 {
  width: 330px;
}

.mt15 {
  margin-top: 15px;
}

.mt40 {
  margin-top: 40px;
}

.my40 {
  margin: 40px 0;
}

.mt90mb40 {
  margin: 90px 0 40px;
}

.msy20 {
  margin: -20px 0;
}

.text-qq {
  color: #333;
  font-size: 18px;
  letter-spacing: -1px;
}
/*# sourceMappingURL=index.css.map */