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

.cancel-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: 12px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0px;
  z-index: 1; }
  .icon-radio.checked:after {
    content: '';
    position: absolute;
    display: inline-block;
    padding: 8px;
    background: #707070;
    border-radius: 50%;
    top: 4px;
    left: 4px; }

label {
  cursor: pointer; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.fr {
  float: right; }

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }

.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); }

.scroll-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  box-shadow: 0px 0px 8px #ccc;
  position: fixed !important;
  z-index: 11;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border-radius: 5px;
  padding: 20px 0; }
  .scroll-wrap p {
    height: 60px;
    line-height: 60px; }
  .scroll-wrap .hide {
    display: none; }
  .scroll-wrap .scrollcontent {
    padding: 30px;
    width: 540px; }
  .scroll-wrap .title {
    font-size: 36px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 20px; }
  .scroll-wrap .style-item {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
    color: #b0b0b0;
    margin-bottom: 20px; }
    .scroll-wrap .style-item .tag {
      color: #707070; }
    .scroll-wrap .style-item .content-type {
      font-size: 28px;
      height: 38px;
      line-height: 38px; }
  .scroll-wrap .bill-type .content {
    line-height: 1.5; }
  .scroll-wrap .til {
    margin-bottom: 12px;
    color: #222;
    font-size: 32px; }
    .scroll-wrap .til .notes {
      float: right;
      color: #7c7c7c;
      font-size: 28px;
      padding-left: 36px;
      background: url("//images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614337949.png") no-repeat 0px center;
      background-size: auto 80%; }
  .scroll-wrap .type {
    font-size: 28px;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px; }
  .scroll-wrap .identity-code {
    margin-top: 10px; }
  .scroll-wrap .options {
    display: inline-block;
    position: relative;
    color: #7c7c7c;
    cursor: pointer;
    padding-left: 30px; }
    .scroll-wrap .options input {
      visibility: hidden;
      position: absolute;
      z-index: 2; }
    .scroll-wrap .options:hover {
      color: #f22458; }
      .scroll-wrap .options:hover .icon-radio {
        border-color: #f22458; }
        .scroll-wrap .options:hover .icon-radio.checked:after {
          background: #f22458; }
    .scroll-wrap .options.disabled {
      background-color: transparent;
      border-radius: none;
      color: #b0b0b0; }
      .scroll-wrap .options.disabled .icon-radio {
        border-color: #b0b0b0; }
        .scroll-wrap .options.disabled .icon-radio.checked:after {
          background: #b0b0b0; }
  .scroll-wrap .imp {
    color: #f22458; }
  .scroll-wrap .inp-wrap input {
    margin-top: 16px;
    height: 76px;
    padding: 0 20px;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 3px;
    width: 480px;
    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 0px;
    border-bottom: 1px solid #e4e4e4; }
    .scroll-wrap .person-info .item.last {
      border: none; }
    .scroll-wrap .person-info .item.last {
      border: none;
      padding-bottom: 0px; }
  .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: 80px;
    width: 460px;
    margin: 0 auto;
    margin-top: 20px; }
    .scroll-wrap .operator .button {
      width: 188px;
      height: 76px;
      line-height: 76px;
      float: left; }
      .scroll-wrap .operator .button.submit {
        float: right; }
  .scroll-wrap .closer {
    position: fixed;
    right: 40px;
    top: 30px;
    font-size: 40px;
    cursor: pointer;
    color: #b0b0b0; }

.invoice-notes {
  width: 540px;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -429px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  z-index: 102; }
  .invoice-notes.hide {
    display: none; }
  .invoice-notes h3 {
    text-align: center;
    font-size: 36px; }
  .invoice-notes p {
    padding: 16px 0;
    height: auto;
    line-height: 1.5;
    font-size: 28px;
    color: #707070; }
  .invoice-notes .notice-close {
    width: 160px;
    height: 80px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 4px;
    font-size: 28px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 20px; }

.bill-notic, .notic-reopen {
  width: 500px;
  padding: 50px;
  text-align: center;
  position: fixed;
  z-index: 102;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  font-size: 32px; }
  .bill-notic p, .notic-reopen p {
    line-height: 64px; }
    .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: 160px;
    height: 80px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 4px;
    font-size: 28px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0; }
  .bill-notic .state-icon, .notic-reopen .state-icon {
    padding: 0 20px;
    margin-right: 9px;
    background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614312661.png") no-repeat center; }
    .bill-notic .state-icon.error, .notic-reopen .state-icon.error {
      background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614312661.png") no-repeat center;
      background-size: 100%; }
    .bill-notic .state-icon.current, .notic-reopen .state-icon.current {
      background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614277250.png") no-repeat center;
      background-size: 100%; }

.notic-reopen input {
  display: inline-block;
  margin-top: 25px; }
  .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-title {
  border: none; }

.my-invoice {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 10px #ccc;
  font-size: 28px; }
  .my-invoice .item {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #f1f1f1; }
    .my-invoice .item.last {
      border-bottom: none; }
    .my-invoice .item .tag {
      width: 152px;
      border-right: 1px solid #f1f1f1;
      float: left; }
    .my-invoice .item .content {
      margin-left: 152px;
      padding-left: 40px; }

.reopen.hidden {
  display: none; }

.operate {
  margin-top: 40px;
  height: 80px;
  color: #c3c3c3; }
  .operate .want-draw-bill {
    color: #f22458; }
  .operate .download-invoice {
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #f22458;
    border-color: #f22458;
    outline: none;
    cursor: pointer;
    float: right;
    width: 194px;
    border-radius: 3px; }
    .operate .download-invoice:hover {
      background: #dc194b; }



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