/*上下切换*/
.hide {	display: none;}
.show {	display: block;}
.pic_edit {	position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; background:#000;}
#clipArea {	margin: 0 auto;	height: 300px;}
#clipBtn{ margin-top: 10px; background-color: #6372b5; color: #ffffff; padding: 10px 20px; border-radius: 8px; width: 40%; border: 0;}
#upload2{margin-top: 10px; background-color: #68bc9c; color: #ffffff; padding: 10px 20px; border-radius: 8px; width: 40%; border: 0; position: relative;}
#upload2 input{position: absolute; width: 100%; height: 100%; left: 0; top: 0; bottom: 0; opacity: 0;}
#hit { position: fixed; top: 19%; left: 9.375%;	background: gainsboro;}

/*适应小屏*/
@media screen and (max-height: 450px) {
    .show_labour .show_img {width: 75%;	margin-top: 22%;}
    .show_labour .show5 {width: 80%; left: 10%;	margin-top: 22%;}
    .show_labour .show5_btn {width: 62%;}
    #clipBtn, #upload2 {margin-top: 0; padding: 5px 20px;	}
}

.lazy_tip{position: absolute;	margin-top: 35%; z-index: 1001;	font-size: 25px; width: 100%; color: #ffffff; line-height: 30px;}
.lazy_cover {width: 100%; height: 100%;	background-color: black; z-index: 1000;	color: #ffffff;	font-size: 25px; opacity: 0.7; position: fixed;	top: 0;	left: 0;}
