/* 请注意：若原始模板中已经引入 normalize.css 或其他重置样式，请忽略本段样式 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*---------------------------------------------------*/
@font-face {
  font-family: "font";
  src:url("fonts/font.eot");
  src:url("fonts/font.eot?#iefix") format("embedded-opentype"),
  url("fonts/font.woff") format("woff"),
  url("fonts/font.ttf") format("truetype"),
  url("fonts/font.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="za-"]:before,
[class*=" za-"]:before {
  font-family: "font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.za-monitor:before {
  content: "\61";
}
.za-flash:before {
  content: "\62";
}
.za-rmb:before {
  content: "\66";
}
.za-clock:before {
  content: "\67";
}
.za-minus:before {
  content: "\68";
}
.za-plus-add:before {
  content: "\64";
}
.za-check-circle:before {
  content: "\6f";
}
.za-chevron-down:before {
  content: "\70";
}
.za-chevron-up:before {
  content: "\71";
}
.za-star:before {
  content: "\6d";
}
.za-calendar:before {
  content: "\63";
}
.za-rmb-circle:before {
  content: "\72";
}
.za-calendar-2:before {
  content: "\74";
}
.za-clock-2:before {
  content: "\75";
}
.za-boss:before {
  content: "\76";
}
.za-fangrongdai:before {
  content: "\77";
}
.za-mortgage:before {
  content: "\78";
}
.za-owner:before {
  content: "\79";
}
.za-quickloan:before {
  content: "\7a";
}
.za-salary:before {
  content: "\41";
}
.za-shebao:before {
  content: "\42";
}
.za-shoufudai:before {
  content: "\43";
}
.za-suixindai:before , 
.za-suixindaiboss:before, 
.za-suixindaisalary:before {
  content: "\44";
}
.za-zhongxin:before {
  content: "\65";
}
/*---------------------------------------------------*/
/* Variables */
.circle-menu-h1 {
  padding: 1em;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #6d6d6d;
  background-color: #f5f5f5;
}
.app_recommend {
  display: none;
}
.circle-wrapper {
  height: 18em;
  width: 18em;
  position: relative;
  margin: 30px auto 15px;
  border-radius: 50%;
  background-color: #fafafa;
  z-index: 2;
  font-size: 14px;
  -webkit-transform: scale(0.01) rotate(-270deg);
      -ms-transform: scale(0.01) rotate(-270deg);
          transform: scale(0.01) rotate(-270deg);
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.circle-sub{
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: -5%;
  margin-top: -5%;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 2px 8px 2px rgba(128,128,128,0.3);
/*  background: -webkit-radial-gradient(#fff 5%,#fff 67%,rgba(128,128,128,0.5) 75%);
  background: -moz-radial-gradient(#fff 5%,#fff 67%,rgba(128,128,128,0.5) 75%);*/
}
.circle-sub_shadow{
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -5%;
  margin-top: -5%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 4px rgba(128,128,128,0.15);
}
.circle-sub02{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ecebeb;
  z-index: 3;
}
.circle-shadow{
  position: absolute;
  top: 242px;
  left: 0;
  width: 100%;
  height: 70px;
 /* border-radius: 50%;
  transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  z-index: 1;
  background: -webkit-radial-gradient(rgba(128,128,128,0.4) 10%,rgba(256,256,256,0.25) 60%,rgba(256,256,256,0) 80%);
  background: -moz-radial-gradient(rgba(128,128,128,0.4) 10%,rgba(256,256,256,0.25) 60%,rgba(256,256,256,0) 80%);*/
  background: url(../content/images/shadow.png) no-repeat -22px 0;
  background-size: 6.6rem auto;
}
.open {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.circle-wrapper .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12em;
  height: 12em;
  text-align: center;
  margin-left: -6em;
  margin-top: -6em;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cf2a17;
  z-index: 3;
}
.circle-wrapper .inner .inner-title {
  position: relative;
  margin-top: 4em;
  margin-bottom: .2em;
  color: #e52713;
}
/*.circle-wrapper .inner .inner-title:after {
  content: "";
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 0;
  height: 1px;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #b9b9b9 25%, #b9b9b9 75%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #b9b9b9 25%, #b9b9b9 75%, rgba(0, 0, 0, 0) 100%);
}*/
.circle-wrapper .inner p {
  margin-top: 0;
  margin-bottom: .5em;
}
.circle-wrapper .inner span{
  font-size: 0.8em;
  color: #7e7e7e;
  display: inline-block;
  margin-bottom: 1em;
}
.circle-wrapper .inner a {
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  padding: .2em 1em;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 10px #ddd;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  background: #e52713;
  text-decoration: none;
}
.circle-wrapper .inner a:hover {
  color: #fff;
  text-decoration: inherit;
}
.circle-wrapper .inner .disable {
  background: #ccc;
}
.circle-wrapper ul {
  position: relative;
  height: 18em;
  width: 18em;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: outside none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 4;
}
.current-bg-wrapper,
.current-bg {
  position: absolute;
  height: 18em;
  width: 18em;
  overflow: hidden;
  border-radius: 50%;
  clip: rect(0, 9em, 9em, 0);
  z-index: 3;
}
.current-bg {
  background-color: #e52713;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.current-bg-wrapper {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.circle-wrapper .current-bg.unavailable {
  background-color: #c8c8c8;
}
.circle-wrapper .recommended {
  position: absolute;
  top: -15px;
  left: 160px;
  padding: 3px 8px;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #ffae00;
  z-index: 20;
}
.circle-wrapper .recommended:before,
.circle-wrapper .recommended:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 30px;
  height: 0;
  width: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #ffae00 transparent transparent #ffae00;
  z-index: 2;
}
.circle-wrapper .recommended:before {
  right: 29px;
  border-color: #fff transparent transparent #fff;
}
.circle-wrapper li {
  width: 9em;
  height: 9em;
  position: absolute;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.circle-wrapper .boss,
.circle-wrapper .salary,
.circle-wrapper .shebao,
.circle-wrapper .mortgage,
.circle-wrapper .quickloan,
.circle-wrapper .zhongxin,
.circle-wrapper .owner,
.circle-wrapper .fangrongdai,
.circle-wrapper .suixindai,
.circle-wrapper .suixindaisalary,
.circle-wrapper .suixindaiboss,
.circle-wrapper .shoufudai{
  width: 9em;
  height: 9em;
  position: absolute;
  right: 4.5em;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #e52713;
  outline: none;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}
.circle-wrapper .boss.current,
.circle-wrapper .salary.current,
.circle-wrapper .shebao.current,
.circle-wrapper .mortgage.current,
.circle-wrapper .quickloan.current,
.circle-wrapper .zhongxin.current,
.circle-wrapper .owner.current,
.circle-wrapper .fangrongdai.current,
.circle-wrapper .suixindai.current,
.circle-wrapper .suixindaisalary.current,
.circle-wrapper .suixindaiboss.current,
.circle-wrapper .shoufudai.current {
  color: #FFF;
}
.circle-wrapper .boss.fail,
.circle-wrapper .salary.fail,
.circle-wrapper .shebao.fail,
.circle-wrapper .mortgage.fail,
.circle-wrapper .quickloan.fail,
.circle-wrapper .zhongxin.fail,
.circle-wrapper .owner.fail,
.circle-wrapper .fangrongdai.fail,
.circle-wrapper .suixindai.fail,
.circle-wrapper .suixindaisalary.fail,
.circle-wrapper .suixindaiboss.fail,
.circle-wrapper .shoufudai.fail{
  color: #d4d4d4;
}
.circle-wrapper .boss > i,
.circle-wrapper .salary > i,
.circle-wrapper .shebao > i,
.circle-wrapper .mortgage > i,
.circle-wrapper .quickloan > i,
.circle-wrapper .zhongxin > i,
.circle-wrapper .owner > i,
.circle-wrapper .fangrongdai > i,
.circle-wrapper .suixindai > i,
.circle-wrapper .suixindaisalary> i,
.circle-wrapper .suixindaiboss> i,
.circle-wrapper .shoufudai > i{

  font-size: 4.6em;
  position: relative;
  top: -0.15em;
}
.circle-wrapper .boss > i.za-star,
.circle-wrapper .salary > i.za-star,
.circle-wrapper .shebao > i.za-star,
.circle-wrapper .mortgage > i.za-star,
.circle-wrapper .quickloan > i.za-star,
.circle-wrapper .zhongxin > i.za-star,
.circle-wrapper .owner > i.za-star,
.circle-wrapper .fangrongdai > i.za-star,
.circle-wrapper .suixindai > i.za-star,
.circle-wrapper .suixindaisalary> i.za-star,
.circle-wrapper .suixindaiboss> i.za-star,
.circle-wrapper .shoufudai > i.za-star {
  display: inline-block;
  display: none;
  position: absolute;
  top: 15px;
  left: 95px;
  margin-right: -20px;
  font-size:10px;
  z-index: 4;

}
@media screen and (min-width: 375px){
  .circle-wrapper .boss > i.za-star,
  .circle-wrapper .salary > i.za-star,
  .circle-wrapper .shebao > i.za-star,
  .circle-wrapper .mortgage > i.za-star,
  .circle-wrapper .quickloan > i.za-star,
  .circle-wrapper .zhongxin > i.za-star,
  .circle-wrapper .owner > i.za-star,
  .circle-wrapper .fangrongdai > i.za-star,
  .circle-wrapper .suixindai > i.za-star,
  .circle-wrapper .suixindaisalary> i.za-star,
.circle-wrapper .suixindaiboss> i.za-star,
  .circle-wrapper .shoufudai > i.za-star{
    left: 109px;
    font-size:10px;
  }
}
@media screen and (min-width: 414px){
  .circle-wrapper .boss > i.za-star,
  .circle-wrapper .salary > i.za-star,
  .circle-wrapper .shebao > i.za-star,
  .circle-wrapper .mortgage > i.za-star,
  .circle-wrapper .quickloan > i.za-star,
  .circle-wrapper .zhongxin > i.za-star,
  .circle-wrapper .owner > i.za-star,
  .circle-wrapper .fangrongdai > i.za-star,
  .circle-wrapper .suixindai > i.za-star,
  .circle-wrapper .suixindaisalary> i.za-star,
.circle-wrapper .suixindaiboss> i.za-star,
  .circle-wrapper .shoufudai > i.za-star {
    left: 125px;
    font-size:10px;
  }
}
.circle-wrapper .boss > i.za-star{
  display: inline-block;
}
.circle-wrapper .boss {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.circle-wrapper .salary {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.circle-wrapper .shebao {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.circle-wrapper .mortgage {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.circle-wrapper .quickloan {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.circle-wrapper .zhongxin {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.ad-footer .lead {
  color: #989899;
}
.detail ol,
.detail ul,
.detail dl {
  list-style: none;
  margin: 0;
}
.detail .detail-title {
  margin-top: 0.8rem;
  padding: 0 0.4rem 0.18rem 0.4rem;
  border-bottom: 1px solid #efefef;
}
.detail .detail-title .load_con{
  float: left;
}
.detail .detail-title .pro_con{
  float: right;
  color: #ffa61b;
  text-decoration: underline;
}
.detail .detail-title span,
.detail .detail-title a
{
  display: inline-block;
  color: #323232;
  font-size: 0.28rem;
  font-weight: bold;
}
.pro_list{
	position:relative;
  padding: 0 0.6rem 0 0.28rem;
  margin: 0.32rem 0 0.4rem 0;
  background: #fafafa;
}
.pro_list li:before{
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0.05rem;
  width: 0.26rem;
  height: 0.26rem;
}
.pro_list .pro_list01:before{
  background: url(../content/images/wap-icon.svg) no-repeat -2.6rem -0.54rem;
  background-size: 5.2rem auto;
}
.pro_list .pro_list02:before{
  background: url(../content/images/wap-icon.svg) no-repeat -2.86rem -0.54rem;
  background-size: 5.2rem auto;
}
.pro_list .pro_list03:before{
  background: url(../content/images/wap-icon.svg) no-repeat -2.34rem -0.54rem;
  background-size: 5.2rem auto;
}
.pro_list ul{
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.pro_list li{
	position: relative;
	padding-left: 0.35rem;
  list-style: none;
  margin-bottom: 0.3rem;
}
.pro_list li span{
    font-size: .24rem;
	line-height: .4rem;
    color: #646464;
	display: block;
}
.pro_list li em{
  font-size: .18rem;
  font-style: normal;
  line-height: .24rem;
  color: #646464;
  display: block;
}
.detail .detail-container {
  overflow: hidden;
  background-color: #f5f5f5;
}
.detail .detail-list {
  padding: 15px;
}
.detail .detail-list li {
  padding: .2em;
}
.detail .detail-list i {
  position: relative;
  top: 2px;
}
.detail .other-detail {
  color: #ffae00;
}
.detail .za-check-circle {
  color: #ffae00;
}
.detail .other-detail-container {
  position: relative;
  display: none;
  height: 100%;
  padding: 15px;
  margin: 0 15px 15px;
  border-radius: 3px;
  background-color: #fff;
}
.detail .other-detail-container b {
  display: block;
  color: #ffae00;
  margin: 0 auto .1em;
}
.detail .other-detail-container b + b {
  margin-top: 1em;
}
.detail .other-detail-container ol {
  padding: 0 0 .3em;
  list-style: decimal inside;
}
.detail .other-detail-container ol li {
  padding: 0 0 .5em;
}
.detail .other-detail-container ul {
  list-style: disc inside;
  padding-left: 0;
}
.detail .other-detail-container ul li {
  padding: 0 0 .3em;
}
.triangle {
  position: absolute;
  left: 200px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
@media screen and (min-width: 375px){
  .circle-wrapper{
    font-size: 17px;
  }
  .circle-wrapper .boss > i.za-star{
    left: 108px;
  }
  .circle-wrapper .recommended{
    left: 180px;
    top: -18px;
  }
  .circle-shadow{
    top: 295px;
  }
}
@media screen and (min-width: 414px){
  .circle-wrapper{
    font-size: 19px;
  }
  .circle-wrapper .boss > i.za-star{
    left: 125px;
  }
  .circle-wrapper .recommended{
    left: 204px;
    top: -20px;
  }
  .circle-shadow{
    top: 330px;
  }
}

