/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 登录/注册 */
.sign-main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;

  background: url(../images/dl-bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
}
.sign-main>.container {
  width: 97%;
  max-width: 890px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.sign-header {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 30px 0;
}
.sign-logo {
  float: left;
  display: flex;
  align-items: center;
}
.sign-logo>img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 183px;
}
.sign-logo>span {
  float: left;
  font-size: 30px;
  line-height: 1;
  color: #171717;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.sign-logo>span::before {
  content: "";
  width: 1px;
  float: left;
  height: 24px;
  background-color: #b6b6b6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sign-more {
  float: right;
  display: flex;
  align-items: center;
}
.sign-more>a {
  float: left;
  font-size: 16px;
  color: #171717;
}
.sign-more>a>img {
  float: right;
  width: 21px;
  height: 21px;
  margin-left: 12px;
}
.sign-more>a:hover {
  color: #f57a00;
  text-decoration: underline;
}

.sign-content {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.sign-content>div {
  width: 100%;
  overflow: hidden;
  min-height: 508px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sign-content>div .sign-left {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.sign-content>div .sign-left::before {
  content: "";
  display: block;
  padding-top: 113.4228188%;
}
.sign-content>div .sign-right {
  width: 50%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 30px;
}
.sign-content>div .sign-right .sign-title {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.sign-content>div .sign-right .sign-title>span {
  float: left;
  line-height: 40px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 24px;
  color: #393939;
  position: relative;
  z-index: 2;
}
.sign-content>div .sign-right .sign-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f57a00;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sign-content>div .sign-right .sign-form {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.sign-content>div .sign-right .sign-form>label {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  border-radius: 22px;
  overflow: hidden;
}
.sign-content>div .sign-right .sign-form>label .sign-name {
  width: 95px;
  float: left;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6b6b6b;
}
.sign-content>div .sign-right .sign-form>label .sign-name>img {
  float: left;
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.sign-content>div .sign-right .sign-form>label>input {
  width: calc(100% - 95px);
  float: left;
  height: 44px;
  background-color: #f6f6f6;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}
.sign-content>div .sign-right .sign-form>label>input::-webkit-input-placeholder {
  color: #c3c3c3;
}
.sign-content>div .sign-right .sign-form>label>input:-moz-placeholder {
  color: #c3c3c3;
}
.sign-content>div .sign-right .sign-form>button {
  width: 100%;
  float: left;
  height: 52px;
  background-color: #f57a00;
  margin-top: 15px;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.sign-content>div .sign-right .sign-form>.sign-checkbox {
  background-color: #fff;
  width: auto;
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #8c8c8c;
  cursor: pointer;
}
.sign-content>div .sign-right .sign-form>.sign-checkbox>input {
  width: 12px;
  float: left;
  height: 12px;
  border-color: #c6c6c6;
  margin-right: 10px;
}
.sign-logon {
  float: right;
  margin-top: 15px;
  line-height: 20px;
  font-size: 14px;
  color: #8c8c8c;
}
.sign-logon>a {
  color: #f57a00;
}
.sign-logon>a:hover {
  color: #f57a00;
  text-decoration: underline;
}

.sign-copyright {
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #848484;
  padding: 40px 0;
}
.sign-copyright a {
  color: #848484;
}
.sign-copyright a:hover {
  color: #f57a00;
  text-decoration: underline;
}

.register-bottom {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  overflow: hidden;
  margin-top: 35px;
  line-height: 20px;
  font-size: 14px;
  color: #393939;
}
.register-bottom a {
  color: #f57a00;
  font-weight: bold;
  text-decoration: underline;
}


@media (max-width: 767px) {
  .sign-header {
    padding: 15px 0;
  }
  .sign-logo {
    width: 80%;
  }
  .sign-logo>img {
    max-width: 140px;
  }
  .sign-logo>span {
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .sign-more>a {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .sign-more>a>img {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }

  .sign-content>div {
    min-height: initial;
  }
  .sign-content>div .sign-right {
    width: 100%;
    padding: 15px;
  }

  .sign-copyright {
    padding: 15px 0;
  }

  .register-bottom {
    margin-top: 15px;
  }
}

/* END-登录/注册 */

/* 会员中心 */
.member {
  width: 100%;
  min-min-height: 100vh;
  overflow: hidden;
  background: url(../images/dl-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0 0 0;
}
.member>.container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.member-title {
  width: 100%;
  float: left;
  background: url(../images/hyzx-img.jpg) no-repeat center center;
  background-size: cover;
  height: 128px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 45px;
}
.member-title>h1 {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #c6c6c6;
  font-weight: normal;
  text-transform: uppercase;
}
.member-title>h1>span {
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.member-title>button {
  width: 90px;
  float: right;
  height: 34px;
  background-color: #444;
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.member-title>button>img {
  width: 17px;
  float: left;
  height: 17px;
  margin-right: 10px;
}
.member-title>button:hover {
  background-color: #f57a00;
}

.member-content {
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-left {
  width: 185px;
  float: left;
  border-right: 1px solid #e1e1e1;
  padding: 20px;
}
.member-nav {
  display: block;
  overflow: hidden;
}
.member-nav>li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.member-nav>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  color: #424242;
}
.member-nav>li>a:hover,
.member-nav>li.member-active>a {
  background-color: #fff;
  border-color: #f57a00;
  color: #f57a00;
}

.member-right {
  width: calc(100% - 185px);
  float: left;
  padding: 25px 70px;
}
.member-form {
  display: block;
  overflow: hidden;
  max-width: 370px;
}
.member-form>label {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.member-form>label>.member-name {
  width: 80px;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #5e5e5e;
}
.member-form>label>input {
  width: calc(100% - 80px);
  float: left;
  height: 36px;
  line-height: 34px;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.member-form>label:first-child>input {
  border: none;
  background: none;
  color: #f57a00;
  padding: 0;
}
.member-form>button {
  width: 138px;
  float: left;
  height: 46px;
  background-color: #f57a00;
  margin: 5px 0 0 60px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.password-form>label:first-child>input {
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}


.view-order-main {
  padding: 25px 40px;
}
.order-list {
  display: block;
  overflow: hidden;
}
.order-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 55px;
  border-bottom: 1px solid #e0e0e0;
}
.order-list>li:last-child {
  margin: 0;
  border: none;
}
.order-list>li .order-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 6px;
}
.order-list>li .order-number .order-number-left {
  float: left;
}
.order-list>li .order-number .order-number-left>div {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  color: #909090;
}
.order-list>li .order-number .order-number-left>div>span {
  color: #434343;
}
.order-list>li .order-number .order-delete {
  float: right;
  display: flex;
  align-items: center;
}
.order-list>li .order-number .order-delete>a {
  float: left;
  font-size: 14px;
  color: #969696;
  line-height: 17px;
}
.order-list>li .order-number .order-delete>a>img {
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.order-list>li .order-number .order-delete>a:hover {
  color: #f57a00;
  text-decoration: underline;
}

.order-list>li .order-box {
  display: block;
  overflow: hidden;
  border: 1px solid #ececec;
}
.order-list>li .order-box .order-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 0 20px;
}
.order-list>li .order-box .order-nav>li {
  min-width: 50px;
  float: left;
  text-align: center;
  line-height: 22px;
  padding: 10px;
  font-size: 15px;
  color: #626262;
}
.order-list>li .order-box .order-nav>li:first-child {
  width: 180px;
}
.order-list>li .order-box .order-nav>li:last-child {
  width: 100px;
  text-align: left;
}

.order-list>li .order-box .order-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.order-list>li .order-box .order-dl>dd {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #b7b7b7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-list>li .order-box .order-dl>dd:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.order-list>li .order-box .order-dl>dd>div {
  min-width: 50px;
  float: left;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.order-list>li .order-box .order-dl>dd>div:first-child {
  width: 180px;
}
.order-list>li .order-box .order-dl>dd>div:last-child {
  width: 100px;
  justify-content: flex-start;
  color: #f57a00;
}
.order-list>li .order-box .order-dl>dd>div>.order-img {
  width: 70px;
  height: 52px;
  float: left;
  overflow: hidden;
  position: relative;
}
.order-list>li .order-box .order-dl>dd>div>h2 {
  width: calc(100% - 70px);
  float: left;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  margin: 2px 0;
}
.order-list>li .order-bottom {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 15px 0;
  font-size: 14px;
  line-height: 26px;
  color: #5c5c5c;
}
.order-list>li .order-bottom>div {
  float: left;
  margin-left: 35px;
}
.order-list>li .order-bottom>div>span {
  font-size: 18px;
  color: #f57a00;
  font-weight: bold;
  padding: 0 5px;
}

@media (max-width: 991px) {
  .member>.container {
    padding: 0;
  }
  .order-main {
    padding: 25px;
  }
  .member-left {
    width: 150px;
    padding: 10px;
  }
  .member-nav>li {
    margin-bottom: 15px;
  }
  .member-right {
    width: calc(100% - 150px);
  }
  .order-list>li {
    margin-bottom: 30px;
  }
  .order-list>li .order-box .order-nav>li:last-child {
    width: 70px;
    text-align: center;
  }
  .order-list>li .order-box .order-dl>dd>div:last-child {
    width: 70px;
    justify-content: center;
  }
  .order-list>li .order-bottom>div {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .member-form>label {
    margin-bottom: 10px;
  }
  .member-form>label>.member-name {
    width: 70px;
    height: 34px;
    line-height: 34px;
  }
  .member-form>label>input {
    width: calc(100% - 70px);
    height: 34px;
    line-height: 32px;
  }
  .member-form>button {
    width: 120px;
    height: 38px;
    margin-left: 70px;
  }

  .member {
    padding: 15px 0 0 0;
  }
  .member-title {
    height: 100px;
    padding: 15px;
  }
  .member-title>h1 {
    font-size: 12px;
    line-height: 20px;
  }
  .member-title>h1>span {
    font-size: 18px;
  }
  .member-title>button {
    width: 80px;
    height: 30px;
    border-radius: 5px;
  }
  .member-title>button>img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }

  .member-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }
  .member-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .member-nav>li {
    width: 31%;
    float: left;
    margin-bottom: 0;
  }
  .member-nav>li>a {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }
  .member-right {
    width: 100%;
    padding: 10px;
  }
  .order-list>li {
    margin-bottom: 15px;
  }
  .order-list>li .order-number {
    align-items: center;
    line-height: 24px;
  }
  .order-list>li .order-number .order-number-left {
    flex: 1;
    padding-right: 10px;
  }
  .order-list>li .order-number .order-number-left>div {
    width: 100%;
    margin: 0;
  }
  .order-list>li .order-box .order-nav {
    padding: 0 10px;
  }
  .order-list>li .order-box .order-nav>li {
    min-width: 30px;
    line-height: 20px;
    padding: 5px;
    font-size: 13px;
  }
  .order-list>li .order-box .order-nav>li:first-child {
    width: 80px;
  }
  .order-list>li .order-box .order-nav>li:last-child {
    width: 60px;
  }
  .order-list>li .order-box .order-dl {
    padding: 5px;
  }
  .order-list>li .order-box .order-dl>dd>div {
    min-width: 30px;
    line-height: 20px;
    font-size: 12px;
  }
  .order-list>li .order-box .order-dl>dd>div:first-child {
    width: 80px;
  }
  .order-list>li .order-box .order-dl>dd>div>.order-img {
    width: 100%;
    height: 52px;
  }
  .order-list>li .order-box .order-dl>dd>div>h2 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 0;
  }
  .order-list>li .order-bottom {
    padding: 10px 0;
    line-height: 24px;
  }
  .order-list>li .order-bottom>div {
    margin-left: 10px;
  }
  .order-list>li .order-bottom>div>span {
    font-size: 16px;
  }
}
/* END-会员中心 */

/* 我的购物车 */
.cart-main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.cart-main>.container {
  width: 100%;
  max-width: 1145px;
}
.cart-nav {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #3f3f3f;
}
.cart-nav>li {
  float: left;
  flex: 1;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: url(../images/jiantou2.png) no-repeat right center;
  padding-right: 30px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.cart-nav>li:last-child {
  background: none;
}
.cart-nav>li.cart-active {
  background: url(../images/jiantou1.png) no-repeat right center #f57a00;
}
.cart-nav>li:nth-child(2).cart-active::before {
  content: "";
  width: 32px;
  float: left;
  height: 100%;
  background-color: #f57a00;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 2;
  border-right: 2px solid #fff;
}
.cart-nav>li:nth-child(3).cart-active {
  background: #f57a00;
}
.cart-nav>li:nth-child(3).cart-active::before {
  content: "";
  width: 32px;
  float: left;
  height: 100%;
  background-color: #f57a00;
  position: absolute;
  left: -30px;
  top: 0;
  z-index: 2;
  border-right: 2px solid #fff;
}

.cart-title {
  width: 100%;
  float: left;
  margin-top: 40px;
  line-height: 36px;
  font-size: 24px;
  color: #010101;
}

.cart-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.cart-dl {
  display: block;
  overflow: hidden;
  border-top: 1px solid #c8c8c8;
}
.cart-dl>dt {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cart-dl>dt>ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 60px 15px 20px;
}
.cart-dl>dt>ul>li {
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #2c2c2c;
}
.cart-dl>dt>ul>li:first-child>label {
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cart-dl>dt>ul>li:first-child>label>input {
  width: 16px;
  float: left;
  height: 16px;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 18px;
  cursor: pointer;
}
.cart-dl>dt>ul>li:nth-child(2) {
  width: 205px;
  padding: 0 25px;
}
.cart-dl>dt>ul>li:nth-child(4) {
  width: 80px;
  text-align: center;
}

.cart-dl>dd {
  display: block;
  overflow: hidden;
  padding: 15px 60px 15px 20px;
  border-bottom: 1px solid #c8c8c8;
}
.cart-dl>dd>ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-dl>dd>ul>li {
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cart-dl>dd>ul>li:first-child {
  width: 66px;
  justify-content: flex-start;
}
.cart-dl>dd>ul>li:first-child>input {
  width: 16px;
  float: left;
  height: 16px;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.cart-dl>dd>ul>li:nth-child(2) {
  width: 205px;
}
.cart-dl>dd>ul>li:nth-child(2)>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cart-dl>dd>ul>li:nth-child(2)>a .cart-img {
  width: 96px;
  float: left;
  height: 72px;
  overflow: hidden;
  position: relative;
}
.cart-dl>dd>ul>li:nth-child(2)>a>h2 {
  width: calc(100% - 96px);
  float: left;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 24px;
  padding-left: 20px;
}
.cart-dl>dd>ul>li:nth-child(3) {
  font-size: 14px;
  color: #f57a00;
  font-weight: bold;
}
.cart-dl>dd>ul>li:nth-child(4) {
  width: 80px;
}
.cart-dl>dd>ul>li:nth-child(4) .minus {
  width: 18px;
  float: left;
  height: 22px;
  border: 1px solid #cacbcb;
  font-size: 12px;
  font-family: SimSun;
  color: #666;
}
.cart-dl>dd>ul>li:nth-child(4) .cart-number {
  width: 46px;
  float: left;
  height: 22px;
  border: 1px solid #cacbcb;
  margin-left: -1px;
  line-height: 20px;
  text-align: center;
}
.cart-dl>dd>ul>li:nth-child(4) .add {
  width: 18px;
  float: left;
  height: 22px;
  border: 1px solid #cacbcb;
  font-size: 12px;
  font-family: SimSun;
  color: #666;
  margin-left: -1px;
}
.cart-dl>dd>ul>li:nth-child(5) {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: bold;
}
.cart-dl>dd>ul>li:nth-child(6)>a {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: bold;
}
.cart-dl>dd>ul>li:nth-child(6)>a:hover {
  color: #f57a00;
  text-decoration: underline;
}

.cart-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 0 0 20px;
}
.cart-bottom-left {
  float: left;
  display: flex;
  align-items: center;
}
.cart-bottom-left>label {
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #6b6b6b;
}
.cart-bottom-left>label>input {
  width: 16px;
  float: left;
  height: 16px;
  border: 1px solid #949494;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 18px;
  cursor: pointer;
}
.cart-bottom-left>label:hover {
  color: #f57a00;
}
.cart-bottom-left .cart-checkbox-delete {
  float: left;
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.cart-bottom-left .cart-checkbox-delete>a {
  font-size: 14px;
  color: #6b6b6b;
  text-decoration: underline;
}
.cart-bottom-left .cart-checkbox-delete>a:hover {
  color: #f57a00;
}

.cart-bottom-right {
  float: right;
  display: flex;
}
.cart-bottom-right>div {
  float: left;
  margin: 0 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #424242;
}
.cart-bottom-right>div>span {
  font-size: 24px;
  color: #f57a00;
  padding: 0 5px;
}
.cart-bottom-right>button {
  width: 134px;
  float: right;
  height: 46px;
  background-color: #f57a00;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}


.order-main {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  padding: 25px;
}
.order-main-box {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.order-main-box:last-child {
  margin: 0;
}
.order-main-box .order-main-title {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #181818;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}
.order-main-box .order-main-content {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.order-main-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-main-form>label {
  width: calc(33.333333% - 10px);
  float: left;
  height: 46px;
  border: 1px solid #dedede;
  border-radius: 5px;
  overflow: hidden;
}
.order-main-form>label>.order-name {
  width: 44px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: right;
  font-size: 14px;
  color: #b0b0b0;
}
.order-main-form>label>input {
  width: calc(100% - 44px);
  float: left;
  height: 44px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}

.order-main-list {
  display: block;
  overflow: hidden;
}
.order-main-list>li {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}
.order-main-list>li>ul {
  width: 70%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-main-list>li>ul>li {
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.order-main-list>li>ul>li:first-child {
  width: 205px;
}
.order-main-list>li>ul>li:first-child .cart-img {
  width: 96px;
  float: left;
  height: 72px;
  overflow: hidden;
  position: relative;
}
.order-main-list>li>ul>li:first-child>h2 {
  width: calc(100% - 96px);
  float: left;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 24px;
  padding-left: 20px;
}
.order-main-list>li>ul>li:nth-child(2) {
  font-weight: bold;
  color: #f57a00;
}
.order-main-list>li>ul>li:nth-child(3) {
  font-size: 12px;
}
.order-main-list>li>ul>li:nth-child(3)>span {
  font-size: 16px;
  margin-left: 2px;
}
.order-main-list>li>ul>li:nth-child(4) {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: bold;
}
.back-cart {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
}
.back-cart:hover {
  color: #f57a00;
  text-decoration: underline;
}

.cart-success {
  display: block;
  overflow: hidden;
}
.cart-success img {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.cart-success-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 30px;
}
.cart-success-btn>a {
  float: left;
  color: #f57a00;
  font-size: 16px;
}
.cart-success-btn>a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cart-dl>dt>ul {
    padding: 15px 20px;
  }
  .cart-dl>dd {
    padding: 15px 20px;
  }
  .cart-bottom-right>div {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .cart-main {
    padding: 15px 0;
  }
  .cart-nav>li {
    height: auto;
    line-height: 24px;
    font-size: 13px;
    padding: 5px 10px;
    text-align: left;
  }

  .cart-title {
    margin-top: 15px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
  }
  .cart-dl>dt>ul {
    padding: 10px;
  }
  .cart-dl>dt>ul>li {
    line-height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .cart-dl>dt>ul>li:first-child {
    width: 30px;
  }
  .cart-dl>dt>ul>li:first-child>label {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cart-dl>dt>ul>li:first-child>label>input {
    margin-right: 0;
  }
  .cart-dl>dt>ul>li:nth-child(2) {
    width: 100px;
    padding: 0 10px;
  }
  .cart-dl>dt>ul>li:nth-child(4) {
    width: 60px;
  }

  .cart-dl>dd {
    padding: 10px;
  }
  .cart-dl>dd>ul>li:first-child {
    width: 30px;
    justify-content: center;
  }
  .cart-dl>dd>ul>li:nth-child(2) {
    width: 100px;
  }
  .cart-dl>dd>ul>li:nth-child(2)>a .cart-img {
    width: 100px;
  }
  .cart-dl>dd>ul>li:nth-child(2)>a>h2 {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 16px;
    margin-top: 5px;
  }
  .cart-dl>dd>ul>li:nth-child(4) .cart-number {
    width: 24px;
  }
  .cart-dl>dd>ul>li:nth-child(4) {
    width: 60px;
  }
  .cart-bottom {
    margin-top: 10px;
    padding: 0;
  }
  .cart-bottom-left {
    width: 100%;
    padding-left: 20px;
  }
  .cart-bottom-left>label>input {
    margin-right: 5px;
  }
  .cart-bottom-left .cart-checkbox-delete {
    margin-left: 15px;
  }
  .cart-bottom-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cart-bottom-right>div {
    width: auto;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .cart-bottom-right>div>span {
    font-size: 18px;
  }
  .cart-bottom-right>button {
    width: 100%;
    height: 38px;
    font-size: 16px;
    margin-top: 10px;
  }

  .order-main {
    padding: 10px;
  }
  .order-main-box {
    margin-bottom: 10px;
  }
  .order-main-box .order-main-title {
    padding-bottom: 10px;
  }
  .order-main-box .order-main-content {
    margin-top: 10px;
  }
  .order-main-form>label {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .order-main-form>label>.order-name {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .order-main-form>label>input {
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 10px;
  }
  .order-main-list>li {
    padding: 10px 0;
  }
  .order-main-list>li>ul {
    width: 100%;
  }
  .order-main-list>li>ul>li:first-child {
    width: 205px;
    flex-wrap: wrap;
  }
  .order-main-list>li>ul>li:first-child>h2 {
    padding-left: 10px;
  }

  .cart-success img {
    max-width: 100px;
  }
  .cart-success-btn {
    margin-top: 10px;
    line-height: 22px;
  }

}
/* END-我的购物车 */