.section1 .container {
  padding: 20px 40px 40px;
}

.section1 p,
h2,
span {
  color: #fff;
}

.section1 a {
  color: #fff;
}

.section2 .menu {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.section2 .menu a {
  color: #000;
}

.section2 .menu .title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #e1e4e4;
  margin-bottom: 10px;
}

.section2 .menu .item {
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}

.section2 .menu .active {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section2 .menu .active .right {
  width: 6px;
  height: 11px;
}

.section2 .main {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  margin-left: 20px;
}

.section2 .main .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.section2 .main .title .label {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.section2 .main .title .button {
  color: #007cc3;
  font-size: 14px;
  width: 100px;
  height: 34px;
  /* line-height: 29px; */
  text-align: center;
  border: 1px solid #007cc3;
  border-radius: 5px;
}

.section2 .main .table {
  border-top: 1px solid #e1e4e4;
}

.section2 .main .table .col {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section2 .main .table .header {
}

.section2 .main .table .header .text{
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.section2 .main .table .body {
  border-top: 1px solid #e1e4e4;
}

.section2 .main .table .body .default {
  padding: 0 0 10px 20px;
  color: #007cc3;
  display: flex;
  align-items: center;
}

.section2 .main .table .body .default .checked {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.section2 .main .table .tab {
  border-bottom: 1px solid #e1e4e4;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.section2 .main .table .tab span {
  color: #000;
  display: inline-block;
  cursor: pointer;
}

.section2 .main .table .tab .active .label {
  font-weight: 700;
  border-bottom: 2px solid #007cc2;
}

.section2 .main .table .orderList .item {
  margin-top: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.section2 .main .table .orderList .item span {
  color: #000;
}

.section2 .main .table .orderList .item .header {
  background: #eeeeee;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
}

.section2 .main .table .orderList .item .body {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.section2 .main .table .orderList .item .body .goods {
  width: 100%;
  padding: 0 15px;
}

.section2 .main .table .orderList .item .body .goods img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #fff;
  margin: 0 10px;
  border: 1px solid #e5e7e5;
}

.section2 .main .table .orderList .item .body .goods .goods_content {
  padding-left: 10px;
}

.section2 .main .table .orderList .item .body .goods .goods_content .title {
  color: #007cc2;
  font-weight: 700;
  margin-bottom: 0;
}

.section2 .main .table .orderList .item .body .goods .goods_content .sku {
  font-weight: 500;
  color: #909399;
}

.section2 .main .table .orderList .item .body .goods .goods_content .tag {
  color: #000;
}

.section2 .main .table .orderList .item .operate {
  border-left: 1px solid #e5e7e5;
  /* width: 150px; */
  font-size: 14px;
}

.section2 .main .invoive_intro {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.section2 .main .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  padding-right: calc(1rem + 1px);
  text-align: right;
}

#addressForm .form_generater_form_div {
  margin: auto;
  background: #fff;
  max-width: 600px;
  border: solid;
  border-width: 0px;
  border-color: #c7c7c7;
  border-radius: 0px;
  padding: 15px;
  font-family: Merriweather Sans;
}

#addressForm .form_generater_form_div .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  padding-right: calc(1rem + 1px);
  text-align: right;
}
#addressForm .form_generater_form_div input::placeholder {
  color: #a3a3a3 !important;
}
#addressForm .form_generater_form_div .imgBox {
  width: 130px;
  height: 130px;
  /* border: 1px solid #a3a3a3; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

#addressForm .form_generater_form_div .companyBusinessLicense {
  width: 130px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 10px;
}

#addressForm .form_generater_form_div .agree {
  color: #a3a3a3;
}

#addressForm .form_generater_form_div .service {
  cursor: pointer;
  color: #007cc2;
}
#addressForm .form_generater_form_div .tips {
  color: #007cc2;
}

#addressForm .form_generater_form_div .invalid-feedback {
  display: block;
}

#serviceModal {
  display: none;
}

.btn-primary {
  background: #007cc2;
  border-color: #007cc2 !important;
}
.btn-outline-primary {
  border-color: #007cc2 !important;
  color: #007cc2;
}
.btn-primary:hover {
  background: #007cc2;
  border-color: #007cc2 !important;
}

.success {
  border-radius: 5px;
  padding: 40px 60px 20px;
  text-align: center;
}

.success .label {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success a {
  color: #000;
  margin-top: 10px;
}

.success .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.success .footer span {
  color: #007cc3;
  cursor: pointer;
}

.success .footer .button {
  background: #007cc3;
  display: inline-block;
  color: #fff;
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border-color: #007cc3;
}
