#content .cont {
  width: 800px;
  padding: 0 0px 40px;
  margin: 0 auto;
}
#content .cont .compare-box {
  display: flex;
  margin-bottom: 32px;
}
#content .cont .compare-box .compare-item {
  width: calc(100% / 2);
  height: 361px;
  padding: 24px;
  background: rgba(14, 18, 66, 0.05);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont .compare-box .compare-item:first-child {
  border-right: 1px solid #fff;
}
#content .cont .compare-box .compare-item .compare-cover {
  width: 210px;
  height: 175px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
}
#content .cont .compare-box .compare-item .compare-title {
  font-family: s;
  font-size: 20px;
  color: #13199F;
  text-align: center;
  margin-bottom: 42px;
}
#content .cont .compare-box .compare-item .select-box {
  position: relative;
}
#content .cont .compare-box .compare-item .select-box .select {
  width: 270px;
  height: 54px;
  background: #FFD445;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: s;
  font-size: 20px;
  color: #333333;
  padding: 0 24px;
  cursor: pointer;
}
#content .cont .compare-box .compare-item .select-box .select img {
  width: 24px;
  height: 24px;
}
#content .cont .compare-box .compare-item .select-box .cp-list {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 16px;
  box-sizing: border-box;
  width: 270px;
  height: 236px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  overflow-y: scroll;
}
#content .cont .compare-box .compare-item .select-box .cp-list li {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #13199F;
  margin-bottom: 12px;
  cursor: pointer;
}
#content .cont .compare-box .compare-item .select-box .cp-list li:last-child {
  margin-bottom: 0;
}
#content .cont .compare-box .compare-item .select-box .cp-two {
  right: 0;
}
#content .cont h2 {
  font-family: eb;
  font-weight: 800;
  font-size: 26px;
  color: #5FD67C;
  margin-bottom: 16px;
}
#content .cont .get-text {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .tab-box {
  display: flex;
  background: rgba(14, 18, 66, 0.05);
  margin-bottom: 32px;
}
#content .cont .tab-box .tab {
  width: calc(100% / 2);
}
#content .cont .tab-box .tab .tab-t {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #F1F1F1;
  font-family: b;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 56px;
}
#content .cont .tab-box .tab .tab-t:first-child {
  border-right: 1px solid #f1f1f1;
}
#content .cont .tab-box .tab .tab-b {
  padding: 24px;
}
#content .cont .tab-box .tab .tab-b .tab-b-text {
  font-family: m;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .tab-box .tab .tab-b .tab-b-text strong {
  font-family: b;
}
#content .cont .tab-box .tab .tab-b .tab-b-text:last-child {
  margin-bottom: 0;
}
#content .cont .rat-box {
  background: rgba(14, 18, 66, 0.05);
}
#content .cont .rat-box .tab-item {
  width: 100%;
}
#content .cont .rat-box .tab-item .tab-t {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #F1F1F1;
  font-family: b;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 56px;
}
#content .cont .rat-box .tab-item .tab-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l,
#content .cont .rat-box .tab-item .tab-b .tab-b-r {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .num,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .num {
  margin-right: 8px;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .num .num-big,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .num .num-big {
  font-family: b;
  font-size: 24px;
  color: #333333;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .num .num-s,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .num .num-s {
  font-family: m;
  font-size: 16px;
  color: #333333;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .xing .layui-rate,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .xing .layui-rate {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .xing .layui-rate li,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .xing .layui-rate li {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #ffb800;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .xing .layui-rate li .layui-icon,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .xing .layui-rate li .layui-icon {
  margin-right: 0;
  color: #fff;
  font-size: 18px;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l .xing .layui-rate li:last-child,
#content .cont .rat-box .tab-item .tab-b .tab-b-r .xing .layui-rate li:last-child {
  margin-right: 0;
}
#content .cont .rat-box .tab-item .tab-b .tab-b-l {
  border-right: 1px solid #f1f1f1;
}
#content .cont .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
#content .cont .btn-box a {
  width: 270px;
  padding: 12px 0;
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: center;
  background: #FFD445;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#content .cont .btn-box a:first-child {
  margin-right: 130px;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
  #content .cont .btn-box a {
    width: 140px;
    padding: 12px 0;
    font-family: s;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: center;
    background: #FFD445;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  #content .cont .btn-box a:first-child {
    margin-right: 20px;
  }
  #content .cont .compare-box .compare-item {
    height: auto;
    padding: 16px;
  }
  #content .cont .compare-box .compare-item .compare-cover {
    width: 138px;
    height: 115px;
  }
  #content .cont .compare-box .compare-item .compare-title {
    margin-bottom: 12px;
  }
  #content .cont .compare-box .compare-item .select-box .select {
    width: 100%;
  }
  #content .cont .compare-box .compare-item .select-box .cp-list {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 16px;
    box-sizing: border-box;
    width: 270px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
    overflow-y: scroll;
  }
  #content .cont .compare-box .compare-item .select-box .cp-list li {
    font-family: m;
    font-weight: 500;
    font-size: 16px;
    color: #13199F;
    margin-bottom: 12px;
    cursor: pointer;
  }
  #content .cont .compare-box .compare-item .select-box .cp-list li:last-child {
    margin-bottom: 0;
  }
  #content .cont h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  #content .cont .get-text {
    font-size: 12px;
  }
  #content .cont .tab-box .tab .tab-t {
    display: none;
  }
  #content .cont .tab-box .tab .tab-b {
    padding: 12px;
  }
  #content .cont .rat-box .tab-item {
    width: 100%;
  }
  #content .cont .rat-box .tab-item .tab-b .tab-b-l,
  #content .cont .rat-box .tab-item .tab-b .tab-b-r {
    flex-direction: column;
  }
}
