.pament-content {
  background: #fff;
  padding: 10px 14px 58px 14px;
}
.toolbar-group .toolbar-left {
  float: left;
}
.toolbar-group .toolbar-right {
  float: right;
  margin-top: 10px;
}
.toolbar-group .toolbar-right label {
  margin-bottom: 0;
}
.toolbar-group .toolbar-right select {
  font-size: 14px;
  height: 30px;
  margin-top: 1px;
  width: 334px;
  color: #333;
  padding: 4px 10px;
}
.payment .payment-content .table tbody .table-amount .text-orange,
.payment .payment-content .table tfoot .table-amount .text-orange {
  font-size: 16px;
}
.payment .payment-content .table tbody .table-amount td,
.payment .payment-content .table tfoot .table-amount td {
    background: #feefe5;
    padding: 13px 0 14px 0;
    font-size: 14px;
    border-top: 1px solid #fff;
    color: #f76515;
}
.toolbar-group .toolbar-right select option {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 10px;
  color: #333;
}
.toolbar-group .toolbar-right select option:hover {
  background: #EDEDED !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  color: #333;
}
.toolbar-group .toolbar-right .name {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}
.toolbar-group .toolbar-right .sky-form {
  float: left;
}
.toolbar-group .sky-form {
  border: 0;
}
.toolbar-group .sky-form .select i {
  top: 18px;
}
.toolbar-group .btn {
  padding: 5px 20px 5px 42px;
  font-size: 14px;
}
.toolbar-group .btn img {
  display: inline-block;
  margin-right: 10px;
}
.toolbar-group .btn-default {
  border-color: #d9d9d9;
  color: #ff5b07;
  display: inline-block;
  margin-right: 11px;
}
.toolbar-group .btn-default:hover,
.toolbar-group .btn-default:focus {
  background: #fb5700;
  color: #fff;
  border-color: #fb5700;
}
.toolbar-group .btn-search {
  background: url("../img/btn-search.png") no-repeat 19px 10px;
}
.toolbar-group .btn-search:hover,
.toolbar-group .btn-search:focus {
  background-image: url("../img/btn-search-hover.png");
  background-position: 19px 10px ;
  background-repeat: no-repeat;
  background-color: #fb5700 ;
}
.toolbar-group .btn-recharge {
  background: url("../img/btn-recharge.png") no-repeat 19px 6px;
}
.toolbar-group .btn-recharge:hover,
.toolbar-group .btn-recharge:focus {
  background-image: url("../img/btn-recharge-hover.png");
  background-position: 19px 6px ;
  background-repeat: no-repeat;
  background-color: #fb5700 ;
}

.sky-form table .radio,
.sky-form table .checkbox {
  padding-left: 0;
  margin-left: 17px;
}
.table {
  border-collapse: separate;
}
.table tbody tr td,
.table tfoot tr td {
  background: #f8f8f8;
  border-bottom: 1px dotted #e5e5e5;
  border-top: 0;
  text-align: center;
  color: #666;
  padding: 12px 8px;
  font-size: 14px;
  height:14px;
}
.table tbody tr td .checkbox,
.table tfoot tr td .checkbox {
  top: -4px;
  right: 12px;
}
.table tbody .active td,
.table tfoot .active td {
  background: #f8f3f0 !important;
}
.table thead tr th,
.table thead tr td {
  background: #f4f5f9;
  border-bottom: 1px solid #d9d9d9 !important;
  border-top: 1px solid #d9d9d9 !important;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 8px;
  position: relative;
}
.table thead tr th .desc,
.table thead tr td .desc {
  display: none;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #c2c3c5 transparent;
  border-style: dashed dashed solid dashed;
  border-width: 6px;
  position: absolute;
  right: 0;
  top: 19px;
}
.table thead tr th .desc:hover,
.table thead tr td .desc:hover,
.table thead tr th .desc:focus,
.table thead tr td .desc:focus {
  cursor: pointer;
  border-color: transparent transparent #919191 transparent;
}
.table thead tr th .asc,
.table thead tr td .asc {
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: #c2c3c5 transparent  transparent transparent ;
  border-style: solid dashed dashed dashed;
  border-width: 6px;
  position: absolute;
  right: 0;
  bottom: 13px;
}
.table thead tr th .asc:hover,
.table thead tr td .asc:hover,
.table thead tr th .asc:focus,
.table thead tr td .asc:focus {
  cursor: pointer;
  border-color: #919191 transparent  transparent transparent ;
}
.table thead tr th .active.desc,
.table thead tr td .active.desc {
  border-color: transparent transparent #919191 transparent;
}
.table thead tr th .active.desc:hover,
.table thead tr td .active.desc:hover,
.table thead tr th .active.desc:focus,
.table thead tr td .active.desc:focus {
  cursor: pointer;
}
.table thead tr th .active.asc,
.table thead tr td .active.asc {
  border-color: #919191 transparent  transparent transparent ;
}
.table thead tr th .active.asc:hover,
.table thead tr td .active.asc:hover,
.table thead tr th .active.asc:focus,
.table thead tr td .active.asc:focus {
  cursor: pointer;
}
.table thead tr .checkbox {
  top: -24px;
  right: 12px;
}
.table-content.sky-form {
  border: 0;
  margin-top: 10px;
}
.table-content.sky-form .table {
  margin-bottom: 0;
}
.loading-table {
  text-align: center;
  background: #f8f8f8;
  font-size: 16px;
  color: #666;
  padding-top: 30px;
  padding-bottom: 36px;
  border-top: 1px dotted #e5e5e5;
}
.loading-table img {
  display: inline-block;
  margin-right: 12px;
}
.button-group {
  text-align: center;
  margin-top: 50px;
}
.button-group button {
  font-size: 16px;
  padding: 7px 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button-group .btn-warning {
  background: #ff5b22;
  border-color: #ff5b22;
  margin-right: 26px;
}
.button-group .btn-warning:hover,
.button-group .btn-warning:focus {
  background: #fb5015;
  border-color: #fb5015;
}
@-webkit-keyframes rotationimg {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotationimg {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotationimg {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotation {
  -webkit-transform: rotate(360deg);
  animation: rotationimg 3s linear infinite;
  -moz-animation: rotationimg 3s linear infinite;
  -webkit-animation: rotationimg 3s linear infinite;
  -o-animation: rotationimg 3s linear infinite;
}
.pamentinfo-content {
  background: #fff;
  padding: 40px 20px 40px 20px;
}
.pamentinfo-name {
  font-size: 24px;
  color: #333;
  margin-bottom: 26px;
}
.payment {
  border: 1px solid #e0e0e0;
  padding: 34px 20px 42px 20px;
}
.payment .payment-name {
  font-size: 20px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 200;
}
.payment .payment-style {
  padding-top: 30px;
}
.payment .payment-style .payment-online,
.payment .payment-style .payment-company,
.payment .payment-style .payment-capital,
.payment .payment-style .payment-investment {
  padding: 6px 20px;
  border: 2px solid #dedede;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  color: #747474;
  position: relative;
}
.payment .payment-style .payment-online:hover,
.payment .payment-style .payment-company:hover,
.payment .payment-style .payment-capital:hover,
.payment .payment-style .payment-investment:hover {
  cursor: pointer;
}
.payment .payment-style .payment-name {
  margin-top: 28px;
}
.payment .payment-style .active {
  border-color: #f76515;
}
.payment .payment-style .active b {
  background: url("../img/payment-active.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.payment .payment-content {
  margin-top: 30px;
  padding-bottom: 0;
  border: 0;
  background: #f7f7f7;
}
.payment .payment-content .table thead tr th,
.payment .payment-content .table thead tr td {
  border: 0 !important;
  font-size: 16px;
  color: #333;
  background: transparent;
  padding: 25px 8px 26px 8px;
}
.payment .payment-content .table tbody tr td table tbody tr,
.payment .payment-content .table tfoot tr td table tbody tr {
  font-size: 16px;
  color: #666;
  background: transparent;
  border-top: 1px dotted #ddd;
  border-bottom: 0;
  padding: 15px 8px 0 8px;
  position: relative;
  vertical-align:middle;
}
.payment .payment-content .table tbody tr td table tbody tr td input,
.payment .payment-content .table tfoot tr td table tbody tr input {
  height: 32px;
  border-color: #ccc;
  color: #666;
}
.payment .payment-content .table tbody tr td table tbody tr .discount-text,
.payment .payment-content .table tfoot tr td table tbody tr .discount-text {
	white-space: nowrap;
	display: inline-block;
	font-size: 14px;
	color: #2378ff;
}
.payment .payment-content .table tbody tr td table tbody tr .discount-text:hover {
	cursor: pointer;
}
.payment .payment-content .preferential-scheme {
  border: 1px solid #f6c9ab;
  background: #faebe0;
  text-align: left;
  padding: 14px 14px 5px 14px;
  width: 328px;
  position: absolute;
  top: 82px;
  left: 10px;
  z-index: 10;
}
.payment .payment-content .preferential-scheme .preferential-scheme-name {
  position: relative;
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.payment .payment-content .preferential-scheme b {
  background: url("../img/preferential-title.png") no-repeat;
  display: inline-block;
  width: 18px;
  height: 7px;
  position: absolute;
  top: -21px;
  left: -1px;
}
.payment .payment-content .preferential-scheme-info {
  margin-bottom: 6px;
  font-size: 14px;
  color: #545454;
}
.payment .payment-total {
  margin-top: 18px;
  margin-bottom: 30px;
  text-align: right;
  background: #f7f7f7;
  height: 104px;
  line-height: 104px;
  font-size: 16px;
  color: #666;
}
.payment .payment-total span {
  color: #f76515;
  font-size: 30px;
  margin: 0 44px 0 22px;
}
.payment .payment-submit {
  text-align: right;
}
.payment .payment-submit button {
  font-size: 20px;
  padding: 10px 54px;
  border-color: #ff5b22;
  color: #fff;
  background: #ff5b22;
}
.payment .payment-submit button:hover,
.payment .payment-submit button:focus {
  background: #fb5015;
  color: #fff;
  border-color: #fb5015;
}
.payment .payment-time {
  font-size: 16px;
  color: #999;
  text-align: right;
  margin-top: 18px;
  margin-bottom: 60px;
}
.payment .payment-explain {
  background: #fff6f0;
  padding: 20px 20px 5px 20px;
  font-size: 16px;
  color: #999;
}
.payment .payment-explain .explain-title {
  margin-bottom: 5px;
}
.payment .payment-explain .first {
  margin-bottom: 5px;
  margin-left: 24px;
}
.payment .payment-explain .second {
  margin-bottom: 5px;
  margin-left: 60px;
}
.payment .payment-line {
  border-top: 2px dotted #dbdfea;
  position: relative;
  margin-bottom: 22px;
}
.payment .payment-line .line-left {
  left: -64px;
  position: absolute;
  top: -21px;
  background: #f3f4f8;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.payment .payment-line .line-right {
  right: -64px;
  position: absolute;
  top: -21px;
  background: #f3f4f8;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.payment-online-area {
  padding-top: 20px;
}
.payment-online-area .sky-form {
  border: 0;
}
.payment-online-area .sky-form .radio {
  padding-left: 37px;
  margin-right: 25px;
}
.payment-online-area .sky-form .radio i {
  top: 32px;
}
.payment-online-area .payment-online-radio label {
  display: inline-block;
}
.payment-online-area .payment-online-radio label img {
  padding: 20px 32px 18px 32px;
  border: 1px solid #f0f0f0;
}
.payment-company-area {
  margin-top: 20px;
}
.payment-company-area .payment-name {
  margin-top: 42px;
}
.payment-company-area .company-info {
  background: #fafafa;
  border: 1px solid #dedede;
  padding-bottom: 6px;
}
.payment-company-area .company-info .error-pic {
  font-size: 14px;
  color: #666;
  background: #faebe1;
  height: 42px;
  line-height: 42px;
  margin-top: 19px;
  margin-bottom: 19px;
  border: 1px solid #fafafa;
}
.payment-company-area .company-info .error-pic img {
  display: inline-block;
  margin: 0 10px 0 22px;
}
.payment-company-area .company-info .company-add {
  font-size: 14px;
  color: #555;
  margin-left: 22px;
  margin-bottom: 6px;
}
.payment-company-area .company-info .company-add .text {
  display: inline-block;
  margin-left: 12px;
}
.payment-capital-area {
  width: 466px;
  background: #fafafa;
  border: 1px solid #dedede;
  margin-top: 22px;
  text-align: center;
}
.payment-capital-area .balance-info {
  font-size: 30px;
  color: #737373;
  margin-top: 32px;
}
.payment-capital-area .balance-info img {
  display: inline-block;
  margin-right: 10px;
}
.payment-capital-area .capital-total {
  margin-top: 4px;
  font-size: 40px;
  color: #f96500;
  margin-bottom: 28px;
}
.payment-investment-area {
  margin-top: 20px;
}
.payment-investment-area .investment-info {
  background: #fafafa;
  border: 1px solid #dedede;
  padding-bottom: 74px;
}
.payment-investment-area .investment-info .error-pic {
  font-size: 14px;
  color: #666;
  background: #faebe1;
  height: 42px;
  line-height: 42px;
  margin-top: 19px;
  margin-bottom: 15px;
  border: 1px solid #fafafa;
}
.payment-investment-area .investment-info .error-pic img {
  display: inline-block;
  margin: 0 10px 0 22px;
}
.payment-investment-area .investment-checkbox {
  border: 0;
  margin-left: 24px;
}
.payment-investment-area .investment-checkbox .radio {
  font-size: 14px;
  color: #545454;
}
.order-submit {
  margin-bottom: 30px;
}
.order-submit .submit-title {
  text-align: center;
  font-size: 20px;
  color: #3f3f3f;
  margin-top: 44px;
  margin-bottom: 54px;
}
.order-submit .submit-title img {
  margin-right: 20px;
}
.order-submit .order-print {
  /* margin-left: 232px; */
  margin-bottom: 12px;
  font-size: 16px;
  color: #999;
}
.order-submit .order-print a {
  color: #2378ff;
  display: inline-block;
  margin-right: 10px;
}
.print-content {
  margin-top: 112px;
}
.print-content .payment {
  border: 0;
}
.print-content .pamentinfo-content {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 6px 5px -2px #666666;
  -moz-box-shadow: 0 6px 5px -2px #666666;
  -webkit-box-shadow: 0 6px 5px -2px #666666;
}
.print-content .pamentinfo-content .payment {
  padding-bottom: 42px;
}
.print-content .payment-total {
  margin-bottom: 14px;
}
.print-company {
  background: url("../img/print-bg.png") no-repeat;
  box-shadow: 0 6px 5px -2px #666666;
  -moz-box-shadow: 0 6px 5px -2px #666666;
  -webkit-box-shadow: 0 6px 5px -2px #666666;
  padding-left: 35px;
}
.print-company .print-title {
  font-size: 24px;
  color: #333;
  margin-top: 80px;
  margin-bottom: 16px;
}
.print-company .print-info {
  font-size: 20px;
  color: #333;
  margin-bottom: 66px;
  margin-left: 0;
  margin-right: 19px;
}
.print-company .print-info .text {
  display: inline-block;
}
.print-company .print-info .text img {
  margin-right: 10px;
}
.print-company .print-info .fr .text {
  display: block;
  text-align: right;
}
.pamentorder-company {
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
.toolbar-group .toolbar-left {
  margin-top: 9px;
}
.sky-form .select i::after,
.sky-form .select i::before {
  top: 0;
}
.sky-form .select i::before {
  border-bottom: 4px solid #404040;
  top: -6px;
}
.sky-form .select .select2-container {
  width: 270px;
  border: 0;
  height: auto !important;
  padding: 0px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ddd;
    font-size: 6px;
    text-align: left;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ddd;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ddd;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ddd;
}
.counts{
	z-index: 666;
	display:none;
	border: 1px solid #f6c9ab;
    background: #faebe0;
    text-align: left;
    padding: 14px 14px 5px 14px;
    width: 270px;
    position: absolute;
	margin-top: 5px;
	margin-left: 62px;
}
.preferential-scheme-name {
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
    color: #666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.preferential-scheme-name b{
	background: url("/resources/theme/img/preferential-title.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 7px;
    position: absolute;
    top: -21px;
    left: -1px;
}
.preferential-scheme-info {
    margin-bottom: 6px;
    font-size: 14px;
    color: #545454;
}
.cshow{
	display:block !important;
}
.cWarn{
	border-color:#f76515 !important;
}
.warnV{
	color:#f76515;
	font-size:13px;
	display:none;
	white-space: nowrap;
}
.infoList td{
	padding: 15px 8px 15px 8px !important;
}
#discountCoupons .discount-resource .list-text{
	margin-top:10px;
	font-family: "PingFang-SC-Regular", Helvetica, Arial, sans-serif;
}
#discountCoupons .discount-resource .table{
	cellspacing:0px;
	border-collapse:separate;
	border-spacing:0px 20px;
}
#discountCoupons .discount-resource .table tbody tr td a{
	font-size:24px;
}
#discountCoupons .discount-resource .table tbody tr td{
	border-top:1px solid rgba(250,101,0,0.2);
	border-bottom:1px solid rgba(250,101,0,0.2);
}
.price-cro{
	position: relative;
	border-left:1px solid rgba(250,101,0,0.2);
}

.price-cro_right_top{
    top: -1px;
    right: -1px;
    border-radius:0px 0px 0px 10px;
    border-bottom: 1px solid rgba(250,101,0,0.2);
    border-left: 1px solid rgba(250,101,0,0.2);
}
.price-cro_right_bottom{
    right: -1px;
    bottom: -1px;
    border-radius:10px 0px 0px 0px;
    border-top: 1px solid rgba(250,101,0,0.2);
    border-left: 1px solid rgba(250,101,0,0.2);
}
.left_top,.price-cro_right_top,.left_bottom,.price-cro_right_bottom{
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px 1px solid #fff;
    z-index: 1;
    background: #fff;
}
.effectivetime-cro{
	position: relative;
}
.effectivetime-cro_left_top{
    top: -1px;
    left: -1px;
    border-radius:0px 0px 10px 0px;
    border-bottom: 1px solid rgba(250,101,0,0.2);
    border-right: 1px solid rgba(250,101,0,0.2);
}
.effectivetime-cro_left_bottom{
    left: -1px;
    bottom: -1px;
    border-radius:0px 10px 0px 0px;
    border-top: 1px solid rgba(250,101,0,0.2);
    border-right: 1px solid rgba(250,101,0,0.2);
}
.effectivetime-cro_left_top,.right_top,.effectivetime-cro_left_bottom,.right_bottom{
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px 1px solid #fff;
    z-index: 1;
    background: #fff;
}
.number-cro{
	border-right:1px solid rgba(250,101,0,0.2);
}
#uodateInvoice .other-resource .list-text{
	margin-top:10px;
}
#uodateInvoice .other-resource .list-text .name{
    color: #999;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    width: 240px;
	float: left;
}
#uodateInvoice .other-resource .list-text .text{
   margin-left:20px;
}
.inactives{
   border:none;
   background:#FFF;
   padding-left:5px;
}
.actives{
	border:1px solid #e1e1e1;
	border-radius:8px;
	padding-left:5px;
	background:#FFF;
}
.inactives:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}
.req{
	float: right;
    color: red;
    margin-top: 3px;
    margin-left: 5px;
}
.sx{
	width: 45px;
	padding-left: 10px;
	margin-left: 2px;
	height: 32px;
	line-height: 32px;
	border-radius: 8px;
	border: 1px solid #ccc
}
.sx{
   outline:none
}
.initialisms{
	background-color: #A7A7A7;
}

/* .track-rcol{width: 900px; border: 1px solid #eee;} */
.track-list{margin: 50px; padding-left: 110px; position: relative;}
.track-list li{position: relative; padding: 9px 0 0 25px; line-height: 25px; border-left: 1px solid #d9d9d9; color: #red;}
.track-list li.first{padding-top: 0;}
.track-list li .node-icon{position: absolute; left: -6px; top: 50%; width: 11px; height: 11px; background: url(/resources/assets/img/icons/processIcon.png)  0px -72px no-repeat;}
/*  .track-list li.first .node-icon{background-position:0 -72px;}  */
.track-list ul li{
	list-style: none;
	margin-top:-10px;
}
.track-list ul li .time{
    font-size: 16px;
    color: red;
}
.track-list ul li a{
    font-size: 16px;
    color: red;
}


#table_extra.table{
	border-right:0;
	border-top:1px solid rgba(250,101,0,0.2);
	/* border-bottom:2px solid  #feefe5; */
	margin-bottom:0px;
}

#table_extra .extra_t tr td{
	text-align: left;
	border:0;
	padding-top:0px
}

#table_extra .extra_t{
	padding:0px,8px;
}

/* #table_extra tr td:nth-child(1),#table_extra tr td:nth-child(2),#table_extra tr td:nth-child(3){
	border-top:0
}
 */

 #table_extra .extra_t tr td{
 	font-size:12px;
 	padding-bottom: 8px;
 }



 #padsie tbody tr td{
 padding:6px 8px;
 }




