.enter-button, .cancel-order-alert .operator .button.submit, .scroll-wrap .operator .button.submit {
  background: #f22458;
  color: #fff;
  border-color: #f22458;
  text-align: center;
  outline: none; }
  .enter-button:hover, .cancel-order-alert .operator .button.submit:hover, .scroll-wrap .operator .button.submit:hover {
    background: #dc194b;
    border-color: #dc194b; }

.cancel-button, .cancel-order-alert .operator .button, .scroll-wrap .operator .button {
  text-align: center;
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #333;
  cursor: pointer;
  outline: none;
  border-radius: 3px; }

.icon-radio {
  display: inline-block;
  padding: 6px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  z-index: 1; }
  .icon-radio.checked:after {
    content: '';
    position: absolute;
    display: inline-block;
    padding: 4px;
    background: #707070;
    border-radius: 50%;
    top: 2px;
    left: 2px; }

label {
  cursor: pointer; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.fr {
  float: right; }

.mr60 {
  margin-right: 60px; }

.cancel-order-alert {
  display: none;
  width: 224px;
  height: 242px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -197px;
  margin-top: -151px;
  box-shadow: 0 0 9px #ccc;
  background: #fff;
  padding: 30px 35px;
  font-size: 14px;
  z-index: 101; }
  .cancel-order-alert.show {
    display: block; }
  .cancel-order-alert .title {
    font-size: 18px;
    margin-bottom: 25px; }
  .cancel-order-alert .selecter {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    position: relative;
    cursor: pointer; }
    .cancel-order-alert .selecter:hover {
      color: #f22458; }
      .cancel-order-alert .selecter:hover .icon-radio {
        border-color: #f22458; }
        .cancel-order-alert .selecter:hover .icon-radio.checked:after {
          background: #f22458; }
    .cancel-order-alert .selecter.disabled {
      background-color: transparent;
      border-radius: 0;
      color: #b0b0b0; }
      .cancel-order-alert .selecter.disabled .icon-radio {
        border-color: #b0b0b0; }
        .cancel-order-alert .selecter.disabled .icon-radio.checked:after {
          background: #b0b0b0; }
    .cancel-order-alert .selecter input {
      visibility: hidden; }
  .cancel-order-alert .operator {
    margin-top: 20px;
    height: 40px;
    line-height: 40px; }
    .cancel-order-alert .operator .button {
      width: 97px;
      height: 38px;
      line-height: 38px;
      font-size: 14px; }
      .cancel-order-alert .operator .button.submit {
        float: right; }
  .cancel-order-alert .closer {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    color: #b0b0b0; }

.draw-bill-frame {
  visibility: hidden;
  z-index: -1; }
  .draw-bill-frame .hidden {
    display: none; }
  .draw-bill-frame.show {
    visibility: visible;
    z-index: 101; }

.scroll-dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3); }

.invoice-toast-notice {
  position: fixed;
  width: 260px;
  max-height: 80px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -110px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
  line-height: 32px;
  text-align: center;
  z-index: 102;
  font-size: 16px; }
  .invoice-toast-notice.hide {
    display: none; }
  .invoice-toast-notice .state-icon {
    padding: 1px 13px;
    background: url(//images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614187363.png) no-repeat 0 -27px; }
    .invoice-toast-notice .state-icon.current {
      background-position: 0px -59px; }
  .invoice-toast-notice .explain.hide {
    display: none; }

.scroll-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  width: 514px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  border-radius: 5px;
  position: fixed !important;
  left: 50%;
  top: 50%;
  margin-left: -257px;
  margin-top: -250px; }
  .scroll-wrap p {
    height: 60px;
    line-height: 60px; }
  .scroll-wrap .hide {
    display: none; }
  .scroll-wrap .scroll-content {
    padding: 40px 20px;
    width: 474px; }
  .scroll-wrap .title {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px; }
  .scroll-wrap .style-item {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    color: #b0b0b0;
    margin-bottom: 10px; }
    .scroll-wrap .style-item .tag {
      color: #707070; }
    .scroll-wrap .style-item .content-type {
      font-size: 14px;
      height: 38px;
      line-height: 38px; }
  .scroll-wrap .bill-type .content {
    line-height: 1.5; }
  .scroll-wrap .identity-code {
    margin-top: 10px; }
  .scroll-wrap .til {
    margin-bottom: 6px;
    color: #222;
    font-size: 16px; }
    .scroll-wrap .til .notes {
      cursor: pointer;
      float: right;
      color: #7c7c7c;
      font-size: 14px;
      padding-left: 18px;
      background: url("//images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614187363.png") no-repeat 0 3.5px; }
  .scroll-wrap .type {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 8px; }
  .scroll-wrap .options {
    display: inline-block;
    position: relative;
    color: #7c7c7c;
    cursor: pointer; }
    .scroll-wrap .options input {
      visibility: hidden;
      position: relative;
      z-index: 2; }
    .scroll-wrap .options .radio-item:hover {
      color: #f22458; }
      .scroll-wrap .options .radio-item:hover .icon-radio {
        border-color: #f22458; }
        .scroll-wrap .options .radio-item:hover .icon-radio.checked:after {
          background: #f22458; }
    .scroll-wrap .options.disabled {
      background-color: transparent;
      border-radius: 0;
      color: #b0b0b0; }
      .scroll-wrap .options.disabled .icon-radio {
        border-color: #b0b0b0; }
        .scroll-wrap .options.disabled .icon-radio.checked:after {
          background: #b0b0b0; }
      .scroll-wrap .options.disabled .radio-item:hover {
        color: #b0b0b0; }
        .scroll-wrap .options.disabled .radio-item:hover .icon-radio {
          border-color: #b0b0b0; }
          .scroll-wrap .options.disabled .radio-item:hover .icon-radio.checked:after {
            background: #b0b0b0; }
  .scroll-wrap .imp {
    color: #f22458; }
  .scroll-wrap .inp-wrap input {
    margin-top: 8px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 3px;
    width: 420px;
    line-height: 38px;
    outline: none;
    color: #808080; }
    .scroll-wrap .inp-wrap input::-moz-placeholder {
      color: #d0d0d0; }
    .scroll-wrap .inp-wrap input::-webkit-input-placeholder {
      color: #d0d0d0; }
    .scroll-wrap .inp-wrap input:-ms-input-placeholder {
      color: #d0d0d0; }
    .scroll-wrap .inp-wrap input:focus {
      border: 1px solid #808080;
      color: #333; }
  .scroll-wrap .person-info .item {
    padding: 12px 0;
    border-bottom: 1px solid #e4e4e4; }
    .scroll-wrap .person-info .item.last {
      border: none; }
    .scroll-wrap .person-info .item.last {
      border: none;
      padding-bottom: 0; }
  .scroll-wrap .amount {
    line-height: 36px;
    color: #707070; }
  .scroll-wrap .switch-type {
    height: 40px;
    line-height: 40px; }
    .scroll-wrap .switch-type input {
      background: #fff;
      outline: none;
      border: none;
      color: #707070;
      cursor: pointer; }
  .scroll-wrap .operator {
    height: 40px;
    width: 230px;
    margin: 8px auto 0; }
    .scroll-wrap .operator .button {
      width: 94px;
      height: 38px;
      line-height: 38px;
      float: right; }
      .scroll-wrap .operator .button.submit {
        float: left; }
  .scroll-wrap .closer {
    position: fixed;
    font-size: 20px;
    cursor: pointer;
    color: #b0b0b0;
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: 220px; }

.invoice-notes {
  width: 272px;
  padding: 25px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -136px;
  margin-top: -220px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 102; }
  .invoice-notes.hide {
    display: none; }
  .invoice-notes h3 {
    text-align: center;
    font-size: 18px; }
  .invoice-notes p {
    padding: 8px 0;
    line-height: 1.5;
    height: auto;
    font-size: 14px;
    color: #707070; }
  .invoice-notes .notice-close {
    width: 80px;
    height: 40px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 10px auto 0; }

.bill-notic, .notic-reopen {
  width: 260px;
  padding: 20px;
  text-align: center;
  position: fixed;
  z-index: 102;
  left: 50%;
  margin-left: -120px;
  top: 20%;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  font-size: 16px; }
  .bill-notic p, .notic-reopen p {
    line-height: 32px; }
    .bill-notic p.explain, .notic-reopen p.explain {
      color: #b0b0b0; }
    .bill-notic p.hide, .notic-reopen p.hide {
      display: none; }
  .bill-notic.hide, .notic-reopen.hide {
    display: none; }
  .bill-notic input, .notic-reopen input {
    width: 80px;
    height: 40px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 10px auto 0; }
  .bill-notic .state-icon, .notic-reopen .state-icon {
    padding: 0 13px;
    background: url("//images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614187363.png") no-repeat 0 -27px; }
    .bill-notic .state-icon.error, .notic-reopen .state-icon.error {
      background-position: 0px -27px; }
    .bill-notic .state-icon.current, .notic-reopen .state-icon.current {
      background-position: 0px -59px; }

.notic-reopen input {
  display: inline-block;
  margin-top: 15px; }
  .notic-reopen input.close {
    background: #fff;
    color: #707077;
    border-color: #b0b0b0;
    margin-left: 20px; }

.alert-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .alert-background.show {
    display: block; }

.my-main .my-order li {
  padding: 0 30px; }
  .my-main .my-order li .order-list-1 {
    padding: 30px 0; }
  .my-main .my-order li .order-list-2 {
    padding: 30px 0;
    margin-left: 46px;
    width: 166px; }
  .my-main .my-order li .order-list-3 {
    width: 92px;
    line-height: 34px; }
    .my-main .my-order li .order-list-3 a {
      display: block;
      height: 34px;
      text-align: center;
      margin-top: 9px;
      border-radius: 3px; }
    .my-main .my-order li .order-list-3.canceled {
      padding: 30px 0;
      line-height: 72px;
      text-align: center; }
      .my-main .my-order li .order-list-3.canceled a {
        color: #666; }
    .my-main .my-order li .order-list-3.two a {
      margin-top: 26px;
      background: #f22458;
      color: #fff; }
    .my-main .my-order li .order-list-3.two .pay:hover {
      background: #dc194b; }
    .my-main .my-order li .order-list-3.two .cancel-order {
      height: 32px;
      line-height: 32px;
      margin-top: 8px;
      background: #fff;
      color: #333;
      border: 1px solid #d0d0d0; }
    .my-main .my-order li .order-list-3.three {
      padding: 10px 0; }
      .my-main .my-order li .order-list-3.three a {
        margin: 22px 0 0; }
      .my-main .my-order li .order-list-3.three .last {
        margin: 0; }
      .my-main .my-order li .order-list-3.three .apply-server {
        margin-top: 8px;
        border: 1px solid #d0d0d0;
        height: 32px;
        line-height: 32px;
        color: #333; }
        .my-main .my-order li .order-list-3.three .apply-server.dis {
          background: #d8d8d8; }
      .my-main .my-order li .order-list-3.three .draw-bill {
        margin-top: 8px;
        color: #666; }
      .my-main .my-order li .order-list-3.three .want-draw-bill, .my-main .my-order li .order-list-3.three .look-bill {
        margin-top: 8px;
        border: 1px solid #d0d0d0;
        height: 32px;
        line-height: 32px;
        color: #333; }
      .my-main .my-order li .order-list-3.three .draw-billing {
        margin-top: 8px;
        color: #666; }
      .my-main .my-order li .order-list-3.three .payment, .my-main .my-order li .order-list-3.three .refund {
        color: #b0b0b0; }



/*# sourceMappingURL=order.css.map */
