
* {
    box-sizing: border-box;
}
.pub-form .form-item.has-field,
.pub-form .form-item.has-opera {
    padding-left: 0.6rem;
}

input {
    color: #25b6ed;
}

.span {
    position: absolute;
    top: 50%;
    right: 0.1rem;
    margin-top: -0.1rem;
}
body {
    margin: 0px;
    line-height: 1.6;
}

/*基础样式*/
.flex {
    display: flex;
    align-items: center;
}
.f-d-c{
    flex-direction: column;
}
.j-b{
    justify-content: space-between;
}
.j-c{
    justify-content: center;
}
.j-s {
    justify-content: flex-start;
}
.j-e {
    justify-content: flex-end;
}
.j-a {
    justify-content: space-around;
}
.a-i-c {
    align-items: center;
}
.a-i-s {
    align-items: flex-start;
}
.a-i-e {
    align-items: flex-end;
}
.j-s-c {
    justify-self: center;
}
.j-s-s {
    justify-self: flex-start;
}
.j-s-e {
    justify-self: flex-end;
}
.a-s-c {
    align-self: center;
}
.a-s-s {
    align-self: flex-start;
}
.a-s-e {
    align-self: flex-end;
}


.text-eps-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-1{
    flex: 1;
}
.w-50{
    width:50%;
}
.mr-10{
    margin-right:10px;
}
.pr-10{
    padding-right:10px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}

.main_color {
    color: #44B549;
}

.back-f {
    background: #fff;
}

.color-f {
    color: #fff;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pull-left {
    float: left;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.cursor {
    cursor: pointer;
}

.one_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*基础样式*/


/*布局样式*/
.p_title {
    height: 36px;
    line-height: 36px;
}

.p_title_span {
    display: inline-block;
    vertical-align: text-bottom;
}

p, img {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#layout {
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 52px);
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.layout {
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
}

.layer_row {
    min-height: 40px;
    display: flex;
    justify-content: center;
}

.layer_column {
    min-height: 200px;
    float: left;
    position: relative;
    height: auto;
    display: flex;
    flex-flow: wrap;
}

.target_content {
    margin: 0px;
    box-sizing: border-box;
}

/*布局样式*/

[v-cloak] {
    display: none;
}

/*浮窗样式*/
.fluters img {
    width: 80px;
    height: 40px;
    border: 1px solid #c5c5c5;
}

.flutters_close_btn {
    padding: 3px;
    background-color: #f5f5f5;
    color: #44B549;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}
.iconfont {
    line-height: 1;
}