@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

.per_info {
  display: -webkit-flex;
  display: -moz-flex; }

.per_info .per_cont {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1; }

body {
  font-size: .32rem; }

[v-cloak] {
  display: none; }

.ades_info {
  position: relative;
  line-height: 1rem;
  padding-right: .4rem;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .28rem; }
  .ades_info .ades_icon {
    position: relative;
    display: inline-block;
    width: .48rem;
    height: .48rem;
    vertical-align: top;
    margin-top: .26rem;
    margin-left: .3rem;
    padding-left: .3rem;
    padding-right: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .ades_info .ades_icon:after {
    content: '';
    z-index: 1;
    position: absolute;
    width: .48rem;
    height: .48rem;
    top: 0;
    left: 0;
    background-image: url("./images/radio.png");
    background-repeat: no-repeat;
    background-size: .48rem;
    background-color: #fff; }
  .ades_info .ades_icon.select:after {
    background-image: url("./images/radio_checked.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border: 1px solid transparent; }
  .ades_info .ades_lead {
    position: absolute;
    width: .13rem;
    height: .23rem;
    right: .3rem;
    top: .43rem;
    background: url("./images/arrows.png") no-repeat center;
    background-size: contain; }

.per_info {
  height: 1.4rem;
  padding: .2rem 0;
  border-bottom: 1px solid #ebebeb; }
  .per_info .per_img {
    width: 1.1rem; }
    .per_info .per_img img {
      display: block;
      width: .9rem;
      height: .9rem;
      border-radius: .04rem;
      margin: 0 auto;
      margin-top: .1rem; }
  .per_info .per_cont {
    padding: .2rem .3rem 0 .1rem; }
    .per_info .per_cont .per_name {
      line-height: .4rem;
      font-size: .3rem;
      color: #333; }
    .per_info .per_cont .per_cmpy {
      line-height: .4rem;
      font-size: .24rem;
      color: #999; }

.cx_search {
  position: relative;
  padding: .22rem .3rem .22rem .3rem;
  background: #fff; }

.cx_search-box {
  display: -webkit-box;
  -webkit-box-align: center;
  position: relative;
  height: .56rem;
  border-radius: .56rem;
  background-color: #f6f6f8; }

.cx_search-box a {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: .56rem;
  width: .76rem; }

.cx_search-box input[type='text'] {
  display: block;
  -webkit-box-flex: 1;
  height: .56rem;
  line-height: .56rem;
  padding-left: .6rem;
  border: none;
  border-radius: .56rem;
  background: url("./images/magnifier@2x.png") center left 0.2rem no-repeat;
  background-size: 1.12rem .33rem;
  text-align: center;
  color: #b3b3b3;
  font-size: .28rem; }

.cx_search-box input[type='text']::-webkit-input-placeholder {
  padding-left: .33rem;
  line-height: .56rem; }

.cxSearchFocus a {
  display: block; }

.cxSearchFocus input[type='text'] {
  padding-left: .76rem;
  background-position: .26rem center;
  text-align: left;
  color: #333; }

.cxSearchFocus input[type='text']::-webkit-input-placeholder {
  padding-left: .0rem;
  line-height: .56rem; }

.cx_search-clear {
  width: .6rem;
  height: .56rem;
  background: url("./images/delete_06.png") center center no-repeat;
  background-size: .22rem .22rem; }

.screenBtn {
  position: absolute;
  width: .5rem;
  height: .46rem;
  top: .27rem;
  right: .3rem;
  background: url("./images/screen-black.png") no-repeat center;
  background-size: contain; }

.searchCal {
  position: absolute;
  width: .36rem;
  height: .36rem;
  top: .32rem;
  right: .3rem;
  background: url("./images/search_cal.png") no-repeat center;
  background-size: contain; }

/*单选框*/
input[type='radio'] {
  position: relative;
  width: .48rem;
  height: .48rem;
  margin-top: .26rem;
  margin-right: 8px;
  margin-left: 10px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid transparent; }

input[type='radio']:after {
  content: '';
  z-index: 1;
  position: absolute;
  width: .48rem;
  height: .48rem;
  top: 0;
  left: 0;
  background-image: url("./images/radio.png");
  background-repeat: no-repeat;
  background-size: .48rem;
  background-color: #fff; }

input[type='radio']:checked:after {
  background-image: url("./images/radio_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border: 1px solid transparent; }

/*复选框*/
input[type='checkbox'] {
  position: relative;
  width: .48rem;
  height: .48rem;
  margin-top: .26rem;
  margin-right: 8px;
  margin-left: 10px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid transparent; }

input[type='checkbox']:after {
  content: '';
  z-index: 1;
  position: absolute;
  width: .48rem;
  height: .48rem;
  top: 0;
  left: 0;
  background-image: url("./images/radio.png");
  background-repeat: no-repeat;
  background-size: .48rem;
  background-color: #fff; }

input[type='checkbox']:checked:after {
  background-image: url("./images/radio_checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border: 1px solid transparent; }
