body {
  background-color: #f8f8f8;
}

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

.header {
  background-color: #fff;
}

.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;
}

/* ------------订单信息---------- */

.content {
  background-color: #ffffff;
  border-radius: 0.67vw;
  border: solid 0.13vw #e5e5e5;
  margin-top: 3.87vw;
  margin-bottom: 100%;
}

/* 收货人 */

.content .address a {
  padding: 4.4vw 5.2vw 2.4vw 3.73vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.13vw solid #e5e5e5;
}

.content .address .msg {
  color: #292929;
  font-size: 3.73vw;
}

.content .address .msg>div {
  padding-bottom: 2vw;
}

/* 商品信息 */

.content .goods a {
  padding: 3.2vw 2.93vw 3.33vw 3.6vw;
  border-bottom: 0.13vw solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}

.content .goods .img img {
  width: 100%;
  height: 100%;
}

.content .goods .img {
  width: 19.47vw;
  height: 19.47vw;
  margin-right: 3.87vw;
}

.content .goods .inf .name {
  color: #000000;
  opacity: 0.88;
  font-size: 3.73vw;
  padding-top: 1.33vw;
  padding-bottom: 1.8vw;
}

.content .goods .inf .price {
  color: #ff2732;
  font-size: 3.73vw;
}

/* 运费 */

.content .expressage {
  padding: 3.87vw 0 3.6vw 3.6vw;
  border-bottom: 0.13vw solid #e5e5e5;
  font-size: 3.73vw;
  color: #333333;
}

/* 快递 */

.content .express {
  color: #595857;
  font-size: 3.73vw;
  padding: 3.87vw 0 3.87vw 3.6vw;
  display: flex;
  align-items: center;
}

.content .express span {
  color: #333333;
  font-size: 3.73vw;
  display: inline-block;
  margin-right: 0.4vw;
}

/* -------------提交订单-------------- */

.submit {
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submit .price {
  color: #484848;
  font-size: 3.73vw;
  padding-left: 3.33vw;
}

.submit .price span {
  color: #c40001;
  font-size: 3.73vw;
}

.submit a {
  font-size: 3.73vw;
  color: #f9f9f9;
}
.submit .sub {
  outline: 0;
  border: 0;
  font-size: 3.73vw;
  color: #f9f9f9;
  background-color: #ff2732;
  width: 40vw;
  height: 10.8vw;
}