/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
/*.img{*/
/*width: 200px;*/
/*height: 200px;*/
/*object-fit: cover;*/
/*vertical-align: middle;*/
/*}*/

/* 物流信息开始 */

.logistics-info-wrap {
    position: relative;
    left: -13%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
    flex-direction: column;
}

.logistics-info-wrap .wrap-main {
    padding: 1.067vw 0;
}

.logistics-info-wrap li {
    padding: 0
}

.logistics-info-item {
    display: flex;
    position: relative;
    min-height: 7.333vw;
}


.time-info span:first-child {
    font-size: 1.233vw;
    color: #282828;
}

.time-info,
.transform-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: rgba(154, 154, 154, 1);
    font-size: 1.267vw;
}

.time-info {
    border-right: 0.5px solid #CDCDCD;
    padding-right: 2.6vw;
}

.time-info span+span,
.transform-info span+span {
    margin-top: 0.6vw;
}

.transform-info {
    align-items: flex-start;
    width: 25.667vw;
    margin-left: 4vw;
}

.info-title {
    font-size: 1.233vw;
    color: #999999;
}

.black-title {
    color: #282828 !important;
}

/* .info-title:nth-child(1) {
	color: red !important;
} */

.info-logo {
    align-content: stretch;
    position: relative;
}

.info-logo i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -50%);
    background-size: 2vw 2vw;
    background-color: #fff;
    width: 1.467vw;
    height: 1.467vw;
}

.info-logo .icon-default {
    width: 0.6vw !important;
    height: 0.6vw !important;
    background-size: 0.6vw 0.6vw !important;
    border-radius: 50%;
    background-color: rgba(204, 204, 204, 1) !important;
    opacity: 1 !important;
}

.logistics-info-item:first-child .icon-default{
    width: 1.467vw !important;
    height: 1.467vw !important;
    background: url(dot.png) 0px 0px no-repeat !important;
    background-size: cover !important;
}
.logistics-info-item:first-child .info-title{
    color: #282828;
}

.no-logistics-info{
    text-align: center;
    font-size: 1.233vw;
    color: #999999;
}

.remark{
    line-height: 1.3;
}

.login-page .has-feedback .form-control {
    display: inline-block;
}


element.style {
}
.login-page .form-group {
    display: flex;
    justify-content: space-between;
}

.login-page .btn {
    z-index: 99999;
}

.fake_hide{
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* .current-icon {
	background: url(../../repurchase/images/icon-yifahuo@3x.png) 0px 0px no-repeat;
	background: #3975E2 !important;
	border-radius: 50%;
} */
/* .current-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    position: absolute;
    top: 0; left: 0;
} */
/* .send-bag {
	background: url(images/icon-yifahuo@3x.png) 0px 0px no-repeat;

}

.transform-bag {}

.delivery-bag {}

.receive-bag {} */

/* 物流信息结束 */

.message-box-wrapper {
    z-index: 19891010;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3)
}

.message-box-wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.message-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 330px;
    height: 200px;
    background: #ffffff;
    margin-bottom: 50px;
}

.message_input {
    margin: 10px 15px;
    width: 300px;
}

.message-box-content {
    padding: 30px 20px;
}
.message-box-header {
    color: #282828;
    font-size: 15px;
    margin: 20px auto;
}

.message-box-btns {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.message-box-cancel,
.message-box-confirm {
    float: left;
    width: 50%;
    height: 100%;
    line-height: 50px;
    color: #ffffff;
}

.message-box-cancel {
    background-color: #8f9498;
}

.message-box-confirm {
    background-color: #FF6400;
}
.color-red {
    color: #FF0000;
}
/*
.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
*/