.section1 .container {
  padding-bottom: 2rem;
}

.section1 p,
h2 {
  color: #fff;
}

.section1 a {
  color: #fff;
}

.section1 .step {
  background: #252525;
}

.section1 .step .box {
  margin: auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
}

.section1 .step .box .item {
  text-align: center;
  z-index: 2;
}

.section1 .step .box .item .num {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #252525;
}

.section1 .step .box .item p {
  margin-top: 15px;
  font-size: 1rem;
}

.section1 .step .box .active .num {
  color: #007cc3;
  border-color: #007cc3;
}

.section1 .step .box .active p {
  color: #007cc3;
}

.section1 .step .box .line {
  position: absolute;
  left: 5%;
  top: 4rem;
  height: 1px;
  width: 90%;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}

.section1 .step .box .line .line_step {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 34%;
  background: #007cc3;
  z-index: 1;
}

.section2 .order {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section2 .order .header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #000;
}

.section2 .order .header .col {
  text-align: center;
  font-weight: 700;
  color: #007cc3;
  padding: 0 20px;
}

.section2 .order .content {
  min-height: 150px;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.section2 .order .content .col {
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.section2 .order .content .col .goods {
  display: flex;
  align-items: center;
  width: 100%;
}

.section2 .order .content .col .goods .img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.section2 .order .content .col .goods .img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #fff;
  margin: 0 10px;
}

.section2 .order .content .col .goods .goods_info {
  float: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: self-start;
  flex-shrink: 0;
  margin-left: 20px;
}

.section2 .order .content .col .goods .goods_info .label {
  font-weight: 700;
  color: #007cc3;
  text-align: left;
}

.section2 .order .content .col .goods .goods_info .label a{
  font-weight: 700;
  color: #007cc3;
  text-align: left;
}

.section2 .order .content .col .goods .goods_info .sku {
  font-weight: 500;
  color: #909399;
  text-align: left;
}


.section2 .order .content .col .goods .goods_info .inventory {
  color: #000;
}

.section2 .order .content .col .shopping_num {
  display: inline-block;
}

.section2 .order .content .col .shopping_num .form-control {
  border-left: none;
  border-right: none;
  text-align: center;
}

.section2 .order .content .col .shopping_num .input-group-text {
  width: 35px;
  cursor: pointer;
  border-radius: 0;
  background-color: #fff;
  justify-content: center;
}

.section2 .order .footer {
  padding: 10px 0;
  min-height: 140px;
}

.section2 .order .footer .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 0 20px;
}

.section2 .order .footer .bar .operate {
  color: #007cc3;
  font-weight: 700;
  display: flex;
}

.section2 .order .footer .bar .checkout {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section2 .order .footer .bar .checkout .button {
  background: #007cc3;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  
}

.section2 .order .footer p {
  padding: 20px 20px 0;
  color: #007cc3;
}

.section2 .address {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.section2 .address .content {
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 5px;
}

.section2 .address .address_button {
  color: #007cc3;
  cursor: pointer;
}

.section2 .payType {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

.section2 .payType .content {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 5px;
  width: 240px;
  margin-right: 20px;
  cursor: pointer;
}

.section2 .payType .active {
  border-color: #007cc3;
}

.section2 .invoice {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding:20px 15px;
}

.section2 .intro {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section2 .intro textarea {
  background: #d4d4d4;
  height: 100px;
  padding: 15px;
}

.section2 .summation {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px;
}

.section2 .summation div {
  text-align: right;
}

.section2 .summation div .summation_price {
  color: #007cc3;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

.section2 .button {
  background: #007cc3;
  display: inline-block;
  color: #fff;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-color: #007cc3;
}

.section3 .order_info {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 300px;
  padding: 60px;
}

.section3 .order_info .price_intro {
  position: relative;
  background: none;
  padding-left: 40px;
  border-right: 1px solid #000;
  min-height: 180px;
}

.section3 .order_info .label {
  color: #007cc3;
  font-size: 20px;
  font-weight: 700;
}

.section3 .order_info img {
  position: absolute;
  left: 0px;
  top: 5px;
}

.section3 .order_info .order_intro {
  padding-left: 60px;
}

.section3 .pay {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}

.section3 .pay .button {
  background: #007cc3;
  display: inline-block;
  color: #fff;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-color: #007cc3;
}

.section4 .success {
  background: #d4d4d4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 60px;
  text-align: center;
}

.section4 .success .label {
  color: #007cc3;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .success a {
  color: #000;
  margin-top: 10px;
}


#addressModal .item{
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

#addressModal .item .header{
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}