/*背景色*/

* {
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

.loadingGif {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .6rem;
}

html.bg_gray body {
    background: #F2F2F2;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
    font-weight: normal
}

a {
    text-decoration: none
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

button:focus {
    outline: none;
}

.img2rem {
    width: 2rem;
    height: 2rem
}

.img1_5rem {
    width: 1.5rem;
    height: 1.5rem;
}

.img3rem {
    width: 3rem;
    height: 3rem
}

.bg_theme {
    background-color: #E7143A;
}

.bg_theme2 {
    background-color: #2783FE;
}

.bg_theme3 {
    background: #2f1e37;
}

.color_ff4 {
    color: #FF4236;
}

.color_theme {
    color: #E7143A
}

.color_f4 {
    color: #FFBF41;
}

.color_ffb {
    color: #FFBF43;
}

.bodybg-normal2 {
    background-color: #efeff4;
}

.bg-white {
    background-color: #fff !important;
}

.colorFFF {
    color: #fff !important;
}

.bbe {
    border-bottom: 1px solid #eee;
}

a.activated {
    /*background-color: #eee;*/
}

.db {
    display: block !important;
}

.tab-item .icon {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
}


/*.tab-nav .tab-item.special .icon{
	font-size: 22px;display: block;width: 35px;border-radius: 50%;
	line-height: 35px;background: #999;color: #fff;margin-top: 8px;
	height:35px;
}*/

.header-back .button.button-clear {
    font-size: 14px;
}

.right-color {
    color: #bdbdbd;
}

.s-empty {
    height: 44px;
}


/*.bar-subheader{*/


/*border-bottom:1px solid #eaeaea;*/


/*}*/


/*flex*/

.flex {
    display: -webkit-box;
    display: box;
}

.flex_1 {
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
}

.flex_2 {
    -webkit-box-flex: 2;
    box-flex: 2;
}

.flex_3 {
    -webkit-box-flex: 3;
    box-flex: 3;
}

.flexG {
    display: -webkit-flex;
    display: flex;
}

.flexG_0 {
    flex-grow: 0;
}

.flexG_1 {
    flex-grow: 1;
}

.flexG_2 {
    flex-grow: 2;
}

.flexG_3 {
    flex-grow: 3;
}


/*清除浮动*/

.overflow_h {
    overflow: hidden;
}

.overflow_y_scroll {
    overflow-y: scroll;
}

.overflow_x_scroll {
    overflow-x: scroll;
}

.clearfix:after,
.clr:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}


/*单行超出显示省略号*/

.text-overflow_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow_11 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*多行超出显示省略号*/

.text-overflow_2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow_3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*公用空白区域*/

.common-empty {
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    color: #ddd;
    text-align: center;
    margin-top: 50px;
}

.common-empty:before {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e62d\A";
    font-size: 60px;
    white-space: pre;
}


/*遮罩层*/

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.black_overlay img {
    float: right;
}

.msg-fade {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 999999;
}

.msg-fade span {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px;
    border-radius: 5px;
    min-width: 40%;
    max-width: 80%;
    display: inline-block;
}


/*返回顶部*/

#backtop {
    position: fixed;
    right: 15px;
    bottom: 60px;
    display: none;
    z-index: 9999;
}

#backtop i {
    font-size: 2.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.618);
    color: #fff;
    padding: 5px;
}


/*  */

@media only screen and (max-width:320px) {
    html,
    body {
        font-size: 10px !important
    }
}

@media only screen and (min-width:320px) {
    html,
    body {
        font-size: 10px !important
    }
}

@media only screen and (min-width:360px) {
    html,
    body {
        font-size: 12px !important
    }
}

@media only screen and (min-width:375px) {
    html,
    body {
        font-size: 12.72px !important
    }
}

@media only screen and (min-width:384px) {
    html,
    body {
        font-size: 13px !important
    }
}

@media only screen and (min-width:400px) {
    html,
    body {
        font-size: 13.5px !important
    }
}

@media only screen and (min-width:414px) {
    html,
    body {
        font-size: 13.6px !important
    }
}

@media only screen and (min-width:480px) {
    html,
    body {
        font-size: 16px !important
    }
}

@media only screen and (min-width:540px) {
    html,
    body {
        font-size: 18px !important
    }
}

@media only screen and (min-width:560px) {
    html,
    body {
        font-size: 19px !important
    }
}

@media only screen and (min-width:640px) {
    html,
    body {
        font-size: 22px !important
    }
}

@media only screen and (min-width:720px) {
    html,
    body {
        font-size: 25px !important
    }
}

@media only screen and (min-width:750px) {
    html,
    body {
        font-size: 26px !important
    }
}



.color_white {
    color: #fff;
}

.color_black {
    color: #000;
}

.color_gray {
    color: #ccc;
}

.color_red {
    color: red;
}

.color_CC {
    color: #CCCCCC;
}

.color_default {
    color: #F44444
}

.color_default1 {
    color: #9E63FB;
}

.color_blue {
    color: #5CA4F1;
}

.color_violet {
    color: #8A15E0;
}

.color_yellow {
    color: #FDA31C
}

.bg_gray {
    background: #F2F2F2;
}

.bg_white {
    background: #fff;
}

.bg_default {
    background: #F44444;
}

.bg_blue {
    background: #5CA4F1;
}

.bg_violet {
    background: #8970B5;
}

.bg_violet1 {
    background: #7B81C9;
}

.bg_black1 {
    background: #222430;
}

.bg_black {
    background: black;
}


/* //flex布局 */

.flex {
    display: flex
}

.flex_row_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex_row_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex_row_start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex_space_between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex_space_between_colCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_row_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_row_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex_col_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flex_col_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.flex_col_right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.flex_col_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex_col_around {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}

.flex_grow1 {
    flex-grow: 1;
}

.flex_wrap {
    flex-wrap: wrap;
}

.align_items_end {
    align-items: flex-end;
}


/*垂直居中*/

.items-center {
    display: flex;
    align-items: center;
}


/*水平居中*/

.justify-center {
    display: flex;
    justify-items: center;
}


/*多行超出显示省略号*/

.text-overflow_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow_2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow_3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*删除线*/

.text_delete {
    text-decoration: line-through;
    /*none : 　无装饰*/
    /*blink : 　闪烁*/
    /*underline : 　下划线*/
    /*line-through : 　贯穿线*/
    /*overline : 　上划线*/
}


/*下划线*/

.text_up {
    border-bottom: 1px solid #EFC18E;
    /*none : 　无装饰*/
    /*blink : 　闪烁*/
    /*underline : 　下划线*/
    /*line-through : 　贯穿线*/
    /*overline : 　上划线*/
}

.fontSize10 {
    font-size: 0.833rem !important;
}

.fontSize11 {
    font-size: 0.917rem !important;
}

.fontSize12 {
    font-size: 1rem !important;
}

.fontSize13 {
    font-size: 1.083rem !important;
}

.fontSize14 {
    font-size: 1.167rem;
}

.fontSize15 {
    font-size: 1.25rem !important;
}

.fontSize16 {
    font-size: 1.333rem !important;
}

.fontSize16 {
    font-size: 1.333rem !important;
}

.fontSize18 {
    font-size: 1.5rem !important;
}

.fontSize20 {
    font-size: 1.667rem !important;
}

.fontSize24 {
    font-size: 2rem !important;
}

.fontSize30 {
    font-size: 2.5rem !important;
}

.fontBold {
    font-weight: bold
}

.font_normal {
    font-style: normal;
}

.border_none {
    border: none !important;
}

.BB1 {
    border-bottom: 1px solid #EFEFEF;
}

.BL1 {
    border-left: 1px solid #d0d0d0;
}

.borderRadius50 {
    border-radius: 50%;
}

.borderRadius1rem {
    border-radius: 1rem;
}


/*绿色*/

.BLG {
    border-left: 2px solid #477D24;
}

.BR1 {
    border-right: 1px solid #eeeeee;
}

.Bl1 {
    border-left: 1px solid #eeeeee;
}

.BB5 {
    border-bottom: 5px solid #eeeeee;
}

.BB10 {
    border-bottom: 10px solid #eeeeee;
}

.BR1 {
    border-right: 1px solid #eeeeee;
}

.BT1 {
    border-top: 1px solid #eeeeee;
}

.BT15 {
    border-top: 15px solid #eeeeee;
}

.BB15 {
    border-bottom: 15px solid #eeeeee;
}


/* .Brd1 {
  border-radius: 1rem;
} */

.Bc {
    border-radius: 50%;
}

.paddingL1 {
    padding-left: 1rem;
}

.paddingL15 {
    padding-left: 1.25rem;
}

.padding1 {
    padding: 1rem;
}

.padding12 {
    padding: 1rem;
}

.marginT1 {
    margin-top: 1rem;
}

.marginB1 {
    margin-bottom: 1rem;
}

.marginB2 {
    margin-bottom: 2rem;
}

.marginB5 {
    margin-bottom: 0.416rem;
    /* 5px */
}

.marginB0 {
    margin-bottom: 0 !important;
}

.marginB15 {
    margin-bottom: 1.25rem !important;
}

.marginB2rem {
    margin-bottom: 2rem !important;
}

.marginT15 {
    margin-top: 1.25rem !important;
}

.marginR5 {
    margin-right: 0.416rem;
}

.marginL1 {
    margin-left: 1rem;
}

.marginB10 {
    margin-bottom: 0.833rem;
    /* 10px */
}

.marginR10 {
    margin-right: 0.833rem;
}

.marginR1 {
    margin-right: 1rem;
}

.margin1rem {
    margin: 1rem;
}

.marginCenter {
    margin: 0 auto;
}

.width100 {
    width: 100%;
}

.width30 {
    width: 30%;
}

.width60 {
    width: 60%;
}

.width80 {
    width: 80%;
}

.posi_relative {
    position: relative;
}

.posi_absolute {
    position: absolute;
}

[v-cloak] {
    display: none;
    background: red
}


/*input[disabled] {
    background: #141623
}*/

input[disabled] {
    background: transparent;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.input_transparent {
    background: transparent !important;
    border: none !important;
}

.text_right {
    text-align: right
}

.text_left {
    text-align: left
}

.text_center {
    text-align: center
}

.text_gray {
    color: #A1A1A1;
}

.text_through {
    text-decoration: line-through;
}

.float_left {
    float: left;
}

.common_submit_btn {
    width: 80%;
    height: 3.2rem;
    background: #e7143a;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 0.5rem;
    /* margin: 2.5rem auto 0; */
    color: #fff;
    font-size: 1.2rem;
}

.common_back_button {
    width: 30px;
    height: 25px;
    background: transparent;
    color: #fff;
    position: absolute;
    z-index: 999999;
}

.common_verify_btn {
    min-width: 25%;
    padding: 0.6rem 0;
    /* background: #E74143; */
    text-align: center;
    border-radius: 32px;
    border: 1px solid #E74143;
    color: #E74143;
    /* color: #fff; */
    font-size: 1rem;
    margin-right: 0.833rem;
    width: 25%;
    margin: 2rem auto;
    line-height: 1;
}


/*switch切换按钮*/

.switch {
    width: 3.33rem;
    height: 1.666rem;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: 0;
    transition: all 0.25s ease;
}

.switch::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.switch:checked {
    border-color: #F44444;
    box-shadow: #F44444 0 0 0 16px inset;
    background-color: #F44444;
}

.switch:checked::before {
    right: 0 !important;
    left: 1.63rem;
}


/* //单选按钮  */

.common_radio {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #828282;
    position: relative;
    display: inline-block;
}

.common_radio.on {
    background: #f44444;
    border: none;
}

.common_radio.on::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 0.2rem;
    left: 0.55rem;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

div.squareImg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

div.squareImg img {
    width: 100%;
    height: 100%;
    position: absolute;
}


/* // 清浮动 */

.clear::after {
    content: '';
    display: block;
    clear: both;
}

p {
    margin: 0;
}

.gray_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.borderBox {
    box-sizing: border-box;
}

.lineHeight0 {
    line-height: 0
}

.backdrop {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000
}

.full_screen {
    width: 100vw !important;
    height: 100vh !important;
}

input:focus {
    border: none;
    outline: none
}


/*动画*/

.slideUp-enter,
.slideUp-leave-to {
    opacity: 0;
    transform: translateY(100%);
}

.slideUp-enter-active,
.slideUp-leave-active {
    transition: all 0.5s
}

.slideDown-enter,
.slideDown-leave-to {
    opacity: 0;
    transform: translateY(-100%);
}

.slideDown-enter-active,
.slideDown-leave-active {
    transition: all 0.5s
}


/*--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/


/*         页面整体样式公用         */

div.login_logo img {
    width: 9rem;
    height: 9rem;
}

div.login_form {
    margin: 4rem 0;
    width: 80%;
    box-sizing: border-box;
}

div.login_form .marginB2rem {
    margin-bottom: 2rem;
}

div.login_form .l_f_input {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5rem;
}

div.login_form i {
    font-size: 2.5rem;
    color: #8A8A8A;
}

div.login_form input {
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.167rem
}

.has_header {
    padding-top: 50px;
    height: auto;
}

header {
    width: 100%;
    height: 50px;
    /*line-height: 50px;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header .go_back {
    /*width: 50px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 20%;
}

header .go_back i {
    font-size: 2rem;
    color: #ffffff;
}

header .header_title {
    text-align: center;
    line-height: 50px;
    width: 60%;
    font-size: 1.5rem;
}

header button {
    text-align: center;
    width: 20%;
    height: 100%;
    background: transparent;
    border: none;
}

#header_wrapper_50 {
    height: 50px;
    box-sizing: content-box;
}

.tab_footer {
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tab_footer_item {
    float: left;
    width: 20%;
}

.tab_footer_item2 {
    float: left;
    width: 25% !important;
}

.tab_footer_item.active span {
    /* color: #F44444; */
    color: #E81111;
}

.tab_footer_item.home .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/home.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.home.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/home_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.grain .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/grain.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.grain.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/grain_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.mall .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/mall.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.mall.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/mall_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.vip .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/vip.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.vip.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/vip_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.taoke .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/hd.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.taoke.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/hd_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.my .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/my.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.tab_footer_item.my.active .tab_footer_icon {
    width: 22px;
    height: 21px;
    background: url('../image/tab/my_active.png') no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 5px;
}


/*商品列表通用样式*/


/*商品详情*/

.hrg_img {
    width: 30vw;
    min-width: 30vw;
    padding-bottom: 30vw;
    height: 0;
    position: relative;
}

.hrg_img img {
    position: absolute;
    ;
    width: 100%;
    height: 100%;
}

.hrg_coupon {
    background: url(../image/coupon_bg.png);
    background-size: 100% 100%;
    color: #fff;
    padding: 0.3rem 0.5rem;
}

.goods_brand {
    padding: 0 0.5rem;
    border-radius: 1rem;
}

.hrg_tip>span {
    /*width: 20%;*/
    max-width: 45%;
    background: #E74143;
    padding: 0.3rem 0.5rem;
    border-radius: 0.5rem;
    /*line-height: 100%*/
}

.hrg_tip>span.tip_right {
    background: #864502;
}

.hrg_info {
    padding-right: 0.5rem;
}

.hrg_info p {
    min-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* text-seperate*/

.text_seperate {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_seperate .line {
    width: 30%;
    height: 1px;
    background: #A1A1A1;
}

.color_ff6 {
    color: #FF6407;
}

.color_947 {
    color: #947676;
}

.color_ef4 {
    color: #EF4636;
}

.color_fed {
    color: #fed78a;
}

.common_submit_btn1 {
    width: 90%;
    height: 3.92rem;
    margin-left: 5%;
    background: linear-gradient(110deg, rgba(245, 176, 43, 1), rgba(254, 202, 100, 1));
    box-shadow: 0px 10px 10px 0px rgba(255, 238, 205, 1);
    border-radius: 2rem;
    line-height: 3.92rem;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.paddingB3 {
    padding-bottom: 3.8rem;
}

.paddingB1 {
    padding-bottom: 1rem;
}

.paddingT1 {
    padding-top: 1rem;
}

.padding1rem {
    padding: 1rem;
}

.color_bab {
    color: #BABABA;
}

.fontSize26 {
    font-size: 2.166rem;
}

.color_b2b {
    color: #B2B2B2;
}

.color_947 {
    color: #947676;
}

.color_ef4 {
    color: #EF4636;
}

.BL4 {
    border-left: 4px solid #E81111;
}

.text-overflow_11 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.marginL2 {
    margin-left: 2rem;
}

.color_ff8 {
    color: #FF8A14;
}

.color_a0a {
    color: #A0A0A0;
}

.color_666 {
    color: #666;
}

.paddingB15 {
    padding-bottom: 1.25rem !important;
}

.paddingR1 {
    padding-right: 1rem;
}

.color_fda {
    color: #FDA457;
}

.color_ffc {
    color: #FFCBCB;
}

.color_ef6 {
    color: #EF6601;
}

.toast-box {
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
}

.toastbg {
    opacity: 0.2;
    background-color: black;
    position: absolute;
    width: 100%;
    min-height: 100vh;
}

.showToast {
    width: 80%;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 4px;
    background-image: url(../image/toast_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.showToast .toast_logo {
    width: 46%;
    height: 8.083rem;
    margin: 3rem 0 1rem;
}

.toast_input input {
    border-radius: 1.75rem;
    border: none;
    outline: none;
}

.toast_btn {
    width: 16rem;
    padding: 1rem 0 2rem;
}

.toast_btn p:nth-child(1) {
    width: 6.8rem;
    height: 2.36rem;
    text-align: center;
    line-height: 2.36rem;
    background-image: url(../image/toast_cancel_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toast_btn p:nth-child(2) {
    width: 6.8rem;
    height: 2.36rem;
    text-align: center;
    line-height: 2.36rem;
    background-image: url(../image/toast_confirm_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.toast_title {
    width: 58%;
    height: 2.833rem;
    position: absolute;
    left: 50%;
    margin-left: -29%;
    top: -1.5rem;
}

.toast_close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -2.5rem;
}

.color_ff0 {
    color: #FFF0D4;
}

.color_d60 {
    color: #D6001A;
}

.bg_d72 {
    background-color: #D72C41;
}

.color_ffd {
    color: #FFD100;
}

.marginT2 {
    margin-top: 2rem;
}

.marginL5 {
    margin-left: .5rem;
}

.bg_ff4 {
    background-color: #FF444B;
}

.color_def {
    color: #DEFF5F;
}

.color_ffbd {
    color: #FFFBD5;
}

.color_f04 {
    color: #F0462F;
}

.color_ffa {
    color: #ffa303;
}

.color_4f9 {
    color: #4F9086;
}