.zztuku {
	width:314px;
	overflow: hidden;
	height: 256px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.n {
	DISPLAY: none
}
.aL {
	DISPLAY: inline;
	WIDTH: 314px;
	height: 256px;
	overflow: hidden;
}
.f I {
	DISPLAY: inline;
	FLOAT: left
}
.p {
	LINE-HEIGHT: 24px;
	COLOR: #9f9e9e
}

.f P {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 30px;
	
	HEIGHT: 30px;
	BORDER-TOP: #0ea3da 1px D1D1D1
}
.f P A {
	
	FONT-SIZE: 12px
}
.f P A:hover {
	
}
.f DL {
	POSITION: relative;
	height: 256px;
	width: 314px;
	overflow: hidden;
}
.f DT {
	Z-INDEX: 99;
	POSITION: absolute;
	RIGHT: 2px;
	TOP: 208px
}
.f I {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 16px;
	BACKGROUND-COLOR: #676767;
	WIDTH: 16px;
	FONT-FAMILY: Arial;
	HEIGHT: 16px;
	COLOR: #fff;
	CURSOR: pointer;
	MARGIN-RIGHT: 4px
}
.f .c {
	BORDER-BOTTOM: #0ea3da 2px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #0ea3da;
	COLOR: #fff8af;
	BORDER-TOP: #0ea3da 5px solid;
	FONT-WEIGHT: bold;
	TOP: -5px
}



@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }
.opt {
	float: left;
	width: 194px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
}


.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 18px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
