.up_box {
	background: #EFF1F4;
	display: flex;
}

	.up_box > .left,
	.up_box > .vup {
		width: 72%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 50px 35px 50px 50px;
		position: relative;
	}

		.up_box > .left > .li_img_dome {
			width: 32.5%;
			max-width: 409px;
			height: 296px;
			position: relative;
			border-radius: 5px;
			float: left;
			margin-right: 1%;
			margin-bottom: 90px;
			border-radius: 10px 10px 0 0px;
			background: #fff;
			border:1px solid #ccc;
		}

			.up_box > .left > .li_img_dome:nth-child(3n) {
				margin-right: 0;
			}

			.up_box > .left > .li_img_dome > .cz_btn {
				width: 100%;
				height: 46px;
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(0, 0, 0, .3);
				display: none;
				text-align: center;
			}
			.up_box > .left > .li_img_dome .rotate{
				overflow: hidden;
				width: 100%;
				height: 100%;
			    display: flex;
			    align-items: center;
			    justify-content: center;

			}
			.up_box > .left > .li_img_dome .rotate img{
				width: 100%;
				height: 100%;
			}
			.up_box > .left > .li_img_dome:hover > .cz_btn {
				display: block;
			}

			.up_box > .left > .li_img_dome > .cz_btn > img {
				width: 28px;
			    height: 29px;
			    margin: 9px auto;
				display: inline-block;
				cursor: pointer;
			}
			.up_box > .left > .li_img_dome > .cz_btn > img:nth-child(1){
				margin-right: 40px;
			}


			.up_box > .left > .add {
			width: 32.5%;
			max-width: 409px;
			height: 296px;
			position: relative;
			border-radius: 5px;
			float: left;
			margin-right: 1%;
			margin-bottom: 90px;
			border-radius: 10px 10px 0 0px;
			background: #fff;
			border:1px solid #ccc;
		}

			.up_box > .left > .add:nth-child(3n) {
				margin-right: 0;
			}

			.up_box > .left > .add > .cz_btn {
				width: 100%;
				height: 46px;
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(0, 0, 0, .3);
				display: none;
				text-align: center;
			}
			.up_box > .left > .add .rotate{
				overflow: hidden;
				width: 100%;
				height: 100%;
			    display: flex;
			    align-items: center;
			    justify-content: center;

			}
			.up_box > .left > .add .rotate img{
				width: 100%;
				height: 100%;
			}
			.up_box > .left > .add:hover > .cz_btn {
				display: block;
			}

			.up_box > .left > .add > .cz_btn > img {
				width: 28px;
			    height: 29px;
			    margin: 9px auto;
				display: inline-block;
				cursor: pointer;
			}
			.up_box > .left > .add > .cz_btn > img:nth-child(1){
				margin-right: 40px;
			}



			.cz_title{
				position: absolute;
			    left: -1px;
			    bottom: -60px;
			    height: 60px;
			    width: 100.7%;
			    border-radius: 0 0 10px 10px;
			    overflow: hidden;
			    border: 1px solid #ccc;
			    border-top: 0;
			}
			.cz_title textarea{
				width: 100%;
				height: 100%;
				padding:10px 20px;
				box-shadow: border-box;
				border:0;
				display: block;
			    resize: none;
			    font-size: 14px;
			}
			.up_box > .left > .add,
			.up_box > .vup > li.add {
				border: 1px solid #9F9F9F;
				cursor: pointer;
				padding-top: 180px;
				position: relative;
				background: url(../img/add.png) no-repeat center 60px;
				background-size: 100px 100px;
			}

				.up_box > .left > .add > p,
				.up_box > .vup > li.add > p {
					width: 100%;
					text-align: center;
					color: #9F9F9F;
					font-size: 14px;
					line-height: 27px;
				}

				.up_box > .left > .add > input,
				.up_box > .vup > li.add > input {
					opacity: 0;
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					z-index: 9;
					width: 100%;
					height: 100%;
					cursor: pointer;
				}

		.up_box > .right::-webkit-scrollbar, .up_box > .left::-webkit-scrollbar {
			width: 4px;
		}

		.up_box > .right::-webkit-scrollbar-thumb, .up_box > .left::-webkit-scrollbar-thumb {
			border-radius: 10px;
			-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
			background: rgba(0, 0, 0, 0.2);
		}

		.up_box > .right::-webkit-scrollbar-track, .up_box > .left::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
			border-radius: 0;
			background: rgba(0, 0, 0, 0.1);
		}

	.up_box > .right {
		width: 28%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		background: #E8E8E8;
		padding-top: 12px;
		position: relative;
		padding-bottom: 80px;
	}

		.up_box > .right > p.title {
			width: 89.8%;
			line-height: 46px;
			margin: 0 auto;
			color: #000;
			font-size: 16px;
		}
		.right .time{
			background: url(../img/rili.png)no-repeat 95%;
    		background-size: 24px;
    		padding-right: 10px!important;
    		box-sizing: border-box;
    		cursor: pointer;
		}


		.up_box > .right > input {
			display: block;
			width: 89.8%;
			border: 1px solid #9F9F9F;
			font-size: 18px;
			line-height: 50px;
			padding: 0 3px;
			margin: 0 auto;
			border-radius: 5px;
			height: 50px;
		}

		.up_box > .right > textarea {
			display: block;
			resize: none;
			width: 89.8%;
			border: 1px solid #9F9F9F;
			font-size: 18px;
			height: 88px;
			padding-left: 3px;
			margin: 0 auto;
			border-radius: 5px;
			padding: 5px 3px;
		}

		.up_box > .right > ol {
			width: 89.8%;
			margin: 0 auto;
			display: flex;
			flex-wrap: wrap;
		}

			.up_box > .right > ol > li {
				width: auto;
				line-height: 27px;
				background: #F8F8F8;
				border-radius: 3px;
				padding: 0 7px;
				color: #9F9F9F;
				font-size: 14px;
				cursor: pointer;
				margin: 0 7px 7px 0;
				border: 1px solid #fff;
			}

				.up_box > .right > ol > li.active {
					border: 1px solid #316AEA;
				}

		.up_box > .right > a:link,
		.up_box > .right > a:visited {
			display: block;
			width: 89.8%;
			line-height: 35px;
			color: #0D90F3;
			font-size: 14px;
			margin: 0 auto;
		}

.fb_btn {
	display: block;
	width: 28%;
	text-align: center;
	line-height: 75px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	height: 75px;
	background: #316AEA;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.up_box > .right > .css_ganm {
	width: 100%;
	height: 56px;
	padding: 0 5.1%;
	border-bottom: 1px solid #9F9F9F;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: flex;
}

	.up_box > .right > .css_ganm.top_bdr {
		border-top: 1px solid #9F9F9F;
		margin-top: 23px;
	}

	.up_box > .right > .css_ganm > p {
		width: 80px;
		line-height: 56px;
		color: #000;
		font-size: 16px;
	}

	.up_box > .right > .css_ganm > span {
		width: 80%;
		line-height: 56px;
		font-size: 16px;
		color: #000;
		text-overflow: ellipsis;
		text-align: right;
		padding-right: 35px;
		background: url(../img/you.png) no-repeat 98% center;
		background-size: 21px 21px;
	}

		.up_box > .right > .css_ganm > span.show {
			background: url(../img/xia2.png) no-repeat 98% center;
			background-size: 21px 21px;
		}

.up_box > .right > ul {
	width: 88.9%;
	margin: 0 auto;
	height: auto;
	display: none;
}

	.up_box > .right > ul > li {
		width: 100%;
		text-align: right;
		color: #000;
		font-size: 16px;
		line-height: 40px;
		border-bottom: 1px dotted #9F9F9F;
		cursor: pointer;
	}

	.up_box > .right > ul.ul1 > li {
		display: none;
	}

.up_box > .vup > li.add {
	width: 32.5%;
	max-width: 409px;
	height: 296px;
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
	top: 25%;
	left: calc(50% - 16.25%);
}

.up_box > .vup > li.vup_box {
	width: 54%;
	max-width: 750px;
	height: 46%;
	max-height: 454px;
	position: absolute;
	left: 0;
	top: -15%;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

	.up_box > .vup > li.vup_box > video {
		display: block;
		width: 100%;
		height: 100%;
	}

.map {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,.5);
	display: none;
}

.close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10%;
	top: 10%;
	z-index: 999;
	cursor: pointer;
}

.map #container {
	width: 60%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
}


.smbox {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}

	.smbox > div {
		width: 300px;
		height: 210px;
		background: #fff;
		border-radius: 5px;
		padding: 30px 15px;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 88;
	}

		.smbox > div > p {
			width: 100%;
			line-height: 40px;
			font-size: 22px;
			color: #000;
			text-align: center;
		}

		.smbox > div > button {
			display: block;
			width: 108px;
			text-align: center;
			line-height: 55px;
			color: #fff;
			font-size: 20px;
			cursor: pointer;
			height: 55px;
			background: #316AEA;
			margin: 15px auto;
		}







.input_label {
	width: 89.8%;
	position: relative;
	padding: 10px;
	box-shadow: border-box;
	border: 1px solid #9F9F9F;
	margin: 0 auto;
	background: #fff;
}

	.input_label input {
		width: 100%;
		height: 40px;
		border: 0;
		background: #ccc213 border-radius: 5px;
	}
	.add_bb{
		max-height: 63px;
		overflow-x:auto;
	}
	.input_label > div span {
		border-radius: 4px;
		border: 1px solid #d7d8db;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		display: block;
		float: left;
		padding: 0 5px;
		text-decoration: none;
		background: #fff;
		color: #222;
		margin-right: 5px;
		margin-bottom: 5px;
		font-family: helvetica;
		font-size: 12px;
		height: 26px;
		line-height: 32px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		cursor: pointer;
	}

		.input_label > div span img {
			width: 8px;
			height: 8px;
			margin-left: 6px;
		}

.ul1 {
	display: none;
}

	.ul1 .li {
		margin-right: 0;
	}

.ul2 {
	display: none;
	padding-left: 30px;
	max-height: 290px;
	overflow-x: auto;
}

.ul3 {
	display: none;
	max-height: 193px;
	padding-left: 30px;
	overflow-x: auto;
}

.up_box > .right > ul > li {
	text-align: left;
}

.scenicSpot_ul1 {
	max-height: 300px !important;
	overflow-x: auto;
	display: block;
}

.scenicSpot_ul2 {
	padding-left: 30px;
	display: none;
	max-height: 270px;
	overflow-x: auto;
}

.scenicSpot_ul3 {
	padding-left: 30px;
	display: none;
	max-height: 240px;
	overflow-x: auto;
}

.scenicSpot_ul4 {
	padding-left: 30px;
	display: none;
	max-height: 200px;
	overflow-x: auto;
}



.dowebok div {
	width: 33%;
	height: 300px;
	background: #ccc;
	float: left;
}





.dad-noSelect,.dad-noSelect *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container{
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dad-container::after{
    content: '';
    clear: both !important;
    display: block;
}
.dad-active .dad-draggable-area{
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.dad-draggable-area>*,.dad-draggable-area img{
    pointer-events: none;
}
.dads-children.active{
    pointer-events: none;
}
.dads-children-clone{
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
}
.dads-children-placeholder{
    pointer-events: none;
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border:4px dashed #639BF6;
    margin:5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}    
.daddy>div {
    box-sizing: border-box;
    width: 20%;
    padding: 5px;
    float: left;
    display: block;
    position: relative;
}
.daddy>div>div {
    display: block;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #639BF6;
    color: white;
    font-family: "Arial", sans-serif;
}
.m-delete{pointer-events: auto;}



._fengmian_cmp{
	padding:0 5%;
}
._fengmian_cmp ._nr_ {
    display: flex;
    height: 99px;
}

._fengmian_cmp ._nr_ ._img_cmp {
    height: 100%;

    width: 150px;
    background: #f7f8fa;
    background-image: red;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-background-size: 104px 26px;
    background-size: 104px 26px;
    border: 1px solid #d7d8db;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}
._fengmian_cmp ._nr_>div {
    flex: 1;
}
._fengmian_cmp ._nr_ ._img_cmp .fengmianCmp {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-size: contain;
    position: relative;
}
.fengmianCmp img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top:0;
}
._fengmian_cmp ._nr_ ._upload_ {
    padding: 0 8px;
}
._fengmian_cmp ._nr_ ._upload_ ._btn_ div:nth-child(2) {
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
}
._fengmian_cmp ._nr_ ._upload_ ._btn_ {
    height: 20px;
    line-height: 20px;
    color: #0870d1;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

._fengmian_cmp ._nr_ ._upload_ .__text__ {
    margin-top: 4px;
    font-size: 14px;
    color: #6d7378;
}
#rt_rt{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 56px;
	height: 20px;
	overflow: hidden;
	bottom: auto;
	right: auto;
	opacity:0;
}
#myCanvas{
	width: 500px;
	height: 500px;
	display: none;
}
.progressbox{
	position: absolute;
	left: 0;top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;

}
.progressHe {
    height: 10px;
    width: 80%;
    border: 1px solid gold;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.progressHe .progress-item {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: chartreuse;
    border-radius: 5px;
    transition: width .3s linear;
    opacity: .7;
}