body {
  line-height: 1;
  color: #333;
  width: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  font-family: shiyuan,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,HELVETICA;
}

p,ol,ul,li {
  list-style: none
}

a,span {
  line-height: 1;
  color: #333;
  text-decoration: none
}

button {
  outline: 0
}

label {
  font-weight: normal
}

img {
  width: 100%;
  display: block
}

a img {
  word-break: break-all;
  word-wrap: break-word
}

a:hover,a:focus {
  text-decoration: none
}

:focus {
  outline: 0
}

/* *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none
}*/

html,body {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  font-size: 15px;
}

* {
  -webkit-appearance: none;
  margin: 0;
  padding: 0
}

a, span {
  color: inherit;
  line-height: inherit;
  text-decoration: none
}

img {
  width: auto
}

input {
  outline: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.card_wrap {
  width: 92%;
  height: 540px;
  position: relative;
  overflow: hidden;
  display: none;
  margin:0 auto 30px;
}

.card_cont {
  width: 100%;
  height: 470px;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  background: url(/images/test_card_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 8px 3% 18px;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transform: scale(0,0);
  -moz-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  -webkit-transform: scale(0,0);
  bottom: 0;
  display: none;
}

.card {
  width: 85%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.card .card_bottom {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 16px;
}

.card .card_bottom a {
  color: #0058ac;
  cursor: pointer
}

.card .card_bottom span {
  float: right;
  color: #909090
}

.card .card_bottom span b {
  color: #666;
  font-weight: inherit
}

.card_cont.card1 {
  display: block;
  transform: scale(1,1) translate(0,0) !important;
  -ms-transform: scale(1,1) translate(0,0) !important;
  -moz-transform: scale(1,1) translate(0,0) !important;
  -webkit-transform: scale(1,1) translate(0,0) !important;
}

.card_cont.card2 {
  display: block;
  transform: scale(.85,.85) translate(0,-62px) !important;
  -ms-transform: scale(.85,.85) translate(0,-62px) !important;
  -moz-transform: scale(.85,.85) translate(0,-62px) !important;
  -webkit-transform: scale(.85,.85) translate(0,-62px) !important;
}

.card_cont.card3 {
  display: block;
  transform: scale(.72,.72) translate(0,-135px) !important;
  -ms-transform: scale(.72,.72) translate(0,-135px) !important;
  -moz-transform: scale(.72,.72) translate(0,-135px) !important;
  -webkit-transform: scale(.72,.72) translate(0,-135px) !important;
}

.card_cont.cardn {
  display: block;
  transform: translate(0,-1000px) !important;
  -moz-transform: translate(0,-1000px) !important;
  -ms-transform: translate(0,-1000px) !important;
  -webkit-transform: translate(0,-1000px) !important;
}

.question {
  display: table-cell;
  height: 80px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
  padding-left: 1em
}

.question span {
  margin-left: -1em
}

/*Radio Specific styles*/
input[type='radio'] {
  display: none;
  cursor: pointer;
}

input[type='radio']:focus, input[type='radio']:active {
  outline: none;
}

input[type='radio'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #666;
}

input[type='radio']:checked + label {
  color: #0058ac !important;
}

input[type='radio'] + label:before, input[type='radio'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
}

input[type='radio'] + label:before {
  background-color: transparent;
}

input[type='radio'] + label:after {
  color: #0058ac;
}

input[type='radio']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 5px #fff;
  -webkit-box-shadow: inset 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid #0058ac;
  background-color: #0058ac;
}

input[type='radio'] + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0058ac;
}

input[type='radio'] + label:hover:after {
  color: #0058ac;
}

input[type='radio']:checked + label:after, input[type='radio']:checked + label:hover:after {
  color: #0058ac;
}

ul.select {
  margin-top: 30px
}

ul.select li {
  height: 46px;
  line-height: 1.5;
  margin: 0 0 20px 0
}


.resultbg{
  position: fixed;
  width:  100%;
  height:  100%;
  background: rgba(0, 0, 0, 0.8);
  left:  0;
  top: 0;
  z-index: 99;
  display: none;
}
.resultbg .resultbody{
    position:  relative;
    width:  100%;
    height:  100%;
}
.resultbg .resultmain{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #e9f6ff;
    width: 80%;
    padding: 25px 20px;
    border-radius:  10px;

}
.resultbg .resultmodule{
  display: none;
}
.resultbg .title{
    text-align:  center;
    font-size:  20px;
    line-height:  30px;
    margin-bottom:  15px;
}
.resultbg p{
    line-height: 26px;
    color: #727272;
}
.resultbg .btn{
    margin: 25px 5%;
    width: 40%;
    text-align: center;
    line-height: 36px;
    background: #0058ac;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
}

.headtitle {
    width: 94%;
    margin: 0 auto -15px;
}
.headtitle .test1{
    text-align: center;
    font-size: 22px;
    margin: 20px 0 10px;
    color: #005bac;
    font-weight: 600;
}
.headtitle .test2{
    color: #666;
    line-height: 22px;
}
.notes{
    margin: 10px 0;
    color: #999;
    font-size: 14px;
}
.mfsj{
    width: 60%;
    margin: -5px auto 0;
    text-align: center;
    color: #fff;
    background: #005bac;
    border-radius: 5px;
    line-height: 40px;   
    display:block; 
}




