body {
  background-color: #f8f8f8;
  height: 100%;
  padding-bottom: 20vw;
}

/* -------------头部-------------- */

.header {
  background-color: #fff;
  margin-bottom: 1vw;
}

.header-title .goBack img {
  width: 100%;
  height: 100%;
}

.header-title .goBack {
  width: 9.87vw;
  height: 4.67vw;
  position: relative;
}

/* 公司名称 */

.header-title .name {
  font-size: 4.67vw;
  padding-left: 2.8vw;
  width: 76vw;
  color: #101010;
}

/* 更多 */

.header-title .more img {
  width: 100%;
  height: 100%;
}

.header-title .more {
  width: 0.93vw;
  height: 4.4vw;
}

.header-title {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-top: 4vw;
  padding-left: 3.8vw;
  padding-bottom: 4vw;
  position: fixed;
  width: 100vw;
  z-index: 999;
}

.header-title-wrapper {
  height: 13.854vw;
}

/* -----------------收货信息---------------- */

.address-box {
  background-color: #fff;
  margin-bottom: 4.27vw;
}

/* 文字信息 */

.address-box .msg>div {
  font-size: 3.73vw;
  color: #292929;
  margin-bottom: 3.07vw;
}

.address-box .msg {
  padding: 3.87vw 6.67vw 3.73vw 3.07vw;
  border-bottom: 0.13vw solid #d1d0cf;
}

/* 操作 */

.address-box .operate {
  padding: 2.93vw 4.13vw 3.07vw 3.2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address-box .operate .default {
  font-size: 3.47vw;
  color: #030000;
  display: flex;
  align-items: center;
}

/* check */

.address-box .operate .check-box {
  margin-right: 1vw;
}

.address-box .operate .check-box .check {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}

/* 未被选中 */

.address-box .operate .check-box span {
  width: 3.6vw;
  height: 3.6vw;
  background: url(../img/checkNone_icon.png);
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

/* 选中 */

.address-box .operate .check-box span.checked {
  background: url(../img/checked_icon.jpg);
  background-size: contain;
}

/* 右侧操作 */

.address-box .operate-right {
  display: flex;
  align-items: center;
}

.address-box .operate .edit a {
  color: #ffffff;
  font-size: 3.73vw;
  line-height: 6.53vw;
  text-align: center;
  width: 21.47vw;
  background-color: #ff2732;
  border-radius: 0.67vw;
  display: inline-block;
  margin-right: 6.53vw;
}

.address-box .operate-right .del img {
  width: 100%;
  height: 100%;
}

.address-box .operate-right .del {
  width: 5.47vw;
  height: 5.73vw;
}

/* ---------------add-new--------------- */
.add-new a{
  position: fixed;
  bottom: 0;
  font-size: 3.73vw;
  color: #ffffff;
  background-color: #ff2732;
  line-height: 12vw;
  display: inline-block;
  text-align: center;
  width: 100%;
}