html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    color: #363636;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;

}

body * {
    font-family: inherit !important;
}

.modal-backdrop {
    z-index: 1039;
}

.bg-white {
    background: #fff;
}

.btn, .form-control, .modal-content, .card-block {
    border-radius: .15rem;
}

.modal-content {
    border: none;
	box-shadow: none!important;
}
.modal-header{
    /* line-height: 64px; */
    /* height: 64px; */
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #E3E2E8;
    font-size: 14px;
}
.modal-header .close{
    outline: none;
}
.modal-form-label{
    line-height: 62px;
    font-size: 14px;
    color: #2468F2;
    padding-left: 40px;
}
/* .modal-footer{
	padding: 0;
	padding-top: 20px;
	justify-content: center;
	padding-bottom: 10px;
} */
/* .modal-footer .affirm {
    background: #3977F3;
    color: #fff;
    border-radius: 1px;
    border: 1px solid #3977F3;
    margin-right: 36px;
}
.modal-footer .cancels {
    border-radius: 1px;
    background: #fff;
    border: 1px solid #E3E2E8;
    color:#000;
} */
/* .modal-footer>button{
    width: 90px;
    height: 34px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
}
.modal-footer>button:first-child{
	margin-right: 30px;
} */

.modal-dialog{
	margin-top: 5%;
}
.close{
	/*color: #7F7F7F;*/
    height: 14px;
    padding: 0;
    border: 0;
    background: #FFF;
    outline: none;
}
.modal-dialog .modal-body .text-box {
    position: relative;
    padding-left: 2px;
}
.modal-dialog .modal-body .col-11 textarea{
    display: inline-block;
    margin-left: 40px;
    outline: none;
    padding: 11px 10px;
    box-sizing: border-box;
    font-size: 12px;
    resize:none;
}
.modal-dialog .modal-body .min-text {
    width: 460px;
    height: 76px;
}
.modal-dialog .modal-body .text-box .num{
    position: absolute;
    font-size: 11px;
    color: #ccc;
    top: 50px;
    right: -10px;
}

.modal-dialog .modal-body .danger{
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.modal-dialog .modal-body .danger img{
    width: 100%;
    height: 100%;
}
.modal-dialog .modal-body  p {
    font-size: 16px;
    color: #333333;
    margin: 30px 0 25px 0;
    text-align: center;
    padding: 0 30px;
}
.shopnew{
	background-color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.btn-loading:after {
    content: " ";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
    background-image: url("../images/loading-1.svg");
    background-size: cover;
}
textarea{
	/*border: 1px solid #E3E2E8;*/
	display: block;
}
.btn-secondary.btn-loading:after {
    background-image: url("../images/loading-2.svg");
}

.image-picker {
    position: relative;
}

.picker-multiple-list {
    margin-left: -.5rem;
    margin-top: -.5rem;
}

.picker-multiple-list:after {
    content: " ";
    display: inline-block;
    clear: both;
}

.picker-multiple-list .image-picker-view-item {
    display: inline-block;
    margin-left: .5rem;
    margin-top: .5rem;
    float: left;
}

.image-picker-view {
    width: 16rem;
    height: 8rem;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .15rem;
    margin: .5rem 0 0;
    background-color: #eee;
    position: relative;
}

.image-picker-view .picker-tip {
    display: inline-block;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: .85rem;
    padding: 0 .3rem;
    border-radius: .15rem;
    margin: .1rem .35rem;
}

.image-picker-view .picker-delete {
    display: inline-block;
    color: #ea395d;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.3rem;
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
    border-radius: 999px;
    cursor: pointer;
    border: .15rem solid #ea395d;
    font-weight: bold;
    background: #fff;
    position: absolute;
    right: -.6rem;
    top: -.6rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.image-picker-view .picker-delete:hover {
    background: #eac8da;
}

.image-picker-view .picker-delete:active {
    background: #d585a4;
}

.page-title-bar {
    border-bottom: 1px solid #ccc;
}

.fs-0 {
    font-size: 0;
}

.fs-sm {
    padding-top: 5px;
    font-size: .85rem;
}

.pagination a,
.pagination span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-item.disabled .page-link{
	color: #000;
}
.pagination .active a {
    background: #fff;
    color: #0275d8!important;
    border-color: #ddd;
}

.pagination .disabled span,
.page-item.active .page-link {
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.text-center .pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
	background-color: #fff;
    padding: 20px 0;
	margin-bottom: 0;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#myToast {
    pointer-events: none;
}

#myToast ~ .modal-backdrop {
    display: none;
}

#myToast .toast-content {
    background: rgba(0, 0, 0, .5);
    border-radius: .15rem;
    padding: 1rem;
}

.modal-dialog {
    box-shadow: 0 1px 1px 3px rgba(0, 0, 0, .2);
}
