<style type="text/css">

.PicGrid div:first-child
{
	width:100%;
	border:solid 1px #E8B6B7;
	overflow:hidden;

	position:relative;
	border-radius:5px;
	
	
	
	
}
.PicGrid
{
	padding: 0px 0px 0px 0px;
}
.PicGrid img:first-child
{
	position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 100%;
	
}


.BigCube
{
	width: 33.33%;
	display: inline;
	float:left;
	border:solid 0px;
	box-sizing:border-box;
	height:auto;
	padding:5px 0px 0px 5px;
}

.BigCube first-child
{

	width: 100%; border:solid 1px;
	background-color:#FFFFFF;
	padding:5px 5px;box-sizing:border-box;

}

.AIImgBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 120px;
	aspect-ratio: 3/2;
	border: solid 0px;
	display: inline;
	float: left;
}
.AIImgBox img{
	position:absolute;
	height:100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
		
.CloudCheckBox + label
{
	display: inline-block;
	position: relative;
	border: solid 2px #99a1a7;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
}

.CloudCheckBox:checked + label:after
{
	border:solid 0px;
	content: '\2714';
	font-size: 25px;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	overflow:hidden;
	border-radius:4px;
	background-color: #0060DF;
	left:0px;
}




.capsule
{
	
border-radius:5px;
overflow:hidden;
border:solid 1px;

}
.machine
{
	
	background:linear-gradient(135deg, #FFFFFF 10px, transparent 0%),
	linear-gradient(-45deg,#FFFFFF 10px,transparent 0);
	background-color:#0000FF;
	color:#FFFFFF;
	text-align:center;
	font-size:15;
	line-height:25px;

	
}
.BigInput
{	
	font-size:medium;
	padding:1px 5px;
	
	box-sizing:border-box;

	width:100%;
	height:28px;
}
.FloatCenter
{
	position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.CapsuleBtn
{
	border-radius:5px;
	
	color:#FFFFFF;
	
	background-color:#0000FF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
}

.CapsuleBtnWhite
{
	border-radius:5px;
	
	color:#000000;
	
	background-color:#FFFFFF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
	border:solid 1px;
}

.BigScreen
{
	width:100%;
	margin-top:5px;
	background-color:#09204C;
	color:#FFFFFF;
	font-size:25px;
	

}
.HalfArrowLeft{
    width:100;
    height:0px;
	
	border-left:20px solid transparent;
    border-bottom:23px solid transparent;
    /*
	border-color:#FFFFFF #FFFF00 #05f #FFFFFF;
	*/
	border-bottom-color:#05f;
	color:#FFFFFF;
	font-size:15px;
}
.BodyNoSpace
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color:#F0F0F0;
}
.WeixinInput
{
	width:100%;
	border:solid 1px;
	height:30px;
	font-size:medium;	
}
.FloatBottom
{
	width:100%;
	position:fixed;
	bottom:0px;
}
.FloatTop
{
	z-index: 999999;
	width:100%;
	position:fixed;
	left:0px;top:0px;
}
.ErrTable
{
	
	color:#000000;
}
.ErrTable tr:nth-child(odd)
{
	background-color:#FF0000;
  color:#FFFFFF;
	
}
.ErrTable tr:nth-child(even)
{
  background-color:#FFFFFF;
	color:#000000;
}
.ErrTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.ErrTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}


.DelTable
{
	
	color:#000000;
}
.DelTable tr:nth-child(odd)
{
	background-color:#000000;
  color:#FFFFFF;
	
}
.DelTable tr:nth-child(even)
{
  background-color:#AAAAAA;
	color:#000000;
}
.DelTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.DelTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}





.WeixinTable
{
	color:#000000;
	
}
.WeixinTable th
{
	background:#0066cc;
	border-left: 1px;
	color:#FFFFFF;
	font-size: medium;
}
.WeixinTable th a
{
	
	color: #FFFFFF;
	
}
.WeixinTable input
{
	color:#000000;
}
.WeixinTable tr:nth-child(odd)
{
  background-color:#BED4E6;
}
.WeixinTable tr:nth-child(even)
{
  background-color:#FFFFFF;
}


.WeixinTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.WeixinTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
</style> 
