:root {
    --blue: #004d6f;
    --blue-selectd:#478ab9;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    font-size: 12px;
    outline: none;
    /*font-family: Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,微软雅黑;
    color: #333;
}

a, span, td, tr, tbody, table, li, i {
    color: inherit;
    /*font-size: inherit;*/
}
span{
    font-size: inherit;
    line-height: inherit;
}
*:focus {
    outline: none;
    -moz-outline: none;
}
input,textarea
{-webkit-appearance: none;appearance: none;}
input, button, a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

body {
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    border: none;
}

.clicker, .linker {
    cursor: pointer;
}

.h {
    display: none;
}

.hi {
    display: none !important;
}
.hi2 {
    display: none !important;
}

.vh,.unvisible {
    visibility: hidden;
}
.visible{
    visibility: visible;
}
.bg_e {
    background-color: #eee !important;
}
.bg_c{
    background-color: #ccc !important;
}
.bg_a{
    background-color: #aaa !important;
}
.bg_ef {
    background-color: #f3f3f5 !important;
}
.bg_f9{
    background-color: #F9F9F9 !important;
}
.bg_f235{
    background-color: #F2F3F5 !important;
}
.bg_f67b{
    background-color: #F6F7FB !important;
}
.bg_dark_blue {
    background-color: var(--blue) !important;
}
.bg_dark {
    background-color: #16223d !important;
}

.bg_blue {
    background-color: #2a858b !important;
}
.bg_blue2 {
    background-color: #021546 !important;
}
.bg_blue3{
    background-color: rgba(193,200,218,.2) !important;
}
.bg_inherit{
    background-color: inherit !important;
}
.bg_red {
    background-color: #ae1c1c !important;
}

.bg_green {
    background-color: green !important;
}
.bg_white{
    background-color: #fff !important;
}
.bg_black{
    background-color: #000 !important;
}
.bg_dark_black{
    background-color: #1c1f21 !important;
}
.bg_light_grey{
    background-color: #c0c4cc !important;
}
.bg_dark_gray{
    background-color: #ddd !important;
}
.bg_dark {
    background-color: #2b2b2b !important;
}
.bg_dark2 {
    background-color: #222b38 !important;
}
.bg_tomato{
    background-color: tomato !important;
}
.bg_salmon {
    background-color:salmon !important; ;
}
.bg_teal{
    background-color: teal !important;
}
.bg_sea_green{
    background-color: seagreen !important;
}
.bg_inherit{
    background-color: inherit !important;
}
.clickable {
    cursor: pointer;
}

.color_white {
    color: #fff;
}
.hover_color_white:hover {
    color: #fff;
}
.color_f235 {
    color: #f2f3f5;
}
.color_black {
    color: #000;
}
.color_blue {
    color: var(--blue);
}
.hover_color_blue:hover {
    color: var(--blue);
}
.color_red {
    color: #ae1c1c;
}
.color_normal_red {
    color: #f00 ;
}
.color_grey {
    color: #ddd;
}
.color_light_grey{
    color: #c0c4cc;
}
.hover_color_light_grey:hover {
    color: #c0c4cc;
}
.color_dark_grey{
    color:#777;
}
.color_dark_grey2{
    color:#606266;
}
.color_green {
    color: green;
}
.color_green2 {
    color: #00AEA5;
}
.color_green3{
    color:#2a858b;
}
.color_green4{
    color: #58b85c;
}
.color_white_i {
    color: #fff !important;;
}

.color_blue_i {
    color: var(--blue) !important;;
}

.color_normal_red_i {
    color: #f00 !important;
}
.color_red_i {
    color: #ae1c1c !important;
}

.color_grey_i {
    color: #ddd !important;
}
.color_dark_grey_i{
    color:#777 !important;
}
.color_green_i {
    color: green !important;
}
.color_green2_i {
    color: #00AEA5 !important;
}
.touchable{
    cursor: pointer;
}
.touched{
    background-color: #eee;
    opacity: 0.9;
}
.letter_spacing_01{
    letter-spacing: 1px;
}
.letter_spacing_02{
    letter-spacing: 2px;
}
.text_row_1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_row_2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.text_row_3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.text_ellipsis{

    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}
.text_line2{
    -webkit-line-clamp: 2 !important;
}
.text_line3{
    -webkit-line-clamp: 3 !important;
}
.text_line4{
    -webkit-line-clamp: 4 !important;
}
.text_line5{
    -webkit-line-clamp: 5 !important;
}
.text_line6{
    -webkit-line-clamp: 6 !important;
}
.text_line7{
    -webkit-line-clamp: 7 !important;
}
/*// 非chrome 实现...*/
.other-line-clamp {
    position: relative;
    display: block !important;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    box-sizing: border-box;
}

/*// 占位*/
.other-line-clamp::before {
    content: "";
    float: left;
    width: 30px;
    height: 100%;
    box-sizing: border-box;
}

/*// 内容部分*/
.other-line-clamp .line-clamp-text {
    position: relative;
    z-index: 1;
    float: right;
    margin-left: -30px;
    width: 100%;
    min-height: 22px;
    box-sizing: border-box;
}

/*// ... 占位*/
.other-line-clamp::after {
    content: "\02026";
    float: right;
    position: relative;
    left: 100%;
    z-index: 2;
    margin-top: 0;
    padding-left: 3px;
    width: 27px;
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    transform: translate(-100%, -100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
}
.text_line_through{
 text-decoration-line: line-through;
}
.text_center {
    text-align: center !important;

}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}
.text_justify {
    text-align: justify !important;
    overflow: hidden;
    vertical-align: bottom;
}
.text_justify:after{
    content:'';
    width: 100%;
    display: inline-block;
    height: 0;
    /* border: 1px solid green;*/
}
.valign_top{
    vertical-align: top !important;
}
.valign_middle{
    vertical-align: middle !important;
}
.valign_bottom{
    vertical-align: bottom !important;
}
.font_inherit *{
    font-size: inherit !important;
}
.font_0{
    font-size: 0px;
}
.font_10{
    font-size: 10px;
}
.font_12{
    font-size: 12px;
}
.font_14{
    font-size: 14px;
 }
.font_15{
    font-size: 15px;
}
.font_16{
    font-size: 16px;
}
.font_18{
    font-size: 18px;
}
.font_20{
    font-size: 20px;
}
.font_22{
    font-size: 22px;
}
.font_24{
    font-size: 24px;
}
.font_26{
    font-size: 26px;
}
.font_0_i{
    font-size: 0px !important;
}
.font_10_i{
    font-size: 10px !important;
}
.font_12_i{
    font-size: 12px !important;
}
.font_14_i{
    font-size: 14px !important;
}
.font_15_i{
    font-size: 15px !important;
}
.font_16_i{
    font-size: 16px !important;
}
.font_18_i{
    font-size: 18px !important;
}
.font_20_i{
    font-size: 20px !important;
}
.font_22_i{
    font-size: 22px !important;
}
.font_24_i{
    font-size: 24px !important;
}
.font_26_i{
    font-size: 26px !important;
}
.font_28_i{
    font-size: 28px !important;
}
.font_30_i{
    font-size: 30px !important;
}
.font_32_i{
    font-size: 32px !important;
}
.font_34_i{
    font-size: 34px !important;
}
.font_36_i{
    font-size: 36px !important;
}
.font_38_i{
    font-size: 38px !important;
}
.font_40_i{
    font-size: 40px !important;
}
.movable{
    cursor: crosshair;
}
.fixed{
    position: fixed;
}
.top_left{
    top:0;
    left:0;
}
.top_right{
    top:0;
    right:0;
}
.bottom{
    bottom: 0;
}
.bottom_left{
    bottom:0;
    left:0;
}
.bottom_right{
    bottom:0;
    right:0;
}
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}
.italic{
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.bold_i {
    font-weight: bold !important;
}
.break_word{
    word-break: break-all;
}
.right {
    position: absolute;
    top: 0px;
    right: 0px;
}
.h_vw_16{
    height: 16vw;
}
.h_vw_18{
    height: 18vw;
}
.h_vw_20{
    height: 20vw;
}
.h_vw_22{
    height: 22vw;
}
.h_vw_24{
    height: 24vw;
}
.h_vw_26{
    height: 26vw;
}
.h_vw_28{
    height: 28vw;
}
.h_vw_30{
    height: 30vw;
}
.h_vw_40{
    height: 40vw;
}
.h20{
    height: 20px;
}
.h25{
    height: 25px;
}
.h30{
    height: 30px;
}
.h40{
    height: 40px;
}
.h50{
    height: 50px;
}
.h60{
    height: 60px;
}
.h70{
    height: 70px;
}

.h80{
    height: 80px;
}
.h100{
    height: 100px;
}
.h120{
    height: 120px;
}
.h150{
    height: 150px;
}
.h180{
    height: 180px;
}
.h200{
    height: 200px;
}
.h40_i{
    height: 40px !important;
}
.h50_i{
    height: 50px !important;
}
.h60_i{
    height: 60px !important;
}
.h70_i{
    height: 70px !important;
}

.h80_i{
    height: 80px !important;
}
.h100_i{
    height: 100px !important;
}
.h120_i{
    height: 120px !important;
}
.h150_i{
    height: 150px !important;
}
.h200_i{
    height: 200px !important;
}
.h220_i{
    height: 220px !important;
}
.h240_i{
    height: 240px !important;
}
.h250_i{
    height: 250px !important;
}
.lh_20{
    line-height: 20px;
}
.lh_25{
    line-height: 25px;
}
.lh_30{
    line-height: 30px;
}
.lh_40{
    line-height: 40px;
}
.lh_50{
    line-height: 50px;
}
.lh_60{
    heiline-heightght: 60px;
}
.lh_70{
    line-height: 70px;
}

.lh_80{
    line-height: 80px;
}
.lh_100{
    line-height: 100px;
}
.lh_120{
    line-height: 120px;
}
.lh_150{
    line-height: 150px;
}
.lh_200{
    line-height: 200px;
}
.lh_20_i{
    line-height: 20px !important;
}
.lh_30_i{
    line-height: 30px !important;
}
.lh_40_i{
    line-height: 40px !important;
}
.lh_50_i{
    line-height: 50px !important;
}
.lh_60_i{
    line-height: 60px !important;
}
.lh_70_i{
    line-height: 70px !important;
}

.lh_80_i{
    line-height: 80px !important;
}
.lh_100_i{
    line-height: 100px !important;
}
.lh_120_i{
    line-height: 120px !important;
}
.lh_150_i{
    line-height: 150px !important;
}
.lh_200_i{
    line-height: 200px !important;
}
.lh_1d5{
    line-height: 1.5;
}
.lh_2d0{
    line-height: 2;
}
.lh_2d5{
    line-height: 2.5;
}
.lh_3d0{
    line-height: 3;
}
.lh_normal{
    line-height: normal;
}
.lh_normal_i{
    line-height: normal !important;
}
.hover_ascend:hover{
    margin-top: -2px;
    margin-bottom: 2px;
}
.hover_blue:hover{
    background-color:#003865 ;
    color: #fff;
}
.hover_fe:hover{
    background-color:#f2f3f5 ;
    color: #fff;
}
.hover_bold:hover{
    font-weight: bold;
}
.hover_border_aaa:hover{
    border:1px solid #ccc;
}
.no_hover:hover{
    background-color: inherit!important;
    color: inherit !important;
}
.hover_display_item_wrapper .hover_display_item{
    display: none;
}
.hover_display_item_wrapper:hover .hover_display_item{
    display: block;
}
.border_radius_05{
    border-radius: 5px;
    overflow: hidden;
}
.border_radius_10{
    border-radius: 10px;
    overflow: hidden;
}
.border_radius_12{
    border-radius: 12px;
    overflow: hidden;
}
.border_radius_20{
    border-radius: 20px;
    overflow: hidden;
}
.border_radius_25{
    border-radius: 25px;
    overflow: hidden;
}
.border{
    border:  1px solid #eee;
}
.border_fff{
    border:  1px solid #ccc;
}
.border_eee{
    border:  1px solid #eee;
}
.border_ccc{
    border:  1px solid #ccc;
}
.border_aaa{
    border:  1px solid #aaa;
}
.border_red{
    border: 1px solid #ac1e1e;
}
.border_red_i{
    border: 1px solid #ac1e1e !important;
}
.border_blue{
    border: 1px solid var(--blue) !important;
}
.border_resizable{
    border: 1px dashed #aaaaaa !important;
}
.border_bottom{
    border-bottom:  1px solid #eee;
}
.border_bottom_ccc{
    border-bottom:  1px solid #ccc;
}
.border_bottom_ccc_i{
    border-bottom:  1px solid #ccc !important;
}
.border_bottom_aaa{
    border-bottom:  1px solid #aaa;
}
.border_bottom_fff{
    border-bottom:  1px solid #fff;
}
.border_top{
    border-top:  1px solid #eee;
}
.border_top_ccc{
    border-top:  1px solid #ccc;
}
.border_top_aaa{
    border-top:  1px solid #aaa;
}
.border_top_fff{
    border-top:  1px solid #fff;
}
.border_left{
    border-left:  1px solid #eee;
}
.border_left_ccc{
    border-left:  1px solid #ccc;
}
.border_left_aaa{
    border-left:  1px solid #aaa;
}
.border_left_fff{
    border-left:  1px solid #fff;
}
.border_right{
    border-right:  1px solid #eee;
}
.border_right_ccc{
    border-right:  1px solid #ccc;
}
.border_right_aaa{
    border-right:  1px solid #aaa;
}
.border_right_fff{
    border-right:  1px solid #fff;
}
.sub_margin_10 > *:not(:first-child){
    margin-left:10px
}
.margin_auto {
    margin: auto;
}

.no_margin {
    margin: 0px !important;
}

.no_margin_top {
    margin-top: 0px !important;
}
.no_margin_left {
    margin-left: 0px !important;
}
.no_margin_right {
    margin-right: 0px !important;
}

.no_padding {
    padding: 0px !important;
}
.mrgin_02{
    margin: 2px;
}
.margin_05{
    margin: 5px;
}
.margin_10{
    margin: 10px;
}
.margin_left_0_i{
    margin-left: 0px !important;
}
.margin_left_02{
    margin-left: 2px;
}
.margin_left_05 {
    margin-left: 5px;
}

.margin_left_10 {
    margin-left: 10px;
}
.margin_left_20 {
    margin-left: 20px;
}
.margin_left_30 {
    margin-left: 30px;
}
.margin_left_40 {
    margin-left: 40px;
}
.margin_left_40_i{
    margin-left: 40px !important;
}
.margin_top_n10 {
    margin-top: -10px;
}
.margin_top_n10_i {
    margin-top: -10px !important;
}
.margin_top_n15 {
    margin-top: -15px;
}
.margin_top_n15_i {
    margin-top: -15px !important;
}
.margin_top_02 {
    margin-top: 2px;
}
.margin_top_05 {
    margin-top: 5px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}
.margin_top_20_i {
    margin-top: 20px !important;
}
.margin_top_30 {
    margin-top: 30px;
}
.margin_top_30_i {
    margin-top: 30px !important;
}
.margin_top_40 {
    margin-top: 40px;
}
.margin_top_40_i {
    margin-top: 40px !important;
}
.margin_top_50 {
    margin-top: 50px;
}
.margin_top_50_i {
    margin-top: 50px;
}
.margin_top_80 {
    margin-top: 80px;
}
.margin_top_100 {
    margin-top: 100px;
}
.margin_top_05p {
    margin-top: 5%;
}

.margin_top_10p {
    margin-top: 10%;
}

.margin_top_20p {
    margin-top: 20%;
}
.margin_right_02 {
    margin-right: 2px;
}
.margin_right_02_i {
    margin-right: 2px !important;
}
.margin_right_05 {
    margin-right: 5px;
}
.margin_right_05_i {
    margin-right: 5px !important;
}

.margin_right_10 {
    margin-right: 10px;
}
.margin_right_20 {
    margin-right: 20px;
}
.margin_right_40 {
    margin-right: 40px;
}
.margin_right_50 {
    margin-right: 50px;
}
.margin_right_60 {
    margin-right: 60px;
}

.margin_bottom_05 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.children_margin_top_05 > *:not(:first-child){
    margin-top: 5px;
}
.children_margin_bottom_05 > *:not(:first-child){
    margin-bottom: 5px;
}
.padding_02 {
    padding: 2px !important;
}
.padding_05 {
    padding: 5px !important;
}
.padding_10 {
    padding: 10px !important;
}
.padding_15 {
    padding: 15px !important;
}
.padding_20 {
    padding: 20px !important;
}
.padding_30 {
    padding: 30px !important;
}
.padding_40 {
    padding: 40px !important;
}
.padding_50 {
    padding: 50px !important;
}
.padding_top_05 {
    padding-top: 5px !important;
}
.padding_top_10 {
    padding-top: 10px !important;
}
.padding_top_15 {
    padding-top: 15px !important;
}
.padding_top_20 {
    padding-top: 20px !important;
}
.padding_bottom_05 {
    padding-bottom: 5px !important;
}
.padding_bottom_10 {
    padding-bottom: 10px !important;
}
.padding_bottom_15 {
    padding-bottom: 15px !important;
}
.padding_bottom_20 {
    padding-bottom: 20px !important;
}
.padding_bottom_44 {
    padding-bottom: 44px !important;
}
.padding_left_05 {
    padding-left: 5px !important;
}
.padding_left_10 {
    padding-left: 10px !important;
}
.padding_left_15 {
    padding-left: 15px !important;
}
.padding_left_20 {
    padding-left: 20px !important;
}
.padding_left_40 {
    padding-left: 40px !important;
}
.padding_left_50 {
    padding-left: 50px !important;
}
.padding_right_05 {
    padding-right: 5px !important;
}
.padding_right_10 {
    padding-right: 10px !important;
}
.padding_right_15 {
    padding-right: 15px !important;
}
.padding_right_20 {
    padding-right: 20px !important;
}
.padding_right_30 {
    padding-right: 30px !important;
}
.dis_01{
    margin-left: 1%;
}
.dis_02 {
    margin-left: 2%;
}

.dis_03 {
    margin-left: 3%;
}

.dis_05 {
    margin-left: 5%;
}

.dis_10 {
    margin-left: 10%;
}

.col_10 {
    width: 10% !important;
}
.col_15 {
    width: 15% !important;
}
.col_18 {
    width: 18% !important;
}
.col_20 {
    width: 20% !important;
}
.col_24{
    width: 24% !important;
}
.col_25{
    width: 25% !important;
}
.col_30 {
    width: 30% !important;
}
.col_33 {
    width: 33.3% !important;
}
.col_40 {
    width: 40% !important;
}
.col_45{
    width: 45% !important;
}
.col_45_n{
    width: 45%;
}
.col_48 {
    width: 48% !important;
}
.col_48_n {
    width: 48%;
}
.col_50 {
    width: 50% !important;
}

.col_60 {
    width: 60% !important;
}
.col_65{
    width: 65% !important;
}
.col_68{
    width: 68% !important;
}
.col_70 {
    width: 70% !important;
}
.col_73 {
    width: 73% !important;
}
.col_75{
    width:75% !important;
}
.col_78{
    width: 78% !important;
}
.col_80 {
    width: 80% !important;
}
.col_83 {
    width: 83% !important;
}
.col_85 {
    width: 85% !important;
}
.col_88 {
    width: 88% !important;
}

.col_90 {
    width: 90% !important;
}

.col_90_n {
    width: 90%;
}
.col_98{
    width: 98% !important;
}
.col_98_n{
    width: 98%;
}
.col_100 {
    width: 100% !important;
}

.fcol_10 {
    width: 10% !important;
    float: left;
}

.fcol_20 {
    width: 20% !important;
    float: left;
}

.fcol_30 {
    width: 30% !important;
    float: left;
}

.fcol_40 {
    width: 40% !important;
    float: left;
}
.fcol_48 {
    width: 40% !important;
    float: left;
}

.fcol_50 {
    width: 50% !important;
    float: left;
}

.fcol_60 {
    width: 60% !important;
    float: left;
}

.fcol_70 {
    width: 70% !important;
    float: left;
}

.fcol_80 {
    width: 80% !important;
    float: left;
}

.fcol_90 {
    width: 90% !important;
    float: left;
}

.fcol_100 {
    width: 100% !important;
    float: left;
}
.row_10 {
    height: 10% !important;
}

.row_20 {
    height: 20% !important;
}
.row_25{
    height: 25% !important;
}
.row_30 {
    height: 30% !important;
}
.row_32 {
    height: 32% !important;
}
.row_33 {
    height: 33% !important;
}

.row_40 {
    height: 40% !important;
}
.row_48 {
    height: 48% !important;
}

.row_50 {
    height: 50% !important;
}

.row_60 {
    height: 60% !important;
}

.row_70 {
    height: 70% !important;
}
.row_75{
    height:75% !important;
}
.row_80 {
    height: 80% !important;
}

.row_90 {
    height: 90% !important;
}

.row_100 {
    height: 100% !important;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.scroll_x{
    overflow-x: scroll;
}
.scroll_y{
    overflow-y: scroll;
}
.nowrap_x{
    white-space: nowrap;
}
.scroll_x_i{
    overflow-x: scroll !important;
}
.scroll_y_i{
    overflow-y: scroll !important;
}
.nowrap_x_i{
    white-space: nowrap !important;
}
.no_border {
    border: 0 none !important;
}
.no_border_ni{
    border: 0 none;
}
.no_border_i{
    border: 0 none !important;
}
.no_border_left {
    border-left: 0 none !important;
}
.no_border_right {
    border-right: 0 none !important;
}
.no_border_top{
    border-top: 0 none !important;
}
.no_border_bottom {
    border-bottom: 0 none !important;
}
.cursor_pointer{
    cursor: pointer;
}
.cursor_crosshair{
    cursor: crosshair;
}
.cursor_resize_up{
    cursor: n-resize;
}
.cursor_resize_down{
    cursor: s-resize;
}
.cursor_resize_left{
    cursor: w-resize;
}
.cursor_resize_right{
    cursor: e-resize;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}
.block_i{
    display: block !important;
}
.ib, .inline_block {
    display: inline-block;
}
.bi {
    display: block !important;
}
.ibi {
    display: inline-block !important;
}
.inline {
    display: inline;
}
.inline_i {
    display: inline !important;
}
.w1{
    width:1px;
}
.w1_i{
    width:1px !important;
}
.w15{
    width: 15px;
}
.w15_i{
    width: 15px !important;
}
.w20{
    width: 20px;
}
.w25{
    width: 25px;
}
.w30{
    width: 30px;
}
.w40{
    width: 40px;
 }
.w50{
    width: 50px;
}
.w60{
    width: 60px;
}
.w70{
    width: 70px;
}
.w80{
    width: 80px;
}
.w100{
    width: 100px;
}
.w120{
    width: 120px;
}
.w150{
    width: 150px;
}
.w180{
    width: 180px;
}.w200{
     width: 200px;
 }

.w20_i{
    width: 20px !important;
}
.w30_i{
    width: 30px !important;
}
.w40_i{
    width: 40px !important;
}
.w50_i{
    width: 50px !important;
}
.w60_i{
    width: 60px !important;
}
.w80_i{
    width: 80px !important;
}
.w100_i{
    width: 100px !important;
}
.w120_i{
    width: 120px !important;
}
.w150_i{
    width: 150px !important;
}
.w180_i{
    width: 180px !important;
}
.w200_i{
    width: 200px !important;
}
.w220_i{
    width: 220px !important;
}
.w240_i{
    width: 240px !important;
}
.w250_i{
    width: 250px !important;
}
.w300_i{
    width: 300px !important;
}
.width_100p,.w100p{
    width:100%;
}
.w100p_i{
    width: 100% !important;
}
.width_auto{
    width: auto !important;
}
.height_100p,.h100p{
    height:100%;
}
.height_90p,.h90p{
    height:90%;
}
.height_80p,.h80p{
    height:80%;
}
.height_50p,.h50p{
    height:50%;
}
.height_auto{
    height: auto !important;
}
.flex_i{
    display: flex !important;
}
.row_flex{
    display: flex ;
    flex-direction: row;
}
.row_reverse_flex{
    display: flex ;
    flex-direction: row-reverse;
}
.column_flex{
    display: flex ;
    flex-direction: column;
}
.column_reverse_flex{
    display: flex ;
    flex-direction: column-reverse;
}

.inline_column_flex{
    display: inline-flex;
    flex-direction: column;
}
.flex_grow_0{
    flex-grow: 0;
}
.flex_grow_1{
    flex-grow: 1;
}
.flex_grow_2{
    flex-grow: 2;
}
.flex_shrink_0{
    flex-shrink: 0;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_nowrap{
    flex-wrap: nowrap;
}
.align_items_stretch{
    align-items: stretch;
}
.align_items_start{
    align-items: start;
}
.align_items_center{
    align-items: center;
}
.align_items_end{
    align-items:end;
}
.justify_content_start{
    justify-content: flex-start;
}
.justify_content_end{
    justify-content: flex-end;
}
.justify_content_center{
    justify-content: center;
}
.justify_content_around{
    justify-content: space-around;
}
.justify_content_between{
    justify-content: space-between;
}
.image_line{
    width: 100%;
    height: auto;
}
.banner{
    overflow: hidden;
    position: relative;
}
.banner > ul{
    height:100%;
    width:100%;
}
.banner > ul > li {
    height: 100%;
}
.banner.vertical > ul > li {
    width: 100%;
}
.banner img{
    width:100%;
    height:100%;
}
.banner .move_mask{
    position: absolute;
    display: inline-table;
    height:24%;
    top:38%;
    width:30px;
    text-align: center;
    background-color: #777;
    opacity: 0.5;
    z-index: 10000;
    cursor: pointer;
}
.banner .move_mask_prev{
    left:0px;
}
.banner .move_mask_next{
    right:0px;
}
.banner .move_mask >span{
    display: table-cell;
    vertical-align: middle;
    font-size:18px;
    color: #fff;
    opacity: 0.8;
}
.banner.vertical .move_mask{
    position: absolute;
    display: inline-table;
    width:24%;
    left:38%;
    height:30px;
    text-align: center;
    background-color: #777;
    opacity: 0.5;
    z-index: 10000;
    cursor: pointer;
}
.banner.vertical .move_mask_prev{
    top:0px;
}
.banner.vertical .move_mask_next{
    top:auto;
    bottom:0px;
}
.banner.vertical .move_mask >span{
    display: table-cell;
    vertical-align: middle;
    font-size:18px;
    color: #fff;
    opacity: 0.8;
}
.seq_symbols{
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:30px !important;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
    position: absolute;
}
.seq_symbols li{
    cursor: pointer;
    display: inline-block !important;
    height: 12px !important;
    width: 12px !important;
    border-radius: 10px;
    background-color: #777;
    opacity: 0.7;
    margin-right: 6px;
    z-index: 1000;
}
.seq_symbols li:last-child{
    margin-right: 0px;
}
.seq_symbols li.cur{
    background: #fff;
}

.banner.vertical .seq_symbols{
    position: absolute;
    left:auto;
    top:0px;
    bottom:0px;
    right:0px;
    height:100% !important;
    width:30px !important;
    line-height: 30px;

    z-index: 1000;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner.vertical .seq_symbols li{
    display: block !important;
    height: 12px !important;
    width: 12px !important;
    border-radius: 10px;
    background-color: #777;
    opacity: 0.7;
    margin-bottom: 6px;
    margin-right: 0px;
    z-index: 1000;
}
.banner.vertical .seq_symbols li:last-child{
    margin-bottom: 0px;
}
.banner.vertical .seq_symbols li.cur{
    background: #fff;
}


.vmiddle_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vmarkblock {
    display: table;
    width: 100%;
    height: 100%;
}

.vmarkblock > .vcontent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    min-height: 80px;
    /*background-color: #eee;*/
    background-color: inherit;
    width: 100%;
    color: #fff;
}

.vmarkblock > .vcontent > .vtitle {
    display: block;
}

.vbutton_group {

}
.vbutton_group_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.vbutton_group button,.vbutton_group .vbutton {
    margin-right: 10px;
}
.vbutton_group.text_right button,.vbutton_group.text_right .vbutton {
    margin-right: 0px;
    margin-left: 10px;
}
.vbutton_group button.web_uploader,.vbutton_group .vbutton.web_uploader {
    margin-right: 0px;
}
.button.web_uploader2, .vbutton.web_uploader2{
    background: #fff ;
    border: 1px solid #369;
    color: #369;
    font-size: 14px;
    height: 100px;
    margin-right: 0;
    margin-left: 0 !important;
    width: 100%;
}
.button.uploader2, .vbutton.uploader2{
    background: #fff ;
    border: 1px solid #369;
    color: #369;
    font-size: 14px;
    height: 100px;
    margin-right: 0;
    margin-left: 0 !important;
    width: 100%;
}
.vbutton_group button:last-child,.vbutton_group .vbutton:last-child {
    margin-right: 0px;
}
.vbutton_group.text_right button:first-child,.vbutton_group.text_right .vbutton:first-child {
    margin-left: 0px;
}

.vbutton {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 1.5;
    border: none;
    padding: 3px 10px;
    cursor: pointer;
    letter-spacing: 1px;
}
.vbutton_line{
    width:100%;
}
.vbutton_large {
    line-height: 2;
}
.vbutton_small {
    font-size: 12px;
    padding: 2px 4px;
}
.vbutton_mobile_large{
    font-size: 16px;
    line-height: 24px;
  padding: 4px 12px;
}
.vbutton_form{
    height: 30px;
    line-height: 25px;
}
.vbutton_link{
 background-color: inherit;
    color: var(--blue);
}
.vbutton_operation {
    background-color: green;
}

.vbutton_error,.vbutton_warn {
    background-color: #ae1c1c;
}
.vbutton_error2 {
    background-color: rgb(245, 108, 108)
;
}
.vbutton_warn2 {
    background-color: rgb(230, 162, 60);
}
.vbutton_disabled {
    background-color: #ccc;
}

.vbutton_info {
    background-color: #39adb4;
}
.vbutton_info2 {
    background-color: rgb(144, 147, 153)
;
}
.vbutton_info3 {
    background-color: #f6f8fb;
    color: #333;
;
}

.vbutton_info:hover {
    background-color: #2a858b;
}
.vbutton_normal2{

    background-color: #fff;
    color: #606266;
    border-radius: 3px;
    border:1px solid #dcdfe6;
}
.vbutton_normal2:hover{

    background-color: #f5f7fa;

}
.vbutton_normal2.selected{
    color: var(--blue);
}
.vbutton_blue{
    background-color: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.vbutton_bg_blue{
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
}
.vbutton_red{
    background-color: #fff;
    border: 1px solid #860000;
    color: #860000;
}
.vbutton_green{
    background-color: #fff;
    border: 1px solid #2a858b;
    color: #2a858b;
}
ul.inline {

}

ul.inline li {
    display: inline-block;
}

fieldset,.fieldset {
    border: none;
}

.logo_fieldset {
    position: relative;
}

.logo_fieldset i {
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 40px;
    border-right: 1px solid #bbb;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.logo_fieldset input[type="text"], .logo_fieldset input[type="number"], .logo_fieldset input[type="password"], .logo_fieldset input[type="password"] {
    padding-left: 45px;
}
.opt_fieldset .control{
    /*position: relative;*/ /*这行注释不能去掉，会造成controldiv的宽度为0 里边的vbutton_opt按钮不会显示 可以考虑引入样式.opt_fieldset{position:relative} 同时给opt_fieldset设置宽度 */
}
.opt_fieldset button.vbutton_opt,.opt_fieldset a.vbutton_opt {
    border: 0 none;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    height: 100%;
    line-height: inherit;
}
 .opt_fieldset i.v_iopt{
    position: absolute;
    top: 50%;
     margin-top: -8px;
    right: 0;
    padding: 0 10px;
    /*height: 100%;*/
    line-height:normal;
    cursor: pointer;
}
.tips_area {
    padding: 10px 16px;
    background: rgba(61,127,255,.1);
    border: 1px solid rgba(61,127,255,.6);
    color: #666;
    border-radius: 4px;
}
.vform_larger .opt_fieldset i.v_iopt{

}
input[type="text"],input[type="search"],input[type="number"], input[type="password"],input[type="search"], select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #bbb;
    padding-left: 5px;
    border-radius: 0;
}
input[type="text"].vsearch{
    height:30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f7f8fa;
    padding-left: 25px;
    background-image:url('/static/images/vsearch.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-size: 15px 15px;
}
input.ph_center::-webkit-input-placeholder{

    text-align: center;
    font-size: 14px;
}
input.ph_center::-moz-placeholder {

    text-align: center;
    font-size: 14px;
}
fieldset.small input[type="text"],fieldset.small input[type="password"], fieldset.small select {
    line-height: 20px;
    height: 20px;
}
.fieldset.small input[type="text"],.fieldset.small input[type="password"], .fieldset.small select {
    line-height: 20px;
    height: 20px;
}

textarea {
    border: 1px solid #bbb;
    border-radius: 0;
}

textarea:focus {
    border-color: #777;
}
.vform_larger input[type="text"],.vform_larger input[type="search"],.vform_larger input[type="number"], .vform_larger input[type="password"], .vform_larger select {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
}
.vform_larger fieldset{
    line-height: 40px !important;
}
.vform_larger .fieldset{
    line-height: 40px !important;
}
.vform_large input[type="text"],.vform_large input[type="search"],.vform_large input[type="number"], .vform_large input[type="password"], .vform_large select {
    line-height: 40px;
    height: 40px;
    /*font-size: 14px;*/
}
.vform_large fieldset{
    line-height: 40px !important;
}
.vform_large .fieldset{
    line-height: 40px !important;
}
.vform_text_large label,.vform_text_large .control input,.vform_text_large .control span{
    font-size: 16px;
}
input[type="text"].readonly,input[type="number"].readonly, input[type="password"].readonly, select.readonly, textarea.readonly {
    border-color: #eee !important;
}
input[type="text"]:focus,input[type="number"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: #777 !important;
}

textarea.vtextarea {
    border: 1px solid #aaa;
    width: 160px;
}

textarea.vtextarea:hover {
    border: 1px solid #459ae9;
}

.fill_x {
    margin: 0px;
    width: 100% !important;
}

.fill_y {
    margin: 0px;
    height: 100% !important;
}

input[type="radio"].rendered, input[type="checkbox"].rendered, select.rendered, textarea.rendered {
    display: none;
}

.vselect {
    position: relative;
}

.vselect select {
    display: none;
}

.vselect .vselect_input {
    padding-right: 40px;
    cursor: pointer;
    background-image: url('../../images/arrow_down_32.png');
    background-size: 18px 18px;
    background-position: right 50%;
    background-repeat: no-repeat;
}
.vtime .vselect .vselect_input{
    padding-right: 20px;
}
.vtime .vselect > dl dd{
    font-size: 14px !important;
}
.vselect .vselect_input.readonly{
    background-image: none;
    padding-right: 0px;
    cursor: auto;
}
.form_readonly .vselect_input{
    background-image: none;
    padding-right: 0px;
    cursor: auto;
    border-left:none 0px ;
    border-top:none 0px ;
    border-right:none 0px ;
}
.vclicked .vselect_input {
    background-image: url('../../images/arrow_up_32.png');

}

.vselect > dl {
    width: 100%;
    border: 1px solid #ddd;
    position: absolute;
    background-color: #fff;
    z-index: 10002;
    display: none;
    /*max-height: 200px;*/
    max-height: unset;
    overflow-y: auto;
    text-align: center;
}
.vselect.multiline > dl{
    overflow-y: auto;
    max-height: inherit;
}
.vselect_no_scroll_y dl{
    overflow-y: hidden !important;
}
.vselect > dl.vmultiple {
    max-height: none;
    overflow-y: auto;
}

.vselect > dl dt {
    width: 100%;
}

.vselect > dl.vmultiple dt {
    position: absolute;
    top: 0;
    left: 0;
}

.vselect > dl dt button {
    width: 50%;
    text-align: center;
    border-radius: 0 !important;
}

.vselect > dl.vmultiple > div {
    margin-top: 27px;
    max-height: 200px;
    overflow-y: scroll;
}
.vselect.auto_height dl.vmultiple > div {
    max-height: unset;
    overflow-y: auto;
}

.vselect > dl dd {
    cursor: pointer;
    padding: 0 5px;
    line-height: 30px;
}
.vselect > dl dd.vtree{
    text-align: left;
}
.vselect > dl dd.radioable{
    padding-left: 0px;
}
.vselect > dl dd.radioable:before {
    content: "\e611";
    cursor: pointer;
    margin-right: 5px;
    vertical-align: baseline;
    font-family: "iconfont";
}
.vselect > dl dd.radioable.selected {
    background-color: inherit !important;
    color: inherit !important;
    font-weight: normal ;
}
.vselect > dl dd.radioable.selected:before {
    content: "\e60f";
    cursor: pointer;
}
.vselect > dl dd.selected {
    background-color: var(--blue) !important;
    color: #fff !important;
}

.vselect > dl dd:hover {
    background-color: #eee;
    color: #000;
}
.seperator_line{
    top: 50%;
    height: 2px;
}
.seperator_title{
    background-color: #fff;
    z-index: 100;
    display: inline-block;
    position: absolute;
    padding: 0 20px;
    font-weight: bold;
}
.vclicked input.vselect_input {

}

.vclicked > dl {
    display: block;
}

.vform {

}

.vform.flat {

}
.vform > .vhead{

}
.vform > .vhead > img{
    height: 30px;
    width: auto;
    vertical-align: top;
}
.vform > .vhead > span.vtitle{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #2a858b;
}
.vform .description{
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
}
.vform fieldset,.vform .fieldset{
    width: 100%;
    line-height: 30px;
    margin-top: 5px;
    position: relative;
}
.vform.vform_mobile fieldset{
    border-bottom: 1px solid #ccc;
}
.vform.vform_mobile input[type="text"],.vform.vform_mobile input[type="password"]{
    border: 0 none !important;
}
.vform.vform_flex fieldset,.vform.vform_flex .fieldset {
    display: flex;
    /* flex-wrap: wrap; */
}
.vform fieldset.small,.vform .fieldset.small {
    line-height: 20px;
}
.vform_tiny fieldset,.vform_tiny .fieldset{
    line-height: 20px;
    margin-top: 0px;
}
.vform_small fieldset,.vform_small .fieldset{
    line-height: 20px;
}
.vform_large fieldset,.vform_large .fieldset {
    line-height: 40px;
}

.vform_field_error fieldset,.vform_field_error .fieldset {
    margin-top: 16px;
}
/*
.vform_field_no_error fieldset {
    margin-top: 0px !important;
}
 */
.vform_field_no_error fieldset{
    margin-top: 0px;
}
.vform_field_no_margin fieldset,.vform_field_no_margin .fieldset {
    margin-top: 0px !important;
}
.vform fieldset.error,.vform .fieldset.error {
    color: #ae1c1c;
    height: 20px;
    line-height: 20px;
    margin-top: 3px !important;
    padding-left: 90px;
}
.vform_field_no_error span.error{
    display: none !important;
}
.vform.no_label label{
    display: none !important;
}
.vform.label_strong label{
    font-weight: bold !important;
}
.vform.label_blue label{
    color: #003865 !important;
}
.vform.no_label fieldset.error,.vform.no_label .fieldset.error {
    padding-left: 0px;
}
.radio_extra_wrapper label{
    width:0px !important;
}
.radio_extra_wrapper .control{
    margin-left:10px !important;
}
.vform fieldset span.error,.vform .fieldset span.error {
    position: absolute;
    top: -14px;
    left: 90px;
    color: #ae1c1c;
    font-size: 12px;
    line-height: 12px;
}
.vform fieldset.no_label span.error,.vform .fieldset.no_label span.error{
    left: 0px;
}
.vform fieldset span.error_inline,.vform .fieldset span.error_inline {
    position: static;
    top: auto;
    left: auto;
    color: #ae1c1c;
    font-size: inherit;
    line-height: inherit;
}

.vform fieldset label,.vform .fieldset label {
    width: 80px;
    float: left;
    text-align: right;
    padding-right: 2px;
}
.vform.vform_flex fieldset label,.vform.vform_flex .fieldset label{
    width: auto;
    float: none;
    flex-shrink: 0;
}
.vform.vform_thin fieldset label,.vform.vform_thin .fieldset label {
    width: 60px;
    float: left;
    text-align: right;
    padding-right: 2px;
}
.vform fieldset .rel_select_field label,.vform .fieldset .rel_select_field label{
    display: none;
}
.vform.vform_column fieldset .rel_select_field label,.vform.vform_column .fieldset .rel_select_field label{
    display: none;
}

.vform fieldset .control,.vform .fieldset .control {
    display: block;
    margin-left: 90px;
}
.vform.vform_flex fieldset .control,.vform.vform_flex .fieldset .control{
    margin-left: 0px;
    flex-grow: 1;
}
.vform.vform_thin fieldset .control,.vform.vform_thin .fieldset .control {
    display: block;
    margin-left: 70px;
}
fieldset select,.fieldset select{
    display: none;
}
.vform fieldset .rel_select_field .control,.vform .fieldset .rel_select_field .control{
    margin-left: 0px;
}
.vform.vform_column fieldset .rel_select_field .control,.vform.vform_column .fieldset .rel_select_field .control{
    margin-left: 0px;
}
.vform.no_label fieldset .control, fieldset.no_label .control,.vform.no_label .fieldset .control, .fieldset.no_label .control {
    margin-left: 0px;
}
fieldset.no_label label,fieldset.no_label label{
    display: none !important;
}
.vform fieldset .control input[type="text"]，.vform fieldset .control input[type="number"],.control input[type="search"] {
    width: 100%;
}
.vform .fieldset .control input[type="text"]，.vform .fieldset .control input[type="number"] {
    width: 100%;
}
.vform fieldset .control input[type="text"].readonly,
.vform .fieldset .control input[type="text"].readonly{
    border: 0 none;
    border-bottom: 1px solid #eee;
}
.form_readonly input[type="text"]{
    border-left:none 0px ;
    border-top:none 0px ;
    border-right:none 0px ;
}
.form_readonly input[type="text"].readonly_no_border{
    border-left:none 0px ;
    border-top:none 0px ;
    border-right:none 0px ;
    border-bottom: none 0px !important;
}
.form_readonly .control .tips{
    display: none;
}

.form_readonly .control button,.form_readonly .control .vbutton{
    display: none;
}
.form_readonly .opt_del{
    display: none !important;
}
.form_readonly .clearInput{
    display: none !important;
}
.vform fieldset .control textarea.readonly{
    border: 0 none;

}
.form_readonly textarea{
    border: 0 none;
}
.form_readonly fieldset .control textarea, .form_readonly .fieldset .control textarea
{
    padding-top: 6px !important;
}
.vform.flat fieldset .control input[type="text"],.vform.flat fieldset .control input[type="number"], .vform.flat fieldset .control input[type="password"],
.vform.flat .fieldset .control input[type="text"],.vform.flat .fieldset .control input[type="number"], .vform.flat .fieldset .control input[type="password"]
{
    border: 0 none;
    border-bottom: 1px solid #ddd;
}
.vform.flat  input[type="text"],.vform.flat   input[type="number"], .vform.flat  input[type="password"],
input.flat[type="text"]
{
    border: 0 none;
    border-bottom: 1px solid #ddd;
}
.vform.field_text_center fieldset .control input[type="text"],.vform.field_text_center fieldset .control input[type="number"],
.vform.field_text_center .fieldset .control input[type="text"],.vform.field_text_center .fieldset .control input[type="number"]
{
    text-align: center;
}

.vform fieldset .control textarea,
.vform .fieldset .control textarea
{
    width: 100%;
    padding: 2px 4px;
}
.vselect.flat{
    position: static !important;
    height: auto !important;
}
.vselect.flat .vselect_input{
    display: none !important;
}
.vselect.flat dl{
    display: block !important;
    position: static !important;
    border: none !important;
}
.vselect.flat dl.vmultiple > div{
    margin-top: 0px !important;
}
.vselect.flat dl dt{
    display: none !important;
}
.vselect.flat.flat_line dl dd{
    display: block;
    width: 100%;
    margin-right: 0px !important;
}
.vselect.flat dl dd.hi{
    display: none !important;
}
.select_readonly .vselect.flat dl dd:not(.selected){
    display: none !important;
}
.form_readonly .vselect.flat dl dd:not(.selected){
    display: none !important;
}
.vselect.flat dl dd:not(.block) {
    display: inline-block !important;
}
.vselect.flat dl dd{
    margin-right: 10px !important;
    margin-bottom:3px !important;
}

.vform .radio_group li, .vform .checkbox_group li {
    margin-right: 7px;
    display: inline;
}
.vform .radio_group.radio_column li, .vform .checkbox_group.checkbox_column li {
    margin-right: 0px;
    /*display: inline;*/
}
.vform .radio_group li:last-child, .vform .checkbox_group li:last-child {
    margin-right: 0px;
}
.form_readonly .radio_group li:not(.radio-checked),.form_readonly .checkbox_group li:not(.checkbox-checked){
    display: none !important;
}
.readonly .radio_group li:not(.radio-checked),.readonly .checkbox_group li:not(.checkbox-checked){
    display: none !important;
}
.vform_column{

}
.vform.vform_column fieldset label,.vform.vform_column .fieldset label{
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 5px;
}
.vform.vform_column fieldset .control,.vform.vform_column .fieldset .control{
    float: none;
    margin-left: 0px ;
}
.vform.vform_column .radio_group li,.vform .radio_column li, .vform.vform_column .checkbox_group li,.vform .checkbox_column li{
    display: block;
}
.vform .radio_row li,.vform .checkbox_row li{
    display:  inline-block !important;
}
.vform.vform_column .radio_group li i, .vform.vform_column .checkbox_group li i{
    /*margin-right: 10px;*/
    margin-right: 5px;
    vertical-align: baseline;
}

.radio_group input[type="radio"] {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 2px;
}

.checkbox_group input[type="checkbox"] {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 2px;
}

.radio_group_valign li, .checkbox_group_valign li {
    display: block !important;
    width: 100%;
}
.radio_group  .extra_input,.checkbox_group  .extra_input{
    margin-left: 5px;
    display: inline;
    width: 300px;
    border: 0px none;
    border-bottom: 1px solid #ccc;
}
.vitem_panel {
    width: 100%;
}

.vitem_panel > .vhead {
    background-color: #2a858b;
    padding: 0 5px;
    line-height: 25px;
}

.vitem_panel > .vhead > .vtitle {
    color: #fff;
    letter-spacing: 2px;
}

.vitem_panel > .vbody {

}

.vitem_panel > .vbody > li {
    line-height: 25px;
    border-bottom: 1px solid #eee;
}
.vitem_panel.no_item_border > .vbody > li {
    line-height: 25px;
    border-bottom: 0px none;
}

.vitem_panel > .vbody > li:after {
    content: "";
    display: block;
    clear: both;
}

.vitem_panel > .vbody > li > span:first-child {
    float: left;
    width: 130px;
    text-align: right;
    padding: 0 5px;
    letter-spacing: 1px;
}
.vitem_panel > .vbody.tiny > li > span:first-child,
.vitem_panel.tiny > .vbody > li > span:first-child{
    float: left;
    width: 80px;
    text-align: right;
    padding: 0 5px;
    letter-spacing: 1px;
}
.vitem_panel > .vbody.wider > li > span:first-child,
.vitem_panel.wider > .vbody > li > span:first-child{
    float: left;
    width: 200px;
    text-align: right;
    padding: 0 5px;
    letter-spacing: 1px;
}

.vitem_panel.min_font > .vbody > li > span:first-child {
    font-size: 10px;
}

.vitem_panel.label_center > .vbody > li > span:first-child {
    text-align: center;
}

.vitem_panel > .vbody > li > span:last-child {
    display: block;
    margin-left: 130px;
    /*width:100%;*/
    padding: 0 5px;
}
.vitem_panel > .vbody.tiny > li > span:last-child,
.vitem_panel.tiny > .vbody > li > span:last-child{
    display: block;
    margin-left: 80px;
    /*width:100%;*/
    padding: 0 5px;
}
.vitem_panel > .vbody.wider > li > span:last-child,
.vitem_panel.wider > .vbody > li > span:last-child{
    display: block;
    margin-left: 200px;
    /*width:100%;*/
    padding: 0 5px;
}

.vitem_panel.content_center > .vbody > li > span:last-child {
    text-align: center;
}

.vitem_panel.min_font > .vbody > li > span:last-child {
    font-size: 10px;
}
.vitem_panel.label_bold > .vbody > li > span:first-child{
    font-weight: bold;
}
.vitem_panel.text_bold > .vbody > li > span:last-child{
    font-weight: bold;
}
.vitem_panel.label_grey > .vbody > li > span:first-child{
    color:#606266;
}
.vitem_panel.large > .vbody > li,.vitem_panel.large > .vbody > li > span{
    line-height: 36px !important;
}
.vitem_panel.large > .vbody > li > span:first-child{
    font-size: 18px;
}
.vitem_panel.large > .vbody > li > span:last-child{
    font-size: 18px;
}

.vitem_panel.label_orange > .vbody > li > span:first-child{
    color:#be5311;
}
.vitem_panel.border_orange > .vbody > li {
    border-color:#be5311 !important;
}
.folded >div:first-child{
    display: block !important;
    float: left !important;
    width: 18px !important;
    overflow: hidden !important;
}
.folded >div:last-child{
    display: block !important;
    width: auto !important;
    margin-left: 19px !important;
}

.vpanel {
    width: 100%;
    border: 1px solid #eee;
}
.vpanel_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.vpanel_flex_column{
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
}
.vpanel_flex_column > .vhead{
    flex-grow: 0;
    flex-shrink: 0;
}
.vpanel_flex_column > .vbody{
    flex-grow: 1;
    flex-shrink: 0;
}
.vpanel_flex_column > .vbody >.vsub_panel{
    flex-grow: 1;
}
.vpanel_flex_column2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.vpanel_flex_column2 > .vhead{
    flex-grow: 0;
    flex-shrink: 0;
}
.vpanel_flex_column2 > .vbody{
    flex-grow: 1;
}
.vpanel_flex_column > .vbody >.vsub_panel{
    flex-grow: 1;
}
.vpanel.vpanel2{
    border: 0px solid;
    padding:10px;
}
.vpanel_no_border .vpanel{
    border:0 none;
}
.vpanel .caption {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    color: #2a858b;
}

.vpanel > .vhead {
    /*height: 40px;*/
    /*line-height: 40px;*/
    line-height: 25px;
    overflow: hidden;
    background-color: var(--blue);
}
.vpanel_flex > .vhead{
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 200px;
}
.vpanel.vpanel2 > .vhead{
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.vpanel > .vhead2 {
    height: auto;
    line-height: 30px;
    /*line-height: 25px;*/
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid var(--blue);
}
.vpanel > .vhead3{
    background-color: #fff !important;
    padding-top: 10px;
}
.vpanel > .vhead4{
    background-color: #fff !important;
}
.vpanel > .vhead5{
    background-color: inherit !important;
    border: none ;
    font-size: 18px;
    color: #333;
    line-height: 2;
}
.vpanel > .vhead2 > .info {
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #444;
}

.vpanel > .vhead2 > .info > * {
    font-size: 12px;
}

.vpanel > .vhead.green {
    background: #2a858b;
}

.vpanel > .vhead .vtitle {
    margin-left: 10px;
    color: #fff;
    /*font-size: 16px;*/
    letter-spacing: 2px;
}
.vpanel.vpanel2 > .vhead .vtitle{
    font-size: 16px;
    color: #333;
    /*margin-left: 5px;*/
    padding-left: 10px;
    border-left: 4px solid var(--blue);
}
.vpanel > .vhead2 .vtitle {
    margin-left: 2px;
    color: var(--blue);
    /*font-size: 14px;*/
    letter-spacing: 2px;
}
.vpanel > .vhead3 .vtitle {
    /*margin-left: 0px !important;*/
    background-color: #fff;
    /*font-size: 14px;*/
    color: #fff;
    padding: 0 10px;
    letter-spacing: 1px;
}
.vpanel > .vhead4 .vtitle {
    margin-left: 0px !important;
    background-color: #2b2b2b;
    /*font-size: 14px;*/
    color: #fff;
    padding: 0 10px;
    letter-spacing: 1px;
}
.vpanel > .vbody {

}
.vpanel_flex > .vbody{
    flex-grow: 1;
}
.vpanel .vsub_panel {
    padding: 5px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.vpanel .vsub_panel:last-child {
    border-bottom: none;
}

.vpanel > .vbottom {
    width: 100%;
    background-color: #eee;
    padding: 5px 10px;
    min-height: 30px;
}

.vfoldable_panel .opt_unfold{
    display: none;
    cursor: pointer;
}
.vfoldable_panel .opt_fold{
    cursor: pointer;
    float: right;
    padding-right: 10px;
    color: #fff;
}
.vfoldable_panel.vfold{
    width: 40px !important;
    text-align: center;
    height: auto !important;
}
.vfoldable_panel.vfold .opt_unfold{
    display: block;
    margin: -5px auto 0px;
}
.vfoldable_panel.vfold .opt_fold{
    display: none;
}
.vfoldable_panel.vfold > .vhead .vtitle {
    color: #fff;
    display: inline;
    padding-top: 7px;
    letter-spacing: 3px;
    margin-left: 0px;
    writing-mode: vertical-lr;
}
.vfoldable_panel.vfold div:not(:first-child){
    display: none;
}

.vpanel_updown_foldable .opt_unfold{
    display: none;
    cursor: pointer;
}
.vpanel_updown_foldable .opt_fold{
    cursor: pointer;
    float: right;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
}
.vpanel_updown_foldable.vfold{

}
.vpanel_updown_foldable.vfold .opt_unfold{
    display: block;
    float: right;
    padding-right: 10px;
    font-weight: bold;
}
.vpanel_updown_foldable.vfold .opt_fold{
    display: none;
}
.vpanel_updown_foldable.vfold > .vhead .vtitle {

}
.vpanel_updown_foldable.vfold div:not(:first-child){
    display: none;
}

.wtable, .wtable * {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    font-family: Arial, 宋体, Helvetica, sans-serif;
}

.wtable {
    display: table;
    width: 80%;
    border-collapse: collapse;
}

.wtable .tr {
    display: table-row;
    height: 30px;
}

.wtable .th {
    display: table-cell;
    font-weight: bold;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
    background-color: #E5E5E5;
}

.wtable .td {
    display: table-cell;
    height: 100%;
}

.wtable .stable {
    width: 100%;
    height: 100%;
    display: table;
}

.wtable .str {
    display: table-row;
    height: 100%;
}

.wtable .std {
    display: table-cell;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}
.contrast_table{
    width:100%;
}
.contrast_table td{
    height:25px;
    line-height: 25px;
    line-height:25px;
    font-size: 12px;
    color:#fff;
    overflow: hidden;
}
.contrast_table .contrast_wrapper{
    width:100%;
    margin:2px;
    height:20px;
    /*background: red;*/
    position: relative;
    display: block;
}
.contrast_table .contrast_wrapper .contrast_line{
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    height:100%;
}
.vtable {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
}
.vtable_no_border .vtable,.vtable_no_border th{
    border: 0 none !important;
}
.vtable.min_font * {
    font-size: 10px;
}

.vtable caption {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
}
.vtable.cell_single_line tr,.vtable.cell_single_line tr td,.vtable.cell_single_line tr th {
    height:25px;
    line-height: 25px;
    overflow-y: hidden;
}
.vtable tr {
    line-height: 25px;
    text-align: center;
}

.vtable tr.sel {
    background-color: #dee;
}

.vtable thead tr {
    background-color: #eee;
}

.vtable tbody tr:hover {
    background-color: #eee;
}
.vtable tbody tr.no_hover:hover {
    background-color: #fff !important;
}
.table_no_hover tbody tr:hover {
    background-color:inherit !important;
}

.vtable.no_hover tbody tr:hover {
    background-color: inherit !important;
}

.vtable th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-weight: normal;
}

.vtable th.sortable {
    cursor: pointer;
}

.vtable td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    word-break: break-all;
}
.vtable_no_border .vtable td{
    border: 0 none;
}
.vtable td.linker {
    cursor: pointer;
    color: var(--blue);
}

.vtable td i {
    cursor: pointer;
}

.vtable td i {
    margin-right: 5px;
}

.vtable td i:last-child {
    margin-right: 0px;
}
.vtable td[val="operation"] span:not(:first-child){
    margin-left: 8px;
}
.vtable_list {
    border: 0 none;
}

.vtable_list th {
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #eee;
}

.vtable_list td {
    border: 0 none;
}

.vtable_list tr {
    border-bottom: 1px solid #eee;
}
.vtable2{
    border:1px solid #f9f9fa;
}
.vtable2 thead tr{
    background-color: #f9f9fa;
    color: #333;
    line-height: 32px;
}
.vtable2 tbody tr{
    line-height: 32px;
}
.vtable2.vtable2_large thead tr{
    background-color: #f9f9fa;
    color: #333;
    line-height: 40px;
}
.vtable2.vtable2_large tbody tr{
    line-height: 40px;
}
.vtable2.vtable2_large *{
    font-size: 16px;
}
.vtable2 tbody tr:hover{
    background-color: #f5f7fa !important;
}
.vtable2 th,.vtable2 td{
    border: 0px none;
    border-bottom: 1px solid #f9f9fa;
}
.vtable2 td{
    color: #606266;
}
.vtable_color1 th{
    background-color: #d9edfb;
    font-weight: bold;
}
.vtable_color1 td{
    background-color: ivory;
    font-weight: normal;
}
.vtable_color1 td > span{
    color:#0e8dd2
}
.varrow {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border-style: dashed solid dashed dashed;
    border-width: 6px 6px 6px 0px;
    border-color: rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}

.varrow_out {
    border-right-color: #E0E0E0;
    left: -6px;
}

.varrow_in {
    left: -5px;
}

.varrow_top {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-style: dashed dashed solid dashed;
    border-width: 0px 6px 6px 6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}

.varrow_top_out {
    border-bottom-color: #E0E0E0;
    top: -6px;
}

.varrow_top_in {
    top: -5px;
}

.vdropdown {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    width: 0;
    cursor: pointer;
}

.vdropup .vdropdown {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    border-top: 0 none !important;
    display: inline-block;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    width: 0;
    cursor: pointer;
}

.vdrop_right .vdropdown {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 7px;
}

.vdrop {
    z-index: 10000;
}

.vdrop dl {
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 30px;
    z-index: 10000;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}
.vdropup{
    z-index: 100001;
}
.vdropup dl {
    display: block;
    z-index: 100001;
}
table .vdropup dl{
    padding: 10px;
}
table .vdropup dl > span,table .vdropup dd > span {
    display: block;
}

.vdrop dt, .vdrop dd {
    line-height: 30px;
    font-weight: normal;
    color: #000;
}

.vdrop dt:hover, .vdrop dd:hover {
    background-color: #eee;
}

.vquery_panel, .table_form {
    display: table;
    width: 100%;
}

.vquery_panel > div, .table_form > div {
    display: table-row;
}

.table_form > div {
    /*height: 46px;*/
}

.vquery_panel > div > div, .table_form > div > div {
    display: table-cell;
    padding: 2px;
    vertical-align: top;
    width: 1%; /*保证等宽*/
}
.vquery_panel > div > div, .table_form > div > div.block{
    display: block;
    width: 100%;
}
.sys_tabbar{
    display: flex;
    position: fixed;
    left:0;
    bottom:0;
    height: 44px;
    z-index: 100;
    background-color: #eee;
    width: 100%;
}
.sys_tabbar li{
    flex-grow: 1;
    height: 100%;
    text-align: center;

}
.sys_tabbar li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 4px;
}
.sys_tabbar li a.selected{
    background-color: var(--blue);
    color: #fff;
}
.sys_tabbar li img{
    width:22px;
    height: 22px;
}
.sys_tabbar li span{
    font-size: 12px;
    color: inherit;
}
.vstep{
    position: relative;
}
.vstep .vstep_button_group{
    position: absolute;
    bottom: 0px;
}
.vstep > .vhead{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}
.vstep > .vhead > li{
    flex-grow: 1;
    text-align: center;
    /*border-bottom: 2px solid var(--blue);*/

    position: relative;

}
.vstep > .vhead > li.vline{
    height: 2px;
    flex-grow: 1;
    /*border-bottom: 2px solid var(--blue);*/
    margin-top:12px;
}
.vstep > .vhead > li >.vseq{
    color:#aaa;
    height:26px;
    line-height: 24px;
    width:26px;
    display: block;
    border-radius: 13px;
    border:1px solid #ccc;
    text-align: center;
    margin: auto;
    z-index: 2;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;

}
.vstep > .vhead > li.cur >.vseq{
    color:var(--blue);
    border-color:var(--blue);
    font-weight: bold;
    border-width: 2px;

}
.vstep > .vhead > li.proced >.vseq{
    color:green;
    border-color:green;
}
.vstep > .vhead > li > .vstep_line{

    border-color:#ccc !important;

}
.vstep > .vhead > li.proced{

    color:green !important;

}
.vstep > .vhead > li.cur {

    color:var(--blue) !important;

}
.vstep > .vhead > li.proced > .vstep_line{

    border-color:green !important;

}
.vstep > .vhead > li.cur > .vstep_line{

    border-color:var(--blue) !important;

}
.vstep > .vbody > div{
    display: none;
}
.vstep > .vbody > div.cur{
    display: block;

}

.vtab {
    width: 100%;
}

.vtab > .vhead {
    width: 100%;
    height: auto;
    /*line-height: 30px;*/
    font-size: 14px;
    border: 1px solid #eee;
    background-color: #fff;
}

.vtab > .vhead2 {
    width: 100%;
    height: auto;
    /*line-height: 30px;*/
    font-size: 14px;
    border: none;
    background-color: #fff;
}

.vtab > .vhead3,.vtab > .vhead4 {
    border: 0px none;
    border-bottom: 1px solid #ccc;
}
.vtab > .vhead5 {
    border-bottom: #eee;
}
.vtab > .vhead6,.vtab > .vhead7 {
    border: 0px none ;
    border-bottom: 0px none ;
}
.vtab > .vhead:after, .vtab > .vhead2:after, .vtab > .vbody:after {
    content: "";
    display: block;
    clear: both;
}
.vtab.no_min_width  .vhead li {
    min-width: auto !important;
}
.vtab > .vhead li {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    text-align: center;
    color: var(--blue);
    background-color: #fff;
    border-right: 1px solid #eee;
    cursor: pointer;
    overflow: hidden;
}
.vtab.vtab_large > .vhead li {
    line-height: 40px;
    height:40px;
    font-size: 15px;
}
.vtab.vtab_large > .vhead li *{
    font-size: inherit;
}
.vtab > .vhead2 li, .vtab > .vhead3 li {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    text-align: center;
    color: var(--blue);
    background-color: #fff;
    border: 0 none;
    cursor: pointer;
}
.vtab > .vhead4 li {
    background-color: #fff;
    border: 0 none;
    color: #303133;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    padding: 0 20px;
    text-align: center;
}
.vtab > .vhead5 li {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    text-align: center;
    color: #303133;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.vtab > .vhead6 li,.vtab > .vhead7 li {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    float: left;
    text-align: center;
    color: #777;
    background-color: #fff;
    border: 0px none;
    border-bottom: 0px none;
    cursor: pointer;
}
.vtab > .vhead li.cur {
    background-color: var(--blue);
    color: #fff;
}

.vtab > .vhead2 li.cur {
    background-color: #fff;
    color: var(--blue);
    border-bottom: 1px solid var(--blue);
}

.vtab > .vhead3 li.cur {
    background-color: #fff !important;
    color: var(--blue);
    border-bottom: 2px solid var(--blue);

    font-weight: bold;
}
.vtab > .vhead4 li.cur {
    background-color: #fff !important;
    color: var(--blue);
    border-bottom: 2px solid var(--blue);

}
.vtab > .vhead5 li.cur {
    background-color: #fff !important;
    color: var(--blue);
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.vtab > .vhead6 li.cur {
    background-color: #fff !important;
    color: #000;
    font-weight: bold;
    border-bottom: 0px none;

}
.vtab > .vhead7 li.cur {
    background-color: #fff !important;
    color: var(--blue);
    font-weight: bold;
    border-bottom: 0px none;

}
.vtab > .vbody {

    padding: 5px;
    border: 1px solid #eee;
    border-top: none;
}
.vtab_no_border .vtab > .vbody{
    border: 0 none;
}
.vtab > .vbody > div {
    min-height: 50px;
    display: none;
}

.vtab.vtab > .vbody > div:first-child {
    display: block;
}
.vtab.vtab_mobile > .vhead {
    display: flex;
    flex-direction: row;
}

.vtab_mobile > .vhead li {
    flex-grow: 1;
    padding: 0px 0px;
}
.vtab.tabber > .vhead {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
}

.vtab.tabber > .vbody {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 40px;
    width: 100%;
    padding: 0px;
}

.vtab.vtabber{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    display: flex;
    flex-direction: column;
}
.vtab.vtabber.vtabber_bottom{
    flex-direction: column-reverse;
}
.vtab.vtabber > .vhead{

 /*   left:0;
    right:0;
    bottom: 0;
  */
    line-height: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    -webkit-flex-grow: 0;
}
.vtab.vtabber > .vhead li{
    text-align: center;
    flex-grow: 1;
    /*background-color: #ccc;*/
    border:1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
    float: none;
}
.vtab.vtabber > .vbody{
    flex-grow: 1;
    -webkit-flex-grow: 1;
    overflow: scroll;
    min-height: auto !important;
}
.vtab.vtabber > .vbody > div{
    height: 100%;
    width: 100%;
}
.wordCloud__tagBall {
    margin: 50px auto;
    position: relative;
}

.wordCloud__tag {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    color: green;
    text-decoration: none;
    font-size: 15px;
    font-family: '微软雅黑';
    font-weight: bold;
    cursor: pointer;
}
.wordCloud__tag:hover{
    color: var(--blue2) !important;
}

.wordCloud__home {
    display: flex;
    justify-content: center;
}
.strip li:nth-child(even){
    background-color: #eee;
}
.vpager {
    text-align: right;
    min-width: 240px;
    width: 100%;
    padding: 5px;
}

.vpager div {
    display: inline-block;
}

.vpager span {
    margin-left: 5px;

    min-width: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.vpager button {
    margin-left: 5px;

    min-width: 25px;
    /*height: 25px;*/
    line-height: 25px;
    border: 1px solid #AAA;
    /*background-color: #F0F0F0;*/
    padding: 0 3px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.vpager button.cur {
    background-color: var(--blue);
    color: #fff;
}

.vpager button.pre, .vpager button.next {

}

.vpager button i {
    /*	display:inline-block;
       width:15px;
       height: 15px;*/

}

.vpager select {
    width: 75px;
    margin-left: 5px;
    height: 25px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 0px;
}

.vpager input {
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    /*height: 25px;*/
    border: 1px solid #AAA;
}

.vpager .arrow_left0 {
    position: absolute;
    top: 50%;
    margin-top: -6px !important;
    border-style: dashed solid dashed dashed;
    border-width: 6px 6px 6px 0px;
    border-color: rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    height: 0 !important;
    width: 0 !important;
    border-right-color: #AAA;
    left: 50%;
    margin-left: -3px !important;
}

.vpager .arrow_right0 {
    position: absolute;
    top: 50%;
    margin-top: -6px !important;
    border-style: dashed dashed dashed solid;
    border-width: 6px 0px 6px 6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white;
    height: 0 !important;
    width: 0 !important;
    border-left-color: #AAA;
    left: 50%;
    margin-left: -2px !important;
}
.vpager .vselect_input {
    text-align: center;
    width: 102px;
    padding-right:20px;
}

.vselect > dl {
    /*max-height:inherit;*/
    /*overflow-y: hidden;*/

}
.vselect.flat > dl{
    text-align: left;
}
.vselect.flat.flat_more > dl{
    padding-right: 60px;
}
.vselect.flat.flat_more.unfold{
    height:30px !important;
    overflow:hidden;
}
.vselect.flat.flat_more.fold{
    height:auto !important;
    overflow:auto;
}
.valert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    padding: 5px 20px;
    line-height: 20px;
    text-align: center;
    text-align: center;
    color: #fff;
    z-index: 1000000000;
}

.valert_error {
    /*background: red;*/
    background:#ac1e1e;
}

.valert_tips {
    background: #39adb4;
}

.valert_floater {
    position: absolute;
    min-width: 200px;
    /*
    min-height: 150px;*/
    border: 1px solid #E0E0E0;
    top: 0;
    left: 0;
    /*z-index: 100;*/
    background-color: #FFF;
    display: none;
}

.valert_floater .vcontent {
    text-align: center;
    padding: 20px 10px 20px;
}

.valert_floater .vcontent span {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 30px;
}

.valert_floater .vopt {
    clear: both;
    border-top: 1px solid #E0E0E0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    /*
       position: absolute;
       left: 0px;
       bottom: 0px;*/
}
.valert_floater.valert_floater_mobile .vopt{
    align-items: center;
    background-color: #fff;
    border-top: 2px solid #ccc;
    display: flex;
    flex-direction: row-reverse;
    height: 35px;
    justify-content: space-around;
    line-height: 35px;
}
.valert_floater.valert_floater_mobile .vopt button{
    background-color: #fff;
    border-radius: 0;
    flex-grow: 1;
    font-size: 15px;
    height: 35px;
    letter-spacing: 1px;
    line-height: 30px;
}
.valert_floater.valert_floater_mobile .vopt button.vcancel{
    color: #ac1e1e;
}
.valert_floater.valert_floater_mobile .vopt button.vok{
    color: var(--blue);
}
.vvfloater_loading, .vvfloater {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCC;
    background: rgba(120, 120, 120, 0.6);
    filter: alpha(opacity=60);
    z-index: 10000000;
}
.vvfloater_loading.vfloater_flex, .vvfloater.vfloater_flex{
    display: flex ;
    align-items: center;
    justify-content: center;
}
.vvfloater_loading img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.vvfloater > div {
    position: absolute;
    width: 100%;
}
.vvfloater.vfloater_flex > div {
    position: static;
    width: auto;
}

.vvfloater .vfloater_container {
    margin: auto;
    width: 600px;
    border: 1px solid #eee;
    background-color: #FFF;
    position: absolute;
}
.vvfloater.vfloater_flex .vfloater_container{
    position: relative;
    width: auto;
}
.vvfloater.vfloater_mobile .vfloater_container{
    border-radius: 0;
    /*min-width: 60%;*/
    min-width: 30%;
}
.vvfloater .vfloater_container > .vhead {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F4F5F9;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: move;
}
.vvfloater.vfloater_prev .vfloater_container >.vhead{
    /*display: none;*/
    visibility: hidden;
}
.vvfloater.vfloater_mobile .vfloater_container > .vhead{
    text-align: center;
    font-size: 15px;
}
.vvfloater.vfloater_mobile .vfloater_container > .vhead .vtitle{
    text-align: center;
    font-size: 15px;
}
.vvfloater .vfloater_container .vhead .close_icon {
    margin: 10px;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #777;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    margin-right: -5px;
}
.vvfloater.vfloater_mobile .vfloater_container .vhead .close_icon{
    /*display: none;*/
    margin-top: 7px;
    font-size: 22px !important;
    color: #777;
    background-color: inherit;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 1px;
}
.vvfloater .vfloater_container .vhead .page_opt {
    float: right;
}

.vvfloater .vfloater_container .vhead .page_opt > li {
    display: inline-block;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}

.vvfloater .vfloater_container .vbody_wrap {
    width: 100%;

    background-color: #fff;

}

.vvfloater .vfloater_container .vbody {
    display: table;
    width: 100%;
}

.vvfloater .vfloater_container .vcontent {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.vvfloater.vfloater_mobile .vfloater_container .vcontent{
    font-size: 14px;
    line-height: 22px;
}
.vvfloater .vfloater_container .vcontent > iframe {
    width: 100%;
    height: 100%;
    border: 0 none;
}

.vvfloater .vfloater_container .vcontent > div {
    margin: auto;
}
.vvfloater.vfloater_prev .vfloater_container >.vbottom button{
    display: none;
}
.vvfloater .vfloater_container > .vbottom {
    width: 100%;
    height: 50px;
    background-color: #F4F5F9;
    text-align: center;
    line-height: 50px;
}
.vvfloater.vfloater_mobile .vfloater_container > .vbottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    line-height: 35px;
    height: 35px;
    background-color: #fff;
    border-top: 2px solid #ccc;
}
.vvfloater.vfloater_mobile .vfloater_container > .vbottom button{
    flex-grow: 1;
    background-color: #fff;
    border-radius: 0px;
    height: 35px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px;

}
.vvfloater.vfloater_mobile .vfloater_container > .vbottom button:first-child{
    color: var(--blue);
    margin-right: 0px;
    border-left: 1px solid #ccc;

}
.vvfloater.vfloater_mobile .vfloater_container > .vbottom button:last-child{
    color: #ac1e1e;
}
.vvfloater.vfloater2 .vfloater_container > .vhead {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    cursor: move;
    font-size: 18px !important;
    font-weight: normal;
    height: auto;
    line-height: inherit;
    padding: 20px;
    width: 100%;
}
.vvfloater.vfloater2 .vfloater_container > .vhead {
    cursor: move;
    font-size: 18px !important;
    font-weight: normal;
    line-height: inherit;
}
.vvfloater.vfloater2 .vfloater_container > .vhead .vtitle{

}
.vvfloater.vfloater2 .vfloater_container .vhead .close_icon {
    background-color: #fff;
    border-radius: 10px;
    color: #606266;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-style: normal;
    height: auto;
    line-height: inherit;
    margin: 0px;
    text-align: center;
    width: 20px;
}
.vvfloater.vfloater2 .vfloater_container > .vbottom {
    background-color: #fff;
    border-top: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.vvfloater.vfloater2 .vfloater_container > .vbottom .back {
    background-color: #ffffff ;
    border: 1px solid #aaa !important;
    color: #606266 !important;
}
.vvfloater.vfloater2 .vfloater_container > .vbottom .back:hover{
    background-color: #aaa;
}
input.vcalendar {
    cursor: pointer;
    padding: 0 20px !important;

    background: url('../../images/calendar.png') no-repeat;
    background-position: 1px 50%;
    background-size: 16px 16px;
}

.vcalendar_wrap {
    position: relative;
}

.vcalendar_wrap div.vcalendar {
    display: none;
    z-index: 10000000;
}

.vcalendar_wrap i.vclose {
    position: absolute;
    right: 1px;
    top: 0%;
    margin-top: 0px;
    cursor: pointer;
}
.vcalendar_readonly i.icon-close{
    display: none !important;
}
.vclicked div.vcalendar {
    display: block !important;
}

div.vcalendar {
    width: 282px;
    min-height: 280px;
    border: 1px solid var(--blue);
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}
div.vcalendar > .vyear_list{
    position:absolute;
    top:30px;
    background-color:#fff;
    left:00px;
    right:00px;
    bottom:0px;
    padding: 5px 25px 10px;
}
div.vcalendar > .vyear_list .vyear_list_prev{
    position: absolute;
    left: 5px;
    top:46%;
    cursor: pointer;
}
div.vcalendar > .vyear_list .vyear_list_next{
    position: absolute;
    right: 5px;
    top:46%;
    cursor: pointer;
}
div.vcalendar > .vyear_list li{
    float: left;
    width: 57px;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
}


div.vcalendar > .vmonth_list,div.vcalendar .vbody .vmonth_list{
    position:absolute;
    top:30px;
    background-color:#fff;
    left:00px;
    right:00px;
    bottom:0px;
    padding: 5px 25px 10px;
}

div.vcalendar > .vmonth_list li,div.vcalendar .vbody .vmonth_list li{
    float: left;
    width: 57px;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    margin: 0px;
}
div.vcalendar .vbody .vmonth_list li.selected{
    background-color: #eee;
    font-weight: bold;
}
div.vcalendar > .vhead {
    line-height: 40px;
    font-size: 16px;
    color: #777;
}

div.vcalendar > .vhead i {
    cursor: pointer;
}

div.vcalendar > .vcaption {
    line-height: 40px;
}

div.vcalendar > .vcaption > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

div.vcalendar > .vbody {

}

div.vcalendar > .vbody > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

div.vcalendar > .vbody > span.forbidden {
    color: #ccc;
}

div.vcalendar > .vbody > span:hover {
    background-color: #eee;
}

div.vcalendar > .vbody > span.selected {
    background-color: #eee;
    font-weight: bold;
}
.date_range{
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}
.date_range > span{
    width: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.date_range > div{
    flex-grow: 1;
}
.vtree {
    width: 100%;
    border: 1px solid #eee;
    overflow-x:hidden;
}
.vtree b{
    font-weight: normal;
    color: inherit;
}
.vtree span {
    /*display: block;*/
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 12px;

    cursor: pointer;
}
.vtree span > *{
    flex-shrink: 0;
}
.vtree span > b{
    flex-shrink: 1 !important;
    flex-grow: 1;
    font-size: inherit;
}
.vtree.vtree3 span{
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.vtree.vtree3 span:hover {
    background-color: #f5f7fa !important;
    color: var(--blue)  !important;
}
.vtree span:hover {
    background-color: #ddd !important;
    color: #fff;
}
.vtree span.unauthed{
    color: #777 !important;
}
.vtree.vtree3 span.selected {
    background-color:#f5f7fa  !important;
    color: var(--blue) !important;
    /*background-color: #fff !important;*/
    /*color: #000 !important;*/
}
.vtree:not(.vtree_icon_selected) span.selected {
    /*background-color: var(--blue) !important;*/
    /*color: #fff !important;*/
    color: var(--blue) !important;
    font-weight: bold;
    /*background-color: #fff !important;*/
    /*color: #000 !important;*/
}
.vtree.vtree_icon_selected span.selected i.icon-checkbox-checked{
    /*background-color: var(--blue) !important;*/
    /*color: #fff !important;*/
    color: var(--blue) !important;
}
.vtree.only_lea_node_selectable span.parent .icon-checkbox{
    display: none;
}
.vtree span.kw {
    background-color: #2a858b !important;
    color: #fff !important;
}

.vtree.vtree2 span.selected {
    background-color: #2a858b !important;
}

.vtree span.parent i.vtree_icon {

}

.vtree span.item i.vtree_icon {

}
.vtree.hide_icon span.item i.vtree_icon{
    display: none !important;
}
.vtree span.parent i.opt_icon, .vtree span.item i.opt_icon {
    margin-left: 3px;
    font-size: 12px;
}

.vtree i.opt_icon {
    display: none;
}

.vtree span.selected i.opt_icon {
    /*display: inline;*/
    /*color: #fff;*/
}
.vtree span:hover i.opt_icon {
    display: inline;
    color: #fff;
}
.vtree span.selected i.opt_sort_icon {
    display: none;
}

.vtree span.parent > i.vtree_icon:before {
    margin-right: 5px;
    content: "\e603";
}

.vtree span.item > i.vtree_icon:before {
    margin-right: 5px;
    /*content: "\e6a2";*/
    content: '\e63b';
    font-size: 12px;
}
/*以下样式如果注释，子层级始终会展示，不会被折叠*/
.vtree div > div[layer] {
    display: none;
}

.vtree .vtree_children_display > span.parent i.vtree_icon:before {
    margin-right: 5px;
    content: "\e6ab";
}

.vtree_children_display > div {
    display: block !important;
}
.vtree.vtree_sortable.in_sort .opt_sort_icon {
    display:inline;
}
.vtree.vtree_sortable.in_sort .opt_edit_icon {
    display:none !important;
}
.vtree.vtree_sortable .save_sort_btn{
    display: none;
}
.vtree.vtree_sortable.in_sort .save_sort_btn{
    display: block;
}
.vtree_more_actions li{
    line-height: 32px;
}
.vtree_more_actions li:hover{
    background-color: #ecf2ff;
    color: #77a5ff;
}
.vtree.vtree_sort [layer="1"] >span{
    padding-left: 10px !important;
}
.vtree.vtree_sort [layer="2"] >span{
    padding-left: 30px !important;
}
.vtree.vtree_sort [layer="3"] >span{
    padding-left: 50px !important;
}
.vtree.vtree_sort [layer="4"] >span{
    padding-left: 70px !important;
}
.vtree.vtree_sort [layer="5"] >span{
    padding-left: 90px !important;
}
.vtree.vtree_sort [layer="6"] >span{
    padding-left: 110px !important;
}
.vtree.vtree_sort [layer="7"] >span{
    padding-left: 130px !important;
}
.vtree.vtree_sort [layer="8"] >span{
    padding-left: 150px !important;
}
.vtree.vtree_sort [layer="9"] >span{
    padding-left: 170px !important;
}
.vtree.vtree_sort [layer="10"] >span{
    padding-left: 190px !important;
}
.varrow-area-wrapper {
    position: relative;
    width: 50%;
    z-index: 9999;
    padding: 15px;
    background: white;
    border: 1px solid var(--blue);
    border-radius: 5px;
}

.varrow-area-wrapper .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.varrow-area-wrapper .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.varrow-area-wrapper .arrow {
    border-width: 7px;
}

.varrow-area-wrapper .arrow:after {
    content: "";
    border-width: 6px;
}

.varrow-area-wrapper.at .arrow {
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: var(--blue);
}

.varrow-area-wrapper.at .arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: white;
}

.varrow-area-wrapper.ab .arrow {
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: var(--blue);
}

.varrow-area-wrapper.ab .arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-bottom-width: 0;
    border-top-color: white;
}

.varrow-area-wrapper.al .arrow {
    left: -7px;
    top: 50%;
    margin-top: -7px;
    border-left-width: 0;
    border-right-color: var(--blue);
}

.varrow-area-wrapper.al .arrow:after {
    left: 1px;
    margin-top: -6px;
    border-left-width: 0;
    border-right-color: var(--blue);
}

.varrow-area-wrapper.ar .arrow {
    right: -7px;
    top: 50%;
    margin-top: -7px;
    border-right-width: 0;
    border-left-color: var(--blue);
}

.varrow-area-wrapper.ar .arrow:after {
    right: 1px;
    margin-top: -6px;
    border-right-width: 0;
    border-left-color: var(--blue);
}

.vloading_mask_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.5;
    background: url('../images/loading.gif') no-repeat center center;
}

.pages .page {
    display: none;
}

.pages .page:first-child {
    display: block;
}
.scroll_content_loading{
    padding-top: 30px;
    padding-bottom: 30px;
}
.prev_loading{
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: var(--blue);
}
.next_loading{
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: var(--blue);
}
.vitem_list {

}

.vitem_list > li {
    float: left;
    margin: 3px;
    border: 1px solid #eee;
    width: 120px;
    min-height: 150px;
    padding: 5px;
    text-align: center;
}

.vitem_list.selectable > li {
    cursor: pointer;
}

.vitem_list > li.cur {
    background-color: #eee;
}

.vitem_list > li img {
    width: 80px;
    height: 100px;
}

.vitem_list > li .title {
    width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.vitem_list > li .extra {
    width: 100%;
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.vitem_list > li .tag {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px 2px;
    font-size: 10px;
    color: #fff;
}

.vitem_list > li .item_opt {
    position: absolute;
    top: 0px;
    left: 0px;
}

.vitem_list > li .item_opt i {
    height: 16px;
    line-height: 16px;
    width: 16px;
    font-size: 12px;
    color: #ac1e1e;
    cursor: pointer;
    margin-right: 3px;
}
.fav,.unfav{
    display: block;
    position: absolute;
    top:2px;
    right:2px;
    text-align: center;
    width:30px;
    height:30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1000;
}
.fav{
    /*background-color: blue;*/
}
.unfav{
    /*background-color: red;*/
    color: red;
}
.select_scroller_container{
    position: fixed;
    background-color: #fff;
    z-index: 1024000;
    width: 100%;
    bottom: 0;
    left: 0;
}
.select_scroller_container > .vhead{
    background-color: #eee;
    text-align: right;
    height: 40px;
    padding: 0 6px;
    border-bottom:1px solid #777 ;
}
.select_scroller_container > .vhead > .opt_button{
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    font-size: 16px;
}
.select_scroller_container > .vbody{
    width: 100%;
    display: flex;

}
.select_scroller_container > .vbody .scroller-wrapper{
    flex-grow: 1;
}
.scroller-component {
    display: block;
    position: relative;
    /*height: 170px;*/
    overflow: hidden;
    width: 100%;
    bottom:0px;
}
.scroller-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.scroller-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    transform: translateZ(0px);
    background-image:
            linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)),
            linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background-position: top, bottom;
    /*background-size: 100% 68px;*/ /*68=32*2 0 1 2 3 4 从0开始第2个*/
    background-repeat: no-repeat;
}

.scroller-item {
    text-align: center;
    /*font-size: 16px;*/
    /*height: 34px;*/
    /*line-height: 34px;*/
    color: #000;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroller-indicator {
    width: 100%;
    /*height: 34px;*/
    position: absolute;
    left: 0;
    /*top: 68px;*/ /* 34*2 第2项的top 索引从0开始*/
    z-index: 5000 !important;
    border-top:1px solid #777;
    border-bottom:1px solid #777;

    background-position: top, bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}

.node_selected{
    border: 1px dashed #f00;
}
.draggble{
    cursor: move;
}
.draggble:hover .draggble_tips{
    display: block;
}
.preview img{
    max-width: 100%;
}
.page_bottom_button {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;

    height: 50px;
    line-height: 50px;
    border-top:1px solid #ccc;
    text-align: center;
    color: #fff;
    background-color: #fff;
    z-index: 1000000;
    /*background-color: #2096BA;*/
    /* padding-bottom: constant(safe-area-inset-bottom); */
    /* padding-inline-start:env(safe-area-inset-bottom) ; */
}
.vbutton_group_fixed_bottom{
    position: fixed !important;
    width: 100%;
    bottom:0;
    left:0;
    right:0;
    z-index: 1000000000;
}
@supports (bottom:env(safe-area-inset-bottom)) {
    .safe_bottom {
        padding-bottom: env(safe-area-inset-bottom) !important;
    }

    .page_vtabbar_insets {
        /* padding-bottom: calc( constant(safe-area-inset-bottom) + 80rpx); */
        padding-bottom: calc(env(safe-area-inset-bottom) + 120px);
    }

    .page_bottom_button_insets {
        padding-bottom: calc( constant(safe-area-inset-bottom) + 80px);
        padding-bottom: calc(env(safe-area-inset-bottom) + 80px);
    }
    .page_bottom_button_group {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding-bottom: 20px;
        padding-bottom: calc(constant(safe-area-inset-bottom) + 15px) !important;

        padding-bottom: calc(env(safe-area-inset-bottom) + 15px) !important;

    }
    .page_bottom_button_group_nosafe {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding-bottom: 12px;


    }
    .page_bottom_button {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;

        line-height: 80 rpx;
        font-size: 36 rpx;
        text-align: center;
        color: #fff;
        background-color: #2096BA;
        /* padding-bottom: constant(safe-area-inset-bottom); */
        /* padding-inline-start:env(safe-area-inset-bottom) ; */
        padding-bottom: env(safe-area-inset-bottom);
    }
}


/*定义一个旋转的动画效果 */
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes vscale_out {
    0%{
    /*from {*/
        transform: scale(1.0);
    }
    100%{
    /*to {*/
        transform: scale(1.5);
    }
}
@keyframes vscale_in {
    0%{
        /*from {*/
        transform: scale(1.5);
    }
    100%{
        /*to {*/
        transform: scale(1.0);
    }
}
/*应用动画效果 */
.scalable img:hover, img.scalable:hover {
/*img:hover {*/
    /*animation: rotation 2s infinite linear;*/
    /*animation: vscale 2s infinite alternate;*/
    /*animation: vscale_out 5s forwards,vscale_in 5s forwards;*/
    animation-name: vscale_out, vscale_in; /* 指定要执行的动画名称 */
    animation-duration: 4s, 4s; /* 指定每个动画的持续时间 */
    animation-delay: 0s, 4s; /* 指定第二个动画的延迟时间 */
    animation-timing-function: ease-in-out; /* 可选，指定动画的速度曲线 */
    animation-fill-mode: forwards; /* 可选，指定动画结束后的状态 */
}

.zoom-image {
    transition: transform 3s ease-in-out; /* 设置过渡动画的时间和缓动函数 */
}

.zoom-image:hover {
    transform: scale(1.5); /* 鼠标悬浮时放大到1.5倍 */
    animation: zoomOut 3s ease-in-out forwards; /* 鼠标离开时触发缩回动画 */
}

@keyframes zoomOut {
    to {
        transform: scale(1); /* 缩回原先大小 */
    }
}