/* 2020年11月19日11:15:34   */

.toast {
    padding: 20px 0;
    text-align: center;
    min-height: 70px;
    width: 160px;
    color: #e6e6e6;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -80px;
    z-index:999999;
}
.choosePurlist{
	display:none;
	text-align: left;
    color: #e60020;
    margin-top: 10px;
    font-size: 14px;
}
.toast-icon {
    padding-top: 10px;
    padding-bottom: 10px;
}

.toast-tip {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.qingdan-dialog {}


.arrow-right {
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	position: absolute;
	right: 5px;
	top: 12px;
	transform: rotate(135deg);
	margin-right: 15px;
}

.inlineDiv {
	display: none;
}

.qindan-dialog-main .title {
	background-color: #F4F4F4;
	/* width: calc(100% - 20px); */
	text-align: left;
	padding: 10px;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-size: 14px;
	color: #666;
}


.qindan-dialog-main>.title:hover {
	border: 1px solid #F33D3D;
}
.qindan-dialog-content {
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	width: 450px;
	background-color: white;
	z-index: 9999;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.qindan-dialog-header {
	overflow: hidden;
	padding: 16px 14px;
}

.qindan-dialog-main {
	text-align: center;
	margin: 0 auto;
	width: auto;
	padding: 20px 1px;
	overflow: hidden;
}

.qindan-dialog-bottom {
	width: 100%
}
.qingdanlist-item>input{
	float: left;
}
.qingdanlist-item span{
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.qingdan-dialog-mask {
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qindan-header-title {
	font-size: 14px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.qindan-header-title>span{
	font-size: 20px;
	color: #333;
}
.qindan-header-title>img {
	cursor: pointer;
	float: right;
	clear: both;
	height: 40px;
}

.qingdanlist {
	margin-top: 10px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 3px;
	text-align: left;
	border: 1px solid #F4F4F4;
	display: none;
}

.qingdanlist .search input {
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.15);
	width: calc(100% - 14px);
	font-size: 14px;
	color: #666666;
	margin: 0 7px;
}

.qingdanlist .search input[type=text]:focus {
	outline: none;
}

.qingdanlist-item {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding: 5px 7px;
	cursor: pointer;
}

.qingdanlist-item:hover {
	background-color: #FFCDD5;
}

.qingdanlist-item-checked {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding: 5px 7px;
}

.qingdanlist-item-checked:hover {
	background-color: #FFCDD5;
}

.qingdanlist-item-disabled {
	width: 99%;
	padding: 5px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0.5;
}
.qingdanlist-item-disabled input{
	background-color: rgba(0, 0, 0, .04);
}
.qingdan-dialog .btn {
	cursor: pointer;
	padding: 10px 50px;
	border: none;
	border-radius: 5px;
}

.qingdan-dialog .btn:focus,
.qingdan-dialog .btn:active:focus,
.qingdan-dialog .btn.active:focus,
.qingdan-dialog .btn.focus,
.qingdan-dialog .btn:active.focus,
.qingdan-dialog .btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

.qingdan-dialog .disabled {
	/* pointer-events: none; */
	opacity: 0.5;
}

.qingdan-dialog input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	position: relative;
	top: 3px;
}

.qingdan-dialog input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-radius: 2px;
}

.qingdan-dialog input[type="checkbox"]:checked::before {
	content: "";
	background-image: url(../img/icon_get1.svg);
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 17px;
	height: 17px;
	background-size: cover;
    background-color: inherit;
    border-radius: inherit;
}
.qingdanlist-item.qingdanlist-item-checked span{
	color: #000;
}
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}

.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}

.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}

#qingdancreate input[type=text]:focus {
	outline: none;
}


.product-btn-sc:hover .qingdan {
	content: url('../img/icon/jiaqingdan-hover.svg');
	color: #FA3849;
	border-color: #FA3849;
}

.product-btn-shopcar:hover .car {
	content: url('../img/icon/Icon-jiagouwuche-hover.svg');
	color: #FA3849;
	border-color: #FA3849;
}

.product-btn-sc:hover {
	color: #FA3849;
	border-color: #FA3849;
}

.product-btn-shopcar:hover {
	color: #FA3849;
	border-color: #FA3849;
}
.qingdanlist-head{
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	padding: 0 7px;
}

.uploadDialog{
    display: none;
}
.uploadDialog-mask{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.uploadDialog-cont{
    position: fixed;
    z-index: 99999;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 8px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.uploadDialog-cont .icon{
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}
.uploadDialog-cont .uploadDialog-cont-tips{
    color: #fff;
    margin-top: 10px;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}