.sell .searchBox {
    margin: 20px 10px 0;
    padding: 20px;
    background: #fff;
  }
  .sell .searchBox .sandr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .sell .searchBox .sandr a {
    flex: 0 0 48.5%;
    height: 50px;
    line-height: 45px;
    border: 2px solid #bcaea9;
    border-radius: 50px;
    text-align: center;
    color: #bcaea9;
    background: #fff;
    cursor: pointer;
  }
  .sell .searchBox .sandr a.at, .sell .searchBox .sandr a:hover {
    color: #fff;
    background: #bcaea9;
  }
  .sell .searchBox .inpBox {
    margin-top: 20px;
  }
  .sell .searchBox .inpBox > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sell .searchBox .inpBox > ul > li {
    flex: 1 1 50%;
    padding: 0 10px;
    position: relative;
  }
  .sell .searchBox .inpBox > ul > li h3 {
    padding: 10px;
  }
  .sell .searchBox .inpBox > ul > li table {
    width: 100%;
    border-collapse: collapse;
  }
  .sell .searchBox .inpBox > ul > li table tr th, .sell .searchBox .inpBox > ul > li table tr td {
    border: 1px solid #bcaea9;
  }
  .sell .searchBox .inpBox > ul > li table tr th {
    width: 25%;
    text-align: center;
    color: #999;
  }
  .sell .searchBox .inpBox > ul > li input[type=text],
  .sell .searchBox .inpBox > ul > li select,
  .sell .searchBox .inpBox > ul > li textarea {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: none;
    color: #333;
    vertical-align: middle;
    resize: none;
    outline: none;
  }
  .sell .searchBox .smtBtn {
    margin-top: 20px;
    text-align: center;
  }
  .sell .searchBox .smtBtn button {
    width: 240px;
    height: 50px;
    border: 2px solid #bcaea9;
    color: #fff;
    background: #bcaea9;
    border-radius: 50px;
    cursor: pointer;
  }
  .sell .searchBox .smtBtn button:hover {
    color: #bcaea9;
    background: #fff;
  }
  .sell .process {
    margin: -20px -20px 0;
    padding: 30px 0;
    background: #f9f8f8;
  }
  .sell .process h3 {
    margin-bottom: 30px;
  }
  .sell .process .iBox {
    color: #3666b8;
  }
  .sell .process .iBox .iconfont {
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    background: #3666b8;
  }
  .sell .pTab {
    margin: 30px 0;
    color: #999;
  }
  .sell .pTab span {
    margin-right: 40px;
  }
  .sell .pTab span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    font-style: initial;
    color: #fff;
    background: #999;
  }
  .sell .processMain1 .pTab span:first-of-type,
  .sell .processMain2 .pTab span:nth-of-type(-n+2),
  .sell .processMain3 .pTab span {
    color: #3666b8;
  }
  .sell .processMain1 .pTab span:first-of-type i,
  .sell .processMain2 .pTab span:nth-of-type(-n+2) i,
  .sell .processMain3 .pTab span i {
    background: #3666b8;
  }
  .sell .pMain>div {
    display: none;
  }
  .sell .processMain1 .pMain>div:nth-of-type(1),
  .sell .processMain2 .pMain>div:nth-of-type(2),
  .sell .processMain3 .pMain>div:nth-of-type(3) {
    display: block;
  }
  .sell .pMain h4 {
    padding-bottom: 30px;
  }
  .sell .pMain table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .sell .pMain table th {
    width: 10%;
    padding-bottom: 20px;
    text-align: left;
  }
  .sell .pMain table td {
    width: 40%;
    padding: 0 20px 20px 0;
  }
  .sell .pMain table td .iBox>div {
    padding-right: 20px;
  }
  .sell .pMain table td .iBox>div:last-of-type {
    padding-right: 0;
  }
  .sell .pMain table input,
  .sell .pMain table select,
  .sell .pMain table textarea {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    resize: none;
  }
  .sell .pMain table textarea {
    height: 65px;
    padding: 10px;
  }
  .sell .region2 option:nth-of-type(n+2),
  .sell .region3 option:nth-of-type(n+2) {
    display: none;
  }
  .sell .pMain #imgView {
    display: inline;
  }
  .sell .pMain #imgView .img {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    border: 1px solid #eee;
  }
  .sell .pMain #imgView .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
  }
  .sell .pMain #imgView .img span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    background: #0006;
    cursor: pointer;
  }
  .sell .pMain table #fileUp {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    vertical-align: top;
    z-index: 0;
  }
  .sell .pMain table #fileUp::after {
    content: '+';
    position: absolute;
    top: 23px;
    left: 30px;
    font-size: 30px;
    color: #999;
    z-index: -1;
  }
  .sell .pMain table #fileUpload {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .sell .agree {
    margin: 30px 0;
    color: #666;
  }
  .sell .agree h3 {
    color: #f00;
  }
  .sell .agree p {
    margin-top: 10px;
  }
  .sell .pMain button {
    padding: 8px 60px;
    border: none;
    color: #fff;
    background: #3666b8;
    cursor: pointer;
}
  @media screen and (max-width: 500px) {
    .sell .searchBox .inpBox > ul > li {
      flex: 1 1 100%;
      padding: 0;
    }
    .sell .process .iBox span {
      display: block;
    }
    .sell .pMain table tr {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
    }
    .sell .pMain table tr th,
    .sell .pMain table tr td {
      width: 100%;
      padding: 0 0 10px 0;
    }
    .sell .pMain table tr th:nth-child(odd) {
      width: 30%;
    }
    .sell .pMain table tr td:nth-child(even) {
      width: 70%;
    }
    .sell .pMain table tr td select {
      padding: 0;
    }
  }