/*reset*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input:-ms-clear {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  outline: none;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.banner {
  position: relative;
  height: 370px;
  background: url("../img/banner.jpg") center no-repeat;
  text-align: center;
  color: #e60012;
}

.banner .data-num {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -444px;
  width: 888px;
  text-align: center;
}

.banner .data-num span {
  display: inline-block;
  margin: 0 5px;
  height: 44px;
  line-height: 44px;
  font-size: 48px;
  color: #fff;
}

.banner .data-num .list {
  width: 32px;
  background: url("../img/num_bg.png") no-repeat;
}

.banner .data-num .list1 {
  color: #e60012;
}

.container {
  position: relative;
  padding: 50px 0;
  background-color: #efefef;
}

.frame {
  margin: auto;
  width: 1178px;
  height: 488px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.test-content {
  position: relative;
}

.test-content .topbar {
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #a09f9f;
}

.test-content .topbar-l {
  float: left;
}

.test-content .topbar-r {
  float: right;
}

.test-content .topbar-r .current {
  color: #e60012;
}

.test-content .list {
  display: none;
}

.test-content .list.show {
  display: block;
}

.test-content .list h5 {
  margin-top: 66px;
  font-size: 24px;
  color: #434343;
  text-align: center;
}

.test-content .list h5.error {
  color: #e60012;
}

.test-content .list .answer {
  margin: 60px auto 0;
  width: 816px;
}

.test-content .list .answer li {
  float: left;
  margin-bottom: 35px;
  width: 50%;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.test-content .list .answer li:hover {
  color: #e60012;
}

.test-content .list .answer li.selected span {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
}

.test-content .list .answer li span {
  padding: 0 40px;
  border-radius: 10px;
}

.test-content .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
}

.test-content .prev {
  position: absolute;
  left: 40px;
  font-size: 16px;
  line-height: 34px;
  color: #666;
  cursor: pointer;
}

.test-content .prev:hover {
  color: #e60012;
}

.test-content .submit {
  display: none;
  margin: auto;
  width: 170px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #df1837;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  cursor: pointer;
  border-radius: 5px;
}

.test-content .submit:hover {
  background-color: #c50624;
}

.trophy {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -590px;
  text-align: center;
  color: #666;
}

.trophy .info {
  margin: 50px auto 0;
  width: 176px;
  height: 192px;
  background: url("../img/trophy.jpg") no-repeat;
}

.trophy .right-info {
  margin-top: 15px;
  font-size: 24px;
}

.trophy .suggest {
  margin-top: 18px;
  font-size: 18px;
}

.trophy span {
  color: #e60012;
}

.trophy .buttons {
  position: relative;
  margin: 40px auto 0;
  height: 50px;
}

.trophy .buttons .button {
  display: inline-block;
  margin: 0 25px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e60012;
  border-radius: 5px;
  font-size: 18px;
  color: #e60012;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.trophy .buttons .button:hover {
  color: #fff;
  background-color: #e60012;
}

.trophy .persent {
  font-size: 36px;
}

#share {
  display: none;
  position: absolute;
  top: 50px;
  right: 50px;
}
