body {
  background: #EEEEEE;
  min-height: 100vh;
}

.msg-roll {
  background: #FEEFD8;
  font-size: .373rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B46730;
  height: 1.067rem;
  line-height: 1.067rem;
  padding-left: 0.32rem;
  overflow: hidden;
}

.address_list {}

.address-no-list {
  text-align: center;
  padding-top: 10em;
}

/*公用 保存 新建 按钮*/
.public-btn-wrap {
  padding: 2.5em 0;
  text-align: center;
  border-top: 1px solid #CECECE;
}

.public-btn {
  width: 75%;
  height: 2.625em;
  line-height: 2.625em;
  display: block;
  margin: 0 auto;
  font-size: 1.33em;
  text-align: center;
  color: #fff;
  background: #F70800;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.public-btn a {
  color: #fff;
}

/*边框0*/
.bd0 {
  border: 0;
}

.address-no-list {
  text-align: center;
  padding-top: 10em;
}

.address-no-list .ico {
  width: 6em;
  margin: 0 auto 1em;
}

.address-no-list h3 {
  color: #666;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.333em;
}

.address-no-list p {
  color: #BDBDBD;
  font-size: 1em;
}

/* 无订单 */
.order_not {
  text-align: center;
  margin-top: 35%;
}

.order_not img {
  width: 28%;
  margin-top: .533rem;
}

.order_not p {
  font-size: .4rem;
  line-height: .587rem;
  color: #777;
  margin-top: .32rem;
}

.order_not .rb-button {
  width: 30%;
  height: .853rem;
  line-height: .853rem;
  border-radius: .427rem;
  border: 1px solid #E33E41;
  font-size: .373rem;
  color: #E33E41;
  margin: .533rem auto 1.333rem;
}

.RB {
  margin-top: .32rem;
}

.area_cell {
  padding: .427rem .32rem;
  border-bottom: .013rem solid #EEE;
}

.area_cell_info {
  font-size: .427rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333;
  line-height: .64rem;
}

.area_cell_info span {
  margin-right: .533rem;
}

.area_cell_info span.tag-pt-red {
  font-size: .293rem;
  border: 0;
  margin-left: .213rem;
  font-weight: normal;
  vertical-align: middle;
}

.area_cell p {
  font-size: .373rem;
  color: #777;
  line-height: .533rem;
  margin-top: .213rem;
}

.edit_cell {
  height: 1.28rem;
  line-height: 1.28rem;
  padding: 0 .32rem;
  display: flex;
  justify-content: space-between;
}

.edit_cell div {
  display: flex;
  align-items: center;
  font-size: .373rem;
  color: #333;
}

.edit_cell div span+a {
  color: #333;
  margin-left: .64rem;
}

.edit_cell i.area_checkbox {
  width: .48rem;
  height: .48rem;
  margin-right: .213rem;
  border: .053rem solid #CCC;
  border-radius: 100%;
  display: inline-block;
  flex-shrink: 0;
}

.edit_cell i.area_checkbox.checked {
  position: relative;
  width: .533rem;
  height: .533rem;
  border: 0;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  margin-left: .053rem;
}

.edit_cell i.area_checkbox.checked:after {
  content: '';
  position: absolute;
  width: .587em;
  height: .4em;
  background: transparent;
  left: 50%;
  top: 50%;
  margin-top: -.107rem;
  margin-left: -.133rem;
  border: .16em solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.edit_cell i.area_checkbox input {
  display: none;
}

.add_address {
  width: 100%;
  height: 2.507rem;
}

.add_address a,
.add_address button {
  position: fixed;
  left: 0;
  bottom: .427rem;
  z-index: 1000;
  width: 91.5%;
  height: 1.173rem;
  line-height: 1.173rem;
  margin: 0 4.25%;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: .587rem;
  font-size: .427rem;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
}

.add_address a i {
  font-size: .533rem;
  font-weight: bold;
}

.add_address button {
  border: 0;
}

.btn-no {
  background: #e2e2e2;
}


/* 编辑 */
.address_edit {
  width: 95.8%;
  background: #FFF;
  margin: .32rem 0;
  padding-left: 4.2%;
}

.address_edit .li {
  height: 1.493rem;
  line-height: 1.493rem;
  font-size: .427rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .013rem solid #EEE;
  position: relative;
}

.address_edit .li:last-child,
.address_edit .li.address {
  border-bottom: 0;
}

.address_edit [class*="field-useraddressform"] {
  height: 1.493rem;
  line-height: 1.493rem;
  font-size: .427rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEE;
  position: relative;
}

.address_edit.ww .li {
  justify-content: inherit;
}

.address_edit.ww .li label {
  width: 24%;
}

.address_edit.ww .li input {
  width: 65%;
  color: #333;
  font-size: .4rem;
  font-weight: bold;
}

.address_edit.ww div:nth-child(4) {
  height: auto;
  align-items: inherit;
  overflow: hidden;
}

.address_edit.ww textarea.address_in {
  width: 65%;
  margin: .4rem 0;
  height: 1.173rem;
  line-height: .587rem;
  border: 0;
  color: #333;
  font-size: .4rem;
  font-weight: 600;
}

.address_edit.ww div:nth-child(4) .mclear {
  margin-top: .347rem
}

.fl input {
  width: 100%;
}

.address_edit.ww [class*="field-useraddressform"] {
  justify-content: inherit;
}

.address_edit.ww [class*="field-useraddressform"] label {
  width: 24%;
}

.address_edit.ww [class*="field-useraddressform"] input {
  width: 70%;
  color: #999;
  font-size: .4rem
}

.prompt {
  display: block;
  clear: both;
  color: #f10505;
  /* border-top: 1px dashed #ccc; */
  line-height: 1.5em;
  font-size: .9em;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.field-useraddressform-district .prompt {
  display: block;
  clear: both;
  color: #f10505;
  /* border-top: 1px dashed #ccc; */
  line-height: 1.5em;
  font-size: .9em;
  position: absolute;
  bottom: 0;
  /*left: 25%;*/
}

.address_edit.ww #select-diliver-area [class*="has-error"] {
  display: block;
  clear: both;
  color: #f10505;
  border: 0;
  line-height: 1.5em;
  font-size: .9em;
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 80%;
}

.address_edit.ww #select-diliver-area [class*="has-error"] .prompt {
  left: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: .4rem;
  font-weight: normal;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: .4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: .4rem;
  font-weight: normal;
}

.address_edit .li i {
  /* width: .427rem;
  height: .427rem; */
  margin-right: 5%;
  color: #999;
  font-size: .4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address_edit .li i::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: .213rem;
}

.tow_line .li {
  height: 2.133rem;
  line-height: .64rem;
}

.tow_line .li div {
  height: 2.133rem;
}

.tow_line .li p {
  margin-top: .453rem;
  color: #333;
}

.tow_line .li span {
  color: #999;
  font-size: .373rem;
}

.tow_line .li div.switch {
  width: 1.36rem;
  height: .827rem;
  margin-right: .427rem;
  position: relative;
}


.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.switch label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #E9E9E9;
  border-radius: .413rem;
}

.tow_line .li div.switch label i {
  display: block;
  height: .747rem;
  width: .747rem;
  margin-top: .04rem;
  border-radius: 100%;
  background: silver;
  position: absolute;
  z-index: 2;
  right: 41%;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 3px 1px 0px rgba(0, 0, 0, 0.05);
}

.switch input:checked~label {
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
}

.address_edit .li .switch input:checked~label i {
  right: 2%;
}


.address_edit .li .switch label i::after {
  border: 0;
}

.one_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one_line .edit_cell {
  padding: 0;
  height: auto;
}

.one_line .address_info {
  width: 80%;
  border-right: 0;
  position: relative;
}

.one_line .address_info::after {
  content: '';
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 84%;
  background: #EEE;
}

.address_info {
  padding-right: .427rem;
  margin: 0 .427rem 0 .16rem;
  border-right: 1px solid #EEE;
}

.address_del {
  color: #333;
  font-size: .373rem;
  white-space: nowrap;
}

.address_search {}

.mclear {
  width: .64rem;
  height: .64rem;
  margin-right: .427rem;
  background: url('../../images/2021user/ico/feedback/icon_close_blackBg_24@2x.png') no-repeat;
  background-size: 100%;
  display: inline-block;
}

.buttonHide {
  display: none;
}

.address_edit .li.unfold {
  border-bottom: 0;
}

.address_edit .li.unfold i::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.address_con {
  display: none;
}

.address_block {
  margin-right: .427rem;
  padding: .427rem;
  background: #F6F6F6;
  border-radius: .213rem;
  display: flex;
  align-items: center;
}

.address_textarea {
  padding-right: 4.6%;
  width: 80%;
  position: relative;
}

.address_textarea textarea {
  width: 100%;
  height: 1.6rem;
  background: #F6F6F6;
  border: 0;
  font-size: .4rem;
  color: #333;
}

.address_textarea::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #EEE;
}

.address_operation {
  margin-left: .453rem;
  font-size: .373rem;
  color: #E33E41;
}

.address_operation.del {
  color: #999;
}

.address_edit .li.btn_con {
  justify-content: flex-end;
  padding-right: 4.2%;
}

.btn_type_in {
  width: 2.133rem;
  height: .747rem;
  line-height: .747rem;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  border-radius: .373rem;
  font-size: .373rem;
  color: #FFFFFF;
  text-align: center;
}

.in_no {
  opacity: 0.5;
}



/* 粘贴弹窗 */
.masked {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
}

.pop_paste {
  width: 78%;
  background: #FFFFFF;
  border-radius: .213rem;
  overflow: hidden;
}

.pop_paste_con {
  padding-top: .64rem;
}

.pop_paste_con h2 {
  font-size: .48rem;
  font-weight: bold;
  color: #333;
  line-height: .693rem;
  text-align: center;
}

.pop_paste_con p {
  font-size: .373rem;
  color: #B46730;
  line-height: .533rem;
  margin-top: .107rem;
  text-align: center;
}

.pop_paste_con ul {
  margin: .853rem .64rem;
}

.pop_paste_con ul li {
  display: flex;
  width: 100%;
  margin-bottom: .213rem;
}

.pop_paste_con ul li label {
  width: 25%;
  font-size: .4rem;
  line-height: .587rem;
  color: #999;
}

.pop_paste_con ul li p {
  width: 75%;
  font-size: .4rem;
  line-height: .587rem;
  color: #333;
  text-align: left;
  margin-top: 0;
}

.pop_paste_btn {
  border-top: 1px solid #EEE;
  display: flex;
}

.pop_paste_btn .btn {
  width: 49.5%;
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: .427rem;
  color: #333;
  background: #FFF;
  text-align: center;
}

.btn+.btn {
  border-left: 1px solid #EEE;
}

.btn.btn_on {
  color: #E33E41;
  font-weight: bold;
}

/* 联想地址列表*/
.ai-info-box {
  position: fixed;
  display: none;
  top: 25.5em;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
  border-top: 1px solid #E8E9EA;
}

.aiList {

  background: #fff;
  line-height: 1.6;
}

.aiList li {
  border-bottom: 1px solid #E8E9EA;
  padding-left: 7.5%;
  position: relative;
}

.aiList li>div {
  padding: .5em;
}

.aiList h3 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.aiList p {
  color: #aaa;
  font-size: 12px;
}

.aiList .gps {
  width: 1.167em;
  height: 1.167em;
  background: url(../../images/wx-scan/ico-gps-gray.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 2.5%;
  margin-top: -.5835em;
}