.userinfo-update {
  padding: 22px 20px;
}
.user-course-nav, .course-small-nav{
  border-bottom: 1px solid #e5e5e5;
}
.user-course-nav a {
  color: #222;
  display: inline-block;
  margin-left: 40px;
  padding-bottom: 10px;
  cursor: pointer;
}
.user-course-nav a:first-child {
  margin-left: 0;
}
.user-course-nav a.select {
  color: #0084ff;
  border-bottom: 2px solid #0084ff;
  font-weight: bold;
  margin-bottom: -1px;
}
.modal .modal-dialog {
  position: absolute;
  top: 10%;
  left: 50%;
}
a:hover {
  color: #999;
}

.icon-shop {
  display: inline-block;
  background: url(//static-f.fwxgx.com/image/shop/icon-shop-be5a52030a698c5823fa96b9574ca1aa.png);
  margin-right: 4px;
  margin-top: -2px;
}

.icon-delete-tip {
  width: 50px;
  height: 50px;
  background: url(//static-f.fwxgx.com/image/shop/icon-shop-be5a52030a698c5823fa96b9574ca1aa.png);
  background-position: -293px -177px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 8px;
}

.all-title {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}

.order-list-title {
  font-size: 12px;
  line-height: 45px;
  color: #333;
  margin-top: 10px;
}

.icon-delete {
  width: 20px;
  height: 19px;
  background-position: -279px -50px;
}

.delete-icon-wrapper {
  cursor: pointer;
  color: #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.delete-icon-wrapper:hover>.icon-delete {
  background-position: -305px -50px;
}

.delete-icon-wrapper:hover {
  color: #0084ff;
}

.order {
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
}

.course {
  padding: 20px 0;
  width: 465px;
  margin-right: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.course img {
  width: 170px;
  height: 97px;
}

.course-detail {
  position: absolute;
  top: 50%;
  left: 188px;
  transform: translate(0, -50%);
}

.course-detail-title {
  color: #222;
  font-size: 14px;
  max-width: 265px;
  word-break: break-all;
  cursor: pointer;
}

.course-detail-title:hover {
  color: #0084ff;
}

.course-detail-chapters p {
  color: #999;
  font-size: 12px;
  line-height: 23px;
}

.order-course {
  display: inline-block;
}

.border-course {
  border-right: 1px solid #e5e5e5;
}

.order-detail {
  display: flex;
  padding-left: 40px;
  flex-direction: row;
  align-items: center;
}

.order-course-invoise {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  width: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}
.order-course-invoise{
  /* text-align: left; */
}

.order-course-price {
  display: inline-block;
  color: #e94444;
  width: 120px;
  text-align: center;
}

.order-button-grey {
  color: #999;
  border: 1px solid #999;
  margin: 3px 0;
}

.order-button-active {
  cursor: pointer;
  color: #f23f3f;
  border: 1px solid #f23f3f;
}

.order-button {
  display: inline-block;
  font-size: 12px;
  width: 75px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  margin: 5px 0;
}

.invoice-box {
  width: 450px;
  background: #fff;
  text-align: left;
}

.loginarrow {
  position: absolute;
  z-index: 99;
  margin-top: -29px;
  right: 130px;
}

.invoice-content {
  font-size: 14px;
  line-height: 25px;
  color: #333;
}

.invoice-content p {
  padding: 7px 0;
}

.invoice-content p span {
  vertical-align: top;
  word-break: break-all;
}

.invoice-text-left {
  display: inline-block;
  width: 90px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: distribute;
}

.color6 {
  color: #666;
}

.icon-invoise {
  width: 10px;
  height: 6px;
  background-position: -85px -50px;
  vertical-align: middle;
}

/* .order-invoise-wrapper:hover .invoice-box {
  display: inline-block;
} */

.invoice-text-right {
  display: inline-block;
  max-width: 280px;
}

.order-button-wrapper {
  width: 75px;
  display: inline-block;
  margin-left: 25px;
}

.order-course li:last-child {
  border-bottom: none !important;
}

.course img {
  width: 170px;
  height: 97px;
}

.mr40 {
  margin-right: 40px;
}

.mr90 {
  margin-right: 90px;
}

.tip-confirm-title {
  font-size: 20px;
  line-height: 35px;
  color: #222;
}

.tip-confirm {
  font-size: 14px;
  line-height: 34px;
  color: #666;
}

.confirm-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 70px;
  height: 32px;
  border-radius: 3%;
}

.revoke-confirm-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  width: 100px;
  height: 38px;
  border-radius: 3px;
}
.confirm-active {
  color: #ffffff;
  background-color: #0084ff;
}

.confirm-cancle {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}

.confirm-active:hover {
  background-color: #118cff;
}

.confirm-wrapper {
  display: flex;
  flex-direction: row;
  margin: 15px 0 52px 37px;
}

.order-overdue-header{
    padding: 15px;
}
.order-overdue-body{
  position: relative;
  padding: 15px 0 40px 0;
  text-align: center;
}
.icon-billing {
  display: inline-block;
  position: absolute;
  background: url(//static-f.fwxgx.com/image/common/icon-billing-hover-18d7ec8ace0b40fb43ba9ded550cfb0e.png) no-repeat center;
}
.icon-billing:hover{
  background: url(//static-f.fwxgx.com/image/common/icon-billing-f929536dc577d497b16c312517f7217b.png) no-repeat center;
}
.icon-reject{
  display: inline-block;
  position: absolute;
  background: url(//static-f.fwxgx.com/image/common/icon-reject-hover-ea49de3db7bd3322768b4eb130eb3fe0.png) no-repeat center;
}
.icon-reject:hover{
  background: url(//static-f.fwxgx.com/image/common/icon-reject-551eab14a8465c3a0efafbc599ae56a8.png) no-repeat center;
}
.order-course-relative{
  position: relative;
}
.icon-why {
  width: 16px;
  height: 16px;
  margin:2px 0 0 5px;
}
.apply-invoiced-edit{
  width: 120px;
  text-align: center;
}
.order-course-invoise .apply-invoiced,.apply-invoiced-edit span:first-child{
  color: #0084ff;
  cursor: pointer;
  display: block;
}
.apply-invoiced-edit span:last-child{
  color: #999999;
}
.invoice-form-title {
  color: #999;
  font-size: 14px;
  line-height: 35px;
  margin: 10px 0;
}

.invoice-form-input {
  height: 38px;
  width: 400px;
  line-height: 38px;
  padding: 0 10px;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
}

.invoice-form-lable {
  text-align: end;
  display: inline-block;
  width: 110px;
  color: #333;
}

.invoice-form li {
  margin-bottom: 15px;
}

.invoice-button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  border-radius: 3%;
  cursor: pointer;
}

.invoice-save {
  height: 38px;
  border: none;
  color: #ffffff;
  width: 150px;
  background-color: #0084ff;
  margin-left: 120px;
}

.invoice-cancle {
  height: 38px;
  border: 1px solid #e5e5e5;
  color: #999;
  width: 100px;
  background-color: #fff;
  margin-left: 5px;
}
.invoice-form{
  border-bottom: 1px solid #ddd;
  padding: 0 45px;
}
.tip-html {
  margin-left: 120px;
  color: #f23300;
  padding-bottom: 15px;
}
.remark-invoice{
  font-size: 12px;
  color: #999999;
  padding: 20px 45px 5px 45px;
}
.invoice-input{
  height: 11px;
  margin-left: 10px !important;
}
.select-invoice{
    position: absolute;
    left: 124px;
    top: 38px;
    width: 400px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 10px;
}
.select-invoice ul{
  margin-top: 10px;
  max-height: 335px;
  overflow-y: scroll;
  background-color: #fff;
}
.select-invoice li{
  color: #666666;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-invoice li:hover{
  color: #0084FF;
}
.select-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin: 0 auto;
}
select {
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: #666;
    padding: 0 20px;
    border: 1px solid #e7e7ef;
    border-radius: 4px;
}
/*select {*/
/*  width: 130px;*/
/*  height: 38px;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*  border-radius: 20px;*/
/*  padding: 8px 12px;*/
/*  overflow-y: auto;*/
/*  appearance: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  position: relative;*/
/*  background-color: #f5f5f5;*/
/*  cursor: pointer;*/
/*  text-align-last: right;*/
/*}*/

/*select:hover {*/
/*  background-color: #e6e6e6;*/
/*}*/

/*select:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 10px;*/
/*  transform: translateY(-50%);*/
/*  border-top: 6px solid #999;*/
/*  border-right: 6px solid transparent;*/
/*  border-left: 6px solid transparent;*/
/*  pointer-events: none;*/
/*}*/

/*select:focus {*/
/*  outline: none;*/
/*  background-color: #e6e6e6;*/
/*}*/

/*select:focus:before {*/
/*  border-top: 6px solid #333;*/
/*}*/

/*select option {*/
/*  font-size: 14px;*/
/*  padding: 4px 8px;*/
/*  background-color: #f5f5f5;*/
/*  color: #333;*/
/*  border-radius: 4px;*/
/*}*/

/*select option:hover {*/
/*  background-color: #e6e6e6;*/
/*}*/

/*select option:first-child {*/
/*  color: #999;*/
/*}*/

/*!* Add custom scrollbar *!*/
/*select::-webkit-scrollbar {*/
/*  width: 8px;*/
/*}*/

/*select::-webkit-scrollbar-track {*/
/*  background-color: #f5f5f5;*/
/*  border-radius: 4px;*/
/*}*/

/*select::-webkit-scrollbar-thumb {*/
/*  background-color: #c4c4c4;*/
/*  border-radius: 4px;*/
/*}*/

/*select::-webkit-scrollbar-thumb:hover {*/
/*  background-color: #9d9d9d;*/
/*}*/
.ft18 {
    font-size: 18px !important;
}
.fw700 {
    font-weight: 700 !important;
}
