* {
    font-weight: normal;
    font-family: "Microsoft YaHei", "黑体", "Arial", "宋体", sans-serif;
    font-size: 14px;
}

a:hover {
    color: #56b8ff;
    font-weight: bold;
}

a:active {
    font-weight: bold;
}

input[type=text] {
    background-image: url("/static/qfoa/img/edit_gray.png");
    background-position: right 3px center;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type=search] {
    background-image: url("/static/qfoa/img/zoom_g.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type=password] {
    background-image: url("/static/qfoa/img/pwd_gray.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type=email] {
    background-image: url("/static/qfoa/img/input_email.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type=number] {
    background-image: url("/static/qfoa/img/number.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type=tel] {
    background-image: url("/static/qfoa/img/input_tel.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

.weui-textarea {
    background-image: url("/static/qfoa/img/texts.png");
    background-position: bottom right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

.weui-textarea:disabled {
    color: #333;
    cursor: no-drop;
    background-image: url("/static/qfoa/img/no_gray.png");
    background-position: bottom right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input:disabled {
    cursor: no-drop;
    color: #333;
    border-radius: 3px;
    background-image: url("/static/qfoa/img/no_gray.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

select:disabled {
    cursor: no-drop;
    color: #333;
    border-radius: 3px;
    background-image: url("/static/qfoa/img/no_gray.png");
    background-position: center right;
    background-size: 14px 14px;
    background-repeat: no-repeat no-repeat;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #bbb;

}

/*input:focus {*/
/*    color: rgba(52, 107, 179, 1);*/
/*    text-shadow: rgba(99, 99, 99, 0.5) 0 0 1px;*/
/*    font-weight: bold;*/
/*    outline: none;*/
/*}*/

/*input:hover {*/
/*    font-weight: bold;*/
/*    border: none;*/
/*}*/

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

textarea:focus {
    color: rgba(52, 107, 179, 1);
    text-shadow: rgba(99, 99, 99, 0.5) 0 0 1px;
    font-weight: bold;

}

textarea:hover {
    font-weight: bold;
}

/* 滚动条整体样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

/* 鼠标悬停时滑块颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/***************************custom******************************/
.my_round {
    padding: 4px 5px;
    border-radius: 4px;
    border: solid 1px #EEEEEE;
    box-shadow: #EEEEEE 0 0 5px;
}

.my_round:hover {
    box-shadow: #EEEEEE 1px 1px 10px;
}

.no-after {
    padding-right: 0 !important;
}

.no-after:after {
    display: none !important;
}

.no-before:before {
    display: none !important;
}

.after-blank {
    content: " ";
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    color: rgba(0, 0, 0, .3);
    color: var(--weui-FG-2);
    position: absolute;
    right: 29px;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.unwidth {
    width: unset !important;
}

.p0 {
    padding: 0;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p12 {
    padding: 2px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.pl0 {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.pl6 {
    padding-left: 6px;
}

.pl20 {
    padding-left: 20px;
}

.pl50 {
    padding-left: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pr50 {
    padding-right: 50px;
}

.pr20 {
    padding-right: 20px;
}

.pr15 {
    padding-right: 15px;
}

.pt0 {
    padding-top: 0;
}

.pt2 {
    padding-top: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pb2 {
    padding-bottom: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.ptb5 {
    padding: 5px 0;
}

.ptb10 {
    padding: 10px 0;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.plr2 {
    padding-left: 2px;
    padding-right: 2px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0px;
}

.ml2 {
    margin-left: 2px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mt0 {
    margin-top: 0;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr2 {
    margin-right: 2px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mtb10 {
    margin: 10px 0;
}

.mtb20 {
    margin: 20px 0;
}

.m20 {
    margin: 20px;
}

.mlr0 {
    margin-left: 0;
    margin-right: 0;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.size14 {
    font-size: 14px;
}

.size12 {
    font-size: 12px;
}

.br5 {
    border-radius: 5px;
}

.br50 {
    border-radius: 50%;
}

.h10 {
    height: 10px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.blr5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.bl1 {
    border-left: solid 1px #dddddd;
}

.fz10 {
    font-size: 10px;
}

.fz14 {
    font-size: 14px;
}

.fw700 {
    font-weight: 700;
}

.fc {
    display: flex;
    align-items: center;
}

.fcw {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fcwb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs {
    display: flex;
    align-items: start;
}

.fdc {
    display: flex;
    flex-direction: column;
}

.fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fcb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lf {
    display: inline-flex;
}

.fss {
    align-self: flex-start;
}

.fx1 {
    flex: 1;
}

.panel .title {
    display: flex;
    padding: 10px;
}

.panel .title .name {
    font-size: 15px;
    font-weight: bolder;
}

.panel .title .arrow {
    width: 12px
}

.required:before {
    content: '*';
    color: red;
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.row-border {
    border: solid 1px #eee;
    border-radius: 4px;
}

.blank-btn {
    padding: 0 14px;
    background-color: unset;
    color: #333333;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: inherit;
}

.page-form {
    /*background-color: #fff;*/
    /*padding: 10px;*/
    height: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.page-form .layui-elem-field legend {
    font-size: 16px;
}

.page-form .layui-form-item {
    margin-bottom: 0;
    font-size: 14px;
}

.page-form .layui-input {
    margin-bottom: 10px;
}

.page-form .layui-btn-fluid {
    width: 50%;
}

.page-form .layui-tab-content {
    padding: 10px;
}

.page-form .panel {
    background-color: #fff;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 4px;
}

.page-form .panel .layui-form-item:first-child {
    padding-top: 10px;
}

.page-form .panel .layui-form-item:last-child {
    padding-bottom: 10px;
}

.page-form .panel .layui-input-block {
    margin-right: 10px;
}

.smaller-input {
    width: 80px !important;
}

.small-input {
    width: 100px !important;
}

.middle-input {
    width: 120px !important;
}

.middler-input {
    width: 170px !important;
}

.big-input {
    width: 200px !important;
}

.head-img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.pre {
    /*white-space: pre-line;*/
    /*word-break: break-all;*/
    /*line-height: 0;*/
}

.table-image {
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

.my-color {
    color: red;
}

xm-select {
    border-radius: 4px !important;
    min-height: 32px !important;
    line-height: 32px !important;
}

.xm-label-block {
    background-color: #10aeff !important;
}

.selected .xm-icon-duox {
    color: #10aeff !important;
}

.pointer {
    cursor: pointer;
}

/***************************custom******************************/


/***************************layui******************************/
.layui-layer {
    border-radius: 5px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.layui-layer-title {
    height: 45px;
    line-height: 45px;
}

layui-layer-content {
    border-radius: 6px;
    overflow: hidden;
}

.layui-btn {
    border-radius: 3px;
}

.layui-layer-msg {
    border-radius: 6px;
}

.layui-form-switch > div {
    font-size: 11px;
}

.layui-form-onswitch > div {
    margin-right: 16px;
}

.layui-form-onswitch > i {
    margin-left: -19px;
}

.layui-form-switch > i {
    width: 15px;
    height: 15px;
}

.layui-layer-dialog .layui-layer-padding {
    margin: 0 30px;
}

.layui-span {
    padding: 6px 15px;
}

.layui-form-radio > i {
    font-size: 19px;
}

.layui-table th {
    background-color: #f8f8f8;
}

.layui-card .layui-table-view {
    border-radius: 6px;
}

.layui-form-select .layui-input {
    background-image: unset !important;
}

/*weui*/
.weui-label {
    color: #888;
    width: 100px;
}

.weui-cell {
    padding: 10px;
}

/***************************layui******************************/
