@charset "utf-8";
html,
body {
  height: 100%;
  font-size: 0.34666667rem;
}
.red {
  color: #ff7524!important;
}
.red-dark {
  color: #b00a0b!important;
}
.green {
  color: #04b504!important;
}
.blue {
  color: #0027ce!important;
}
.purple {
  color: #6c00aa!important;
}
.wrapper {
  width: 10rem;
  margin: 0 auto;
}
.wrapper img {
  width: 100%;
}
.form {
  padding: 0 0.66666667rem;
  height: 6.6rem;
  background: url("formbg.jpg") repeat-y;
  background-size: 100%;
}
.form-tips {
  position: relative;
  margin-bottom: 0.26666667rem;
  z-index: 1;
  text-align: center;
  font-size: 0.37333333rem;
}
.form-horizontal {
  position: relative;
  z-index: 1;
  text-align: center;
}
.form-btn {
  margin-top: 0.4rem;
  margin-bottom: 0.26666667rem;
}
.query-btn {
  margin: 0 auto;
  width: 7.74666667rem;
  height: 1.29333333rem;
  border: 0;
  font-size: 0.45333333rem;
  font-weight: 700;
  line-height: 1.17333333rem;
  color: #b31a1f;
  text-indent: -9999em;
  background: url("formbtn.png") no-repeat;
  background-size: 100%;
  outline: none;
}
.query-btn-animation {
  animation: btnAnimaition 1.3s infinite linear;
}
.form-group {
  padding-left: 2.13333333rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  font-size: 0.37333333rem;
  border-bottom: 1px solid #c8ab8b;
}
.form-group .control-label {
  float: left;
  color: #da1c0f;
  margin-left: -2.13333333rem;
}
.form-group .form-right {
  text-align: left;
  width: 100%;
  font-size: 0.32rem;
}
.form-group .form-control {
  width: 100%;
  font-size: 0.37333333rem;
  border: 0;
  background: transparent;
}
.sex-checkbox {
  display: none;
}
.sex-checkbox + label {
  margin-right: 0.26666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
  line-height: 0.53333333rem;
  text-align: center;
  border: 1px solid #c8ab8d;
  background: #fff;
  border-radius: 50%;
}
.sex-checkbox:checked + label {
  color: #fff;
  background: #bd3635;
  border: 1px solid #bd3635 ;
}
.clause-checkbox {
  display: none;
}
.clause-checkbox + label {
  margin-right: 0.13333333rem;
  display: inline-block;
  width: 0.38666667rem;
  height: 0.34666667rem;
  background: url("clause-check.png") no-repeat;
  background-size: 0.86666667rem 0.34666667rem;
}
.clause-checkbox:checked + label {
  background-position: -0.38666667rem 0;
}
.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0.72rem;
  font-size: 0.34666667rem;
  margin-top: 0.4rem;
}
.form-flex .ml {
  margin-left: 0.4rem;
}
#comment-list {
  margin-bottom: 0.26666667rem;
  height: 5.33333333rem;
  overflow: hidden;
}
.user-panel {
  padding: 0.26666667rem 0.61333333rem 0;
  height: 5.49333333rem;
  background: url("pingjiabg.jpg") repeat-y;
  background-size: 100%;
}
.user-evaluate {
  position: relative;
  margin: 0 0.26666667rem 0.4rem;
}
.user-evaluate li {
  padding: 0.26666667rem 0.13333333rem;
  border-bottom: 1px solid #ebd9c5;
}
.user-evaluate li .user {
  margin-bottom: 0.4rem;
  font-size: 0.37333333rem;
  color: #8b4e22;
}
.user-evaluate li .evaluate {
  font-size: 0.34666667rem;
}
.rmcs-panel {
  padding: 0.26666667rem 0.61333333rem 0;
  height: 8.66666667rem;
  background: url("pingjiabg.jpg") repeat-y;
  background-size: 100%;
}
.rmcs-banner {
  margin: 0 auto 0.13333333rem;
}
.rmcs-banner img {
  display: block;
  width: 100%;
}
.rmcs-list {
  margin: 0 0.26666667rem 0;
}
.rmcs-list li {
  padding: 0.26666667rem 0;
  border-bottom: 1px solid #ebd9c5;
}
.rmcs-list li:before,
.rmcs-list li:after {
  content: " ";
  display: table;
}
.rmcs-list li:after {
  clear: both;
}
.rmcs-list li:last-child {
  border-bottom: 0;
}
.rmcs-list li .list-img {
  float: left;
  margin-right: 0.4rem;
  width: 1.36rem;
  height: 1.36rem;
}
.rmcs-list li .list-img img {
  width: 100%;
}
.rmcs-list li .list-con h3 {
  margin-bottom: 0.18666667rem;
  font-weight: 900;
  font-size: 0.37333333rem;
  overflow:hidden;
  white-space: nowrap;
  height:0.48rem;
  text-overflow: ellipsis;
}
.rmcs-list li .list-con p {
  overflow:hidden;
  white-space: nowrap;
  height:0.48rem;
  text-overflow: ellipsis;
  font-size: 0.34666667rem;
}
.fix-btn {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  width: 10rem;
  text-align: center;
  background: rgba(234, 234, 234, 0.9);
  z-index: 10;
}
@keyframes btnAnimaition {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes btnAnimaition {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes btnAnimaition {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes btnAnimaition {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.container {
  padding-bottom: 0.26666667rem;
}
.result-top {
  background: #218bc9 url("result-top.jpg") no-repeat;
  background-size: 100%;
}
.result-top .header {
  height: 6.14666667rem;
}
.box {
  margin: 0 0.26666667rem 0.26666667rem;
  font-size: 0.37333333rem;
  line-height: 0.61333333rem;
}
.box p {
  font-size: 0.34666667rem;
  line-height: 0.53333333rem;
}
.box-body {
  margin-top: -0.6rem;
  border: 0.08rem solid #e5b945;
  background: #ffffff;
  -o-border-radius: 0.13333333rem;
  -moz-border-radius: 0.13333333rem;
  -webkit-border-radius: 0.13333333rem;
  border-radius: 0.13333333rem;
}
.box-head {
  position: relative;
  margin: 0 auto;
  height: 1.16rem;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
  background: url("result-tit.png") center bottom;
  background-size: 100%;
}
.box-head .tit {
  color: #fff;
  line-height: 1.06666667rem;
  font-size: 0.4rem;
  font-weight: 900;
}
.result {
  padding: 0.70666667rem 0.32rem 0.32rem;
}
.result-info {
  margin-bottom: 0.66666667rem;
}
.result-info .tit {
  float: left;
}
.result-info .con {
  display: block;
  overflow: hidden;
}
.result-ggao {
  margin: 0 auto;
  margin-bottom: 0.26666667rem;
  width: 9.46666667rem;
  -o-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.result-ggao img {
  width: 100%;
}
.result-tit {
  margin-bottom: 0.18666667rem;
  padding-left: 0.13333333rem;
  width: 5.33333333rem;
  color: #990000;
  background: -o-linear-gradient(to right, #febb5f, transparent);
  background: -moz-linear-gradient(to right, #febb5f, transparent);
  background: -webkit-linear-gradient(to right, #febb5f, transparent);
  background: linear-gradient(to right, #febb5f, transparent);
}
.result-con {
  margin-bottom: 0.18666667rem;
  word-break: break-all;
  word-wrap: break-word;
}
.result-con li span {
  display: inline-block;
  vertical-align: middle;
}
.result-con li .tit {
  margin-right: 0.45333333rem;
  width: 2.4rem;
  color: #04b700;
}
.result-con li .star {
  margin-right: 0.45333333rem;
  width: 1.6rem;
  color: #ff0e0d;
}
.result-con li .score {
  color: #ff0e0d;
}
.result-first {
  margin-bottom: 0.4rem;
  padding: 0.13333333rem 0.26666667rem;
  word-break: break-all;
  word-wrap: break-word;
  background: #fff7c8;
  border: 1px dashed #ff7524;
}
.result-first .red {
  font-weight: 900;
}
.result-type {
  margin-bottom: 0.18666667rem;
  padding: 0 10px;
  display: inline-block;
  color: #ff7524;
  background: #fff7c8;
  border: 1px dashed #ff7524;
}
.result-type-c1 {
  background: #ffeef7;
}
.result-head {
  margin-bottom: 0.32rem;
  color: #ff7524;
  font-size: 0.4rem;
  font-weight: 900;
}
.result-head:before {
  content: '';
  margin-right: 0.26666667rem;
  margin-top: -0.05333333rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.13333333rem;
  height: 0.53333333rem;
  background: #ff7524;
  border-radius: 0.06666667rem;
}
.result-head-c1 {
  color: #990000;
}
.zwds {
  margin-bottom: 0.4rem;
}
.zwds-head {
  text-align: center;
}
.zwds-head span {
  display: inline-block;
  width: 0.58666667rem;
  height: 0.58666667rem;
  text-align: center;
  line-height: 0.58666667rem;
  color: #fff;
  font-size: 0.32rem;
  background: #8360a4;
  border-radius: 50%;
}
.zwds-body {
  position: relative;
  margin: 0 auto;
  width: 2.84rem;
  height: 2.73333333rem;
  background: #fff;
  border: 1px solid #b25158;
}
.zwds-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.zwds-box-cfont .zwds-item {
  color: #9d1b27;
}
.zwds-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.26666667rem;
  color: #769dc6;
}
.zwds-item .radius {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  color: #841728;
  text-align: center;
  line-height: 0.4rem;
  background: #f9e610;
  border: 1px solid #841728;
  border-radius: 50%;
}
.zwds-item .radius-c1 {
  background: #fdd7d9;
}
.zwds-item .radiusBlue {
  display: block;
  margin: 0 auto;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #333333;
  background: #c9e3ff;
  border: 1px solid #841728;
  border-radius: 50%;
}
.zwds-item.lastChild {
  text-align: center;
  flex: none;
  width: 0.42666667rem;
}
.zwds-hour {
  position: absolute;
  bottom: 0.48rem;
  width: 100%;
  text-align: center;
  color: #841728;
}
.zwds-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #841728;
  background: #ffdfbf;
}
.small td {
  word-break: break-word;
}
.mp-ziwei {
  width: 100%;
  height: 8rem;
  margin: 0 auto;
  background-color: #ffeeee;
  border: 1px solid #a51b1b;
}
.mp-ziwei .one {
  clear: both;
  width: 100%;
  height: 2rem;
  margin: 0 auto;
}
.mp-ziwei .one li {
  width: 25%;
  height: 2rem;
  margin: 0 auto;
  float: left;
}
.mp-ziwei .two {
  clear: both;
  height: 4rem;
  margin: 0 auto;
}
.mp-ziwei .two .two01 {
  clear: both;
  width: 25%;
  height: 4rem;
  margin: 0 auto;
  float: left;
}
.mp-ziwei .two .two03 {
  width: 25%;
  height: 4rem;
  margin: 0 auto;
  float: right;
}
.mp-ziwei .two .two02 {
  width: 50%;
  height: 4rem;
  margin: 0 auto;
  margin-left: 25%;
}
.mp-ziwei .item {
  width: 100%;
  height: 2rem;
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.mp-ziwei .item a {
  display: block;
  width: 100%;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.mp-ziwei .item a.active {
  background: #fff5c7;
  border-bottom: 1px solid #a51b1b;
}
.mp-ziwei .item .mpzx {
  padding-top: 0.13333333rem;
  line-height: 1.2;
}
.mp-ziwei .item .mpzx .zx01 {
  color: #990000;
}
.mp-ziwei .item .sc {
  position: absolute;
  right: 0.06666667rem;
  bottom: 0;
  font-size: 0.26666667rem;
  color: #51cb76;
}
.mp-ziwei .item .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.13333333rem;
  font-size: 0.26666667rem;
  text-align: center;
  color: #ede600;
  background: #990000;
}
.mp-ziwei .item02 {
  width: 99%;
  height: 4rem;
  margin: 0 auto;
  background-color: #fff5c7;
  position: relative;
  float: left;
  overflow: auto;
}
.mp-ziwei .item02 .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #990000;
  color: #ede600;
  text-align: center;
}
.mp-ziwei .item03 {
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  overflow: auto;
  background-color: #FFF;
}

/*隐私协议*/
.common-privacy {display: flex;-webkit-justify-content: center;-ms-flex-pack: center;align-items: center; margin-top:15px;}

    [class*="icheck-"] > input:first-child + label::before,
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width:20px;
        height:20px;
        border: 1px solid #DA2012;
        border-radius:50%;
        margin-left: -29px;
    }
	[class*="icheck-"] > input:first-child:checked + label::after, [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 4px;
    height: 10px;
    border: solid 2px #DA2012;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
[class*="icheck-"] > input:first-child {position: absolute !important;opacity: 0;margin: 0;}
	
.common-privacy-text {font-size: 0.26rem;color: #fff;}
.common-privacy-text a{font-size: 0.26rem;color:#DA2012;}
/*隐私协议 end*/