@import "../font/iconfont.css?v=1.002";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: none;
    display: block
}

ul, li, ol, dl, dt, dd {
    list-style: none
}

input, textarea {
    outline-style: none;
    font-size: 12px;
    font-family: Arial, Microsoft YaHei
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    cursor: pointer
}

body {
    color: #333;
    font-size: 14px;
    font-family: Arial, Microsoft YaHei;
    background: #fff
}

* {
    box-sizing: border-box
}

.hd {
    width: 0;
    height: 0;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden
}

.clMB {
    color: #2d8cf0 !important
}

.clLB {
    color: #5cadff !important
}

.clDB {
    color: #2b85e4 !important
}

.clB {
    color: #2d8cf0 !important
}

.clG {
    color: #19be6b !important
}

.clO {
    color: #f90 !important
}

.clR {
    color: #ed4014 !important
}

.clBW1 {
    color: #17233d !important
}

.clBW2 {
    color: #515a6e !important
}

.clBW3 {
    color: #808695 !important
}

.clBW4 {
    color: #c5c8ce !important
}

.clBW5 {
    color: #dcdee2 !important
}

.clBW6 {
    color: #f4f5f7 !important
}

.clBW7 {
    color: #fff !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    overflow: hidden
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
    overflow: hidden
}

.xhlay {
    display: flex;
    flex-wrap: wrap
}

.xhlay > * {
    flex-shrink: 0
}

.xhcol01 {
    width: 8.333333%
}

.xhcol02 {
    width: 16.666666%
}

.xhcol03 {
    width: 25%
}

.xhcol04 {
    width: 33.333333%
}

.xhcol05 {
    width: 41.666666%
}

.xhcol06 {
    width: 50%
}

.xhcol07 {
    width: 58.333333%
}

.xhcol08 {
    width: 66.666666%
}

.xhcol09 {
    width: 75%
}

.xhcol10 {
    width: 83.333333%
}

.xhcol11 {
    width: 91.666666%
}

.xhcol12 {
    width: 100%
}

.xhspan10 {
    margin: -5px
}

.xhspan10 > * {
    padding: 5px
}

.xhspan20 {
    margin: -10px
}

.xhspan20 > * {
    padding: 10px
}

.xhcard {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #f4f5f7;
    background-color: #fff
}

.xhcard .xhcard_head {
    height: 41px;
    padding: 10px 15px;
    border-bottom: 1px solid #f4f5f7;
    line-height: 20px
}

.xhcard .xhcard_body {
    padding: 15px
}

.xhform_item {
    width: 100%;
    margin-bottom: 15px
}

.xhform_item .xhform_item_main {
    width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap
}

.xhform_item .xhform_item_label {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 38px;
    padding-right: 10px
}

.xhform_item .xhform_item_label i {
    color: #ed4014
}

.xhform_item .xhform_item_control {
    min-width: 190px;
    margin-right: 10px
}

.xhform_item .xhform_item_tip {
    display: none;
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    color: #ed4014;
    font-size: 12px
}

.xhform_row .xhform_item .xhform_item_label {
    width: 150px;
    justify-content: flex-end
}

.xhform_row .xhform_item .xhform_item_tip {
    padding-left: 160px
}

.xhform_column .xhform_item .xhform_item_label {
    width: 100%
}

.xhinput {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px
}

.xhSelect {
    position: relative
}

.xhSelect .xhSelect_relt {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.xhSelect .xhSelect_relt span {
    color: #333
}

.xhSelect .xhSelect_relt i {
    color: #999;
    -webkit-transition: .5s;
    transition: .5s
}

.xhSelect .xhSelect_relt_unselect span {
    color: #999 !important
}

.xhSelect .xhSelect_list {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 110;
    min-width: 100%;
    max-height: 262px;
    padding: 5px 0;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    display: none
}

.xhSelect .xhSelect_item {
    height: 36px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 36px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis
}

.xhSelect .xhSelect_item:hover {
    background-color: #f4f5f7
}

.xhSelect .xhSelect_item_tips {
    color: #999 !important
}

.xhSelect .xhSelect_item_selected {
    background-color: #19be6b !important;
    color: #fff !important
}

.xhSelect_open .xhSelect_relt i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.xhbtn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #2db7f5;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.xhbtn_danger {
    background-color: #ed4014 !important
}

.xhtoast {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center
}

.xhtoast .xhtoast_msgbox {
    padding: 7px 14px;
    max-width: 400px;
    color: #f4f5f7;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    font-size: 14px;
    line-height: 26px;
    text-align: center
}

.xhUppics {
    display: flex
}

.xhUppics li {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 5px
}

.xhUppics img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xhUppics li.xhUppicsHref a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f4f5f7
}

.xhUppics li.xhUppicsHref i {
    font-size: 24px;
    color: #808695
}

.xhUppics li.xhUppicsPic {
    position: relative
}

.xhUppics li.xhUppicsPic a {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-bottom-left-radius: 100%;
    background-color: #fff
}

.xhUppics li.xhUppicsPic i {
    font-size: 20px;
    color: #ed4014
}

.xhUppic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f4f5f7
}

.xhUppic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.xhPicker {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.6);
    animation: aui-fade-in .1s ease-out forwards
}

.xhPicker .xhPicker_main {
    height: 60vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    animation: .2s ease-out 0s 1 normal forwards running aui-slide-up-screen
}

.xhPicker .xhPicker_title {
    height: 50px;
    padding: 15px 0;
    display: flex;
    border-bottom: 1px solid #f3f3f3
}

.xhPicker .xhPicker_title a {
    width: 20px;
    margin: 0 15px;
    line-height: 20px;
    text-align: center;
    flex-shrink: 0;
    color: #808695
}

.xhPicker .xhPicker_title span {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px
}

.xhPicker .xhPicker_search {
    padding: 10px 15px;
    height: 50px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between
}

.xhPicker .xhPicker_search a {
    flex-shrink: 0;
    background-color: #e3e3e3;
    border-radius: 3px;
    margin-left: 15px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
    color: #555
}

.xhPicker .xhPicker_search p {
    width: 100%
}

.xhPicker .xhPicker_search input {
    border: 0;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 15px
}

.xhPicker .xhPicker_itemTitle {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #f3f3f3
}

.xhPicker .xhPicker_itemTitle li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    overflow: hidden
}

.xhPicker .xhPicker_itemTitle span {
    display: none;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2db7f5
}

.xhPicker .xhPicker_itemTitle li.currTitle span {
    display: block
}

.xhPicker .xhPicker_list {
    width: 100%;
    height: calc(60vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    display: none
}

.xhPicker .xhPicker_list li {
    line-height: 24px;
    padding: 10px 0;
    font-size: 15px
}

.xhPicker .currList {
    display: block
}

.xhLinkDrop {
    display: flex
}

.xhLinkDrop .xhLinkDrop_item {
    min-width: 190px;
    margin-right: 10px
}

.xhStep {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 1000px
}

.xhStep div {
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    border-radius: 5px;
    background-color: #dcdee2;
    left: 100px;
    right: 100px
}

.xhStep p {
    height: 5px;
    border-radius: 5px;
    background-color: #2db7f5;
    width: 600px
}

.xhStep ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative
}

.xhStep li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 29px;
    color: #515a6e
}

.xhStep i {
    width: 29px;
    height: 29px;
    margin-bottom: 8px;
    background-color: #dcdee2;
    border-radius: 15px;
    font-style: normal
}

.xhStep li.curr i {
    background-color: #2db7f5;
    color: #fff;
    cursor: pointer
}

.xhStep li.curr span {
    color: #2db7f5;
    cursor: pointer
}

.xhTimeAxis {
    margin-left: 8px;
    padding-top: 30px;
    border-left: 1px solid #dcdee2
}

.xhTimeAxis .xhTimeAxis_item {
    position: relative;
    padding: 10px 10px 10px 18px;
    margin-bottom: 15px
}

.xhTimeAxis .xhTimeAxis_item:last-of-type {
    margin-bottom: 0
}

.xhTimeAxis .xhTimeAxis_icon {
    position: absolute;
    left: -10px;
    top: 10px;
    display: block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    color: #dcdee2
}

.xhDrawer {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background-color: #fff;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2)
}

.xhDrawer .xhDrawerBrace {
    overflow: hidden;
    padding: 65px 15px 15px 15px;
    position: relative
}

.xhDrawer .xhDrawerTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f4f5f7;
    background-color: #fff
}

.xhDrawer .xhDrawerTitle span {
    font-size: 16px;
    color: #515a6e
}

.xhDrawer .xhDrawerClose {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ed4014;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 16px
}

.xhProgress {
    width: 100%;
    height: 7px;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #5cadff
}

.xhProgress div {
    width: 50%;
    height: 100%;
    border-radius: 4px;
    background-color: #2db7f5
}

.xhProgress p {
    width: 41px;
    height: 15px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    top: -20px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #515a6e;
    display: none
}

.xhProgress a {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-left: -7px;
    position: absolute;
    left: 50%;
    top: -5px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #2db7f5
}

.xhweWarp {
    border: 1px solid #e3e3e3
}

.xhweWarp .xhweToolbar {
    border-bottom: 1px solid #e3e3e3
}

.xhweWarp .xhweEditor {
    min-height: 300px
}

.xhsform_item {
    width: 100%;
    border: 1px solid #e3e4e5;
    border-radius: 2px
}

.xhsform_item .xhsform_title {
    position: relative;
    flex-shrink: 0;
    height: 38px;
    overflow: hidden;
    padding: 0 15px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 38px;
    background-color: #f3f4f5;
    color: #444
}

.xhsform_item .xhsform_input {
    width: 100%;
    flex-shrink: 1;
    position: relative
}

.xhsform_item .xhsform_input input {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 38px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 14px;
    color: #444;
    border: 0;
    background: rgba(255, 255, 255, 0)
}

.xhsform_item .xhsform_input textarea {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 10px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #444;
    border: 0;
    background: rgba(255, 255, 255, 0)
}

.xhsform_item .xhsform_suffix input {
    padding-left: 40px
}

.xhsform_item .xhsform_prefix input {
    padding-right: 40px
}

.xhsform_item .xhsform_suffix_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    color: #c3c4c5
}

.xhsform_item .xhsform_prefix_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    color: #c3c4c5
}

.xhsform_item input::-webkit-input-placeholder {
    color: #c3c4c5
}

.xhsform_item input::-moz-placeholder {
    color: #c3c4c5
}

.xhsform_item input:-moz-placeholder {
    color: #c3c4c5
}

.xhsform_item input:-ms-input-placeholder {
    color: #c3c4c5
}

.xhsform_row {
    display: flex;
    align-items: center
}

.xhsform_row .xhsform_title {
    min-width: 130px;
    text-align: center;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #e3e4e5
}

.xhsform_column {
    display: flex;
    flex-direction: column
}

.xhsform_column .xhsform_title {
    width: 100%;
    text-align: left;
    border-radius: 2px 0 0 0;
    border-bottom: 1px solid #e3e4e5
}

.xhsform_must .xhsform_title {
    padding-left: 19px
}

.xhsform_must .xhsform_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #ed4014
}

.xhsform_readonly .xhsform_input {
    background-color: #f3f4f5
}