@charset "utf-8";
/*modify 0310*/
.blur-warper-none{
	margin: auto;
	height: 100%;
	bottom: 0;
}

.blur-warper{
	filter: blur(3px);
	overflow: hidden;
	height: 100%;
	bottom: 0;
}
/*modify 0310*/

.black-blur{
	display: none;
	position:fixed;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
    overflow: hidden; 
	background-color:#000;
	z-index: 9999;
	opacity: 0.8;
}

.pop{
	display: none;
	position:fixed;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	z-index: 10000;
}

.pop-close-button{
	position:absolute;
	top:-10px;
	right: -80px;
	width: 40px;
	height: 40px;
	background: #FFF;
	background-image: url(../image/icon_close_button.png);
}

.pop-close-button:hover{
	background: #EFEFEF;
	background-image: url(../image/icon_close_button.png);
	cursor: pointer;
}

/* Login pop*/
.login-pop{
	display: none;
	position: absolute;
	width:540px;
	height:540px;
	left:50%;top:50%; 
	margin-left:-270px;
	margin-top:-270px;
	background-color: #FFF;
}

.login-pop ul{
	/*background: #ff6600;*/
	margin: 10px 80px;
	text-align: center;
}

.login-pop-title{
	padding: 40px 20px 20px 20px;;
	font-size: 20px;
	text-align: center;
	color: #333;
}

.sheet li{
	margin:10px auto;
	width: 380px;
	
}
.sheet-input{
	padding: 0 10px;
	width: 360px;
	height: 50px;
	border: 0px;
	outline: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}
.forgot-tips{
	height: 50px;
	color: #666;
}


.or-login{
	margin: auto;
	height: 40px;
/*	background-color: antiquewhite;*/
}

.or-login-line-left{
	float: left;
	margin:15px auto;
	width: 160px;
	height: 2px;
	background-color: #EEE;
}
.or-login-line-right{
	float: right;
	margin:15px auto;
	width: 160px;
	height: 2px;
	background-color: #EEE;
}


.or{
	margin-left: 15px;
	float: left;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	border: 2px solid #EEE;
	border-radius: 20px;
}
.or-text{
	float: left;
	padding: 7px;
	font-size: 12px;
	width: 16px;
	height: 16px;
	color: #999999;

}

.or-icons{
	margin: auto;
}

.or-icons li{
	margin: 10px 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
}



/* sign button */

/*** common ***/

.sign-cubeshape {
	width: 380px;
	text-align: center;
	margin: 0 auto;
	height: 50px;
  text-transform: uppercase;
	font-family: sans-serif;
}


.sign-cubeshape a {
	color: white;
	text-decoration: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/******************/
/**** BUTTON 1 ****/
.sign-toggle-button {
	font-size: 14px;
	width: 380px;
	
	display: flex;
	margin: 20px auto;

}

.sign-cube {
	-webkit-transition: -webkit-transform .33s;
	transition: transform .33s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; 
}


.sign-first_cube{
	background: #1f88ee;
	height: 50px;
	width: 100%;
    position: relative;
}

.sign-second_cube {
	background: #36cafc;
	height: 50px;
	width: 100%;
    position: relative;
}

.sign-first_cube a{
	 padding: 16px 0px;
}
.sign-second_cube a{
	 padding: 16px 0px;
}

.sign-first_cube {
	-webkit-transform: translateZ(25px);
	transform: translateZ(25px);
}

.sign-second_cube {
	 -webkit-transform: rotateX(-90deg) translateZ(-25px);
	transform: rotateX(-90deg) translateZ(-25px); 
}

.sign-cube:hover {
	 -webkit-transform: rotateX(90deg);
	transform: rotateX(90deg); 
}

/******************/




/*  Sign Up Pop */

.register-pop{
	display: none;
	position: absolute;
	width:540px;
	height:540px;
	left:50%;top:50%; 
	margin-left:-270px;
	margin-top:-270px;
	background-color: #FFF;
}

.register-pop ul{
	/*background: #ff6600;*/
	margin: 10px 80px;
	text-align: center;
}

.register-pop-title{
	padding: 40px 20px 20px 20px;;
	font-size: 20px;
	text-align: center;
	color: #333;
}


/* Save New Product */

.save-pop{
	display: none;
	position: absolute;
	width:900px;
	height:720px;
	left:50%;top:50%; 
	margin-left:-450px;
	margin-top:-360px;
	background-color: #FFF;
}

.save-pop ul{
	/*background: #ff6600;*/
	float: left;
	margin: 10px 80px;
	text-align: center;
}

.save-pop-title{
	padding: 40px 20px 20px 20px;;
	width: 700px;
	font-size: 20px;
	text-align: center;
	color: #333;
}

.save-sheet li{
	display: block;
	float: left;
	margin:0 auto 20px auto;
	width: 100%;
	
}
.save-sheet-title{
	float: left;
	text-align: left;
	width: 15%;
	padding: 16px;
	font-size: 15px;
}
.save-sheet-input{
	float: left;
	padding: 0 10px;
	width: 75%;
	height: 50px;
	border: 0px;
	outline: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}

.save-sheet-textarea{
	float: left;
	padding: 0 10px;
	width: 75%;
	height: 120px;
	border: 0px;
	outline: none;
	resize: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}

.save-sheet-categories{
	float: left;
	padding: 0 10px;
	width: 75%;
	height: 50px;
	border: 0px;
	outline: none;
	
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}

.save-sheet-private{
	float: left;
	padding: 0 10px;
	width: 200px;
	height: 50px;
	border: 0px;
	outline: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}


/*  3月3日 */
/* 提示框 */
.note-box{
	display: none;
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 500;
}
.note-box ul{
	margin: 300px auto;
	width: 480px;
	height: 240px;
	background-color: #fafbff;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.note-box li{
	margin: auto;
	font-size: 24px;
	color: #1f88ee;
}
.note-box-icon{
	padding: 40px 0 10px 0;
}

/*  share-pop-box */
.share-pop{
	/* display: none; */
	position: absolute;
	width:340px;
	height:340px;
	left:50%;top:50%; 
	margin-left:-170px;
	margin-top:-170px;
	background-color: #FFF;
}

.share-pop ul{
	/*background: #ff6600;*/
	margin: 10px 40px;
	text-align: center;
}

.share-pop-title{
	padding: 40px 20px 0 20px;;
	font-size: 20px;
	text-align: center;
	color: #333;
}

.share-link-input{
	padding: 0 10px;
	width: 90%;
	height: 50px;
	border: 0px;
	outline: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}

.link-copy-button{
	position: absolute;
	margin: 0 0 0 -25px;
	width: 50px;
    height: 50px;
	background-image:url(../image/button-copy-link.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EFEFEF;
}

.separation-line{
	margin: auto;
	height: 1px;
	background-color: #EFEFEF;
}

.pop-close-button-share{
	position:absolute;
	margin: auto;
	top:-10px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: #FFF;
	background-image: url(../image/icon_close_button.png);
	background-repeat: no-repeat;
}

.pop-close-button-share:hover{
	background: #EFEFEF;
	background-image: url(../image/icon_close_button.png);
	cursor: pointer;
}


 



@media screen and (max-width: 768px){
	
	.pop-close-button{
	position:fixed;
	top:0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: #FFF;
	background-image: url(../image/icon_close_button.png);
}

.pop-close-button:hover{
	background: #EFEFEF;
	background-image: url(../image/icon_close_button.png);
	cursor: pointer;
}
	
	/*  Sign Up Pop */

.register-pop{
	display: none;
	position: fixed;
	width:100%;
	height:100%;
	left:0;
	top:0; 
	margin: auto;
	background-color: #FFF;
}

.register-pop ul{
	/*background: #ff6600;*/
	margin: auto;
	text-align: center;
}

.register-pop-title{
	padding: 40px 20px 20px 20px;;
	font-size: 20px;
	text-align: center;
	color: #333;
}
	
	
	
	.login-pop{

	display: none;
	position: fixed;
	width:100%;
	height:100%;
	left:0;
	top:0; 
	margin: auto;
	background-color: #FFF;
	}
	.login-pop ul{
	/*background: #ff6600;*/
	margin: auto;
	text-align: center;
}

.login-pop-title{
	padding: 40px 20px 20px 20px;;
	font-size: 20px;
	text-align: center;
	color: #333;
}
	
.sheet li{
	margin:10px auto;
	width: 380px;
	
}
.sheet-input{
	padding: 0 10px;
	width: 360px;
	height: 50px;
	border: 0px;
	outline: none;
	background-color: #EFEFEF;
	color: #999;
	font-size: 14px;
}
.forgot-tips{
	height: 50px;
	color: #666;
}


.or-login{
	margin: auto;
	height: 40px;
/*	background-color: antiquewhite;*/
}

.or-login-line-left{
	float: none;
	margin:15px auto;
	width: 80%;
	height: 2px;
	background-color: #EEE;
}
.or-login-line-right{
	float: none;
	margin:15px auto;
	width: 180px;
	height: 2px;
	background-color: #EEE;
}


.or{

	margin:auto;
	float: none;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	border: 2px solid #EEE;
	border-radius: 20px;
}
.or-text{
	float: none;
	padding: 7px;
	font-size: 12px;
	width: 16px;
	height: 16px;
	color: #999999;

}

.or-icons{
	margin: auto;
}

.or-icons li{
	margin: 10px 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
}
}
