﻿/* vikeji.cn 做最好的织梦模板 */
@charset "utf-8";
html, body {
	font:12px/1.8 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
	color:#333;
	-webkit-text-size-adjust:none;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#063;
	text-decoration:none;
}

.indexdiv{
	margin:100px 0; width:100%; overflow:hidden;
}
.index_a{
	display:block; float:left; background:#fff;
    margin: 4px;
    float: left;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	text-align:center;
}
.index_a img{
    width: 400px;
    height: 400px;
}
.index_a p {
    display: block;
    color: #8492a6;
    font-size: 28px;
    text-align: center;
	width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin:0;
	font-weight:bold;
}

.clearfix {
    position: relative;
    margin: 50px auto;
    width: 880px;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 40px;
    color: #555;

}
a.backto{
    height: 45px;
    margin: 0 7px;
    padding: 5px 0;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    outline: 0;	
    float: right;
    background: #435a6b;
    cursor: pointer;
    width: 150px;
	display:block;
	box-sizing:border-box;
}
button {
    height: 45px;
    margin: 0 7px;
    padding: 5px 0;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    outline: 0;
}
button.select {
    float: left;
    background: #435a6b;
    cursor: pointer;
    width: 150px;
}
button.start {
    float: left;
    background: #435a6b;
    cursor: pointer;
    width: 150px;
}
button.send {
    float: right;
    background: #aaa;
    padding: 0 15px;
    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}
button.send:after {
    position: absolute;
    content: attr(data-counter);
    padding: 5px 8px;
    margin: -29px 0 0 0px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #00c09e;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    opacity: 0;
}
#tab {
	position: relative;
	padding: 0;
	list-style: none;
    width: 880px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
}
#tab h3 {
    margin: 0;
    float: left;
    background-color: #435a6b;
    border: none;
    padding: 0 10px;
    min-width: 82px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin-right: 1px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    border-radius: 7px;
    text-transform: uppercase;
    outline: 0;
}
#tab h3.active {
    background: #aaa;
}
.content,.ul {
    position: relative;
    margin: 20px auto;
    width: 880px;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 40px;
    color: #555;
	clear: both;
	font-size: 14px;
}
.content{
	display:none; margin-bottom:60px;
}
.content.show{
	display:block;
}
.ul .li {
    position: relative;
    margin: 0px;
    width: 100px;
    height: 208px;
    float: left;
}
.ul .li:before {
    content: "\2714";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #00c09e;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 10;
    opacity: 0;
    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
.ul .li::after {
	position: absolute;
	content: attr(data-counter);
	top: 20px;
	right: 8px;
	color: #fff;
	font-size: 16px;
	border: 2px #fff solid;
	border-radius: 60px;
	background: #00c09e;
	transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	z-index: 11;
	opacity: 0;
	width: 40px;
	height: 40px;
	line-height: 44px;
}
.ul .li.selected:after {
	opacity: 1;
}
.ul .li img {
    position: relative;
    margin: auto;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 208px;
    border-radius: 1px;
    box-shadow: 0 0 0 4px #0CC;
    cursor: pointer;
    animation: unselected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-animation: unselected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-animation: unselected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-animation: unselected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -webkit-animation: unselected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.ul .li.selected img {
    box-shadow: 0 0 0 4px #00c09e;
    animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -webkit-animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.ul .li.selected:before {
    opacity: 1;
}

button.send.selected {
    background: #00c09e;
    cursor: pointer;
}

button.send:after {
    position: absolute;
    content:  attr(data-counter);
    padding: 5px 8px;
    margin: -29px 0 0 0px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #00c09e;
    transition:         0.1s linear;
    -o-transition:      0.1s linear;
    -ms-transition:     0.1s linear;
    -moz-transition:    0.1s linear;
    -webkit-transition: 0.1s linear;
    opacity: 0;
}

button.send.selected:after {
    opacity: 1;
}



@keyframes unselected {
    0% { box-shadow: 0 0 0 4px #00c09e; }
    50% { transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #fff; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #fff; }
}
@-o-keyframes unselected {
    0% { box-shadow: 0 0 0 4px #00c09e; }
    50% { -o-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #fff; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #fff; }
}
@-ms-keyframes unselected {
    0% { box-shadow: 0 0 0 4px #00c09e; }
    50% { width: 45%; height: 45%; opacity: 0.8; box-shadow: 0 0 0 4px #fff; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #fff; }
}
@-moz-transition unselected {
	0% { box-shadow: 0 0 0 4px #00c09e; }
	50% { -moz-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #fff; }
	80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #fff; }
}
@-webkit-keyframes unselected {
    0% { box-shadow: 0 0 0 4px #00c09e; }
    50% { -webkit-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #fff; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #fff; }
}
@keyframes selected {
    0% { border-color: #fff; }
    50% { transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-o-keyframes selected {
    0% { box-shadow: 0 0 0 4px #fff; }
    50% { -o-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-ms-keyframes selected {
    0% { box-shadow: 0 0 0 4px #fff; }
    50% { width: 45%; height: 45%; opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-moz-transition selected {
	0% { box-shadow: 0 0 0 4px #fff; }
	50% { -moz-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
	80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-webkit-keyframes selected {
    0% { box-shadow: 0 0 0 4px #fff; }
    50% { -webkit-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
    80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}


.result{
	width:880px; margin:0 auto;
}
.result table{
	margin:0px; padding:0px;
}
.result tr,.result td{
	
}
