
.mr8 {
    margin-right: 8px;
}

.dingdan {
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.shop_logo_a {
    display: block;
    max-width: 320px;
    height: 55px;
}

.shop_logo_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.searchpre-img {
    height: 16px;
    width: 16px;
    margin-left: 12px;
    margin-right: 4px;
}

.search-input {
    width: 100%;
    height: 36px;
    border: none;
}


.cat_img {
    height: 18px;
    width: 18px;
    margin-right: 12px;
}

.cat-span {
    position: absolute;
    top: 3px;
    left: 23px;
    right: auto;
    display: inline-block;
    padding: 1px 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #0054A8;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
}

.nav-all {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 190px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
}

.nav-all-tip-img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.nav-all-sjx {
    width: 8px;
    height: 8px;
    margin-left: 4px;
}

.nav-list {
    display: flex;
    font-weight: 600;
    margin-left: 34px;
    flex-wrap: wrap;
    overflow: hidden;
    flex: 1;
}

.nav-list-item {
    margin-right: 40px;
}

.item-a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    cursor: pointer;
}

.item-a:hover {
    color: #ffffff;
}

.index_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_left {
    background: #ffffff;
    height: 480px;
    width: 190px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    padding: 16px 0;
}

.banner {
    width: 770px;
    height: 480px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*max-width: 770px;*/
    /*max-height: 480px;*/
}

.content_right {
    height: 480px;
    width: 210px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.content_left_item {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

.content_left_item_hand {
    background: #E9EBF3;
}

.content_left_item_icon {
    width: 16px;
    height: 16px;
}

.ttshop_navsecond {
    display: none;
    position: absolute;
    top: 0;
    left: 190px;
    width: 1000px;
    min-height: 480px;
    padding: 18px 24px;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
    border: 1px solid #f5f5f5;
    border-top: none;
    max-height: 480px;
}

.ttshop_navsecond_roll {
    width: 100%;
    max-height: 454px;
    overflow-y: scroll;
    display: flex;
}

.roll_list_item {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.roll_list_itemleft {
    width: 100px;
    height: 44px;
}

.roll_list_itemleft_title {
    width: 78px;
    padding: 12px 10px 12px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    cursor: pointer
}

.roll_list_item_rightlist {
    width: 610px;
    padding: 6px 0 12px;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 15px;
    display: flex;
    flex-flow: row wrap;
}

.rightlist_item {
    margin: 8px 20px 0 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
}

.user-t {
    height: 154px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 32px;
    box-sizing: border-box;
}

.user-c {
    height: 170px;
    border-bottom: 1px solid #ebebeb;
    padding: 0 16px;
    box-sizing: border-box;
}

.user-b {
    height: 156px;
    padding: 8px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.user-b-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-b-item-img {
    height: 32px;
    width: 32px;
    object-fit: cover;
}

.user-b-item span {
    margin-top: 8px;
    line-height: 12px;
    font-size: 12px;
    color: #333;
}

.zuixin {
    width: 36px;
    height: 20px;
    line-height: 20px;
    background: #fff0f1;
    border-radius: 3px;
    color: #0e9cff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-shrink: 0;
}

.login_defalut {
    height: 78px;
    padding: 0 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.loginimg {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden;
}

.loginbtn {
    width: 77px;
    height: 28px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}

.ttshop_newuser {
    width: 210px;
    height: 28px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}

.guige_title {
    font-weight: 500;
    font-size: 28px;
}

.guige_space_bak {
    height: 590px;
}

.guige_space {
    height: 292px;
}

.guige_left_bak {
    width: 250px;
    height: 590px;
    background: #ccc;
    cursor: pointer;
    overflow: hidden;
}

.guige_left {
    width: 250px;
    height: 290px;
    background: #ccc;
    cursor: pointer;
    overflow: hidden;
}

.guige_left_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.guige_right_list {
    display: flex;
    flex-flow: row wrap;
    width: 940px;
    height: 100%;
}

.guige_right_list_100 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.guige_right_item {
    cursor: pointer;
    width: 225px;
    height: 290px;
    background-color: #fff;
    margin: 0 0 0 10px;
    padding: 15px;
    box-sizing: border-box;
}

.guige_right_item_100 {
    cursor: pointer;
    width: 225px;
    height: 290px;
    background-color: #fff;
    margin: 0px;
    padding: 15px;
    box-sizing: border-box;
}

.guige_right_item_title {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    height: 36px;
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item-pic {
    font-size: 16px;
    color: #0e9cff;
    margin-top: 4px;
    text-align: center;
}

.footer_img {
    width: 37px;
    height: 40px;
    margin-right: 19px;
}

.footer_2 {
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
    box-sizing: border-box;
}

.ftitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.ftitle2 {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.list_nav {
    height: 56px;
    border-bottom: 1px solid #ebebeb;
}

.list_nav_rightjt {
    height: 12px;
    width: 12px;
    margin-left: 4px;
    margin-right: 4px;
}

.lnav_dl {
    height: 24px;
    position: relative;
    z-index: 40;
    transition: .3s;
    cursor: pointer;
    padding: 0 4px 0 8px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 3px;
}

.lnav_dl:hover {
    height: 24px;
    position: relative;
    z-index: 40;
    transition: .3s;
    cursor: pointer;
    padding: 0 4px 0 8px;
    box-sizing: border-box;
    border: 1px solid #0e9cff;
    border-bottom-color: #fff;
    border-radius: 3px 3px 0 0;
}

.lnav_dt {

}

.lnav_dt_img {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}

.lnav_dl_zdiv {
    position: absolute;
    top: 23px;
    left: 0;
    display: none;
    z-index: 41;
}

.lnav_dd {
    display: flex;
    flex-flow: row wrap;
    width: 330px;
    padding: 6px 8px 10px 10px;
    background-color: #fff;
    line-height: 24px;
    border: 1px solid #0e9cff;
}

.lnav_dd_item {
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    width: 100px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}

.listpro {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.ljingping {
    width: 226px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.ljingping_top {
    width: 100%;
    height: 40px;
}

.ljingpin_title {
    font-size: 16px;
    margin-left: 12px;
    font-weight: 600;
}

.ljingpin_pro_no {
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
}

.ljingpin_pro {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.ljingpin_pro_no_img {
    display: block;
    width: 93px;
    height: 80px;
    margin: 0 auto 20px;
}

.lpro_no_title {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.lpro_right {
    width: 955px;
}

.lpro_right_top {
    width: 100%;
    height: 40px;
    background: #fafafa;
}

.lpro_right_top_left-item {
    min-width: 64px;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    color: #666;
    cursor: pointer;
}

.right_top_left-item-hand {
    min-width: 64px;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    border-bottom-color: #0e9cff !important;
    color: #0e9cff !important;
    font-weight: 600;
}

.product_list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.onediv {
    margin-top: 14px;
    width: 100%;
}

.oneimg {
    width: 408px;
}

.one_describe {
    width: 550px;
    margin-left: 10px;
}

.one_pic {
    width: 100%;
    height: 94px;
    background: #fafafa;
    margin-top: 24px;
    padding-left: 12px;
    border: 1px solid transparent;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
}

.pic-top {
    margin-top: 16px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pic-del {
    margin-left: 36px;
    color: #666;
    text-decoration: line-through;
}

.fw600 {
    font-weight: 600;
}

.pic-bottom {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}

.pic-bottom-fuhao {
    font-size: 16px;
    color: #0e9cff;
    font-weight: 700;
    margin-left: 32px;
}

.pic-bottom-num {
    font-size: 30px;
    color: #0e9cff;
    font-weight: 700;
    margin-left: 4px;
}

.cuxiao {
    width: 76px;
    color: #666;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 12px;
}

.mt16 {
    margin-top: 16px;
}

.shownum {
    height: 36px;
    width: 100%;
    border-top: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
    margin-top: 24px;
}

.shownum-item {
    width: 33%;
    color: #999;
    font-size: 12px;
    border-left: 1px solid #e6e6e6;
}

.show_item_num {
    font-weight: 700;
    margin-left: 4px;
}

.fc-yellow {
    color: #0e9cff;
}

.size-list {
    flex-flow: row wrap;
    flex: 1;
    display: flex;
}

.size_item {
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    min-width: 35px;
    height: 34px;
    margin-right: 8px;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
}

.size_item_xuanzhong {
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #0e9cff;
    min-width: 35px;
    height: 34px;
    margin-right: 8px;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px;
}

.size_item_xuanzhong2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 12px;
    width: 12px;
    cursor: pointer;
    display: none;
}

.size_item_xuanzhong .size_item_xuanzhong2 {
    display: inline;
}

.size_item_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.el-input-number {
    width: 109px !important;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
}

.el-input {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
}

.el-adddel {
    height: 30px;
    background: #fff;
    width: 30px;
    border: 1px solid #ebebeb;
}

.el-btn {
    cursor: pointer;
    width: 112px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.el-btn_add {
    cursor: pointer;
    margin-left: 8px;
    width: 148px;
    height: 40px;
    background: #0e9cff;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.onelooks {
    width: 199px;
    height: 602px;
    padding-left: 35px;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
    position: relative;
    border-bottom: 1px solid transparent;
}

.onelooks-top {
    margin-top: 12px;
    color: #333333;
    width: 100%;
    font-size: 12px;
}

.onelook_list_p {
    width: 100%;
    height: 492px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.onelook_list_item {
    width: 140px;
    height: 140px;
    margin-bottom: 24px;
}

.look_item_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.oneimg_top {
    position: relative;
    height: 408px;
    line-height: 408px;
    width: 408px;
}

.main-img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.mengceng {
    width: 272px;
    height: 272px;
    left: 0px;
    top: 0px;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    cursor: move;
}

.onesmallimg {
    width: 408px;
    margin-top: 12px;
    height: 60px;
    /*padding: 0 38px;*/
    box-sizing: border-box;
    position: relative;
}

.one_care {
    display: flex;
    margin-top: 28px;
    align-items: center
}

.onesmall_slide {
    height: 60px;
    width: 60px !important;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 8px;
}

.onesmall_slide_img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.prenext {
    height: 60px;
    width: 34px;
    cursor: pointer;
}

.smallimgSwiper {
    width: 340px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.swipermove {
    min-width: 340px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.look_jiantou {
    width: 20px;
    height: 20px;
}

.onelooks_footer {
    width: 100%;
    height: 52px;
}

.lookpic {
    font-size: 12px;
    color: #333333;
    height: 24px;
    display: flex;
    align-items: center;
}

.details {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333333;
}

.details-l {
    width: 190px;
}

.details-shop {
    width: 190px;
    border: 1px solid #ebebeb;
}

.details-shop-title {
    height: 32px;
    width: 100%;
    background-color: #fafafa;
    padding: 0 12px;
    box-sizing: border-box;
}

.details-shop-name {
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 18px;
    color: #666;
}

.details-goods {
    margin-top: 16px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.details-goods-list {
    padding: 20px;
    box-sizing: border-box;
}

.goods-item-img {
    height: 140px;
    width: 140px;
    background-color: #ccc;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.goods-item-name {
    line-height: 18px;
    height: 36px;
    color: #666;
    margin-top: 16px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goods-item-pic {
    margin-top: 10px;
    color: #0e9cff;
}

.details-r {
    width: 990px;
}

.details-r-box {
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.details-r-tab {
    height: 46px;
    background-color: #fafafa;
}

.tab-item {
    height: 46px;
    padding: 0 24px;
    line-height: 46px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
}

.details_active {
    border-top: 2px solid #0e9cff;
    background-color: #fff;
    color: #0e9cff;
}

.details-r-content {
    padding: 0 24px;
    box-sizing: border-box;
}

.conter-img {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.pingjia-item {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
}

.pingjia-user {
    width: 140px;
}

.pingjia-con {
    font-size: 14px;
    padding: 10px 0;
    line-height: 180%;
    color: #333;
    box-sizing: border-box;
}

.login-box {
    min-width: 136px;
    min-height: 40px;
    margin-right: 24px;
    cursor: pointer;
}

.login-text {
    border-left: 1px solid #ebebeb;
    padding-left: 13px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    font-weight: 600;
}

.flex1 {
    flex: 1;
}

.ttshop_singrights {
    width: 350px;
    height: 380px;
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
}

.singtopitem {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    margin-right: 16px;
    cursor: pointer;
    color: #666;
}

.singtopitem_active {
    color: #0e9cff !important;
    border-bottom: 2px solid #0e9cff;
}

.login-user-box {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.login-user-img {
    width: 14px;
    height: 16px;
}

.login-input {
    border: none;
    flex: 1;
}

.yzm-box {
    width: 98px;
    height: 38px;
    background: #eee;
}

.yzm-get {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #333;
    border: 0;
    background: #eee;
}

.login_btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    background: linear-gradient(90deg, #6bcdff, #0e9cff);
    margin-bottom: 24px;
}

.fc-ff0e25 {
    color: #ff0e25;
}

.forget-pass {

}

.help-search-box {
    height: 120px;
    background: linear-gradient(180deg, #ffd7d7, #f2e5e5);
}

.help-search {
    width: 790px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #0e9cff;
    border-radius: 4px;
}

.help-search-input {
    border: none;
    flex: 1;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box
}

.help-search-btn {
    width: 100px;
    height: 50px;
    background: linear-gradient(90deg, #6bcdff, #0e9cff);
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.help-l {
    width: 190px;
    background: #fff;
}

.help-l-tt {
    width: 100%;
    height: 50px;
    background: #0e9cff;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    padding-left: 18px;
    box-sizing: border-box;
}

.help-l-item {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f9f9f9;
    font-size: 12px;
    color: #333333;
    padding-left: 18px;
    box-sizing: border-box;
}

.help-r {
    width: 988px;
    background: #fff;
    padding: 26px 30px 35px 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
}

.help-r-tt {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}

.help-r-detail {
    width: 100%;
    padding-top: 23px;
    box-sizing: border-box;
    line-height: 200%;
}

.help-r-detail-tt {
    font-size: 16px;
    color: rgb(51, 153, 153);
    line-height: 30px;
    white-space: normal;
    background-color: rgb(255, 255, 255);
}

.help-r-detail-tip {
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    white-space: normal;
}

.cat-title-box {
    width: 100%;
    height: 40px;
    background-color: #fafafa;
}

.cat-title-check {
    width: 7%;
}

.cat-title-info {
    width: 25%;
}

.cat-title-gg {
    width: 12%;
}

.cat-title-pic {
    width: 18%;
}

.cat-title-num {
    width: 14%;
}

.cat-title-item {
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
}

.cat-item {
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 20px 0;
}

.cat-item-img {
    height: 80px;
    width: 80px;
    margin-right: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.cat-item-gname {
    width: 230px;
    height: 36px;
    color: #666;
    line-height: 18px;
    overflow: hidden;
}

.cat-item-size {
    padding: 0 8px;
    box-sizing: border-box;
    color: #666;
}

.cat-bottom {
    height: 60px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.cat-pay-btn {
    width: 132px;
    height: 60px;
    background: #0e9cff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.order-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.order-line {
    width: 60px;
    height: 2px;
}

.bg-ebebeb {
    background: #ebebeb;
}

.fc-ebebeb {
    color: #ebebeb;
}

.order-line-w {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.order-address-top {
    height: 60px;
    font-size: 16px;
}

.order-address-box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.order-address-item {
    cursor: pointer;
    width: 274px;
    height: 126px;
    border: 1px solid #ebebeb;
    padding: 19px 16px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 32px;
}

.address-active {
    border-color: #0e9cff !important;

}

.top-city {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.top-city-active {
    color: #333 !important;
}

.top-btn {
    width: 40px;
    height: 20px;
    background: #0e9cff;
    border-radius: 2px;
    color: #fff;
}

.address-conter {
    width: 242px;
    height: 36px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fc-0e9cff {
    color: #0e9cff;
}

.pay-item {
    width: 158px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.pay-item-img {
    height: 24px;
    width: 27px;
    margin-right: 8px;
}

.store-box {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
}

.shop-item {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.rest-top {
    width: 50%;
    border-bottom: 1px dashed #e6e6e6;
    box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
}

.send-item {
    height: 32px;
    width: 140px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
    box-sizing: border-box;
    cursor: pointer;
}

.send-active {
    border-color: #0e9cff !important;
    color: #0e9cff !important;
}

.order-sb-btn {
    width: 104px;
    height: 40px;
    background: #0e9cff;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.user-img {
    width: 31px;
    height: 30px;
    margin-right: 6px;
}

.user-dh {
    height: 68px;
    background: linear-gradient(90deg, #79c0ff, #0e9cff);
}

.user_navleft {
    width: 190px;
    background: #fff;
}

.user_navlist {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}

.user_right {
    width: 990px;
    padding: 16px 24px;
    box-sizing: border-box;
    background: #fff;
}

.dingdan_img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    object-fit: cover;
}

.user_navlist_item {
    width: 100%;
    padding: 8px 32px;
    box-sizing: border-box;
}

.dingdan_one {
    padding: 8px 0;
    box-sizing: border-box;
    margin-right: 24px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
}

.dingdan_one_active {
    color: #0e9cff;
    border-bottom: 2px solid #0e9cff;
}

.myordertitle {
    width: 100%;
    height: 32px;
    background: #f5f5f5;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 32px;
}

.shop_myorderconlist {
    width: 100%;
    border: 1px solid #ebebeb;
}

.shop_myorderconlist_info {
    width: 78%;
    padding: 16px 20px 16px 10px;
    box-sizing: border-box;
}

.shop_orderimg {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    object-fit: cover;
}

.shop_myorderdj {
    width: 11%;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
}

.shop_shr {
    width: 12%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}

.shop_ordertext {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.shop_ljzf {
    width: 72px;
    height: 24px;
    border: 1px solid #0e9cff;
    background: #fff0f1;
    cursor: pointer;
    color: #0e9cff;
    font-size: 12px;
    margin-bottom: 8px;
}

.ttshop_orderdzf {
    width: 100%;
    height: 200px;
    background: #fff;
    margin-bottom: 20px;
}

.ttshop_orderdzfleft {
    width: 290px;
    height: 200px;
    background: #40B7FF;
    padding: 32px;
    box-sizing: border-box;
    color: #ffffff;
}

.ttshop_orderdzfright {
    width: 900px;
    height: 200px;
    background: #fff;
    padding: 80px 30px;
    box-sizing: border-box;
}

.ttshop_orderlizf {
    width: 72px;
    height: 24px;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.ttshop_orderdzwl {
    width: 100%;
    min-height: 274px;
    background: #fff;
    margin-bottom: 20px;
}

.ttshop_orderdzwleft {
    width: 346px;
    min-height: 274px;
    padding: 24px 40px 24px 20px;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
}

.ttshop_orderdzwlright {
    /*width: 843px;*/
    min-height: 274px;
    padding: 24px 35px;
    box-sizing: border-box;
}

.shouhuott {
    width: 60px;
    text-align: right;
    margin-right: 5px;
}

.shouhuotip {
    max-width: 210px;
    font-size: 12px;
    color: #333;
}

.ttshop_ordernews {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 32px;
    box-sizing: border-box;
}

.ttshop_ordernews2 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.ttshop_ordernews_item {
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    box-sizing: border-box;
}

.ttshop_shopnewstitle {
    width: 100%;
    height: 40px;
    background: #fafafa;
    line-height: 40px;
}

.ttshop_shopfirst {
    width: 35%;
    padding-left: 24px;
    box-sizing: border-box;
    text-align: left;
}

.ttshop_shoplist {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.ttshop_shopbutton {
    width: 100%;
    padding: 28px 60px 37px 60px;
    box-sizing: border-box;
    background: #fff;
}

.ttshop_shopbutton_tip {
    width: 80px;
    text-align: right;
    font-size: 12px;
    color: #666;
    line-height: 32px;
}

.mouse-cover-canvas {
    position: absolute;
    left: 418px;
    top: 0px;
    border: 1px solid rgb(238, 238, 238);
    z-index: 99999;
    display: none;
}

.prepay {
    padding: 19px 16px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pay-info-item {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #F5F6FA;
    border-radius: 8px;
}

.prepay-item {
    width: 158px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    cursor: pointer;
}

.prepay-qrcode {
    width: 292px;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}

.qrcode-title {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.qrcode-desc {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.qrcode-img {
    width: 256px;
    height: 256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bank_box {
    margin-top: 16px;
    border: 1px solid #eee;
}

.bank_item {
    width: 100%;
    height: 50px;
}

.bank_item_title {
    width: 30%;
    height: 100%;
    border: 1px solid #eee;
    font-weight: 600;
}

.bank_item_tip {
    width: 70%;
    height: 100%;
    border: 1px solid #eee;
}

.buyorderPagePre {
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.member_address_add {
    cursor: pointer;
    width: 114px;
    height: 30px;
    background: #0e9cff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.member_address_list_item {
    border: 1px solid #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.member_address_select {
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #0e9cff;
    padding: 4px 8px;
    box-sizing: border-box;
}

.member_address_item_tip {
    text-align: right;
    width: 60px;
}

.member_address_item_btn {
    font-size: 12px;
    color: #0e9cff;
    cursor: pointer;
}

.fenlei_title {
    width: 100%;
    height: 50px;
    background: #0e9cff;
    padding-left: 18px;
    box-sizing: border-box;
}

.fenlei_item {
    height: 44px;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 400;
    line-height: 44px;
}

.bg-f2f2f2 {
    background: #f2f2f2;;
}

.fenlei_zi_item {
    width: 100%;
    background: #fff;
    padding: 22px 23px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fenlei_zi_item_title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 16px;
    border-left: 2px solid #ff0e25;
    padding-left: 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.fenlei_zi_item_level2 {
    width: 100%;
    padding: 10px 0 2px 0;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
    display: flex;
}

.fenlei_zi_item_level2_title {
    max-width: 149px;
    min-width: 75px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 8px;
    color: #ff0e25;
    cursor: pointer;
}

.fenlei_zi_item_level3 {
    padding-left: 22px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.fenlei_zi_item_level3_item {
    margin: 0 8px 8px 8px;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
    display: block;
}