.w {
  width: 1200px;
  margin: 0 auto;
}
.company_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/banner.svg)
    no-repeat center center;
  margin-top: 58px;
}
.company_banner h1 {
  color: #002845;
  font-family: Microsoft YaHei;
  font-size: 28.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.conpany_container {
  margin-top: 20px !important;
  border: 1px solid #dddddd;
  margin-bottom: 50px;
  border-radius: 8px;
  width: 1018px;
  margin: 0 auto;
}
.conpany_toggle {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.conpany_toggle span {
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  cursor: pointer;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 18px;

  letter-spacing: 1.12px;
}
.conpany_toggle span:nth-child(1) {
  border-top-left-radius: 8px;
}
.conpany_toggle span:nth-child(2) {
  border-left: 1px solid #dddddd;
  border-top-right-radius: 8px;
}
.conpany_toggle_active {
  background: #f9fafb !important;
  color: #367cf7 !important;
}

.conpanyBuy_container {
  width: 100%;
  padding: 40px 0 20px;
  box-sizing: border-box;
}
.conpany_title {
  padding: 0 52px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  line-height: 26px;
}
.conpany_title span {
  display: inline-block;
  padding-left: 16px;
  box-sizing: border-box;
  border-left: 3px solid #002845;
}
.conpany_title.border_top {
  border-top: 1px solid #dddddd;
}
.conpany_title.buymessage {
  padding-top: 21px;
}
.conpanyBuy_container_box {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 29px;
  padding: 0 56px;
  box-sizing: border-box;
  /* height: 620px;
  overflow: auto; */
}
/* .conpanyBuy_container_box::-webkit-scrollbar{ 
  width: 4px;
}  
.conpanyBuy_container_box::-webkit-scrollbar-track{
  background:#f5f5f5;
  border-radius: 3px;
} 
.conpanyBuy_container_box::-webkit-scrollbar-thumb{
  background:rgb(200, 200, 200);
  border-radius: 3px;
} */
.conpanyBuy_container_box .conpany_pro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.conpany_pro li {
  width: 165px;
  height: 165px;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 19px;
  margin-bottom: 19px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #f9f9f9;
}
.conpany_pro .conpany_pro_active {
  background: #f9f9f9
    url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/selected-round.svg)
    no-repeat;
  background-size: 100%;
}
.conpany_pro li:nth-child(5n) {
  margin-right: 0;
}
.conpany_pro li img {
  width: 73px;
  height: 73px;
}
.conpany_pro li p {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.conpany_package {
  width: 100%;
}
.conpany_package li {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid transparent;
}
.conpany_package_show {
  position: relative;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.conpany_package_active {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent !important;
  background-size: 100% 100% !important;
}

.conpany_package_active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  /*important*/

  background: linear-gradient(
    to right,
    rgba(245, 196, 168, 1),
    rgba(236, 169, 231, 1),
    rgba(119, 188, 240, 1),
    rgba(117, 224, 237, 1)
  );
}
.conpany_package_show .icon_bg {
  display: none;
}
.conpany_package_active .icon_bg {
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 33px;
  height: 33px;
}
.conpany_package_top {
  position: relative;
  padding-left: 10px;
  width: 100%;
  display: flex;
  z-index: 10;
}
.conpany_package_logo {
  position: relative;
  width: 64px;
  height: 64px;
}
.conpany_package_logo img {
  width: 100%;
  height: 100%;
}
.conpany_package_logo span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -17px;
  width: 25px;
  height: 19px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/conpany_package_li_span_icon.svg)
    no-repeat center;
  background-size: 100%;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  text-align: center;
}
.conpany_package_logo span i {
  display: inline-block;
  margin-bottom: 2px;
  line-height: 25px;
}
.conpany_package_msg {
  flex: 1;
  margin-left: 28px;
}
.conpany_package_msg p {
  margin-bottom: 6px;
  margin-top: 11px;
  color: #484848;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.conpany_package_msg span {
  color: #484848;
  font-family: Microsoft YaHei;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.package_detail_click {
  width: 60px;
  height: 25px;
  margin-top: 22px;
  margin-right: 40px;
}
.package_detail_click a {
  color: #367cf7;
  font-size: 15px;
  margin-right: 5px;
}
.package_detail_click img {
  width: 13px;
  transition: all 500ms;
}
.conpany_package_list {
  position: inherit;
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  z-index: 10;
}
.conpany_package_list li {
  width: 155px;
  height: 155px;
  margin-left: 18px;
  text-align: center;
  margin-top: 30px;
  padding: 18px 0;
  cursor: pointer;
}
.conpany_package_list li:nth-child(5n) {
  margin-left: 0;
}
.conpany_package_list li img {
  width: 70px;
  height: 70px;
}
.conpany_package_list li p {
  margin-top: 17px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.66px;
  line-height: 1.2;
}

.conpany_payment_wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
  padding-left: 27px;
  box-sizing: border-box;
}
.conpany_payment_wrap .phone_error {
  color: #dd2421;
  line-height: 50px;
  margin-left: 10px;
  font-size: 12px;
}
.conpany_payment_wrap .text {
  margin-left: 125px;
  display: inline-block;
  width: 190px;
  height: 42px;
  color: #999;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.conpany_payment_title {
  font-size: 18px;
  width: 101px;
  text-align: right;
  color: #484848;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.conpany_payment_title.total-num {
  padding-top: 4px;
  text-align: center;
}
.conpany_payment_list {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
.conpany_payment_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 235px;
  height: 126px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-right: 30px;
  display: flex;
  line-height: 80px;
  cursor: pointer;
  margin-bottom: 47px;
}
.conpany_payment_list_active {
  border: 1px solid transparent !important;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/selected-triangle.svg)
    no-repeat center/cover !important ;
  background-size: 100%;
}
.conpany_payment_list_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #efefef;
  color: #484848;
  font-family: Microsoft YaHei;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.conpany_payment_list_time span {
  color: #8f8f8f;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  display: inline-block;
  line-height: 2;
}
.conpany_payment_list_price {
  margin-top: 14px;
  margin-bottom: 2px;
  color: #e7385c;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.conpany_payment_list_price a {
  margin-left: -2px;
  color: #e7385c;
  font-size: 31px;
}
.conpany_payment_list_price span {
  font-size: 16px;
  color: #bbbbbb;
  text-decoration: line-through;
}
.conpany_payment_buyNum {
  width: 209px;
  height: 44px;
  display: flex;
  line-height: 50px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.conpany_payment_buyNum input {
  flex: 1;
  text-align: center;
  outline: none;
  border: 0;
  font-size: 15px;
  color: #000;
}
.conpany_payment_buyNum input {
  -moz-appearance: textfield;
}
.conpany_payment_buyNum input::-webkit-inner-spin-button,
.conpany_payment_buyNum input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.conpany_payment_buyNum span {
  height: 100%;
  line-height: 41px;
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  background: #f9f9f9;
  cursor: pointer;
}
.payment_buyNum_disabled {
  opacity: 0.6;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.payment_buyNum_add {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.payment_buyNum_preferential {
  width: 130px;
  height: 25px;
  line-height: 25px;
  margin-top: 11px;
  margin-left: 20px;
  color: #999999;
  font-size: 14px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/wenhao.svg)
    90px 6px no-repeat;
  cursor: pointer;
  position: relative;
}
.payment_buyNum_preferential:hover {
  color: #367cf7;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/wenhao_sel.svg)
    90px 6px no-repeat;
}

.buyNum_preferential_tips {
  display: none;
  width: 210px;
  height: 156px;
  background: linear-gradient(
    134deg,
    #fefae5 5.89%,
    #fef5e3 45.26%,
    #fff0ed 95.48%
  );
  color: #5e340d;
  font-size: 14px;
  border-radius: 8px;
  padding: 14px 16px;
  box-sizing: border-box;
  line-height: 1.9;
  position: absolute;
  top: 30px;
  left: -8px;
}
.buyNum_preferential_tips span {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fef8e4;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.buyNum_preferential_tips a {
  color: #ff0034;
  margin-left: 4px;
  margin-right: 4px;
}
.payment_phone,
.payment_name {
  width: 209px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
  padding-left: 10px;
  box-sizing: border-box;
  color: #000;
}
.payment_phone::placeholder,
.payment_name::placeholder {
  color: #a0a0a0;
}
.conpany_payment_sum {
  font-size: 20px;
  color: #e7385c;
  line-height: 54px;
  font-weight: 700;
}
.conpany_payment_sum .conpany_payment_sumNum {
  color: #e7385c;
  margin-left: 2px;
  font-size: 24px;
  font-weight: 700;
}
.conpany_payment_sum span {
  color: #999999;
  font-size: 18px;
  margin-left: 20px;
}
.conpany_payment_sum span a {
  color: #999999;
}
.conpany_paymeny_method {
  display: flex;
}
.conpany_paymeny_method li {
  width: 245px;
  height: 50px;
  border: 1px solid #dddddd;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 30px;
  cursor: pointer;
}
.conpany_paymeny_method li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.conpany_paymeny_method_active {
  border: 1px solid #ff9263 !important;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/selected-triangle.png)
    right bottom no-repeat !important;
}
.confirmPurchase {
  margin-left: 153px;
  margin-top: 16px;
  width: 158px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  border-radius: 4.231px;
  background: #367cf7;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.52px;
}

.confirmPurchase:hover {
  background: #4e8eff;
}
.confirmPurchase:active {
  background: #367cf7;
}

.payment input {
  display: none;
}
.rq-code-box {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 10px;
  background: #fff;
  margin: calc(50vh - 156px) auto;
  text-align: center;
  line-height: 280px;
  font-size: 20px;
  color: rgba(40, 8, 128, 0.5);
  padding: 20px;
  box-sizing: border-box;
}

.conpany_payment_qrcode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.conpany_payment_qrcode.filter {
  filter: blur(2px);
}
.conpany_payment_qrcode canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90% !important;
  height: 90% !important;
}
.rq-code-box-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(85, 85, 85, 0.8);
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
}
.rq-code-box-common.show {
  display: flex;
}
/* 二维码等待中动图 */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rq-code-box-common.loading img {
  width: 30px;
  height: 30px;
  animation: rotate 2s infinite linear;
}
.conpany_payment_checked {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 10px;
}
.payment_agreement {
  font-size: 16px;
  color: #999999;
  text-decoration: underline;
}
.payment_agreement:active {
  color: #4aa8ff;
}

.payment_agreement_container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.payment_agreement_container_wrap {
  width: 800px;
  height: 500px;
  padding: 0 35px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 400px);
}
.agreement_container_wrap_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.payment_agreement_container_wrap h4 {
  text-align: center;
  font-size: 24px;
  line-height: 100px;
}
.agreement_container_wrap_content {
  width: 100%;
  height: 360px;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
}
.agreement_container_wrap_content p {
  text-indent: 2em;
  color: #777777;
  line-height: 28px;
}
.agreement_container_wrap_content h6 {
  font-size: 16px;
  line-height: 28px;
}
.agreement_container_wrap_content::-webkit-scrollbar {
  width: 4px;
}
.agreement_container_wrap_content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
.agreement_container_wrap_content::-webkit-scrollbar-thumb {
  background: rgb(200, 200, 200);
  border-radius: 3px;
}
.payment_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.5);
  z-index: 9999999;
}
.close_payment {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 58px;
  right: 58px;
  width: 76px;
  height: 76px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 50%;
}
.close_payment:hover {
  background: rgba(0, 0, 0, 0.3);
}
.payment_mask p,
.payment_mask > div > img {
  width: 100%;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 21px;
  text-align: center;
  position: absolute;
  top: calc(50vh - 208px);
}
.payment_mask > div > img {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50vh - -106px);
  width: 137px;
  height: 34px;
}

/* 筛选 */
.filtrate_container {
  width: 560px;
  margin-top: -10px;
  position: relative;
}
.filtrate_container_selectBox {
  width: 555px;
  height: 34px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
}
.filtrate_container_tips {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  font-size: 12px;
  color: #999;
}
.filtrate_container_tips img {
  padding-top: 1px;
  width: 24px;
  height: 24px;
}
.filtrate_container_selectBox .selectList {
  flex: 1;
  display: flex;
}
.filtrate_container_selectBox .filtrate_container_down {
  margin-top: -4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/down_nor.png)
    center center no-repeat;
  cursor: pointer;
  border-left: 0;
}
.selectList li {
  display: flex;
  justify-content: space-between;
  width: 120px;
  height: 26px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  padding-left: 5px;
  box-sizing: border-box;
  margin-right: 5px;
}
.selectList li span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectList li i {
  display: inline-block;
  margin-top: 7px;
  margin-right: 8px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/close_nor.svg)
    no-repeat center;
  background-size: 100%;
}
.selectList li i:hover {
  background: url(https://res.callmysoft.com/wm-static-resource/index/common/images/purchasePayImages/close_nor.svg)
    no-repeat center;
  background-size: 100%;
}
.selectList.selectList_span li span {
  border-left: 0;
  font-size: 12px;
  color: #484848;
  line-height: 24px;
  padding-left: 0;
}

.filtrate_container_downList {
  width: 555px;
  position: absolute;
  left: 0;
  top: 34px;
  padding: 10px 8px 5px 14px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e5e5e5;
  border-top: 0;
  z-index: 20;
}
.filtrate_container_downList li {
  width: 32%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2.667px;
  border: 1px solid #ddd;
}
.filtrate_container_downList .downList_active {
  background: #f9fafb;
  color: #367cf7;
}

/* 隐藏设备数 */
.onlineNum.hide{
  display: none;
}
