* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: '微軟正黑體';
}
*:before,
*:after {
  font-family: 'FontAwesome', '微軟正黑體';
}
body {
  background-color: #808080;
  font-family: '微軟正黑體';
  font-weight: bold;
}
.wrapper {
  background-image: url(../../images/home/BG.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 840px;
  background-position: top center;
}
.main_width {
  width: 1280px;
  margin: auto;
}
a {
  text-decoration: none;
}
a[class*='navKey'] {
  color:#ccc;z-index:-1;
  position: absolute;
  font-size: small;
}
input,select {
  font-size: 16px;
}
/*-----常用-----*/
.iln_block {
  display: inline-block;
}
.F_left {
  float: left;
}
.F_right {
  float: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.table {
  display: table;
}
.tb-head {
  display: table-header-group;
}
.tb-row {
  display: table-row;
}
.tb-cell {
  display: table-cell;
}
.t_left {
  text-align: left;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
.angle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.s_angle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.up_angle {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dn_angle {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.L_angle {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.R_angle {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bold {
  font-weight: bold;
}
.hidden{display:none;}
.center{display:block;margin:auto;}
/*寬度*/
.w-0 {
  width: 100%;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
/*顏色*/
.pink {
  color: #d5739e !important;
}
.green {
  color: #00796b !important;
}
.grassgreen {
  color: #909556 !important;
}
.blue {
  color: #4872a7 !important;
}
.purple {
  color: #815f92 !important;
}
.red {
  color: #c1272d !important;
}
.orange {
  color: #c75e35 !important;
}
.gray {
  color: #9f9f9f !important;
}
/*-----header-----*/
header {
  position: fixed;
  width: 100%;
  height: 80px;
  color: #59665a;
  background-color: white;
  font-size: 28px;
  line-height: 40px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
header .logo {
  vertical-align: middle;
}
header span {
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
  line-height: 62px;
}
.nav-btn-group{
  display:inline-block;float:right;
}
.nav-btn-group .btn{
  font-size:18px;color:#888;padding:.5em;
}
.nav-btn-group .btn:before{
  margin-right:.5em;
}
header #menu-fold {display:none;}
/*-----container-----*/
.container {
  min-height: 840px;
  padding-top: 80px;
}
.index {
  position: relative;
}
[class*='step'] {
  position: relative;
}
/* index */
.index .left_area {
  width: 390px;
  z-index: 1;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.left_area span {
  position: relative;
  display: block;
}
.left_area .dialog {
  color: #c1272d;
  font-size: 32px;
  height: 74px;
  border-radius: 6px;
  box-shadow: 2px 3px 1px 3px rgba(0, 0, 0, 0.3);
  width: 90%;
  background-color: white;
  margin: 50px 0 20px 0;
}
.left_area .dialog:before {
  content: '1';
  color: white;
  display: inline-block;
  height: 100%;
  background-image: url(../../images/home/num_title.png);
  width: 65px;
  background-repeat: no-repeat;
  padding: 14px 0 0 12px;
  background-size: 100%;
}
.left_area .dialog:after {
  content: '';
  position: absolute;
  right: 10%;
  bottom: -26px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-top: 26px solid #aaa;
  border-right: 13px solid transparent;
}
.left_area .Missguide {
  height: 591px;
}
.Missguide img {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.Missguide [alt*='髮'] {
  z-index: 0;
  top: 165px;
}
.Missguide [alt*='身體'] {
  z-index: 4;
  top: 290px;
}
.Missguide [alt*='右手'] {
  z-index: 5;
  top: 323px;
  left: 146px;
  width: auto;
}
.Missguide [alt*='左手'] {
  z-index: 3;
  left: 230px;
  top: 235px;
  width: auto;
}
.index .right_area {
  width: 938px;
  display: inline-block;
  margin-left: -50px;
}
.right_area .content {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  width: 99%;
  margin: 25px 0;
  padding: 15px 10px 15px 30px;
}
.cha_area span {
  position: relative;
  display: inline-block;
  height: 264px;
  width: 33%;
}
.cha_area span img {
  position: absolute;
  margin: auto;
}
.cha_area span img + a {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  top: 75%;
  background-image: url(../../images/home/cha_btnG.png);
  height: 68px;
  background-repeat: no-repeat;
  color: #4d4d4d;
  text-align: center;
  font-size: 28px;
  background-position: center;
  line-height: 44px;
}
.cha_area span img + a:hover {
  background-image: url(../../images/home/cha_btnR.png);
}
.cha_area span img + a.clicked{
  background-image: url(../../images/home/cha_btnR.png);
}
.srh_area {
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
.srh_area input,
.srh_area select {
  height: 30px;
  color: #c1272d;
  padding-left: 6px;
  min-width: 4em;
}
.srh_area [class*='male'] {
  background-color: white;
  border: 1px solid #cccccc;
  width: 35px;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
.srh_area input[type='radio']:checked + label {
  background-color: #c1272d;
}
.enter a {
  background-color: #9ba64a;
  color: white;
  line-height: 95px;
  font-size: 28px;
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 1px 3px 0 #7b962d;
}
.enter a:after {
  content: '\f0a9';
  margin-left: 20px;
}
/* --step-- */
.step {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  margin: 25px 10px 20px 40px;
}
/*top area*/
.step .top_area {
  margin: -5px 0 0 -38px;
}
.step .top_area > div {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
}
.top_area .mainctnt {position: relative;}
.mainctnt .center {width: 746px;}
/*content left - 菜單*/
.top_area .menu {
  padding-top: 15px;width: 300px;
}
.top_area .menu a {
  display: block;
  font-size: 24px;
  height: 72px;
  padding-top: 20px;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  background-image: url(../../images/home/menuItem.png);
  min-width:305px;
}
.menu a.select {
  background-image: url(../../images/home/menuItemR.png);
  text-align: left;
  padding-left: 25px;
}
.menu a.select:before {
  content: '2';
  display: inline-block;
  margin-right: 25px;
}
.menu a + a.select:before {
  content: '3';
}
.menu a + a + a.select:before {
  content: '4';
}
.menu a + a + a + a.select:before {
  content: '5';
}
.menu a + a + a + a + a.select:before {
  content: '6';
}
/*content right - 腳色*/
.top_area .cha_section {
  min-height: 560px;
  width: 208px;
}
.top_area .cha_section span {
  text-align: center;
  display: block;
  width: 80%;
  font-size: 21px;
  height: 120px;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #aaa;
  background-color: white;
  color: #c1272d;
  position: absolute;
  top: 50px;
  left: 20px;
}
.cha_section span:after {
  content: '';
  position: absolute;
  right: 40%;
  bottom: -26px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-top: 26px solid #aaa;
  border-right: 13px solid transparent;
}
.cha_section img {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
/*content middle - 角色別*/
.top_area .id_type {padding-top: 105px!important;}
.top_area .RWD-title {
  display: none;margin:auto;width:100%;}
.top_area .id_type label {
  font-size: 24px;
  position: relative;
  line-height: 35px;
  background:white;border:5px solid;
  border-radius:50px;text-align:right;
  margin: 0 auto;width:90%;
  display:block;padding:.2em .5em .2em 0;
}
.id_type .left,.id_type .right {vertical-align:bottom;}
.id_type .left input[type='checkbox'] {
  position:absolute;}
.id_type .right input[type='checkbox'] {
  position:absolute;}
.id_type span label:before {
  content: '';
  position: absolute;
  background-color: white;
  border-radius: 50px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  left:10px;background:#ddd;
}

.id_type span input[type='checkbox']:checked + label:before {
  content: '\f00c';
  color: #00a288;
}


/*content middle - 家庭成員*/
.top_area .cha_type {
  text-align: center;
  padding-top: 30px;
}
.cha_type .chaSlot {
  background-color: white;
  display: inline-block;
  width: 225px;
  height: 228px;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-top: 5px;
  font-size: 28px;
}
.cha_type .chaSlot + .chaSlot {
  margin: .6em 1em;
}
.cha_type .chaSlot span {
  color: #808080;
  font-size: 21px;
}
.cha_type .chaSlot button {
  color: #999;
  font-size: 31px;
  background: none;
  border: none;
  vertical-align: middle;
}
.cha_type .chaSlot .addArea {
  border: 2px solid #999;
  vertical-align: middle;
  width: 45%;
  display: inline-block;
  border-radius: 3px;
}
/*content middle - 經濟能力*/
.top_area .finance {
  padding-top: 35px;
}
.finance .asset {
  display: flex;
  margin: 0 auto 10px auto;
}
.finance .asset:before {
  content: '';
  display: inline-block;
  width: 150px;
  align-items: stretch;
  background-image: url(../../images/home/finance1.png);
  background-repeat: no-repeat;
  background-color: #96cd01;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: center;
  margin-right: 6px;
}
.finance .asset:nth-of-type(2):before {
  background-image: url(../../images/home/finance2.png);
}
.finance .asset:nth-of-type(3):before {
  background-image: url(../../images/home/finance3.png);
}
.finance .asset > div {
  vertical-align: top;
  min-height: 168px;
  border-top: 5px solid #ddd;
  background-color: white;
  height: 100%;
  margin-left: -6px;
  padding: 10px;
  font-size: 24px;
}
.asset span {
  font-size: 16px;
  margin-top: 5px;
  color: #c1272d;
  line-height: 25px;
  display: inline-block;
  width: 31%;
  text-align: right;
  border-left: 4px solid;
  min-width:160px;
}
.asset label {
  background-color: bisque;
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
  line-height: 25px;
}
.asset + .asset label {
  font-size: 16px;
  background-color: #ddd;
  padding: 5px;
  margin: 0;
}
.asset label:before {
  content: '$';
  width: 20px;
  text-align: center;
  font-size:16px;
}
.asset + .asset label:before {
  content: '\f10c';
  background-color: white;
  border-radius: 50px;
  color: #00a99d;
  margin-right: 6px;
  text-align: center;
  width: initial;
}
.asset input[type='text'] {
  width: 100px;
}
.asset input[type='radio']:checked + label:before {
  content: '\f111';
  background: none;
}
/*content middle - 特殊境遇*/
.top_area .spe_status {
  padding-top: 35px;
  font-size: 21px;
  text-align: center;
}
.spe_status label {
  display: inline-block;
  width: 340px;
  height: 232px;
  text-align: center;
  background: center no-repeat url(../../images/home/spe_status1.png);
  background-size: cover;
  padding: 190px 0 10px 0;
  position: relative;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  color: #333;
}
.spe_status label.spe2 {
  background:center no-repeat url(../../images/home/spe_status2.png);
  background-size: cover;
}
.spe_status label.spe3 {
  background:center no-repeat url(../../images/home/spe_status3.png);
  background-size: cover;
}
.spe_status label.spe4 {
  background:center no-repeat url(../../images/home/spe_status4.png);
  background-size: cover;
}
.spe_status label:before {
  content: '';
  background-color: white;
  display: block;
  position: absolute;
  text-align: center;
  width: 25px;
  height: 25px;
  top: 15px;
  left: 20px;
  border-radius: 3px;
}
.spe_status input[type='checkbox']:checked + label:before {
  content: '\f00c';
}
/*content middle - 其他*/
.top_area .status {
  padding-top: 35px;
  font-size: 21px;
  text-align: center;
}
.status label {
  display: inline-block;
  width: 310px;
  height: 115px;
  background:center no-repeat url(../../images/home/status1.png);
  background-size: contain;
  padding-top: 20px;
  position: relative;
  margin-top: 10px;
  color: #333;
  text-align: left;
}
.status label.sts2 {
  background:center no-repeat url(../../images/home/status2.png);
  background-size: contain;
}
.status label.sts3 {
  background:center no-repeat url(../../images/home/status3.png);
  background-size: contain;
}
.status label.sts4 {
  background:center no-repeat url(../../images/home/status4.png);
  background-size: contain;
}
.status label.sts5 {
  background:center no-repeat url(../../images/home/status5.png);
  background-size: contain;
}
.status label.sts6 {
  background:center no-repeat url(../../images/home/status6.png);
  background-size: contain;
}
.status label.sts7 {
  background:center no-repeat url(../../images/home/status7.png);
  background-size: contain;
}
.status label:before {
  content: '';
  background-color: transparent;
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50px;
  vertical-align: middle;
  margin: 0 22px 0 20px;
  text-align: center;
  font-size: 50px;
  color: #ff0000;
}
.status input[type='checkbox']:checked + label:before {
  content: '\f00c';width: auto;height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px;
}
/*bottom area*/
.step .bottom_area {
  height: 342px;
  overflow: hidden;
  margin: -138px 0 0 -15px;
}
.bottom_area .Missguide {
  position: relative;
  width: 255px;
  height: 340px;
  display: inline-block;
  overflow: hidden;
}
.bottom_area .Missguide [alt*='髮'] {
  z-index: 1;
  top: 110px;
}
.bottom_area .Missguide [alt*='身體'] {
  top: 190px;
}
.bottom_area .Missguide [alt*='右手'] {
  width: 25%;
  top: 213px;
  left: 94px;
}
.bottom_area .Missguide [alt*='左手'] {
  width: 28%;
  top: 155px;
  left: 165px;
}
.bottom_area .dialog {
  position: relative;
  width: 88%;
  left: 12%;
  display: inline-block;
  top: -190px;
  background-color: white;
  border-radius: 10px;
  border: 3px solid #bbb;
  padding: 15px 50px 15px 120px;
  min-height: 170px;
  font-size: 24px;
}
.bottom_area .dialog a {
  background-image: url(../../images/home/next_step.png);
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  right: 20px;
  font-size: 24px;
  color: white;
  top: -22px;
  padding: 20px 50px 35px 35px;
}
.bottom_area .dialog button {
  background-color: #9ba64a;
  color: white;
  line-height: 30px;
  top: 50px;
  font-size: 28px;
  padding: 10px 20px;
  border-radius: 3px;
  right: 20px;
  box-shadow: 1px 3px 0 #7b962d;
  border: none;
  position: absolute;
}
.bottom_area .dialog button:after {
  content: '\f0a9';
  margin-left: 20px;
}
/*---最終結果---*/
.final {
  min-height: 760px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  width: 96%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 20px 40px;
  border-radius: 2px;
  margin: 20px auto;
}
.final > div {
  display: block;
}
.final .title {
  background:center no-repeat url(../../images/home/finalTitle.png);
  background-size:contain;
  margin: auto;
  line-height: 56px;
  font-size: 36px;
  height: 82px;
}
.final .item {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.itemTitle {
  background-color: #96cd01;
  display: block;
  color: #333;
  padding: 15px 20px;
  font-size: 28px;
  line-height: 32px;
}
.itemTitle:before {
  color: white;
  background-color: #7f9b19;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  height: 32px;
  width: 32px;
  vertical-align: top;
  text-align: center;
}
#itemContent {
  box-shadow: 3px 3px 1px #bbb;
  padding: 20px;
  background-color: white;
  display: block;
}
#itemContent a {
  color: white;
  font-size: 18px;
  background-color: #ff931e;
  padding: 6px 10px;
  border-radius: 3px;
  line-height: 30px;
}
#itemContent a:before {
  margin-right: 15px;
}
#itemContent a + a {
  background-color: #3fa9f5;
}
#itemContent > span {
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  padding: .5em 1em;
  vertical-align: text-top;
}
#itemContent > span:nth-child(2) {
  border-right: 1px dotted #bbb;
}
#itemContent > span i {
  margin-right: 10px;
}
.BTN-box a{
  color:white;padding:.6em 1.4em;margin-top:1em;
  border-radius:5em;font-size:18px;
  display:inline-block;background:#efb024;
}
.BTN-box a+a{background:#ef3b24;}
.BTN-box a+a+a{background:#07cb52;}
.BTN-box a+a+a+a{background:#078ecb;}
.BTN-box a:before{margin-right:.6em;}

/*-----footer-----*/
footer {
  width: 100%;
  background-color: #e6e6e6;
  text-align: center;
  height: auto;
  line-height: 60px;
  color: #808080;
}
/*-----寬度調整-----*/
@media (min-width: 1280px) {
  header .nav-btn-group{display:block!important;}
  .top_area .menu{display:inline-block!important;}
}
@media (max-width: 1280px) {
  .main_width {width: 100%;}
  .wrapper{background-size: 1280px 840px;}
  /*--rwd width--*/
  .pw-0{width:100%;}.pw-5{width:5%;}
  .pw-10{width:10%;}.pw-15{width:15%;}
  .pw-20{width:20%;}.pw-25{width:25%;}
  .pw-30{width:30%;}.pw-35{width:35%;}
  .pw-40{width:40%;}.pw-45{width:45%;}
  .pw-50{width:50%;}.pw-55{width:55%;}
  .pw-60{width:60%;}.pw-65{width:65%;}
  .pw-70{width:70%;}.pw-75{width:75%;}
  .pw-80{width:80%;}.pw-85{width:85%;}
  .pw-90{width:90%;}.pw-95{width:95%;}
  /*--header--*/
  header .nav-btn-group{
    display:none;top:80px;width: 100%;right: 0;position:fixed;
    line-height: 50px;background: #e99b26;text-align:center;
  }
  header .nav-btn-group .btn{color: #fff;}
  header #menu-fold {
    display: inline-block;background: none;
    padding: 5px 10px; border: 1px solid;
    color: #999999;margin-top: 10px;
    border-radius: 3px;float: right;}
  /*--container--*/
  .container{width:100%;}
  /*--index--*/
  .index .left_area{width:100%;display:block;position: relative;}
  .left_area .dialog{width:400px;position: absolute;left: 50%;}
  .left_area .dialog:after {
    right: 100%;bottom: 22px;border-bottom: 13px solid transparent;
    border-right: 26px solid #aaa;border-top: 13px solid transparent;}
  .left_area .Missguide{width:290px;height:290px;overflow:hidden;margin: 2em 0 0 15%;}
  .Missguide [alt*='髮'] {top: 135px;}
  .Missguide [alt*='身體'] {top: 220px;}
  .Missguide [alt*='右手'] {top: 245px;left: 106px;width: 28%;}
  .Missguide [alt*='左手'] {top: 168px;left: 170px;width: 38%;}
  .index .right_area{width:96%;margin:auto;display:block;}
  .right_area .content{margin-top: 0;text-align: center;padding:1.5em 1em;}
  .cha_area span {width:280px;}
  .cha_area span img {left:0;}

  /*--step--*/
  .step {margin:25px 15px;}
  .step .top_area{margin:0;position:relative;}
  /*content left-手機按鈕下拉*/
  .step .top_area .menu{
    height:auto;position:fixed;top:130px;left:0;width:100%;z-index:10;
    padding:0;display:none;}
  .step .top_area .menu.dropdown {
    position:fixed;z-index:10;left:0;
    width:100%;padding:0;display: block;
  }
  .step .top_area .menu a{
    background:#aaa;z-index: 8;
    border-bottom:1px solid #ddd;}
  .step .top_area .menu a.select{
    text-align:center;padding-left:0;
    background:#555;}
  .step .top_area .menu a.select:before{content:none;}
  /*--content right--*/
  .top_area .cha_section{display:none !important;}

  /*--content middle--*/
  .top_area .mainctnt{padding-top:90px;}
  .top_area .mainctnt:before{
    content:'';position:absolute;width:90%;
    height:3px;background:#c1272d;
    display: block;top:38px;left:5%;}
  .top_area .RWD-title {
    position: absolute;display:block;
    top: 10px;text-align: center;
    color: white;left:0;line-height: 60px;
    background: center no-repeat url(../../images/home/stepTle2.png);font-size: 1.4em;
    padding-left:1.3em;background-size: contain;
  }
  .RWD-title.T3{background: center no-repeat url(../../images/home/stepTle3.png);background-size: contain;}
  .RWD-title.T4{background: center no-repeat url(../../images/home/stepTle4.png);background-size: contain;}
  .RWD-title.T5{background: center no-repeat url(../../images/home/stepTle5.png);background-size: contain;}
  .RWD-title.T6{background: center no-repeat url(../../images/home/stepTle6.png);background-size: contain;}

  /*--buttom area--*/
  .step .bottom_area {margin-top:0;}
  .bottom_area .dialog {
    padding: 15px 50px 15px 160px;}
  .bottom_area .dialog button{
    font-size:20px;padding:5px 10px;
    top:calc(100% - 50px);}
}
@media (max-width: 900px) {
  .left_area .dialog{
    position: relative;display: block;margin: 1em auto;left:0;
    width:310px;}
  .left_area .dialog:after {
    right: 10%;bottom: -40px;border-left: 13px solid transparent;
    border-top: 26px solid #aaa;border-right: 13px solid transparent;}
  .left_area .Missguide{margin: auto;display: block;}
}
@media (max-width: 800px) {
  .top_area .id_type img{display: none;}
  .top_area>div>.center{width: 100%;}

  /*--buttom area--*/
  .step .bottom_area{
    margin:35px 0;padding:1em 0;
    height:auto;}
  .bottom_area .Missguide {display:none;}
  .bottom_area .dialog {
    top:0;left:0;padding:1em 1em 60px 1em;
    display:block;margin:auto;}
  /*--final--*/
  #itemContent > span{width:100%;}
  #itemContent > span:nth-child(2) {
    border-right:none;
    border-bottom:1px dotted #bbb;}
}
@media (max-width: 450px) {
  footer{line-height: 40px;}
  /*--content right--*/
  .top_area .id_type{padding-top:100px;}
  .id_type span{
    display:block;width:100%;margin-bottom:1em;}
  .finance .asset>div{width:100%;margin-left:0;}
  .finance .asset:before {display:none;}
  .spe_status label {width: 95%; height: auto;}
  .status label {
    width:274px;height:100px;font-size:18px;
    line-height:30px;text-align:left;
    padding-top:14px;}
  .status label:before{
    width:67px;height:67px;margin:0 22px 0 19px;}
  .status input[type='checkbox']:checked + label:before {
    width: auto;height: auto;padding:19px 8px;}
  /*--buttom area--*/
  .bottom_area .dialog a{
    background:#96cd01;padding:.3em 1em;
    border-radius:.2em;top:calc(100% - 55px);}
  /*--final--*/
  .final{padding:20px;}
  .final .title{font-size:28px;line-height:65px;}
  .itemTitle{font-size:22px;line-height:26px;}
}
