.shopCars .container {
  padding-bottom: 30px;
}

.shopCars .container::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .left {
  float: left;
  padding-top: 60px;
  width: calc(100% - 520px);
}

.shopCars .container .left .title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
}

.shopCars .container .left .text {
  margin-top: 25px;
}

.shopCars .container .left .text .items {
  padding: 40px 30px;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
  border-top: solid 2px #013281;
}

.shopCars .container .left .text .items:last-child {
  margin-bottom: 0;
}

.shopCars .container .left .text .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .left .text .items .lefts {
  float: left;
}

.shopCars .container .left .text .items .lefts img {
  width: 120px;
  height: 120px;
}

.shopCars .container .left .text .items .rightss {
  float: right;
  width: calc(100% - 170px);
}

.shopCars .container .left .text .items .rightss h3 {
  font-size: 24px;
  color: #1a1a1a;
}

.shopCars .container .left .text .items .rightss p {
  font-size: 16px;
  color: #1a1a1a;
  padding: 20px 0;
}

.shopCars .container .left .text .items .rightss .item {
  padding-top: 30px;
  border-top: solid 1px #cccccc;
}

.shopCars .container .left .text .items .rightss .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .left .text .items .rightss .item .itemLeft {
  width: 20%;
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.shopCars .container .left .text .items .rightss .item .itemRight {
  width: 80%;
  float: right;
}

.shopCars .container .left .text .items .rightss .item .itemRight .slide {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding-bottom: 30px;
  line-height: 32px;
}

.shopCars .container .left .text .items .rightss .item .itemRight .slide::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .left .text .items .rightss .item .itemRight .slide div {
  width: 20%;
  float: left;
}

.shopCars .container .left .text .items .rightss .item .itemRight .slide div:last-child {
  cursor: pointer;
}

.shopCars .container .left .text .items .rightss .item .itemRight .slide div input {
  width: 60px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #cccccc;
}

.shopCars .container .left .text .items .rightss .sum {
  padding-top: 30px;
  border-top: dashed 1px #cccccc;
}

.shopCars .container .left .text .items .rightss .sum::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .left .text .items .rightss .sum div {
  float: left;
  width: 33.33%;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
}

.shopCars .container .left .text .items .rightss .sum div:last-child span {
  font-size: 24px;
  color: #013281;
}

.shopCars .container .left .text .items .rightss .sum div span {
  font-weight: bold;
}

.shopCars .container .right {
  float: right;
  right: 0;
  width: 470px;
  top: 355px;
  position: sticky;
  margin-top: 120px;
  padding: 40px 30px 80px;
  background-color: #f2f5f9;
}

.shopCars .container .right .title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}

.shopCars .container .right .title::before {
  left: 50%;
  width: 100px;
  height: 1px;
  content: '';
  bottom: -1px;
  margin-left: -50px;
  position: absolute;
  background-color: #013281;
}

.shopCars .container .right .text {
  padding-top: 60px;
  font-size: 16px;
  color: #1a1a1a;
}

.shopCars .container .right .text .item {
  line-height: 24px;
  padding-bottom: 30px;
}

.shopCars .container .right .text .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.shopCars .container .right .text .item a {
  color: #013281;
  border-bottom: solid 1px #013281;
}

.shopCars .container .right .text .item p {
  float: left;
}

.shopCars .container .right .text .item span {
  float: right;
}

.shopCars .container .right .text .item span.active {
  font-size: 24px;
  color: #013281;
  font-weight: bold;
}

.shopCars .container .right .btns {
  display: block;
  height: 52px;
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  background-color: #013281;
}

.orders .container {
  padding-bottom: 30px;
}

.orders .container::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left {
  float: left;
  padding-top: 60px;
  width: calc(100% - 520px);
}

.orders .container .left .title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
}

.orders .container .left .text {
  margin-top: 25px;
}

.orders .container .left .text .address {
  padding: 40px 30px;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
  border-top: solid 2px #013281;
}

.orders .container .left .text .address::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .address .lefts {
  width: 50%;
  float: left;
}

.orders .container .left .text .address .lefts img {
  float: left;
}

.orders .container .left .text .address .lefts dl {
  padding-left: 40px;
}

.orders .container .left .text .address .lefts dl dt {
  font-size: 24px;
  color: #1a1a1a;
}

.orders .container .left .text .address .lefts dl dd {
  padding-top: 15px;
}

.orders .container .left .text .address .lefts dl dd span {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}

.orders .container .left .text .address .lefts dl dd p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
  padding-top: 10px;
}

.orders .container .left .text .address .rightss {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #013281;
  font-weight: bold;
  border-bottom: solid 1px #013281;
}

.orders .container .left .text .shippingMethod {
  padding: 40px 30px;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
  border-top: solid 2px #013281;
}

.orders .container .left .text .shippingMethod::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .shippingMethod .titles img {
  float: left;
  padding-top: 5px;
}

.orders .container .left .text .shippingMethod .titles h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  padding-left: 40px;
}

.orders .container .left .text .shippingMethod .item {
  padding: 30px 0;
}

.orders .container .left .text .shippingMethod .item:last-child {
  padding-bottom: 0;
  /*border-top: solid 1px #cccccc;*/
}

.orders .container .left .text .shippingMethod .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .shippingMethod .item .lefts {
  float: left;
}

.orders .container .left .text .shippingMethod .item .lefts input {
  float: left;
  width: 20px;
  height: 20px;
}

.orders .container .left .text .shippingMethod .item .lefts dl {
  float: left;
  padding-left: 30px;
}

.orders .container .left .text .shippingMethod .item .lefts dl dt {
  font-size: 18px;
  color: #1a1a1a;
}

.orders .container .left .text .shippingMethod .item .lefts dl dd {
  font-size: 14px;
  color: #999999;
}

.orders .container .left .text .shippingMethod .item .rightss {
  float: right;
  font-size: 16px;
  color: #013281;
  font-weight: bold;
}

.orders .container .left .text .deliveryOptions {
  padding: 40px 30px;
  border: solid 1px #cccccc;
  border-top: solid 2px #013281;
}

.orders .container .left .text .deliveryOptions::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .deliveryOptions .titles img {
  float: left;
}

.orders .container .left .text .deliveryOptions .titles h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  padding-left: 40px;
}

.orders .container .left .text .deliveryOptions .items {
  padding-top: 30px;
  padding-left: 45px;
  border-bottom: solid 1px #cccccc;
}

.orders .container .left .text .deliveryOptions .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .deliveryOptions .items .lefts {
  float: left;
}

.orders .container .left .text .deliveryOptions .items .lefts img {
  width: 80px;
  height: 80px;
}

.orders .container .left .text .deliveryOptions .items .rightss {
  float: right;
  width: calc(100% - 100px);
}

.orders .container .left .text .deliveryOptions .items .rightss h3 {
  font-size: 24px;
  color: #1a1a1a;
}

.orders .container .left .text .deliveryOptions .items .rightss .item {
  padding-top: 30px;
}

.orders .container .left .text .deliveryOptions .items .rightss .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .deliveryOptions .items .rightss .item .slide {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.orders .container .left .text .deliveryOptions .items .rightss .item .slide::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .left .text .deliveryOptions .items .rightss .item .slide div {
  width: 16.66%;
  float: left;
  line-height: 44px;
}

.orders .container .left .text .deliveryOptions .texts {
  position: relative;
}

.orders .container .left .text .deliveryOptions .texts span {
  top: 30px;
  left: 30px;
  z-index: 2;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
}

.orders .container .left .text .deliveryOptions .texts textarea {
  width: 100%;
  padding-top: 60px;
  padding-left: 30px;
  height: 160px;
  margin-top: 40px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.orders .container .right {
  float: right;
  right: 0;
  width: 470px;
  top: 355px;
  position: sticky;
  padding: 40px 30px 80px;
  background-color: #f2f5f9;
}

.orders .container .right .title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}

.orders .container .right .title::before {
  left: 50%;
  width: 100px;
  height: 1px;
  content: '';
  bottom: -1px;
  margin-left: -50px;
  position: absolute;
  background-color: #013281;
}

.orders .container .right .text {
  padding-top: 60px;
  font-size: 16px;
  color: #1a1a1a;
}

.orders .container .right .text .item {
  line-height: 24px;
  padding-bottom: 30px;
}

.orders .container .right .text .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.orders .container .right .text .item a {
  color: #013281;
  border-bottom: solid 1px #013281;
}

.orders .container .right .text .item p {
  float: left;
}

.orders .container .right .text .item span {
  float: right;
}

.orders .container .right .text .item span.active {
  font-size: 24px;
  color: #013281;
  font-weight: bold;
}

.orders .container .right .btns {
  width: 100%;
  display: block;
  height: 52px;
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  background-color: #013281;
  border: 0px;
}

.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  display: none;
}

.popup .popupBack {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .main {
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  padding: 30px;
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.popup .main .text .item {
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #cccccc;
}

.popup .main .text .item:last-child {
  border: none;
}

.popup .main .text .item input {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.popup .main .text .item dl {
  padding-left: 30px;
}

.popup .main .text .item dl dt {
  font-size: 26px;
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 10px;
}

.popup .main .text .item dl dd span {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}

.popup .main .text .item dl dd p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
}

.popup .main .text .item .delete {
  right: 0;
  top: 26px;
  position: absolute;
}

.popup .main .layui-form {
  display: none;
}

.popup .main .layui-form .layui-btn {
  background-color: #013281;
}

.popup .main .btns {
  padding-top: 30px;
  text-align: center;
}

.popup .main .btns .addAddress, .popup .main .btns .yesAddress {
  width: 120px;
  height: 40px;
  margin: 0 20px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border: solid 1px #cccccc;
}

.popup .main .btns .addAddress.yesAddress, .popup .main .btns .yesAddress.yesAddress {
  color: #fff;
  border: solid 1px #013281;
  background-color: #013281;
}

.userAdd {
  padding: 40px 20px;
}

.userAdd .main .title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: bold;
}

.userAdd .main .layui-form {
  padding-top: 40px;
}

.userAdd .main .layui-form .layui-form-select .layui-edge {
  margin-top: 13px;
}

.userAdd .main .layui-form .layui-form-item:last-child {
  margin-bottom: 0;
}

.userAdd .main .layui-form .layui-form-item {
  margin-bottom: 30px;
}

.userAdd .main .layui-form .layui-form-item.active {
  float: left;
  clear: none;
  width: calc(50% - 10px);
}

.userAdd .main .layui-form .layui-form-item:nth-child(3), .userAdd .main .layui-form .layui-form-item:nth-child(5) {
  float: right;
}

.userAdd .main .layui-form .layui-form-item .layui-form-label {
  width: auto;
  padding: 0 0 10px;
}

.userAdd .main .layui-form .layui-form-item .layui-form-checked[lay-skin=primary] i {
  border-color: #013281 !important;
  background-color: #013281 !important;
}

.userAdd .main .layui-form .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #013281;
  background-color: #013281;
}

.userAdd .main .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.userAdd .main .layui-form .layui-form-item .layui-input-block input {
  height: 52px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #f5f8fc;
}

.userAdd .main .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 240px;
  height: 50px;
  border-radius: 4px;
  background-color: #013281;
}

.addressOption {
  padding: 0 20px 40px 20px;
}

.addressOption .main .title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 40px;
}

.addressOption .main .text .item {
  padding: 40px 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc;
}

.addressOption .main .text .item:first-child {
  border-top: solid 1px #cccccc;
}

.addressOption .main .text .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.addressOption .main .text .item .lefts {
  width: 50%;
  float: left;
}

.addressOption .main .text .item .lefts img {
  float: left;
  height: 20px;
}

.addressOption .main .text .item .lefts dl {
  padding-left: 40px;
}

.addressOption .main .text .item .lefts dl dt {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 18px;
}

.addressOption .main .text .item .lefts dl dd {
  padding-top: 10px;
}

.addressOption .main .text .item .lefts dl dd span {
  font-size: 14px;
  color: #1a1a1a;
}

.addressOption .main .text .item .lefts dl dd p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
}

.addressOption .main .text .item .rightss {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #013281;
  font-weight: bold;
  margin-right: 40px;
  border-bottom: solid 1px #013281;
}

.addressOption .main .text .item .delete {
  float: right;
}

.userOrder {
  padding: 40px 20px;
}

.userOrder .main .title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: bold;
}

.userOrder .main .navs {
  padding: 40px 0;
}

.userOrder .main .navs::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .navs .item {
  float: left;
  cursor: pointer;
  font-size: 16px;
  color: #1a1a1a;
  margin-right: 40px;
}

.userOrder .main .navs .item.active {
  color: #013281;
  border-bottom: solid 1px #013281;
}

.userOrder .main .navs .item:hover {
  color: #013281;
  border-bottom: solid 1px #013281;
}

.userOrder .main .main .items {
  padding: 40px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
}

.userOrder .main .main .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .main .items .up {
  padding-bottom: 30px;
  border-bottom: solid 1px #cccccc;
}

.userOrder .main .main .items .up h3 {
  font-size: 18px;
  color: #013281;
  font-weight: bold;
}

.userOrder .main .main .items .up .texts {
  padding-top: 10px;
}

.userOrder .main .main .items .up .texts span {
  font-size: 16px;
  color: #1a1a1a;
  padding-right: 50px;
}

.userOrder .main .main .items .up .texts span:last-child {
  float: right;
  padding-right: 0;
}

.userOrder .main .main .items .up .texts span:last-child i {
  float: right;
  font-size: 24px;
  color: #013281;
  font-weight: bold;
  font-style: normal;
  line-height: 11px;
}

.userOrder .main .main .items .down {
  padding-top: 40px;
}

.userOrder .main .main .items .down .left {
  float: left;
  width: calc(100% - 290px);
}

.userOrder .main .main .items .down .left::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .main .items .down .left .silds {
  padding: 40px 0;
  border-bottom: solid 1px #cccccc;
}

.userOrder .main .main .items .down .left .silds:first-child {
  padding-top: 0;
}

.userOrder .main .main .items .down .left .silds:last-child {
  padding-bottom: 0;
  border: none;
}

.userOrder .main .main .items .down .left .silds::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .main .items .down .left .silds .lefts {
  float: left;
}

.userOrder .main .main .items .down .left .silds .lefts img {
  width: 80px;
  height: 80px;
}

.userOrder .main .main .items .down .left .silds .rightss {
  float: right;
  width: calc(100% - 100px);
}

.userOrder .main .main .items .down .left .silds .rightss h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
}

.userOrder .main .main .items .down .left .silds .rightss .item {
  padding-top: 30px;
}

.userOrder .main .main .items .down .left .silds .rightss .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .main .items .down .left .silds .rightss .item .slide {
  height: 44px;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.userOrder .main .main .items .down .left .silds .rightss .item .slide:last-child {
  margin-bottom: 0;
}

.userOrder .main .main .items .down .left .silds .rightss .item .slide::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.userOrder .main .main .items .down .left .silds .rightss .item .slide div {
  width: 25%;
  float: left;
  line-height: 44px;
}

.userOrder .main .main .items .down .right {
  float: right;
}

.userOrder .main .main .items .down .right .item {
  width: 180px;
  height: 44px;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #013281;
  border: solid 1px #013281;
}

.details {
  padding: 40px 20px;
}

.details .title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: bold;
}

.details .orderStatus {
  margin-top: 20px;
  padding: 45px 30px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #f2f5f9;
}

.details .orderStatus::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .orderStatus img {
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 4px;
}

.details .orderStatus span {
  float: left;
  font-size: 18px;
  margin-top: 5px;
  color: #013281;
  font-weight: bold;
  margin-left: 20px;
  line-height: 36px;
}

.details .orderStatus a {
  float: right;
  width: 180px;
  height: 44px;
  color: #013281;
  margin-left: 20px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #013281;
  background-color: #ffffff;
}

.details .orderDetails {
  margin-top: 20px;
  padding: 40px 30px;
  border-radius: 4px;
  border: solid 1px #cccccc;
}

.details .orderDetails h3 {
  font-size: 24px;
  color: #1a1a1a;
}

.details .orderDetails p {
  font-size: 14px;
  color: #1a1a1a;
  padding-top: 25px;
}

.details .orderListDetails {
  margin-top: 20px;
}

.details .orderListDetails .main .items {
  padding: 40px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
}

.details .orderListDetails .main .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .orderListDetails .main .items .silds {
  padding: 40px 0;
  border-bottom: solid 1px #cccccc;
}

.details .orderListDetails .main .items .silds:first-child {
  padding-top: 0;
}

.details .orderListDetails .main .items .silds::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .orderListDetails .main .items .silds .lefts {
  float: left;
}

.details .orderListDetails .main .items .silds .lefts img {
  width: 80px;
  height: 80px;
}

.details .orderListDetails .main .items .silds .rightss {
  float: right;
  width: calc(100% - 100px);
}

.details .orderListDetails .main .items .silds .rightss h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
}

.details .orderListDetails .main .items .silds .rightss p {
  font-size: 14px;
  color: #1a1a1a;
  padding-top: 15px;
}

.details .orderListDetails .main .items .silds .rightss .item {
  padding-top: 20px;
}

.details .orderListDetails .main .items .silds .rightss .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .orderListDetails .main .items .silds .rightss .item .slide {
  height: 44px;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.details .orderListDetails .main .items .silds .rightss .item .slide:last-child {
  margin-bottom: 0;
}

.details .orderListDetails .main .items .silds .rightss .item .slide::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .orderListDetails .main .items .silds .rightss .item .slide div {
  width: 25%;
  float: left;
  line-height: 44px;
}

.details .orderListDetails .main .items .sums {
  float: right;
}

.details .orderListDetails .main .items .sums p {
  font-size: 16px;
  color: #1a1a1a;
  padding-top: 40px;
}

.details .orderListDetails .main .items .sums p:last-child i {
  font-size: 24px;
  font-weight: bold;
}

.details .orderListDetails .main .items .sums p i {
  float: right;
  font-size: 16px;
  color: #013281;
  line-height: 12px;
  font-style: normal;
  padding-left: 40px;
}
