* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 清除浮动 */
.clearfix:after {content: " ";display: block;clear: both;height: 0;}
.clearfix {zoom: 1;}
.single-line{ text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }

input:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}
input{
    border: none;
    appearance:none;
    -moz-appearance:none;
    outline:none;
    -webkit-appearance: none;
}
input:focus{ outline:none; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
::-moz-placeholder { /* Mozilla Firefox 19+ */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
input:-ms-input-placeholder{  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
input::-webkit-input-placeholder{  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
ul, ol { 
    margin: 0;
    padding: 0;
    list-style: none;
}
.map_content {
    height: 100%;
    display: block;
    position: relative;
}

.map_content #mapDiv {
    width: 100%;
    height: calc(100vh - 0.9rem);
    display: block;
}

/* 全局去除a标签的下划线和设置颜色 */
a {
    text-decoration: none;
    color: #000;
}

/* 未被访问过的链接 */
a:link {
    text-decoration: none;
    color: #000;
}

/* 已经访问过的链接 */
a:visited {
    text-decoration: none;
    color: #000;
}

/* 鼠标悬停时的链接 */
a:hover {
    text-decoration: none;
    color: #000;
}

/* 被点击的链接 */
a:active {
    text-decoration: none;
    color: #000;
}

/* 按钮颜色 */
.btn_color1 {
    background-color: #C1152C;
    color: #fff;
}

.m-list-flex{
    display: flex;
    align-content: color;
    justify-content: center;
}
.m-list-flex .m-cell-bd{
    flex: 1;
    overflow: hidden;
}

/* 顶部 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    background-color: #fff;
    z-index: 1407;
}

.navbar .logo {
    height: 100%;
    float: left;
    margin-right: 1.7rem;
}

.navbar .logo img {
    height: 100%;
    display: block;
}

.navbar .navbar_content {
    width: 77%;
    height: 100%;
    margin: 0 auto;
    line-height: 0.9rem;
    min-width: 960px;
}

.navbar .navbar_content .item {
    float: left;
    font-size: 0.18rem;
    color: #1A1A1A;
    margin-right: 0.6rem;
    line-height: 0.9rem;
    min-width: 0.8rem;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
}

.navbar .navbar_content .item::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0.05rem;
    border-style: solid;
    border-color: #1A1A1A transparent transparent transparent;
    display: inline-block;
    z-index: 20;
    margin-left: 0.08rem;
}
.navbar .navbar_content .item .menu{
    position: absolute;
    top: 0.9rem;
    left: -0.07rem;
    min-width: 1.97rem;
    padding: 0.2rem 0.05rem;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}
.navbar .navbar_content .item .menu .menu_scroll {x
    padding: 0 0.05rem;
    max-height: 3rem;
    overflow-y: auto;
}
/*滚动条整体样式*/
.navbar .navbar_content .item .menu .menu_scroll::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 0.1rem;
    height: 1px;
}

/*滚动条里面小方块*/
.navbar .navbar_content .item .menu .menu_scroll::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #C1152C;
}

/*滚动条里面轨道*/
.navbar .navbar_content .item .menu .menu_scroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0.1rem;
    background: #F3F3F3;
}
.navbar .navbar_content .item .menu .menu_item{
    display: block;
    line-height: 0.44rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 0.04rem;
    border-radius: 6px;
    text-align: left;
}
.navbar .navbar_content .item .menu .menu_item:nth-last-child(1){
    margin-bottom: 0;
}
.navbar .navbar_content .item .menu .menu_item:hover,.navbar .navbar_content .item .menu .menu_item.active{
    background-color: #C1152C;
    color: #fff;
}

.navbar .navbar_content .item:hover {
    color: #C1152C;
}

.navbar .navbar_content .item:hover::after {
    border-color: transparent transparent #C1152C transparent;
    position: relative;
    top: -0.03rem;
}

.tdt-overlay-pane {
    z-index: 620;
}

.tdt-label {
    line-height: 20px;
    padding: 0 4px;
}


/* 地图样式 */
.map_line {
    height: 46px;
    position: relative;
}

.map_item {
    border-radius: 46px;
    overflow: hidden;
    background-color: #C1152C;
    color: #fff;
    position: relative;
    line-height: 36px;
    height: 36px;
    padding-left: 64px;
    padding-right: 8px;
    display: block;
    font-size: 14px;
    min-width: 180px;
}

.map_item .tag {
    background-color: #fff;
    color: #C1152C;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    height: 32px;
    line-height: 32px;
    width: 56px;
    text-align: center;
    border-radius: 46px 0 0 46px;
}

.map_line::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #C1152C transparent transparent transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    z-index: 20;
}

.map_line .map_item.already::after {
    content: '即将到期';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* background-color: rgba(0,0,0,0.7); */
    background-image: url('../images/mask.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    width: 52px;
    padding: 4px 13px 0 15px;
    box-sizing: border-box;
    white-space: normal;
    line-height: 14px;
    font-size: 12px;
}

.map_line.on .map_item {
    background-color: #FF5900;
}

.map_line.on .map_item .tag {
    color: #FF5900;
}

.map_line.on::after {
    border-color: #FF5900 transparent transparent transparent;
}

.map_line.no .map_item {
    background-color: #06A975;
}

.map_line.no .map_item .tag {
    color: #06A975;
}

.map_line.no::after {
    border-color: #06A975 transparent transparent transparent;
}

/* 地图原型 */
.map_circle{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.map_circle1{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.map_circle2{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/* 地图原型 */
.map_circle:hover{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon2_on.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.map_circle1:hover{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon3_on.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.map_circle2:hover{
    width: 40px;
    height: 40px;
    /*border-radius: 80px;*/
    /*background-color: #C1152C;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    line-height: 20px;
    background-image: url('../images/map_icon1_on.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/* 列表弹出 */
.popup_block {
    /*position: fixed;*/
    /*top: 1.3rem;*/
    /*left: 0.4rem;*/
    background-color: #fff;
    border-radius: 6px;
    z-index: 1402;
    width: 7rem;
    max-height: 100%;
    /*width: 6rem;*/
    overflow: hidden;
}

.popup_block .popup_title {
    border-bottom: 1px solid #efefef;
    line-height: 0.72rem;
    height: 0.72rem;
    padding-left: 0.24rem;
    padding-right: 0.26rem;
    font-size: 0.18rem;
    color: #333;
    font-weight: 400;
    position: relative;
}

.popup_block .popup_title p {
    padding-right: 2.2rem;
}

.popup_block .popup_title .tab {
    width: 1.23rem;
    line-height: 0.34rem;
    border-radius: 0.34rem;
    text-align: center;
    background-color: #FFF3F5;
    overflow: hidden;
    padding: 1px;
    color: #C1152C;
    margin-left: 0.2rem;
    position: absolute;
    top: 50%;
    /*right: 0.72rem;*/
    right: 0.26rem;
    margin-top: -0.17rem;
}

.popup_block .popup_title .tab a {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    color: #C1152C;
}

.popup_block .popup_title .tab a.active {
    background-color: #C1152C;
    color: #fff;
}
.popup_block .popup_title .tab a:nth-child(1){
    border-radius: 1rem 0 0 1rem;
}
.popup_block .popup_title .tab a:nth-last-child(1){
    border-radius: 0 1rem 1rem 0;
}

.popup_block .popup_title .arrow_b {
    width: 0.26rem;
    height: 0.26rem;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.13rem;
    right: 0.26rem;
}

.popup_block .popup_title .arrow_b img {
    width: 100%;
    height: 100%;
    display: block;
}
.popup_block .popup_title .arrow_b.revolve img{
    transform: rotate(180deg);
}

.popup_line{
    justify-content: start;
}
.popup_line>div{
    
}


/* 列表 */
.popup_scroll_content{
    width: 4rem;
}
.popup_scroll{
    padding: 0.23rem 0.08rem 0.2rem;
}
.popup_scroll_list {
    height: calc(100vh - 1.62rem - 0.52rem);
    /* min-height: 6rem; */
    overflow-y: scroll;
    padding: 0 0.11rem;
}
.popup_scroll_list.pb{
    height: calc(100vh - 1.62rem - 0.76rem - 0.52rem);
}
/*滚动条整体样式*/
.popup_scroll_list::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 0.1rem;
    height: 1px;
}

/*滚动条里面小方块*/
.popup_scroll_list::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #C1152C;
}

/*滚动条里面轨道*/
.popup_scroll_list::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0.1rem;
    background: #F3F3F3;
}

.popup_scroll_list a {
    display: block;
    padding: 0.07rem 0.11rem;
    margin-bottom: 0.1rem;
}
.popup_scroll_list a:nth-last-child(1){
    margin-bottom: 0;
}
.popup_scroll_list .popup_item img{
    width: 1.26rem;
    height: 0.9rem;
    object-fit: cover;
    object-position: center;
    margin-right: 0.18rem;
    border-radius: 8px;
    display: block;
    float: left;
}
.popup_scroll_list .popup_item .info{
    width: calc(100% - 0.7rem - 0.9rem);
    /* width: 100%; */
    float: left;
}
.popup_scroll_list .popup_item .info .title{
    font-size: 0.2rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.29rem;
    margin-bottom: 0.08rem;
}
.popup_scroll_list .popup_item .info .desc{
    font-size: 0.14rem;
    color: #777777;
    font-weight: 400;
    line-height: 0.2rem;
    margin-bottom: 0.13rem;
}
.popup_scroll_list .popup_item .info .address{
    font-size: 0.14rem;
    color: #777777;
    font-weight: 400;
    line-height: 0.2rem;
    margin-bottom: 0.14rem;
}
.popup_scroll_list .popup_item .info .address img{
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem;
    display: block;
    float: left;
    margin-top: 0.02rem;
}
.popup_scroll_list .popup_item .info .address span{
    width: calc(100% - 0.22rem);
    float: left;
}
.popup_scroll_list .popup_item .info .tag div{
    width: 0.68rem;
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 1rem;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: center;
    background-color: #C1152C;
    color: #fff;
}
.popup_scroll_list .popup_item .info .tag .active{
    background-color: #FFF3F5;
    color: #C1152C;
}

.popup_footer{
    padding: 0.15rem 0.28rem 0.15rem 0.3rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.46rem;
    /* position: absolute;
    left: 0;
    bottom: 0; */
    width: 100%;
    z-index: 2;
    background-color: #fff;
}
.popup_footer p{
    float: left;
}
.popup_footer p span{
    color: #C1152C;
}
.popup_footer .btn{
    width: 1.6rem;
    line-height: 0.46rem;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    margin-left: 0.3rem;
    display: block;
    float: right;
    color: #fff;
}

/* 选中项 */
.popup_check{
    position: absolute;
    top: 0.09rem;
    left: 0.3rem;
    line-height: 0.6rem;
    background-color: #fff;
    font-size: 0.18rem;
    color: #333333;
    font-weight: 400;
    z-index: 1204;
    border-radius: 6px;
    width: 3.6rem;
}
.popup_check .item{
    font-size: 0.18rem;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.2rem;
    padding-right: 0.1rem;
}
.popup_check .item .check{
    width: 0.21rem;
    height: 0.21rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.popup_check .item .check img{
    width: 100%;
    height: 100%;
    display: block;
}
.popup_check .item span{
    display: inline-block;
    vertical-align: middle;
}
.popup_check .item .check img:nth-child(1){
    display: block;
}
.popup_check .item .check img:nth-child(2){
    display: none;
}
.popup_check .item.on .check img:nth-child(1){
    display: none;
}
.popup_check .item.on .check img:nth-child(2){
    display: block;
}

/* 地址详情 */
.popup_detail{
    /*position: fixed;*/
    /*top: 2.02rem;*/
    /*left: 6.7rem;*/
    /*width: 4.4rem;*/
    z-index: 1204;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.popup_detail .popup_detail_close{
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
}
.popup_detail .popup_detail_close img{
    width: 100%;
    height: 100%;
    display: block;
}
.popup_detail .popup_detail_image{
    width: 100%;
    height: 2.1rem;
}
.popup_detail .popup_detail_image img{
    width: 100%;
    height: 100%;
    display: block;
}
.popup_detail .popup_detail_info{
    padding: 0.16rem 0.24rem;
    box-sizing: border-box;
    height: calc(100vh - 4.57rem);
    /* min-height: 6rem; */
    overflow-y: scroll;
    box-sizing: border-box;
}
/*滚动条整体样式*/
.popup_detail .popup_detail_info::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    display: none;
}

/*滚动条里面小方块*/
.popup_detail .popup_detail_info::-webkit-scrollbar-thumb {
    display: none;
}

/*滚动条里面轨道*/
.popup_detail .popup_detail_info::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    display: none;
}
.popup_detail .popup_detail_info .title{
    font-size: 0.2rem;
    color: #333333;
    font-weight: 400;
    line-height: 0.29rem;
    margin-bottom: 0.08rem;
}
.popup_detail .popup_detail_info .desc{
    font-size: 0.14rem;
    font-weight: 400;
    color: #777777;
    line-height: 0.2rem;
    margin-bottom: 0.15rem;
}
.popup_detail .popup_detail_info .address{
    font-size: 0.14rem;
    font-weight: 400;
    color: #777777;
    line-height: 0.2rem;
}
.popup_detail .popup_detail_info .address p{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.26srem);
}
.popup_detail .popup_detail_info .address .icon{
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
}
.popup_detail .popup_detail_info .address .icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.popup_detail .popup_detail_info .line{
    border-top: 1px dashed #efefef;
    padding: 0.2rem 0;
    margin-top: 0.2rem;
}
.popup_detail .popup_detail_info .line p{
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
}
.popup_detail .popup_detail_info .line p span{
    color: #777777;
    padding-right: 0.2rem;
}
.popup_detail .popup_detail_info .line p:nth-last-child(1){
    margin-bottom: 0;
}
.popup_detail .popup_detail_info>img{
    width: 100%;
    display: block;
}
.popup_detail .popup_detail_footer{
    /* position: absolute;
    left: 0;
    bottom: 0; */
    width: 100%;
    padding: 0.15rem 0.24rem;
    box-sizing: border-box;
    background-color: #fff;
}
.popup_detail .popup_detail_footer .btn{
    width: 100%;
    line-height: 0.46rem;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    display: block;
    color: #fff;
}
.popup_detail .popup_detail_footer .btn.active{
    background-color: #FFF3F5;
    color: #C1152C;
}

/* 预下单 */
.popup_order_mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1406;
}
.popup_order{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1408;
    background-color: #fff;
    border-radius: 10px;
    width: 6.02rem;
    overflow: hidden;
}
.popup_order .popup_order_title{
    line-height: 0.54rem;
    background-color: #C1152C;
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
}
.popup_order .popup_order_title .close{
    padding: 0.17rem;
    position: absolute;
    right: 0.13rem;
    top: 0;
}
.popup_order .popup_order_title .close img{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
}
.popup_order .popup_order_form{
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
}
.popup_order .popup_order_form .item{
    line-height: 0.44rem;
    font-size: 0.14rem;
    color: #555555;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.popup_order .popup_order_form .item:nth-last-child(1){
    margin-bottom: 0;
}
.popup_order .popup_order_form .item .label{
    text-align-last: justify;
    width: 0.7rem;
    display: inline-block;
    vertical-align: middle;
}
.popup_order .popup_order_form .item .input{
    margin-left: 0.2rem;
    line-height: 0.44rem;
    background-color: #FFFBFB;
    border-radius: 6px;
    width: calc(100% - 1.1rem);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.popup_order .popup_order_form .item .input .date{
    position: absolute;
    top: 0.12rem;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
}
.popup_order .popup_order_form .item .input input{
    height: 0.44rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #333333;
    font-weight: 400;
    width: 100%;
    text-align: left;
    background-color: #FFFBFB;
}
.popup_order .popup_order_form .item .input input::placeholder{
    color: #BDAFB1;
    font-size: 0.14rem;
    text-align: left;
}
.popup_order .popup_order_form .item .input select{
    height: 0.44rem;
    padding: 0 2rem 0 0.07rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    color: #333333;
    font-weight: 400;
    width: 100%;
    text-align: left;
    background-color: #FFFBFB;
    border: 0; /* 去掉边框 */
}
.popup_order .popup_order_form .item .input select::placeholder{
    color: #BDAFB1;
    font-size: 0.14rem;
    text-align: left;
}
.popup_order .popup_order_footer{
    padding: 0 0.3rem 0.4rem;
    box-sizing: border-box;
}
.popup_order .popup_order_footer .btn{
    display: block;
    float: right;
    margin-left: 0.1rem;
    line-height: 0.36rem;
    width: 1rem;
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
    border-radius: 4px;
}
.popup_order .popup_order_footer .btn.btn_color1{
    color: #fff;
    border: 1px solid #C1152C;
}
.popup_order .popup_order_footer .btn.btn_color2{
    border: 1px solid #E0E4E9;
}

.popup_order .popup_order_form .item .input{
    margin-left: 0.2rem;
    line-height: normal;
    background-color: transparent;
    border-radius: 0;
    width: calc(100% - 1.1rem);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.popup_order .popup_order_form .item .input .layui-upload-img{
    width: 0.8rem;
    height: 0.8rem;
    float: left;
    margin-right: 0.14rem;
    margin-top: 0.14rem;
    position: relative;
}
.popup_order .popup_order_form .item .input .layui-upload-img>img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}
.popup_order .popup_order_form .item .input .layui-upload-img .close{
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    position: absolute;
    top: -0.09rem;
    right: -0.09rem;
    z-index: 2;
}
.popup_order .popup_order_form .item .input .layui-upload-img .close img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 登录页 */
.login_container{
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/login_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.login_w1200{
    max-width: 1200px;
    width: 80%;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
}
.login_content{
    margin-left: auto;
    width: 5.45rem;
    max-width: 100%;
    background: rgba(255,255,255,0.3);
    padding: 0.5rem 0.72rem 1.18rem;
    backdrop-filter: blur(41px);
    box-shadow: 0px 0px 60px 0px rgba(253, 221, 226, 0.4);
    border-radius: 0.34rem;
}
.login_content .login_icon{
    width: 3.28rem;
    height: 1.06rem;
    display: block;
    margin: 0 auto;
}
.login_content .login_form_item{
    margin-top: 0.3rem;
}
.login_content .login_form_item .label{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.21rem;
    font-weight: 400;
    margin-bottom: 0.14rem;
}
.login_content .login_form_item .input{
    border-radius: 8px;
    line-height: 0.56rem;
    padding-left: 0.2rem;
    position: relative;
    background-color: #FFFBFB;
    overflow: hidden;
}
.login_content .login_form_item .input img{
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    position: absolute;
    top: 0.16rem;
    left: 0.2rem;
}
.login_content .login_form_item .input input{
    font-size: 0.18rem;
    color: #333333;
    height: 0.56rem;
    padding-left: 0.44rem;
    padding-right: 1.5rem;
    width: 100%;
}
.login_content .login_form_item .input input::placeholder{
    font-size: 0.18rem;
    color: #A0A0A0;
    text-align: left;
}
.login_content .login_form_item .input .send{
    font-size: 0.18rem;
    color: #C1152C;
    font-weight: 400;
    padding: 0 0.2rem;
    width: 1.3rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.login_content .login_btn{
    margin-top: 0.6rem;
}
.login_content .login_btn .btn{
    color: #fff;
    width: 100%;
    line-height: 0.56rem;
    border-radius: 8px;
    display: block;
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.4rem;
    font-weight: 400;
    text-align: center;
}
.login_content .login_btn .tip{
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    font-weight: 400;
    line-height: 0.19rem;
}

.fr{float: right!important;}
.reset_btn{
    line-height: 0.46rem;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    display: block;
    float: left;
    color: #fff;
    padding: 0 20px;
    color: #fff!important;
    margin-top: 0.18rem;
    margin-right: 0.24rem;
}

.container{
    padding-top: 0.9rem;
}

.popup_item.active{
    border: 1px solid #C1152C;
    background-color: #FFF5F6;
    border-radius: 6px;
}

.menu_input{
    padding-right: 0.05rem;
    margin-bottom: 0.1rem;
    background-color: #efefef54;
    border-radius: 0.05rem;
    overflow: hidden;
}
.menu_input input{
    width: 80%;
    font-size: 0.18rem;
    color: #333;
    float: left;
    height: 0.4rem;
    padding-left: 0.05rem;
    text-align: left;
    background-color: #efefef54;
}
.menu_input input::placeholder{
    color: #999;
    font-size: 0.18rem;
    text-align: left;
}
.menu_input img{
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    float: right;
    margin-top: 0.08rem;
}


