@charset "utf-8";

html {

	font-family: sans-serif;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%

}



		.hcjietu-btn {

			-webkit-animation-duration: .0001s;

			animation-duration: .0001s;

			-webkit-animation-name: mui-node-inserted;

			animation-name: mui-node-inserted;

			font-weight: 500;

			font-size: 14px;

			line-height: 18px;

			color: rgba(0,0,0,.87);

			text-transform: uppercase;

			color: rgba(0,0,0,.87);

			background-color: #FFF;

			transition: all .2s ease-in-out;

			display: inline-block;

			height: 36px;

			padding: 0 26px;

			margin-top: 6px;

			margin-bottom: 6px;

			border: none;

			border-radius: 2px;

			cursor: pointer;

			-ms-touch-action: manipulation;

			touch-action: manipulation;

			background-image: none;

			text-align: center;

			line-height: 36px;

			vertical-align: middle;

			white-space: nowrap;

			-webkit-user-select: none;

			-moz-user-select: none;

			-ms-user-select: none;

			user-select: none;

			font-size: 14px;

			position: relative;

			overflow: hidden

		}

		.hcjietu-btn{

			border:0px;

			position: relative;

			padding: 0;

			width: 50px;

			height: 50px;

			line-height: 50px;

			border-radius: 50%;

			z-index: 1;

			box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2); cursor:pointer;

			background-color: #FFF;
			margin:5px;

		}

		.hcjietu-btn-cancelBtn{

			color: #FFF;

			color: rgba(0,0,0,.87);

		}

		.hcjietu-btn-confirmBtn{

			color: #FFF;

			background-color: #2196F3

		}

		.hcjietu-btn-confirmBtn:active,.hcjietu-btn-confirmBtn:focus,.hcjietu-btn-confirmBtn:hover{

			color: #FFF;

			background-color: #39a1f4

		}
        .hcjietu-btnav{
				 width:100%;height:auto;position: absolute; bottom:10px;left:0px; text-align:center;
		}
		.hcjietu-caption{
		   width:100%; position: absolute; top:5px;left:0px; text-align:center;
		   font-size:20px;
		   z-index: 10;
           color: #fff;
		}
		.jt_item{ width:200px; height:240px; float:left; margin:5px; position:relative; background-color:#f5f5f5;}
		.jt_item .jtimg{ height:100%; width:100%; text-align:center;}
		.jt_item .jtimg img{ height:100%; width:auto;}
		.jt_item .jtbts{ width:100%;position:absolute; height:30px; background-color:rgba(0,0,0,0.5); top:0px; left:0px;}
		.jt_item .jtdel{ position:absolute; top:0px; right:0px; background-color:#FF0000; color:#FFFFFF; line-height:30px; width:30px; text-align:center; font-size:13px; text-decoration:none;}
		.jt_item .jtsee{ position:absolute; top:0px; left:0px;  color:#FFFFFF; line-height:30px; width:30px; text-align:center;font-size:13px;text-decoration:none;}
		@media screen and (max-width:700px){
			.hcjietu-btn{
				width: 45px;

				height: 45px;

				line-height: 45px;
				margin:5px;
			}
		}
