.bn1 {
  height: 3.75rem;
  background: url('../images/pr-bn1.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.bn1 .consult {
  position: absolute;
  width: 2.03rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  color: #fff;
  font-size: 0.27rem;
  background: #3170e0;
  border-radius: 0.1rem;
  z-index: 9;
  top: 4.16rem;
  left: 3.65rem;
  cursor: pointer;
}
.tab-box {
  background-color: #fff;
  padding-top: 0.9rem;
  padding-bottom: 0.86rem;
}
.tab-box .tab1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.35rem;
}
.tab-box .tab1 li {
  padding: 0 0.1rem 0.35rem;
  font-size: 0.3rem;
  font-weight: 600;
  margin-right: 0.85rem;
  cursor: pointer;
}
.tab-box .tab1 li.active {
  border-bottom: 0.06rem solid #3170e0;
}
.tab-box .tab1 li:nth-last-of-type(1) {
  margin-right: 0;
}
.tab-box .tab-h {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.7rem;
}
.tab-box .ctn li .os-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tab-box .ctn li .os-box h2 {
  height: 1.49rem;
  background-size: contain;
  text-align: center;
  font-size: 0.322rem;
  font-weight: 600;
  padding-top: 0.43rem;
}
.tab-box .ctn li .os-box h2 p {
  font-weight: normal;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.tab-box .ctn li .os-box > div:nth-of-type(1) h2 {
  background: url('../images/pr-bg1.png') no-repeat center;
}
.tab-box .ctn li .os-box > div:nth-of-type(2) h2 {
  background: url('../images/pr-bg2.png') no-repeat center;
}
.tab-box .ctn li .os-box .box {
  min-height: 6rem;
  width: 5.75rem;
  box-shadow: 0rem 0rem 0.18rem 0rem rgba(55, 85, 135, 0.13);
  position: relative;
  padding-bottom: 1.6rem;
}
.tab-box .ctn li .os-box .box .list {
  padding: 0.5rem 0.3rem 0;
}
.tab-box .ctn li .os-box .box .list ul {
  margin-bottom: 0.28rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab-box .ctn li .os-box .box .list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.44rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
}
.tab-box .ctn li .os-box .box .list ul:nth-last-of-type(1) {
  border-bottom: 0;
}
.tab-box .ctn li .os-box .box .pr-m {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tab-box .ctn li .os-box .box .pr-m .price {
  padding-left: 0.5rem;
  margin-bottom: 0.4rem;
}
.tab-box .ctn li .os-box .box .pr-m .price span:nth-of-type(1) {
  font-size: 0.32rem;
  color: #3170e0;
  font-weight: 600;
  margin-right: 0.2rem;
}
.tab-box .ctn li .os-box .box .pr-m .price span:nth-of-type(2) {
  font-size: 0.22rem;
}
.tab-box .ctn li .os-box .box .pr-m .zx {
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  background: linear-gradient(-76deg, #3170e0, #65aaff);
  color: #fff;
  font-size: 0.22rem;
  font-weight: 600;
}
.tab-box .ctn li:nth-of-type(2) .os-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tab-box .ctn li:nth-of-type(2) .os-box h2 {
  height: 1.49rem;
  background-size: contain;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  padding-top: 0.43rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box h2 p {
  font-weight: normal;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box > div:nth-of-type(1) h2 {
  background: url('../images/pr-bg3.png') no-repeat center;
}
.tab-box .ctn li:nth-of-type(2) .os-box > div:nth-of-type(2) h2 {
  background: url('../images/pr-bg4.png') no-repeat center;
}
.tab-box .ctn li:nth-of-type(2) .os-box > div:nth-of-type(3) h2 {
  background: url('../images/pr-bg5.png') no-repeat center;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box {
  min-height: 6rem;
  width: 3.67rem;
  box-shadow: 0rem 0rem 0.18rem 0rem rgba(55, 85, 135, 0.13);
  position: relative;
  padding-bottom: 1.6rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .list {
  padding: 0.5rem 0.3rem 0;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .list ul {
  margin-bottom: 0.28rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.44rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .list ul:nth-last-of-type(1) {
  border-bottom: 0;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .pr-m {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .pr-m .price {
  padding-left: 0.5rem;
  margin-bottom: 0.4rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .pr-m .price span:nth-of-type(1) {
  font-size: 0.32rem;
  color: #3170e0;
  font-weight: 600;
  margin-right: 0.2rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .pr-m .price span:nth-of-type(2) {
  font-size: 0.22rem;
}
.tab-box .ctn li:nth-of-type(2) .os-box .box .pr-m .zx {
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  background: linear-gradient(-76deg, #3170e0, #65aaff);
  color: #fff;
  font-size: 0.22rem;
  font-weight: 600;
}
.version {
  padding: 0.64rem 0 0.82rem 0;
}
.version h2 {
  text-align: center;
  font-size: 0.34rem;
  font-weight: 600;
  margin-bottom: 0.52rem;
}
.version .table-box {
  background-color: #fff;
  text-align: center;
}
.version .table-box thead th {
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 0.2rem;
}
.version .table-box thead th > div {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.version .table-box thead tr:hover {
  background-color: #fff;
}
/* 鼠标悬停背景颜色 */
.table-box .layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background-color: #fff;
  /* background-color: rgba(255,255,255,0.3)!important; */
  text-align: center;
}
.layui-table td {
  position: relative;
  padding: 0 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.box-tb1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box-tb1 .l {
  width: 50%;
  font-size: 0.16rem;
}
.box-tb1 .r {
  width: 50%;
  font-size: 0.16rem;
  border-left: 2px solid #eee;
}
.box-tb1 .r li {
  border-bottom: 2px solid #eee;
  height: 0.7rem;
  line-height: 0.7rem;
}
.box-tb1 .r li:nth-last-of-type(1) {
  border-bottom: 0;
}
.box-tb2 .r {
  width: 100%;
}
.box-tb2 .r li {
  border-bottom: 2px solid #eee;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #000;
}
.box-tb2 .r li:nth-last-of-type(1) {
  border-bottom: 0;
}
.box-tb2 .r li .info1 {
  font-size: 0.18rem;
  color: #3170e0;
}
.box-tb2 .r li .info1 span {
  margin-left: 0.1rem;
}
.box-tb2 .r li .info2 {
  font-size: 0.18rem;
  color: #3170e0;
}
.box-tb2 .r li .info2 span {
  margin-left: 0.1rem;
}
.layui-form-item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.06rem;
  font-size: 0.16rem;
}
.layui-input-block {
  margin-left: 0px;
  min-height: 0.36rem;
  position: relative;
}
.layui-input-block input {
  font-size: 0.16rem;
  border: 0;
  line-height: 0.36rem;
  height: 0.36rem;
}
.layui-form-label {
  float: left;
  display: block;
  padding: 9px 10px 9px 15px;
  width: 1.1rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
  position: relative;
}
.layui-form-label.must::before {
  content: '*';
  position: absolute;
  color: red;
  top: 12px;
  left: 4px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #3170e0 !important;
  background-color: #3170e0 !important;
  color: #fff;
  border-radius: 0.04rem;
}
.sel {
  display: inline-block;
  width: 1.8rem;
  line-height: 36px;
  border: 0;
  margin-top: 5px;
  padding-left: 6px;
  background-color: white;
}
