/*create by edison*/

/*布局*/
.body{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
}
.flex{
    display: flex;
}
.block{
    display: block;
    width: 100%
}
.over_hide{
    overflow: hidden
}
.cols {
    display: flex;
    flex-direction: row;
}
.col_1{
    display: flex;
    flex:1
}
.col_2{
    display: flex;
    flex:2
}
.col_3{
    display: flex;
    flex:3
}
.col_4{
    display: flex;
    flex:4
}
.col_5{
    display: flex;
    flex:5
}
.col_6{
    display: flex;
    flex:6
}
.col_7{
    display: flex;
    flex:7
}
.col_8{
    display: flex;
    flex:8
}
.col_9{
    display: flex;
    flex:9
}
.line_wrap{
    display: flex;
    flex-wrap: wrap;
    word-break:break-all;
}
.line_nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.align_bottom{
    display: flex;
    align-items: flex-end;
}
.align_top{
    display: flex;
    align-items: flex-start;
}
.align_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.align_center_v{
    display: flex;
    align-items: center;
}
.align_right{
    display: flex;
    justify-content: flex-end;
}
.margin_auto{
    margin: 0 auto;
}
.margin_sm{
    margin: 10px;
}
.margin_xs{
    margin: 5px;
}
.margin{
    margin: 15px;
}
.margin_0{
    margin: 0!important;
}
.margin_lg{
    margin: 20px;
}
.margin_xl{
    margin: 25px;
}
.margin_top_xl{
    margin-top: 25px;
}
.margin_top_lg{
    margin-top: 20px;
}
.margin_top{
    margin-top: 15px;
}
.margin_bottom_lg{
    margin-bottom: 20px;
}
.margin_bottom{
    margin-bottom: 15px;
}
.margin_bottom_0{
    margin-bottom: 0!important;
}
.margin_top_0{
    margin-top: 0!important;
}
.margin_top_xs{
    margin-top: 5px;
}
.margin_top_sm{
    margin-top: 10px;
}
.margin_bottom_sm{
    margin-bottom: 10px;
}
.margin_right_xs{
    margin-right: 5px;
}
.margin_right_sm{
    margin-right: 10px;
}
.margin_left_sm{
    margin-left: 10px;
}
.margin_h_lg{
    margin-left: 20px;
    margin-right: 20px;
}
.margin_h{
    margin-left: 15px;
    margin-right: 15px;
}
.margin_h_sm{
    margin-left: 10px;
    margin-right: 10px;
}
.margin_h_xs{
    margin-left: 5px;
    margin-right: 5px;
}
.margin_v_lg{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin_v{
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin_v_sm{
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin_v_xs{
    margin-top: 5px;
    margin-bottom: 5px;
}

.padding_header_ios {
    /* Status bar height on iOS 10 */
    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);
}
.padding_bottom_0{
    padding-bottom: 0!important;
}
.padding_top_0{
    padding-top: 0!important;
}
.padding_0{
    padding: 0!important;
}
.padding_xl{
    padding: 25px;
}
.padding_lg{
    padding: 20px;
}
.padding_h_lg{
    padding-left: 20px;
    padding-right: 20px;
}
.padding_h_xs{
    padding-left: 5px;
    padding-right: 5px;
}
.padding_h_sm{
    padding-left: 10px;
    padding-right: 10px;
}
.padding_h{
    padding-left: 15px;
    padding-right: 15px;
}

.padding{
    padding: 15px;
}
.padding_sm{
    padding: 10px;
}
.padding_v_lg{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding_v{
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding_v_sm{
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding_v_xs{
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding_xs{
    padding: 5px;
}
.padding_left_lg{
    padding-left: 20px;
}
.padding_right_lg{
    padding-right: 20px;
}
.padding_top_xl{
    padding-top: 25px;
}
.padding_top_lg{
    padding-top: 20px;
}
.padding_bottom_lg{
    padding-bottom: 20px;
}
.padding_left_xl{
    padding-left: 25px;
}
.padding_right_xl{
    padding-right: 25px;
}
.padding_top_xl{
    padding-top: 25px;
}
.padding_bottom_xl{
    padding-bottom: 25px;
}
.padding_left{
    padding-left: 15px;
}
.padding_right{
    padding-right: 15px;
}
.padding_top{
    padding-top: 15px;
}
.padding_bottom{
    padding-bottom: 15px;
}
.padding_top_sm{
    padding-top: 10px;
}
.padding_bottom_sm{
    padding-bottom: 10px;
}
.padding_top_xs{
    padding-top: 5px;
}
.padding_bottom_xs{
    padding-bottom: 5px;
}
.padding_left_sm{
    padding-left: 10px;
}
.padding_right_sm{
    padding-right: 10px;
}
.padding_left_xs{
    padding-left: 5px;
}
.padding_right_xs{
    padding-right: 5px;
}
.border{
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}
.border_top{
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}
.border_bottom{
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}
.border_left{
    border-top-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}
.border_right{
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}
.border_r{
    border-radius: 10px;
}
.border_r_sm{
    border-radius: 5px;
}
.border_c{
    border-radius: 30px;
}
.border_c_number{
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn_disabled {
    background-image: none!important;
    background-color: #f7f7f7!important;
}
.btn_disabled_text {
    color: #999!important;
}
.btn {
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.click, .clicked {
    cursor: pointer;
}
.opacity_0{
    opacity: 0;
}
.opacity_10{
    opacity: 1;
}
.opacity_5{
    opacity: 0.5;
}
.opacity_6{
    opacity: 0.6;
}
.opacity_7{
    opacity: 0.7;
}
.opacity_8{
    opacity: 0.8;
}


/*颜色*/
.gray{
    color: #999999
}
.gray1{
    color: #cccccc
}
.gray2{
    color: #666666
}
.gray3{
    color: #3d3d3d
}
.red{
    color: red
}
.green{
    color: #00cf30
}
.black{
    color: #000000
}
.green_wx{
    color: #00ce51;
}
.blue_alipay{
    color: #0088ed;
}
.bg_green_wx{
    background-color: #00ce51;
}
.bg_blue_alipay{
    background-color: #0088ed;
}
.blue {
    color:#3dade9
}
.blue2 {
    color:#0e90d2;
}
.white{
    color: #ffffff
}
.pink{
    color: #FFC0CB
}
.pink2{
    color: #FF1493
}
.gold{
    color: #DAA520;
}
.purple{
    color: #800080
}
.bg_pink2{
    background-color: #FF1493
}
.bg_pink{
    background-color: #FF99CC
}
.bg_gray{
    background-color: #f7f7f7
}
.bg_gray1{
    background-color: #e7e7e7
}
.bg_gray2{
    background-color: #999
}
.bg_gray3{
    background-color: #666
}
.bg_white{
    background-color: #ffffff
}
.bg_black{
    background-color: #000000
}
.bg_red{
    background-color: red;
}
.bg_red_line{
    background-image: linear-gradient(to right,#FF1493, red);
}
.bg_gold{
    background-color: #DAA520;
}
.bg_blue{
    background-color: #0e90d2;
}
.bg_blue2{
    background-color: #4169E1;
}


/*文字*/
.text_bold{
    font-weight: bold;
}
.text_xs {
    font-size: 10px;
}
.text_sm {
    font-size: 15px;
}
.text_md {
    font-size: 20px;
}
.text_lg {
    font-size: 25px;
}
.text_xl {
    font-size: 30px;
}
.text_sm_number {
    font-size: 45px;
}
.text_md_number {
    font-size: 50px;
}
.text_lg_number {
    font-size: 55px;
}
.text_xl_number {
    font-size: 60px;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.text_none{
    text-decoration: none;
}
.text_line_under{
    text-decoration: underline
}
.text_line_over{
    text-decoration: overline;
}
.text_line_through{
    text-decoration: line-through;
}

/*表单*/
.input{
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    padding: 2px;
}
.input_blank{
    border-bottom-width: 0px;
    padding: 2px;
}

/*预留区域*/
.area_pre_lg{
    background-color: #f7f7f7;
    width: 370px;
}
.area_pre{
    background-color: #f7f7f7;
    width: 240px;
}
.area_pre_sm{
    background-color: #f7f7f7;
    width: 130px;
}

/*其他*/
.iconfont {
    font-family: iconfont;
}
.img_icon_xl_r{
    border-radius: 10px;
}
.img_icon_lg_r{
    border-radius: 5px;
}
.img_icon_r{
    border-radius: 2px;
}
.img_icon_xl {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    border-width: 3px;
    border-color: #ffffff;
}
.img_icon_lg {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    border-width: 2px;
    border-color: #ffffff;
}
.img_icon {
    width: 80px;
    height: 80px;
    border-radius: 30px;
    border-width: 2px;
    border-color: #ffffff;
}
.img_icon_sm {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border-width: 2px;
    border-color: #e7e7e7;
}
.img_qr {
    width: 300px;
    height: 300px;
    border-width: 10px;
    border-color: #ffffff;
}
.img_screen {
    width: 300px;
    height: 500px;
    border-color: #ffffff;
}
.img_screen_sm {
    width: 200px;
    height: 280px;
    border-width: 2px;
    border-color: #e7e7e7;
}

.img_upload {
    width: 150px;
    height: 150px;
    border-width: 1px;
    border-color: #999;
}

/*优惠券*/
.sawtooth {
    /* 相对定位，方便让before和after伪元素绝对定位偏移 */
    position: relative;
    /* 把超出div的部分隐藏起来 */
    overflow: hidden;
}

.sawtooth:before, .sawtooth:after {
    content: ' ';
    width: 0;
    height: 100%;
    /* 绝对定位进行偏移 */
    position: absolute;
    top: 10px;
}

.sawtooth:before {
    /* 圆点型的border */
    border-right: 10px dotted white;
    /* 偏移一个半径，让圆点的一半覆盖div */
    left: -5px;
}

.sawtooth:after {
    /* 圆点型的border */
    border-left: 10px dotted white;
    /* 偏移一个半径，让圆点的一半覆盖div */
    right: -5px;
}


.pos_rel{
    position: relative;
}
.pos_abs{
    position: absolute;
}

/*上传图片的样式*/
.upload_img {
    width: 150px;
    height: 150px;
    border-width: 1px;
    border-color: #999;
}
.upload_item {
    width: 170px;

    justify-content: center;
    padding-bottom: 10px;
}

/*刷新数据时样式*/
.indicator-text {
    color: #EEE;
    font-size: 42px;
    text-align: center;
}
.indicator {
    height: 20px;
    width: 20px;
}
/*加载条*/
.loading_box{
    left: 300px;
    top: 750px;
}
.loading{
    background-color: rgba(0,0,0, 0.5);
    width: 160px;
    height: 160px
}

/*on 20200310*/
.opt, .hide{
    display: none
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}
.icon_c_30{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.icon_c_40{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.icon_c_50{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.icon_c_60{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.icon_c_80{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.icon_c_100{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.icon_r_30{
    border-radius: 15%;
    width: 30px;
    height: 30px;
}
.icon_r_40{
    border-radius: 15%;
    width: 40px;
    height: 40px;
}
.icon_r_50{
    border-radius: 15%;
    width: 50px;
    height: 50px;
}
.icon_r_60{
    border-radius: 15%;
    width: 60px;
    height: 60px;
}
.list_style_no{
    list-style: none
}