body {
  background-color: #fff;
}
.price-container {
  margin-top: 6rem;
}
.price-table {
  background-color: #ffffff;
  box-shadow: 0rem 0.3rem 1.2rem 0rem rgba(0, 0, 0, 0.05);
}
.price-table-container {
  padding: 20px 0;
}
.price-table .table-col {
  flex-shrink: 0;
}
.table-cell {
  display: flex;
  height: 4.8rem;
  color: #333333;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
  /* 兼容IE */
  justify-content: space-around;
  /* line-height: 4.8rem; */
}
.table-col {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  /* box-shadow: 0rem 0.3rem 1.2rem 0rem rgba(0, 0, 0, 0.05); */
  box-shadow: 0rem 0rem 0.4rem 0 rgba(0, 0, 0, 0.05);
}
.table-col:hover,
.table-col.hover {
  /* border: 1px solid #ff6600; */
  z-index: 2;
  /* transform: scale(1.02) translate3d(0, 0, 0); */
  border: 1px solid #ff6600;
  box-shadow: 0rem 0.4rem 1.6rem 0rem rgba(255, 102, 0, 0.15);
}
.table-col:hover .buy-button,
.table-col.hover .buy-button {
  color: #ffffff;
  border-color: #ff6600;
  background-color: #ff6600;
}
.price-table .table-col:first-child:hover {
  border: 1px solid transparent;
}
.price-table .table-col:first-child .table-cell {
  padding-left: 3.8rem;
  justify-content: flex-start;
}
.table-cell:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-cell:nth-of-type(even) {
  background-color: #fff6f0;
}
.price {
  color: #ff6600;
  font-size: 2rem;
}
.price3 {
  color: #ff6600;
  font-size: 2rem;
}
.price2 {
  font-size: 14px;
  color: #3c3c3c;
  color: #999;
}
.price2.specific {
  text-decoration: line-through;
}
.price::before {
  content: "￥";
}
.table-col .table-cell:first-child {
  /* padding-top: 4rem; */
  height: 30rem;
  padding-top: 1rem;
  /* height: 27rem; */
  justify-content: center !important;
}
.buy-button {
  color: #666666;
  border-radius: 4rem;
  padding: 0.8rem 3rem;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid #666666;
}
.buy-button:hover {
  color: #ffffff;
  border-color: #ff6600;
  background-color: #ff6600;
}
span.yes {
  width: 2rem;
  height: 1rem;
  margin: 0 auto;
  display: inline-block;
  border-left: 3px solid #999999;
  border-bottom: 3px solid #999999;
  transform: rotate(-45deg);
}
span.no {
  width: 2rem;
  height: 3px;
  margin: 0 auto;
  display: inline-block;
  background-color: #cccccc;
  /* border-bottom: 2px solid #999999; */
  /* transform: translateY(-50%); */
}
.recommend {
  z-index: 2;
  transform: scale(1.02) translate3d(0, 0, 0);
  border: 1px solid #ff6600;
  box-shadow: 0rem 0.4rem 1.6rem 0rem rgba(255, 102, 0, 0.15);
}
.recommend-tag {
  top: 0;
  left: 0;
  font-size: 1.2rem;
  padding: 5px 90px;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  background-color: #f16554;
  transform: rotate(-30deg) translateX(-33%) translateY(-115%);
}
.table-cell-title {
  margin-left: 3rem;
  margin-top: 2.2rem;
  font-size: 1.8rem;
  color: #3e3e3e;
  font-weight: 800;
  align-self: flex-start;
  /* position: absolute; */
}
.four-part .table-cell:first-child {
  padding: 0 !important;
  align-items: center;
}
.four-part .table-cell {
  flex-direction: column;
}
.price-type {
  width: 100%;
  margin-top: 4rem;
  justify-content: space-around;
}
.price-type-name {
  color: #666666;
}
.price-type-price::before {
  content: "￥";
}
.price-type-price {
  color: #ff6600;
  font-size: 2rem;
  margin-top: 1.5rem;
}
.four-part {
  padding-bottom: 5.2rem;
}
.four-part .buy {
  margin-top: 3rem;
}
.four-part .table-col .table-cell {
  justify-content: center !important;
}
.four-part .table-col .table-cell:first-child {
  height: 27rem !important;
  justify-content: flex-start !important;
}
.four-part > .container > div {
  margin-top: 12rem;
}
.four-part .container > div:first-child {
  padding-left: 0 !important;
}
.four-part .container > div:last-child {
  padding-right: 0 !important;
}
.col-container .table-col {
  flex-shrink: 0;
}
.four-part .price-table {
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.four-part .price-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.four-part .price-table:hover .buy-button {
  color: #ffffff;
  border-color: #ff6600;
  background-color: #ff6600;
}
.price-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
}
.price-box {
  top: 50%;
  left: 50%;
  width: 860px;
  height: 540px;
  position: absolute;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.price-box .price-box-head {
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  user-select: none;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #343a4b;
}
.price-box-head-title {
  color: #fff;
}
span.price-box-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 22px;
  display: inline-block;
  /* transition: all .2s ease; */
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url(../img/close_3.png);
}
span.price-box-close:hover {
  background-position: -16px 0;
}
span.price-box-close:active {
  background-position: -32px 0;
}
.price-box-container {
  padding: 40px;
}
.price-box-skus {
  justify-content: space-evenly;
}
.price-box-sku {
  height: 160px;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s ease;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}
.price-box-sku.active {
  border-color: #ff6600;
  background-color: #fffbf8;
}
.price-box-sku:first-child {
  margin-left: 0;
}
.price-sku-name {
  color: #132146;
  font-size: 18px;
  margin-top: 25px;
}
.price-sku-big {
  margin: 10px 0;
  color: #555555;
}
.active .price-sku-big {
  color: #ff6600;
}
.price-sku-little {
  color: #919191;
  text-decoration: line-through;
}
.big-price {
  font-size: 30px;
}
.big-price::before {
  content: "￥";
  font-size: 14px;
}
.switch-panel {
  margin-top: 40px;
}
.switch-panel-label {
  margin-right: 25px;
  color: #9c9c9c;
  cursor: pointer;
  font-size: 16px;
}
.switch-panel-label.active {
  color: #333333;
}
.payment-panels {
  margin-top: 30px;
}
.pay-code {
  width: 140px;
  height: 140px;
  position: relative;
  box-sizing: content-box;
  border: 1px solid #ffe1cd;
}
.pay-code .bg-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: #fff;
}
.pay-code img {
  top: 50%;
  left: 50%;
  z-index: 4;
  max-width: 120px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.pay-code .box {
  z-index: 2;
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #ff6600;
}
.box-lt {
  top: 0;
  left: 0;
  transform: translate(-2px, -2px);
}
.box-rt {
  top: 0;
  right: 0;
  transform: translate(2px, -2px);
}
.box-lb {
  left: 0;
  bottom: 0;
  transform: translate(-2px, 2px);
}
.box-rb {
  bottom: 0;
  right: 0;
  transform: translate(2px, 2px);
}
.pay-text {
  margin-left: 30px;
}
.pay-price {
  color: #ff6600;
  font-size: 30px;
}
.pay-price::before {
  content: "￥";
  font-size: 18px;
}
.pay-icon {
  margin-top: 30px;
}
.qrcode {
  padding: 10px;
}
.login-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
}
.login-container {
  top: 50%;
  left: 50%;
  width: 480px;
  position: absolute;
  max-width: 90% !important;
  transform: translate(-50%, -50%);
}
.close-btn {
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  /* transition: all .2s ease; */
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url(../img/close_32.png);
}
.close-btn:active {
  background-position: -32px 0;
}
.close-btn:hover {
  background-position: -16px 0;
}
#newDyy {
  margin-top: 6rem;
  padding-top: 5rem;
  position: relative;
}
#newDyy::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 72.5%;
  height: 781px;
  background: #f8f8f9;
}
#newDyy .dyy_all_cont_box {
  width: 1220px;
  margin: 0 auto;
}
#newDyy .dyy_title h3 {
  font-size: 50px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 66px;
}
#newDyy .dyy_main {
  margin-top: 7rem;
  display: flex;
}
#newDyy .dyy_main .dyy_column {
  width: 310px;
}
#newDyy .dyy_main .dyy_column.active {
  background: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
#newDyy .dyy_main .dyy_column.first {
  flex: 1;
  width: auto;
  background-color: transparent;
}
#newDyy .dyy_main .dyy_column.first .dyy_max_title {
  background-color: transparent;
  height: 529px;
}
#newDyy .dyy_main .dyy_column.first .dyy_max_title span {
  vertical-align: middle;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  color: #ff6600;
  line-height: 40px;
}
#newDyy .dyy_main .dyy_column.first .dyy_max_title img {
  margin-left: 8px;
  width: 48px;
}
#newDyy .dyy_main .dyy_column .version {
  margin-top: 8px;
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
}
#newDyy .dyy_main .dyy_column .use {
  min-height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  width: 223px;
  margin: 20px auto 0;
}
#newDyy .dyy_main .dyy_column .buy_btn {
  cursor: pointer;
  margin: 46px auto 0;
  width: 193px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #FF6600;
  border-radius: 67px;
  font-weight: 700;
  box-shadow: 0px 13px 43px 0px rgba(100, 115, 129, 0.25);
}
#newDyy .dyy_main .dyy_column .buy_btn:hover {
  background: #E05A00;
}
#newDyy .dyy_main .dyy_column .buy_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 15px;
}
#newDyy .dyy_main .dyy_column .buy_btn a:hover {
  text-decoration: none;
}
#newDyy .dyy_main .dyy_column .top_recommend_box {
  background: #ffffff;
  padding-top: 49px;
  padding-bottom: 80px;
  text-align: center;
  font-weight: 400;
  color: #1c1c1c;
}
#newDyy .dyy_main .dyy_column .top_recommend_box .uset_count {
  font-size: 14px;
  line-height: 18px;
}
#newDyy .dyy_main .dyy_column .top_recommend_box .dyy_price {
  position: relative;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  width: 201px;
  margin: 40px auto 0;
}
#newDyy .dyy_main .dyy_column .top_recommend_box .dyy_price::after {
  content: "￥";
  position: absolute;
  top: 0;
  left: -26px;
  font-size: 26px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 34px;
}
#newDyy .dyy_main .dyy_column .top_recommend_box .dec {
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  width: 223px;
  margin: 33px auto 0;
}
#newDyy .dyy_main .dyy_column .dyy_min_box {
  margin-top: 8rem;
  text-align: center;
}
#newDyy .dyy_main .dyy_column .dyy_min_box.first {
  text-align: left;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dyy_min_title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 33px;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dyy_min_title.min {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 33px;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dec_title {
  height: 59px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1c1c;
  border-bottom: 1px solid #dfe0e3;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dec_title img {
  width: 24px;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dec_title:last-child {
  border-bottom: none;
}
#newDyy .dyy_main .dyy_column .dyy_min_box .dec_title .new {
  width: 43px;
}
#newDyy .dyy_main .dyy_column .dyy_footer {
  padding: 50px 0 80px;
  text-align: center;
  color: #1c1c1c;
}
#newDyy .dyy_main .dyy_column .dyy_footer .version {
  margin-top: 8px;
}
@media (max-width: 1220px) {
  #newDyy {
    margin-top: 6rem;
    position: relative;
    padding: 0 10px 0;
  }
  #newDyy::after {
    display: none;
  }
  #newDyy .dyy_all_cont_box {
    width: auto;
    margin: 0 auto;
  }
  #newDyy .dyy_title h3 {
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: inherit;
  }
  #newDyy .dyy_main {
    margin-top: 4rem;
    display: flex;
  }
  #newDyy .dyy_main .dyy_column {
    flex: 1;
    width: 25%;
  }
  #newDyy .dyy_main .dyy_column.active {
    background: #ffffff;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
    position: relative;
  }
  #newDyy .dyy_main .dyy_column.first {
    flex: 1;
    width: auto;
    background-color: transparent;
  }
  #newDyy .dyy_main .dyy_column.first .dyy_max_title {
    background-color: transparent;
    height: 334px;
  }
  #newDyy .dyy_main .dyy_column.first .dyy_max_title span {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #ff6600;
    line-height: inherit;
  }
  #newDyy .dyy_main .dyy_column.first .dyy_max_title img {
    margin-left: 8px;
    width: 32px;
  }
  #newDyy .dyy_main .dyy_column .version {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
  }
  #newDyy .dyy_main .dyy_column .use {
    min-height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    width: auto;
    margin: 20px auto 0;
  }
  #newDyy .dyy_main .dyy_column .buy_btn {
    cursor: pointer;
    margin: 20px auto 0;
    width: 80%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #FF6600;
    border-radius: 67px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0px 13px 43px 0px rgba(100, 115, 129, 0.25);
  }
  #newDyy .dyy_main .dyy_column .buy_btn:hover {
    background: #E05A00;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box {
    background: #ffffff;
    text-align: center;
    font-weight: 400;
    color: #1c1c1c;
    padding: 20px;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box .uset_count {
    font-size: 14px;
    line-height: 18px;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box .dyy_price {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
    width: 110px;
    margin: 20px auto 0;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box .dyy_price::after {
    content: "￥";
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 18px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: inherit;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box .dec {
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    width: auto;
    margin: 10px auto 0;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box {
    margin-top: 8rem;
    text-align: center;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box.first {
    text-align: left;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dyy_min_title {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 33px;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dyy_min_title.min {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 33px;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dec_title {
    height: 59px;
    line-height: 58px;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    border-bottom: 1px solid #dfe0e3;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dec_title img {
    width: 24px;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dec_title:last-child {
    border-bottom: none;
  }
  #newDyy .dyy_main .dyy_column .dyy_min_box .dec_title .new {
    width: 43px;
    margin-left: 10px;
  }
  #newDyy .dyy_main .dyy_column .dyy_footer {
    text-align: center;
    color: #1c1c1c;
    padding: 30px 20px 50px;
  }
  #newDyy .dyy_main .dyy_column .dyy_footer .version {
    margin-top: 8px;
  }
}
@media (max-width: 900px) {
  #newDyy .dyy_main .dyy_column.first .dyy_max_title {
    height: 352px;
  }
  #newDyy .dyy_main .dyy_column .top_recommend_box .dec {
    min-height: 54px;
  }
}
.dyy_phone_main {
  display: none;
}
@media (max-width: 750px) {
  #newDyy {
    margin: 0;
    padding: 0;
  }
  #newDyy::after {
    display: none;
  }
  #newDyy .dyy_all_cont_box {
    width: auto;
    margin: 0 auto;
    background: #f8f8f9;
    padding: 25px 0 0;
  }
  #newDyy .dyy_title h3 {
    padding-left: 37px;
    font-size: 33px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 44px;
  }
  #newDyy .dyy_main {
    display: none;
  }
  #newDyy .dyy_phone_main {
    display: block;
  }
  #newDyy .dyy_phone_main .dyy_phone_min_title {
    margin-top: 23px;
    margin-left: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
  }
  #newDyy .dyy_phone_main .dyy_phone_min_title span {
    font-size: 24px;
    color: #ff6600;
    line-height: 32px;
  }
  #newDyy .dyy_phone_main .dyy_phone_min_title img {
    margin-top: 4px;
    transform: rotate(90deg);
    width: 37px;
  }
  #newDyy .dyy_phone_main .phone_use_list {
    margin-top: 50px;
    padding: 0 20px 30px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item {
    background: #ffffff;
    padding: 35px 26px 30px;
    font-weight: 400;
    color: #1c1c1c;
    margin-top: 30px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item:first-child {
    margin-top: 0;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .uset_count {
    font-size: 14px;
    line-height: 18px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .version {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .use {
    margin-top: 7px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .dyy_price {
    margin-top: 32px;
    margin-left: 23px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .dyy_price::after {
    content: "￥";
    position: absolute;
    top: 0;
    left: -23px;
    font-size: 23px;
    font-weight: 400;
    color: #1c1c1c;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .dec {
    margin-top: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .buy_btn {
    margin-top: 54px;
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #ff6600;
    border-radius: 67px;
    box-shadow: 0px 3px 22px 0px rgba(100, 115, 129, 0.34);
  }
  #newDyy .dyy_phone_main .phone_use_list .phone_use_item .buy_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
  }
  #newDyy .dyy_phone_main .client_search_phone_list {
    background-color: #fff;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item {
    padding-top: 17px;
    margin-top: 50px;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item.first {
    margin-top: 0;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .phone_max_title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #1c1c1c;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list {
    margin-top: 50px;
    padding: 0 20px;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item {
    margin-top: 30px;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .client_search_min_title {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .dyy_phone_box {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #dfe0e3;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .dyy_phone_box > div {
    flex: 1;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .dyy_phone_box > div img {
    width: 24px;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .dyy_phone_box > div span {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1c;
  }
  #newDyy .dyy_phone_main .client_search_phone_list .client_search_phone_item .client_search_min_phone_list .client_search_min_phone_item .dyy_phone_box > div .pt {
    font-size: 12px;
    color: #1c1c1c;
  }
}
.new {
  width: 43px;
  margin-left: 10px;
}
