.pilot_plan {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.pilot_plan .top_img {
  width: 100%;
  max-width: 640px;
}
.pilot_plan .top_img img {
  width: 100%;
  max-width: 640px;
}
.pilot_plan .bottom-des {
  width: 100%;
  max-width: 640px;
}
.pilot_plan .bottom-des img {
  width: 100%;
  max-width: 640px;
}
.pilot_plan .form {
  width: 100%;
  max-width: 640px;
  background-image: url('https://pmscos.beyondh.com/fe/20230220/fe_web_piloplan_bg.jpg');
  background-size: 100% 100%;
  background-repeat: repeat-y;
  margin-top: -40px;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pilot_plan .form .item {
    font-size: 16px;
    padding: 0 66px;
    margin-bottom: 20px;
    box-sizing: content-box;
  }
  .pilot_plan .form .item .label {
    font-size: 16px;
    color: #777777;
    line-height: 40px;
  }
  .pilot_plan .form .item .products {
    display: flex;
    flex-wrap: wrap;
  }
  .pilot_plan .form .item .products .product-item {
    position: relative;
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    width: 235px;
    height: 30px;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #1C1C1C;
    margin-right: 16px;
    margin-top: 16px;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
  }
  .pilot_plan .form .item .products .product-item:nth-of-type(1) {
    margin-top: 0;
  }
  .pilot_plan .form .item .products .product-item:nth-of-type(2) {
    margin-top: 0;
  }
  .pilot_plan .form .item .products .checked {
    background: #FFF0F1;
    border: 1px solid #BC0C16;
  }
  .pilot_plan .form .item .products .checked::after {
    display: block;
    content: ' ';
    width: 25px;
    height: 25px;
    background-image: url('https://pmscos.beyondh.com/fe/20230215/fe_website_ok.png');
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pilot_plan .form .item .tag {
    color: red;
  }
  .pilot_plan .form .item .btn {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    background: #ed0c19;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
  .pilot_plan .form .item .input {
    margin-top: 5px;
  }
  .pilot_plan .form .item .input input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 30px;
  }
  .pilot_plan .form .item .input input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 30px;
  }
  .pilot_plan .form .item .input input::-moz-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 30px;
  }
  .pilot_plan .form .item .input input {
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    height: 52px;
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .pilot_plan .form .item .input .province {
    border: 1px solid #B4B4B4;
    border-radius: 8px;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 16px;
    color: #222222;
    position: relative;
    justify-content: space-between;
    cursor: pointer;
  }
  .pilot_plan .form .item .input .province .right {
    width: 0;
    height: 0;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-right: 12px;
  }
  .pilot_plan .form .item .input .province .noData {
    font-weight: 400;
    font-size: 15px;
    color: #CCCCCC;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pilot_plan .form .item {
    font-size: 0.16rem;
    padding: 0 0.7rem;
    margin-bottom: 0.40rem;
    box-sizing: content-box;
    margin-bottom: 0.3rem;
  }
  .pilot_plan .form .item .products {
    display: flex;
    flex-wrap: wrap;
  }
  .pilot_plan .form .item .products .product-item {
    position: relative;
    border: 0.01rem solid #B4B4B4;
    border-radius: 0.08rem;
    width: 100%;
    height: 0.78rem;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.28rem;
    color: #1C1C1C;
    margin-right: 0.16rem;
    margin-top: 0.16rem;
    text-align: center;
    padding: 0.06rem 0;
    cursor: pointer;
  }
  .pilot_plan .form .item .products .checked {
    background: #FFF0F1;
    border: 0.01rem solid #BC0C16;
  }
  .pilot_plan .form .item .products .checked::after {
    display: block;
    content: ' ';
    width: 0.4rem;
    height: 0.4rem;
    background-image: url('https://pmscos.beyondh.com/fe/20230215/fe_website_ok.png');
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pilot_plan .form .item .province {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    display: flex;
    align-items: center;
    padding-left: 0.37rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #222222;
    justify-content: space-between;
  }
  .pilot_plan .form .item .province .right {
    width: 0;
    height: 0;
    border-top: 0.12rem solid #333333;
    border-right: 0.12rem solid transparent;
    border-left: 0.12rem solid transparent;
    margin-right: 0.2rem;
  }
  .pilot_plan .form .item .province .noData {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_plan .form .item .tag {
    color: red;
  }
  .pilot_plan .form .item .btn {
    margin-top: 0.3rem;
    text-align: center;
    color: #fff;
    background: #ed0c19;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.08rem;
    font-size: 0.34rem;
  }
  .pilot_plan .form .item .label {
    font-size: .28rem;
    color: #777777;
    line-height: 0.40rem;
  }
  .pilot_plan .form .item .input {
    margin-top: 0.24rem;
  }
  .pilot_plan .form .item .input input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_plan .form .item .input input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_plan .form .item .input input::-moz-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_plan .form .item .input input {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    width: 100%;
    padding-left: 0.37rem;
    box-sizing: border-box;
  }
}
.mobile_citys_pc {
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #fff;
  z-index: 3;
  height: 200px;
  width: auto;
  box-shadow: 0 0 0 4px 1px #ccc;
}
.mobile_citys_pc .mobile_citys_content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 1px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0px #ccc;
  border-radius: 4px;
  justify-content: space-between;
}
.mobile_citys_pc .mobile_citys_content .list:nth-of-type(2) {
  margin-left: 3px;
}
.mobile_citys_pc .mobile_citys_content .list {
  height: 176px;
  overflow: auto;
  padding: 12px 0px;
  box-shadow: 1px 1px 5px 0px #ccc;
  border-radius: 4px;
}
.mobile_citys_pc .mobile_citys_content .list .item,
.mobile_citys_pc .mobile_citys_content .list .city_item {
  font-size: 14px;
  color: #323233;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_citys_pc .mobile_citys_content .list .item > div,
.mobile_citys_pc .mobile_citys_content .list .city_item > div {
  display: flex;
  align-items: center;
  width: 162px;
}
.mobile_citys_pc .mobile_citys_content .list .city_item::after {
  visibility: hidden;
  content: '';
  width: 6px;
  height: 6px;
  display: block;
}
.mobile_citys_pc .mobile_citys_content .list .item:hover,
.mobile_citys_pc .mobile_citys_content .list .city_item:hover {
  background: #FFF5F5;
}
.mobile_citys_pc .mobile_citys_content .list .item::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #7D7E80;
  border-right: solid 1px #7D7E80;
  transform: rotate(45deg);
}
.mobile_citys_pc .mobile_citys_content .list .item_list_checked::after {
  content: '\2713';
  width: 6px;
  height: 6px;
  display: block;
  text-align: right;
  margin-right: 0px;
  color: #BC0C16;
  background: #FFF5F5;
  visibility: visible;
}
.mobile_citys_pc .mobile_citys_content .list .checked,
.mobile_citys_pc .mobile_citys_content .list .item_list_checked {
  background: #FFF5F5;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333vw ;
  }
  * {
    padding: 0;
    margin: 0;
  }
  body {
    height: auto;
  }
  input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  input::-moz-input-placeholder {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .pilot_retain-sucess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .24rem;
    background: rgba(0, 0, 0, 0.55);
  }
  .pilot_retain-sucess > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pilot_retain-sucess > div .content {
    background-image: linear-gradient(0deg, #FFFFFF 50%, #E0FFF1 100%);
    border-radius: 0.08rem ;
    width: 5rem;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem 0.3rem 0.1rem;
  }
  .pilot_retain-sucess > div .content .title {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .pilot_retain-sucess > div .content .title > div {
    margin: .10rem;
    font-size: 0.30rem;
    color: #C8C9CC;
    width: 0.27rem;
    height: 0.27rem;
    text-align: center;
    cursor: pointer;
  }
  .pilot_retain-sucess > div .content .icon {
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
  }
  .pilot_retain-sucess > div .content .icon > div {
    background-image: url(https://pmscos.beyondh.com/fe/20230222/fe_website_ok.png);
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.5rem;
  }
  .pilot_retain-sucess > div .content .des_content {
    font-size: 0.3rem;
    color: #1C1C1C;
    text-align: center;
    font-weight: bold;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }
  .pilot_retain-sucess > div .content .rqcode_tips {
    font-weight: 400;
    font-size: 0.20rem;
    color: #666666;
    line-height: 0.40rem;
    margin: 0.01rem 0.4rem 0.2rem 0.4rem;
    text-align: center;
  }
  .pilot_retain-sucess > div .content .qrcode_span {
    display: flex;
    justify-content: center;
  }
  .pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode {
    width: 2.88rem;
    height: 2.88rem;
  }
  .pilot_retain-sucess > div .content .qrcode_span .wechat_qrcode > img {
    width: 2.88rem;
    height: 2.88rem;
  }
  .pilot_retain-sucess > div .content .wechat_qrcode_title {
    text-align: center;
    color: #666666;
    margin: 0.2rem 0;
    font-size: 0.20rem;
  }
  .com_toast {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .24rem;
  }
  .com_toast div {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: .1rem;
    border-radius: 0.16rem;
    min-height: .56rem;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30%;
  }
  .retain_mobile {
    box-sizing: border-box;
    background-image: linear-gradient(#FFE5E6, #FFFFFF) !important;
    background-repeat: no-repeat;
    height: auto;
  }
  .retain_mobile .title {
    font-size: 0.52rem;
    color: #1C1C1C;
    text-align: center;
    line-height: 0.64rem;
    padding-top: 1.14rem;
  }
  .retain_mobile .subtitle {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.34rem;
    text-align: center;
    margin-top: 0.16rem;
  }
  .retain_mobile .main {
    width: 6.86rem;
    margin: 0 auto;
    margin: 0 auto 0.5rem auto;
    background: #FFFFFF;
    border-radius: .32rem;
    margin-top: 0.6rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px #ebe9e9;
    padding: 0.58rem 0.32rem;
  }
  .retain_mobile .main .item {
    margin-bottom: 0.3rem;
  }
  .retain_mobile .main .item .label {
    font-size: .28rem;
    color: #777777;
    line-height: 0.40rem;
  }
  .retain_mobile .main .item .input {
    margin-top: 0.24rem;
  }
  .retain_mobile .main .item .input input {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    width: 100%;
    padding-left: 0.37rem;
    box-sizing: border-box;
    display: block;
  }
  .retain_mobile .main .item .radio-span {
    display: flex;
    align-items: center;
  }
  .retain_mobile .main .item .radioitem {
    display: flex;
    align-items: center;
    margin-right: 0.6rem;
    font-size: 0.28rem;
  }
  .retain_mobile .main .item .radioitem > div:nth-of-type(1) {
    margin-right: 0.08rem;
  }
  .retain_mobile .main .item .checked {
    font-weight: 600;
    font-size: 0.28rem;
    color: #333333;
  }
  .retain_mobile .main .item .checked .radioout {
    background: #FFFFFF;
    border: 0.01rem solid #BC0C16;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .retain_mobile .main .item .checked .radioin {
    width: 0.2rem;
    height: 0.2rem;
    background: #BC0C16;
    border-radius: 50%;
    opacity: 1;
  }
  .retain_mobile .main .item .radioout {
    background: #FFFFFF;
    border: 0.01rem solid #666;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .retain_mobile .main .item .radioin {
    width: 0.2rem;
    height: 0.2rem;
    background: #BC0C16;
    border-radius: 50%;
    opacity: 0;
  }
  .retain_mobile .main .item .products {
    display: flex;
    flex-wrap: wrap;
  }
  .retain_mobile .main .item .products .product-item {
    position: relative;
    border: 0.01rem solid #B4B4B4;
    border-radius: 0.08rem;
    width: 1.93rem;
    height: 0.78rem;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.28rem;
    color: #1C1C1C;
    margin-right: 0.16rem;
    margin-top: 0.16rem;
    text-align: center;
    padding: 0.06rem 0;
  }
  .retain_mobile .main .item .products .product-item:nth-of-type(3n ) {
    margin-right: 0rem;
    margin-right: 0;
  }
  .retain_mobile .main .item .products .checked {
    background: #FFF0F1;
    border: 0.01rem solid #BC0C16;
  }
  .retain_mobile .main .item .products .checked::after {
    display: block;
    content: ' ';
    width: 0.4rem;
    height: 0.4rem;
    background-image: url('https://pmscos.beyondh.com/fe/20230215/fe_website_ok.png');
    background-size: 100% 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .retain_mobile .main .item .province {
    border: 1px solid #B4B4B4;
    border-radius: 0.08rem;
    height: 0.86rem;
    display: flex;
    align-items: center;
    padding-left: 0.37rem;
    font-weight: 500;
    font-size: 0.28rem;
    color: #222222;
    justify-content: space-between;
  }
  .retain_mobile .main .item .province .right {
    width: 0;
    height: 0;
    border-top: 0.12rem solid #333333;
    border-right: 0.12rem solid transparent;
    border-left: 0.12rem solid transparent;
    margin-right: 0.2rem;
  }
  .retain_mobile .main .item .province .noData {
    font-weight: 400;
    font-size: 0.28rem;
    color: #CCCCCC;
    line-height: 0.34rem;
  }
  .retain_mobile .main .bottom {
    background: #BC0C16;
    border-radius: 0.49rem;
    height: 0.9rem;
    width: 6.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.32rem;
  }
  .mobile_citys {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
  }
  .mobile_citys .mobile_citys_content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7.98rem;
    background: #FFFFFF;
    border-radius: .32rem .32rem 0 0;
    box-sizing: border-box;
    padding: 0rem 0.38rem;
  }
  .mobile_citys .mobile_citys_content .mobile_citys_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.44rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #323233;
    margin-top: 0.36rem;
  }
  .mobile_citys .mobile_citys_content .mobile_citys_title > div:nth-of-type(2) {
    color: #C8C9CC;
    font-size: 0.38rem;
  }
  .mobile_citys .mobile_citys_content .tabs {
    font-weight: 500;
    font-size: 0.28rem;
    color: #323233;
    display: flex;
    align-items: center;
    height: 0.96rem;
  }
  .mobile_citys .mobile_citys_content .tabs > div {
    height: 100%;
    padding: 0 0.22rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .mobile_citys .mobile_citys_content .tabs > div:nth-of-type(1) {
    margin-right: 0.84rem;
  }
  .mobile_citys .mobile_citys_content .tabs > div:nth-of-type(2) {
    margin-right: 0.84rem;
  }
  .mobile_citys .mobile_citys_content .tabs .checked {
    height: 100%;
    border-bottom: solid 0.06rem #BC0C16;
  }
  .mobile_citys .mobile_citys_content .list {
    height: 6.16rem;
    overflow: auto;
  }
  .mobile_citys .mobile_citys_content .list .item {
    height: 0.4rem;
    font-weight: 400;
    font-size: .28rem;
    color: #323233;
    margin-top: 0.4rem;
  }
  .mobile_citys .mobile_citys_content .list .checked {
    color: #BC0C16 ;
    display: flex;
    justify-content: space-between;
  }
  .mobile_citys .mobile_citys_content .list .checked::after {
    content: '\2713';
    width: 200px;
    height: 200px;
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #BC0C16;
  }
  .mobile-select-wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
  }
  .mobile-select-wrap .mobile_select_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.44rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #323233;
    margin-top: 0.36rem;
  }
  .mobile-select-wrap .mobile_select_title > div:nth-of-type(2) {
    color: #C8C9CC;
    font-size: 0.38rem;
  }
  .mobile-select-wrap .mobile-select-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7.98rem;
    background: #FFFFFF;
    border-radius: .32rem .32rem 0 0;
    box-sizing: border-box;
    padding: 0rem 0.38rem;
  }
  .mobile-select-wrap .list {
    height: 6.16rem;
    overflow: auto;
  }
  .mobile-select-wrap .list .item {
    height: 0.4rem;
    font-weight: 400;
    font-size: .28rem;
    color: #323233;
    margin-top: 0.4rem;
  }
  .mobile-select-wrap .list .checked {
    color: #BC0C16 ;
    display: flex;
    justify-content: space-between;
  }
  .mobile-select-wrap .list .checked::after {
    content: '\2713';
    width: 20px;
    height: 20px;
    display: block;
    text-align: right;
    margin-right: 20px;
    color: #BC0C16;
  }
}

