/* ============================================================
   公共部分
   ============================================================ */

/* ============================================================
   私有部分
   ============================================================ */

/* refund_query.shtml(退款查询页)
------------------------------ */

.refund-query .table-receive .c2,
.refund-query .table-receive .c3 {
  width: 150px;
  *width: 110px;
}

.refund-query .table-receive .opr {
  width: 85px;
}

.refund-query .table-refund .c1 {
  width: 220px;
}

.refund-query .table-refund .c4 {
  width: 200px;
}

.refund-query .table-failure .c2 {
  width: 200px;
}

.refund-query .table-failure table {
  border-bottom: none;
}

.refund-query .table-failure tfoot td {
  font-weight: bold;
}

.refund-query .status-list .txt-col {
  float: left;
  margin-right: 10px;
  word-wrap: break-word;
  word-break: normal;
}

.refund-query .status-list .bank-info dt {
  float: left;
  width: 100px;
  text-align: right;
  color: #8d8d8d;
}

.refund-query .status-list .bank-info dd {
  margin-left: 105px;
}

.refund-query .approve-record {
  margin-left: -35px;
}

.refund-query .approve-record .col1 {
  width: 150px;
}

.refund-query .approve-record .col2 {
  width: 110px;
}

.refund-query .approve-record .col3 {
  width: 240px;
}

.refund-query .approve-record .col4 {
  margin-right: 0;
}

.refund-query .change-record {
  margin-left: -35px;
}

.refund-query .change-record .col1 {
  width: 150px;
}

.refund-query .change-record .col2 {
  width: 110px;
}

.refund-query .change-record .col3 {
  width: 110px;
}

.refund-query .change-record .col4 {
  width: 285px;
  margin-right: 0;
}

/* refund_apply.shtml(申请退款页)
------------------------------ */

.refund-apply .switch-bar {
  padding: 10px;
  text-align: center;
}

.refund-apply .amount-pay {
  padding: 5px 10px;
  background: #f4f5f9;
}

/* refund_audit.shtml(退款审核页)
------------------------------ */

.refund-audit .table-audit .c2 {
  width: 280px;
}

.refund-audit .table-audit .c3 {
  width: 210px;
}

/* batch_refund.shtml(批量退款页)
------------------------------ */

.batch-refund .table-wrp .table th,
.batch-refund .table-wrp .table td {
  padding: 8px 15px;
}

.batch-refund .table-wrp .c3 {
  width: 170px;
  *width: 140px;
}

/* trade_order.shtml(交易订单)
------------------------------ */

.trade-order .table-trade th {
  white-space: nowrap;
}

.trade-order .table-trade .c5 {
  width: 110px;
  *width: 70px;
}

.trade-order .table-trade .c6 {
  width: 121px;
  *width: 81px;
}

.trade-order .table-trade .c7 {
  width: 114px;
  *width: 74px;
}

/* trade_order_detail.shtml(交易订单详情页)
------------------------------ */

.trade-order-detail .status-list li .event {
  display: inline-block;
  width: 200px;
}

.trade-order-detail .status-list li .staff {
  display: inline-block;
}

.trade-order-detail .data-hd p {
  margin-left: 50px;
}

.trade-order-detail .form-pecent .form-item {
  width: 30.2%;
}

/* batch_refund_detail.shtml(批量退款详情页)
------------------------------ */

.batch-refund-detail .status-list li .event {
  display: inline-block;
  width: 360px;
}

.batch-refund-detail .status-list li .staff {
  display: inline-block;
}

/* refund_config.shtml(退款配置)
------------------------------ */

.refund-config .label-green {
  background: #65c92b;
  color: #fff;
  padding: 2px 5px;
}

.refund-config .widget-list .ipt-area li {
  padding-bottom: 10px;
}

/* 媒体选择框
----------------start-------------- */

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.dialog_wrp {
    position: fixed;
    width: calc(75% - 30px);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.dialoger {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dialog_hd {
  background: transparent;
  padding: 0 32px;
  line-height: 72px;
  height: 72px;
  border-bottom-width: 0;
  position: relative;
}

.dialog_hd h3 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #222;
}

.weui-desktop-dialog__close-btn {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  line-height: 1.6;
  overflow: hidden;
}

.weui-desktop-icon-btn {
  background-color: transparent;
  padding: 0;
  border-width: 0;
  vertical-align: middle;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}

.pop_closed {
  background: url(../images/base_z413fd5.png) 0 -2465px no-repeat;
}

.pop_closed:hover {
  background: url(../images/base_z413fd5.png) 0 -2485px no-repeat;
}

.img_dialog_wrp .dialog_bd {
  padding: 0;
}

.inner_container_box {
  zoom: 1;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e7e7eb;
}

.inner_container_box.cell_layout .inner_side {
  width: 18%;
  min-height: 1px;
  max-width: 240px;
  border-right: 1px solid #e7e7eb;
}

.img_pick_panel .group_list {
  height: 460px;
  overflow-y: auto;
}

.inner_container_box.cell_layout .inner_side,
.inner_container_box.cell_layout .inner_main {
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
}

.inner_menu {
  border-top: 1px solid #e7e7eb;
}

.inner_menu:first-child {
  border-top-width: 0;
}

.inner_menu_item:hover,
.inner_menu_item.selected {
  background-color: #f4f5f9;
}

.inner_menu_item {
  position: relative;
  line-height: 32px;
}

.img_pick_panel .inner_menu_link {
  padding-left: 1.5em;
  text-align: left;
}

.inner_menu_link {
  display: block;
  color: #222;
  padding-left: 1em;
  text-decoration: none;
}

.img_pick_panel .inner_menu_link strong {
  max-width: 86px;
}

.inner_menu_link strong {
  display: inline-block;
  margin-top: -2px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 80px;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
}

.group_list .num {
  display: inline-block;
  padding-left: 3px;
  font-style: normal;
  color: #8d8d8d;
}

.icon14_common {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  line-height: 100px;
  overflow: hidden;
}

.inner_container_box.cell_layout .inner_main {
  width: 2000px;
}

.img_pick_panel .img_pick_area {
  position: relative;
  height: 460px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.sub_title_bar {
  padding-top: 10px;
  padding-bottom: 16px;
  background-color: #fff;
  padding: 0 20px;
  line-height: 55px;
}

.search_bar {
  line-height: 1.6;
  margin-top: 13px;
  *margin-top: 12px;
}

.frm_input_box {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 278px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
}
.frm_input, .frm_textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.frm_input_box.append .frm_input_append {
  position: absolute;
  top: 0;
  right: 0.8em;
}

.frm_input_box.search .frm_input_append {
  right: -115px;
  width: 30px;
  text-align: center;
}

.frm_input {
    height: 22px;
    line-height: 22px;
    margin: 4px 0;
}

.frm_input,
.frm_textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.img_pick_panel .img_pick_area_inner {
  position: relative;
  height: 407px;
}

.img_pick_panel .img_pick_area_inner .img_pick {
  height: 332px;
}

.img_pick {
  text-align: center;
  padding: 20px;
  padding-bottom: 5px;
}

.img_pick .img_list {
  margin-right: -20px;
}

.img_pick .img_item {
  position: relative;
  margin-right: 11px;
  margin-bottom: 10px;
}

.img_pick .img_item {
  float: left;
  text-align: center;
}

.img_pick .img_item_bd {
  margin: 0;
  border: 1px solid #e7e7eb;
  width: 117px;
}

.img_pick .img_item_bd.movie_item_bd {
  width: 208px;
}

.frm_radio_label,
.frm_checkbox_label {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  margin-right: 1em;
}

.img_pick .img_item .pic_box {
  width: 117px;
  height: 117px;
  position: relative;
  overflow: hidden;
}

.pic_box img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
}


.img_pick .img_item_bd.movie_item_bd .pic_box {
  width: 208px;
}

.img_pick .img_item .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.js_pic {
  height: 117px;
}
.js_music {
  height: 90px;
}
.js_movie {
  height: 117px;
}
.play {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #9e9e9e;
}
.play:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: dashed;
  border-color: transparent;
  border-right-width: 0;
  border-left-width: 15px;
  border-left-color: #919191;
  border-left-style: solid;
}
.img_pick .img_item .lbl_content {
  display: block;
  padding: 0 9px;
}

.img_pick .img_item .lbl_content {
  height: 32px;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.img_pick .img_item_bd.selected .selected_mask {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img_pick .img_item_bd .selected_mask {
  /*display: none;*/
}

.img_pick .img_item_bd.selected .selected_mask_inner {
  width: 118px;
  height: 118px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background-color: #000;
  filter: alpha(opacity=60);
}
.img_pick .img_item_bd.movie_item_bd.selected .selected_mask_inner {
  width: 209px;
}
.img_pick .img_item_bd.selected .selected_mask_icon {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../images/icon_card_selected3a7b38.png) no-repeat 0 0;
  width: 117px;
  height: 117px;
  vertical-align: middle;
  display: inline-block;
  background-position: 50% 50%;
}
.img_pick .img_item_bd.movie_item_bd.selected .selected_mask_icon {
  width: 208px;
}

.img_dialog_wrp .dialog_ft_desc {
  position: absolute;
  bottom: 23px;
  left: 20px;
}

.dialog_ft {
  background: transparent;
  line-height: 100px;
  padding: 0;
  position: relative;
  margin: 0;
  text-align: center;
  border-top: 1px solid transparent;
}

.dialog_ft .btn {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.btn.btn_input {
  min-width: 104px;
  padding: 0;
}

.btn button {
  display: block;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  overflow: visible;
  padding: 0 22px;
  cursor: pointer;
}

.btn.btn_input button {
  width: 100%;
}

.btn_primary button {
  color: #fff;
}

.btn_primary {
  background-color: #44b549;
  background-image: -moz-linear-gradient(top, #44b549 0, #44b549 100%);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#44b549),
    to(#44b549)
  );
  background-image: -webkit-linear-gradient(top, #44b549 0, #44b549 100%);
  background-image: -o-linear-gradient(top, #44b549 0, #44b549 100%);
  background-image: linear-gradient(to bottom, #44b549 0, #44b549 100%);
  border-color: #44b549;
  color: #fff;
}

.btn_default {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  border-color: #e7e7eb;
  color: #222;
}

.btn {
  display: inline-block;
  overflow: visible;
  padding: 0 22px;
  height: 30px;
  line-height: 30px;
  *line-height: 28px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

.js_pagebar .btn.btn_disabled, .js_pagebar .btn.btn_disabled:hover {
    cursor:not-allowed;
    background: #e6e7ec;
}

.btn.page_prev,
.btn.page_next {
  position: relative;
  font-size: 0;
  letter-spacing: -5px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  border-color: #e7e7eb;
  color: #222;
  height: 30px;
  line-height: 30px;
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.btn.page_prev .arrow,
.btn.page_next .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -3px;
}

.page_prev .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-left-width: 0;
  border-right-color: #919191;
  border-right-style: solid;
}

.page_next .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-right-width: 0;
  border-left-color: #919191;
  border-left-style: solid;
}

.js_pagebar .btn {
  padding: 0 14px;
  color: #505050;
  min-width: 0;
  width: 24px;
  height: 30px;
  border-color: #ccc;
}
.js_pagebar .btn:hover {
  font-weight: 600;
}

.js_pagebar .btn.active {
  padding: 0 14px;
  color: #44b549;
  font-weight: 600;
  border-color: #44b549;
}

.goto_area {
  padding: 0 10px;
}

.js_pagebar .in_text {
  width: 50px;
  margin: 0 3px;
}



/* 媒体选择框
------------------end------------ */
