/* 重置默认样式 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 重置其他css文件 */
#provselect, #cityselect, #distselect {
    float: initial;
    margin: 0;
}
/* 充值日历宽度 */
.ical ul.d li{width: 14.28%!important;}
div, td{font-family:Arial}

/* .box-body {
    padding: 0 20px;
} */

.searchable-select-holder {
    border-radius: 0px !important;
    height: 32px !important;
    box-shadow: none;
    border: 1px solid #e7e7eb !important;

}

.searchable-select-dropdown {
    padding: 8px !important;
    border: 1px solid #e7e7eb !important;
}

.searchable-select-input {
    height: 32px !important;
    border: 1px solid #e7e7eb !important;
}

/* .edui-default[id^="editor_"] {
    width: 725px !important;
    padding-left: 0 !important;
} */

/* .edui-default .edui-editor {
    width: 100% !important;
    border-radius: 0 !important;
} */

label {
    font-weight: normal;
    margin-bottom: 0;
}

.popover {
    margin-top: 0px;
    color: #333;
    background: #fff;
    padding: 0;
    width: auto;
    text-align: left;
}

.popover-title {
    padding: 0 14px;
    line-height: 2.7;
    border: none;
}

.box_overlay {
    z-index: 1200;
}

.dialog {
    height: auto;
    min-height: 400px;
    margin-top: 0;
    transform: translateY(-50%);
}

.dialog_head {
    height: 72px;
    width: 100%;
    line-height: 72px;
    color: #333;
    position: relative;
    padding: 0 32px;
}

.dialog_head .dialog_title {
    padding-left: 0;
    font-size: 16px;
    font-weight: normal;
}

.dialog_head .dialog_close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 27px;
    right: 32px;
    background: url(/partner/images/close1.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.dialog_head .dialog_close:hover {
    background-image: url(/partner/images/close1_a.png);
    background-position: initial;
}

.dialog_content {
    width: 100%;
    position: relative;
    padding: 30px 60px 20px;
}

.page {
    float: right;
    margin-right: 0;
}

.page span:last-child {
    margin-right: 0;
}

/* 修改 fancybox 样式 */
.fancybox-skin {
    background-color: #fff;
}

.fb-wrapper {
    min-width: 726px;
    min-height: 480px;
    max-width: 800px;
   /* max-height: 500px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fb-head {
    margin-bottom: 20px;
}

.fb-title {
    float: left;
    font-size: 16px;
}

.fb-head-r {
    float: right;
}

.fb-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.fb-foot {
    margin-top: 40px;
}

/* /重置其他css文件 */

/* 公共样式 */
.wtx_tips, .wtx-tips {
    background-color: #f8f8f8;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}

.wtx_tip, .wtx_fail, .wtx-tip, .wtx-fail {
    margin-top: 5px;
    color: #8d8d8d;
    font-size: 12px;
}

.wtx_fail, .wtx-fail {
    color: #e15f63;
}

.wtx_c_red, .wtx_c-red {
    color: #e15f63 !important;
}

.wtx_margin_b10 {
    margin-bottom: 10px;
}

.wtx_question {
    color: #afafaf;
    font-size: inherit;
    margin-left: 6px;
    cursor: pointer;
}

/* /公共样式 */

/* forms */
.wtx_form_group, .wtx_form-group {
    padding-bottom: 25px;
    font-size: 14px;
}

.wtx_label {
    float: left;
    width: 8em;
    margin-top: .3em;
    margin-right: 1em;
    font-size: 14px;
    font-weight: normal;
}

.wtx_label_dec, .wtx_label-dec {
    color: #8d8d8d;
}

.wtx_label_con, .wtx_label-con {
    display: table-cell;
    vertical-align: top;
    width: 726px;
    height: 32px;
}

.wtx_label_con p:not(:last-child), .wtx_label-con p:not(:last-child) {
    margin-bottom: 20px;
}

.wtx_select {
    height: 32px;
    margin: 0 10px 0 0 !important;
    padding: 0 10px;
    border: 1px solid #e7e7eb;
    width: auto;
    min-width: 86px;
    max-width: 225px;
}

.wtx_select:last-child {
    margin-right: 0 !important;
}

.wtx_input {
    width: 392px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e7e7eb !important;
    padding: 0 10px !important;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.wtx_input_box {
    width: 180px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e7e7eb;
    padding: 0 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #c6c6c6;
}

.wtx_input_box input {
    border: none;
    margin: 0;
    padding: 0;
    width: 130px;
    flex: 1;
}

.wtx_radio_inline, .wtx_checkbox_inline, .wtx_radio-inline, .wtx_checkbox-inline {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.wtx_radio_inline:last-of-type, .wtx_checkbox_inline:last-of-type, .wtx_radio-inline:last-of-type, .wtx_checkbox-inline:last-of-type {
    padding-right: 0;
}

.wtx_checkbox_inline input, .wtx_checkbox-inline input {
    vertical-align: text-top;
}

.wtx_textarea {
    width: 392px;
    padding: 10px;
    border: 1px solid #e7e7eb;
    margin-bottom: 0;
    resize: none;
}

textarea.wtx_textarea:focus {
    border-color: #e7e7eb;
}

/* /forms */

/* button */
.wtx_btn_box, .wtx_btn-box {
    text-align: center;
}

.wtx_btns {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 22px;
    min-width: 104px;
    line-height: 30px;
    text-align: center;
    margin-right: .5em;
    background: #fff;
    cursor: pointer;
    color: #000;
}

.wtx_btns:last-child {
    margin-right: 0;
}

.wtx_btns:hover {
    background-color: #e7e7eb;
}

.wtx_btn_green, .wtx_btn_green:focus {
    background-color: #44b549;
    color: #fff;
    border-color: #44b549;
}

.wtx_btn_green:hover {
    background-color: #2f9833;
    color: #fff;
}

.wtx_btn_blue, .wtx_btn_blue:focus {
    background-color: #44acb5;
    color: #fff;
    border-color: #44acb5;
}

.wtx_btn_blue:hover {
    background-color: #2f9098;
    color: #fff;
}

.wtx_link {
    color: #576b95;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

.wtx_link:visited, .wtx_link:hover, .wtx_link:active, .wtx_link:focus {
    color: #576b95;
}

.wtx_link:not(:last-child) {
    margin-right: 10px;
}

/* /button */

/* 导航 */
.wtx_nav {
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #e0e1e2;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.wtx_nav_list {
    float: left;
    margin-right: 24px;
    margin-bottom: -1px;
    color: #353535;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 120px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.wtx_nav_list.selected {
    color: #44b549;
    border-bottom: 2px solid #1aad19;
}

.wtx_nav_list.selected a {
    color: #44b549;
}

.wtx_nav_list:hover {
    color: #44b549;
}

/* /导航 */

/* search */
.wtx_search_box, .wtx_search-box {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 278px;
    font-size: 14px;
    padding: 0 0 0 10px;
    border: 1px solid #e7e7eb;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.wtx_search_box input, .wtx_search-box input {
    height: 22px;
    line-height: 22px;
    margin: 4px 0;
    border: none;
    outline: none;
    padding: 0;
    width: 236px;
    float: left;
}

.wtx_search_box a, .wtx_search_box button, .wtx_search-box a, .wtx_search-box button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    color: #9b9b9b;
    -webkit-appearance: none;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.wtx_search_box a:hover, .wtx_search_box button:hover, .wtx_search-box a:hover, .wtx_search-box button:hover {
    color: #777;
}

/* /search */

/* 条件搜索 */

.wtx_filter {
    margin-bottom: 40px;
}

.wtx_filter_line {
    display: flex;
    margin-bottom: 20px;
}

.wtx_filter_item {
    display: flex;
    flex: 1;
    box-sizing: border-box;
}

/* .wtx_filter_item:first-child {
    padding-right: 50px;
} */
.wtx_filter_label {
    color: #9a9a9a;
    width: 6em;
    margin-right: 10px;
    font-size: 14px;
    padding-top: 9px;
    line-height: 1;
}

.wtx_filter_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.wtx_filter .wtx_input {
    width: 354px;
}

.wtx_filter .wtx_btn_box {
    margin-top: 40px;
}

.wtx_tab {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    color: #000;
}

.wtx_tab:not(:last-child) {
    border-right: none;
}

.wtx_tab.selected {
    color: #576b95;
}

.wtx_type {
    line-height: 32px;
    padding: 0 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
    color: #999;
}

.wtx_type.selected {
    color: #44B549;
    border-color: #44B549;
}

/* table */
.wtx_table {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e7e7eb;
    border-spacing: 0;
    margin-bottom: 30px;
}

.wtx_table thead {
    background-color: #f4f5f9;
}

.wtx_table thead tr {
    border-left: 1px solid #e7e7eb;
    border-bottom: 1px solid #e7e7eb;
}

.wtx_table thead th {
    padding: 6px 14px;
    word-break: break-all;
    font-size: 14px;
}

.wtx_table tbody tr {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e7e7eb;
}

.wtx_table tbody td {
    padding: 10px 14px;
    word-break: break-all;
    vertical-align: top;
}

.wtx_table thead th:last-child, .wtx_table tbody td:last-child {
    text-align: right;
}

/* 表格样式2 */
.wtx_protable {
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border-spacing: 0;
    margin-bottom: 30px;
}

.wtx_protable thead {
    background-color: #f4f5f9;
}

.wtx_protable thead th {
    padding: 20px 14px;
    word-break: break-all;
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a;
}

.wtx_protable tbody tr {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e7e7eb;
}

.wtx_protable tbody td {
    padding: 10px 14px;
    word-break: break-all;
    vertical-align: middle;
}

.wtx_protable thead th:last-child, .wtx_protable tbody td:last-child {
    text-align: right;
}

/* /table */

/* setting */
.wtx_setting {
    font-size: 14px;
    display: flex;
}

.wtx_setting_label {
    width: 6em;
    margin-right: 1em;
    padding: 20px 0;
    color: #9a9a9a;
}

.wtx_setting_con {
    flex: 1;
    word-wrap: break-word;
    word-break: break-all;
    padding: 20px 0;
    border-bottom: 1px solid #e4e8eb;
    display: flex;
}

.wtx_setting_con_info {
    flex: 1;
}

.wtx_setting_con_extra {
    width: 150px;
    text-align: right;
}

.wtx_setting_con_extra .wtx_link {
    margin-right: 0;
}


.wtx_switch-cp {
    margin: 0 0 -4px 18px;
}

.wtx_switch, .wtx_switch-cp__box {
    position: relative;
    width: 42px;
    height: 22px;
    border: 1px solid #dfdfdf;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #dfdfdf;
    -webkit-transition: background-color .1s, border .1s;
    transition: background-color .1s, border .1s;
}

.wtx_switch-cp__box:before, .wtx_switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    border-radius: 15px;
    background-color: #fdfdfd;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}

.wtx_switch-cp__box:after, .wtx_switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}

.wtx_switch-cp__input:checked ~ .wtx_switch-cp__box, .wtx_switch:checked {
    border-color: #04be02;
    background-color: #04be02
}

.wtx_switch-cp__input:checked ~ .wtx_switch-cp__box:before, .wtx_switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.wtx_switch-cp__input:checked ~ .wtx_switch-cp__box:after, .wtx_switch:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.wtx_switch-cp__input {
    position: absolute;
    left: -9999px
}

.wtx_switch-cp__box {
    display: block;
}
