﻿@charset "UTF-8";

body {
    font-family: "Microsoft YaHei";
}

#search, #book-category, #block-pro, #fine-sys {
    width: 1160px;
    margin: 0 auto;
}

/*重点推荐*/
.subject-wrap {
    width: 1158px;
    border: 1px solid #eae6e1;
    margin: 0 auto 35px;
    position: relative;
}

.sub-rec h1, .book-con-wrap h1 {
    margin: 22px;
}

.book-exp-list {
    width: 1080px;
    margin: 0 auto 10px;
    *margin-bottom: 40px;
}

    .book-exp-list ul li {
        float: left;
        width: 120px;
        margin: 10px 10px 20px;
        padding: 10px 20px;
        overflow: hidden;
    }

        .book-exp-list ul li:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

        .book-exp-list ul li > a {
            box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
        }

            .book-exp-list ul li > a img {
                width: 115px;
                height: 160px;
                border: 1px solid #e0dbd5;
            }

        .book-exp-list ul li .text a {
            font-size: 14px;
            color: #333333;
            margin-top: 8px;
            width: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: top;
        }

            .book-exp-list ul li .text a:hover {
                color: #ae0e16;
            }

        .book-exp-list ul li .text h4 {
            color: #666666;
            margin: 3px 0;
            font-weight: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .book-exp-list ul li .text p {
            color: #ae0e16;
            font-size: 14px;
        }

/*breadcrumb*/
.breadcrumb {
    width: 1160px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto;
}

    .breadcrumb a {
        color: #ae0e16;
    }

/*search*/
#search {
    height: 35px;
    padding: 11px 0;
    background: #f7f3ee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form {
    width: 685px;
    height: 25px;
    background: #ffffff;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 0;
    position: relative;
}

    .form > a {
        width: 125px;
        height: 25px;
        line-height: 25px;
        padding-left: 30px;
        border-right: 1px solid #cccccc;
        letter-spacing: 11px;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

        .form > a i {
            width: 10px;
            height: 5px;
            background: url(images/icon.png) no-repeat -135px 0;
            float: right;
            margin-right: 10px;
            margin-top: 10px;
        }

            .form > a i.selected {
                background-position: -151px 0;
            }

    .form .txtSer {
        width: 468px;
        padding: 0 10px;
        height: 25px;
        vertical-align: top;
        font-size: 14px;
    }

    .form .btnSer {
        width: 90px;
        height: 35px;
        background: #c4a47b;
        font-size: 16px;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

.cour-tabs {
    width: 155px;
    border: 1px solid #cccccc;
    background: #ffffff;
    position: absolute;
    top: 35px;
    left: -1px;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}

    .cour-tabs > a {
        width: 100%;
        line-height: 32px;
        border-bottom: 1px dotted #cccccc;
        letter-spacing: 11px;
    }

    .cour-tabs a:hover {
        color: #c4a47b;
    }
/*book-category*/
.book-category {
    width: 1158px;
    margin: 0 auto;
    background: #f3f3f3;
    border: 1px solid #eae6e1;
    min-height: 60px;
}

    .book-category .title {
        height: 60px;
        background: #ccb18e;
        width: 182px;
    }

        .book-category .title p {
            font-size: 18px;
            color: #ffffff;
            line-height: 60px;
            text-align: center;
            font-weight: bold;
        }

.category {
    width: 928px;
}

    .category a {
        color: #333333;
        font-size: 16px;
        line-height: 60px;
        margin-left: 50px;
    }

        .category a:hover {
            color: #ae0e16;
        }

    .category .selected {
        color: #ae0e16;
    }

.categoryfir {
    position: absolute;
    z-index: 999;
    background: #ccb18e;
    width: 182px;
    display: none;
}

.book-category .title .categoryfir p {
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

    .book-category .title .categoryfir p:hover {
        background-color: #f3f3f3;
        color: black;
    }

    .book-category .title .categoryfir p.selected {
        background-color: #f3f3f3;
        color: black;
    }

    .hdcontent {
    width: 1148px;
    margin: 10px auto;
    border: 1px solid #eae6e1;
    min-height: 60px;
    padding-left:5px;
    padding-right:5px;
}
/*book-list*/
.book-list {
    width: 1158px;
    margin: 26px auto;
    border: 1px solid #eae6e1;
    min-height: 600px;
}

.time-filtrate {
    padding: 24px 48px;
    border-bottom: 1px solid #eae6e1;
    color: #333333;
    font-size: 14px;
}

    .time-filtrate a {
        color: #333333;
        margin: 0 14px;
    }

    .time-filtrate .selected {
        color: #ae0e16;
    }

    .time-filtrate .more {
        color: #c4a47b;
        text-decoration: underline;
    }

    .time-filtrate .hide_year {
        margin: 10px 0 0 131px;
        display: none;
    }

.book-listcon {
    padding: 24px 28px;
}

.filtrate {
    position: relative;
}

.item a {
    color: #333333;
    padding: 0 22px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

    .item a:hover {
        background: #f3f3f3;
        color: #ae0e16;
    }

.item .selected {
    background: #f3f3f3;
    color: #ae0e16;
}

.array {
    position: absolute;
    top: 8px;
    right: 0px;
}

    .array a {
        display: inline-block;
        width: 19px;
        height: 20px;
        margin-left: 16px;
    }

    .array .array-1 {
        background: url(images/icon.png) no-repeat -91px -35px;
    }

    .array .array-2 {
        background: url(images/icon.png) no-repeat -128px -35px;
    }

.list-con {
    width: 1160px;
    margin: 0 -48px;
}
/*图书列表*/
/*left*/
.book-con-wrap {
    width: 868px;
    border: 1px solid #eae6e1;
}

.list-con {
    width: 1160px;
    margin: 10px 10px;
    min-height: 100px;
}

    .list-con h4 {
        font-weight: 500;
        font-size: 12px;
        color: #666666;
    }

    .list-con ul li {
        height: 190px;
        padding: 20px 25px;
        overflow: hidden;
        width: 490px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

#booklist .span0 {
    display: none;
}
/*数字教材*/
#booklist .span1 {
    background-color: #ffd800;
    color: #9b8200;
    padding: 30px 20px 0px;
    position: absolute;
    left: -34px;
    top: -12px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
}

#booklist .span2 {
    background-color: #dc1070;
    color: #ffffff;
    padding: 30px 20px 0px;
    position: absolute;
    left: -34px;
    top: -12px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
}

.list-con ul li:hover {
    background: #fafafa;
}

.list-con ul li > a {
    width: 123px;
    height: 185px;
    border: 1px solid #e0dbd5;
    box-sizing: border-box;
    *width: 110px;
    *height: 148px;
    margin-top: 16px;
}

    .list-con ul li > a img {
        width: 121px;
        height: 183px;
    }

.myres-text {
    width: 342px;
    margin-left: 25px;
    height: 207px;
    overflow: hidden;
}

    .myres-text h3 a {
        font-size: 15px;
        color: #333333;
        margin: 15px 0 12px;
        height: 44px;
        overflow: hidden;
        display: block;
    }

        .myres-text h3 a:hover {
            color: #ae0e16;
        }

    .myres-text p span {
        color: #666666;
        width: 45%;
        margin-right: 4%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: inherit;
    }

    .myres-text .download {
        color: #666666;
    }

.text-agl {
    text-align: center;
    color: #ae0e16;
}

/*pages*/
#pages {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto;
    font-family: SimSun;
}

    #pages a {
        margin: 0 4px;
        color: #333333;
    }

        #pages a:hover, #pages a.active {
            color: #ccb18e;
        }

        #pages a.page-bd {
            width: 48px;
            height: 28px;
            border: 1px solid #999999;
            color: #999999;
        }

            #pages a.page-bd:hover {
                border-color: #ccb18e;
                color: #333333;
            }

    #pages .txt-page {
        width: 26px;
        height: 28px;
        *height: 27px;
        line-height: 27px;
        text-align: center;
        border: 1px solid #ccb18e;
        vertical-align: top;
    }

.zy0 {
    display: none;
}

.jj1 {
    display: none;
}

.book-list .download a i {
    width: 14px;
    height: 18px;
    background: url(images/icon.png) no-repeat -143px -25px;
    margin: 0 8px 2px 0;
}

.book-list p, .myres-text .download, .myres-text h4 {
    font-family: SimSun;
}

.book-list .download .ppt-programme i {
    background-position: -167px -25px;
}

.book-list .download .ppt-case i {
    background-position: -191px -25px;
}

.book-list .download .ppt-video i {
    background-position: -234px -25px;
}

.book-list .download .ppt-study i {
    background-position: -213px -25px;
}

.download a {
    line-height: 29px;
    width: 342px;
    overflow: hidden;
    white-space: inherit;
}

a.ljshop {
    margin-top: 20px;
    margin-left: 100px;
    background: #ae0e16;
    width: 77px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    border: 1px solid;
    font-size: 12px;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor:pointer;
}

a.jrshop {
    margin-top: 20px;
  
    background: #eca22e;
    width: 77px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    border: 1px solid;
    font-size: 12px;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
     cursor:pointer;
}
a.wkc {
    color: #ae0e16;
}
/*.fixed-bar {
    display: block;
}*/

.cd-add-to-cart {
  display: inline-block;
  padding: 1.2em 1.8em;
  background: #2c97de;
  border-radius: 50em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cd-add-to-cart:hover {
  background: #42a2e1;
}
.cd-add-to-cart:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-cart-container::before {
  /* dark bg layer visible when the cart is open */
  content: '';
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
  position: fixed;
  bottom: 20px;
  right: 5%;

}
.empty .cd-cart-trigger, .empty
.cd-cart {
  /* hide cart */
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
  .cd-cart-trigger,
  .cd-cart {
    bottom: 40px;
  }
}

.cd-cart-trigger {
  /* button that triggers the cart content */
  z-index: 3;
  height: 61px;
  width: 61px;
  /* replace text with image */
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
    .cd-cart-trigger::after, .cd-cart-trigger::before {
        /* used to create the cart/'X' icon */
        content: '';
        position: absolute;
        left: 44%;
        top: 46%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        height: 60%;
        width: 100%;
        background: url(Images/shop-car-02.png) no-repeat 0 0;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s, -webkit-transform .2s;
    }
.cd-cart-trigger::after {
  /* 'X' icon */
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cd-cart-trigger::before {
  opacity: 0;
}
.cart-open .cd-cart-trigger::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count {
  /* number of items indicator */
  position: absolute;
  top: -20px;
  right: -10px;
  height: 36px;
  width: 36px;
  background: #e94b35;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  text-indent: 0;
}
.cd-cart-trigger .count li {
  /* this is the number of items in the cart */
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter .15s;
          animation: cd-qty-enter .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cd-cart-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave .15s;
          animation: cd-qty-leave .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cart-open .cd-cart-trigger .count {
  -webkit-transition: -webkit-transform .2s 0s;
  transition: -webkit-transform .2s 0s;
  transition: transform .2s 0s;
  transition: transform .2s 0s, -webkit-transform .2s 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.empty .cd-cart-trigger .count {
  /* fix bug - when cart is empty, do not animate count */
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
  /* cart content */
  z-index: 2;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}
.cd-cart .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 66px;
  width: 66px;
  border-radius: 6px;
  
  background: #b4181c;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}
.cd-cart header, .cd-cart footer {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
.cd-cart header, .cd-cart .body {
  opacity: 0;
}
.cd-cart header {
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 0 1.4em;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  border-bottom: 1px solid #e6e6e6;
}
.cd-cart header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart footer {
  bottom: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cd-cart h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.cd-cart .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  color: #808b97;
}
.cd-cart .undo a {
  text-decoration: underline;
  color: #2b3e51;
}
.cd-cart .undo a:hover {
  color: #2c97de;
}
.cd-cart .undo.visible {
  opacity: 1;
  visibility: visible;
}
.cd-cart .checkout {
  display: block;
  height: 72px;
  line-height: 72px;
  margin-right: 72px;
  background: #2c97de;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all .2s 0s;
  transition: all .2s 0s;
}
.cd-cart .checkout:hover {
  background: #399ee0;
}
.cd-cart .checkout em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s .2s;
  transition: -webkit-transform 0s .2s;
  transition: transform 0s .2s;
  transition: transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .checkout em::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .body {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  padding: 20px 0 10px;
  margin: 40px 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .body ul {
  overflow: hidden;
  padding: 0 1.4em;
  position: relative;
  padding-bottom: 90px;
}
.cd-cart .body li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .body li::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .body li:not(:last-of-type) {
  margin-bottom: 20px;
}
.cd-cart .body li.deleted {
  /* this class is added to an item when it is removed form the cart */
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out .3s forwards;
          animation: cd-item-slide-out .3s forwards;
}
.cd-cart .body li.deleted.undo-deleted {
  /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
  -webkit-animation: cd-item-slide-in .3s forwards;
          animation: cd-item-slide-in .3s forwards;
}
.cd-cart .body li.deleted + li {
  -webkit-animation: cd-item-move-up-mobile .3s;
          animation: cd-item-move-up-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .body li.undo-deleted + li {
  -webkit-animation: cd-item-move-down-mobile .3s;
          animation: cd-item-move-down-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .product-image {
  display: inline-block;
  float: left;
  /* the image height determines the height of the list item - in this case height = width */
  width: 50px;
}
.cd-cart .product-image img {
  display: block;
}
.cd-cart .product-details {
  position: relative;
  display: inline-block;
  float: right;
  width: calc( 100% - 50px);
  padding: 0.3em 0 0 0.5em;
}
.cd-cart .product-details::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart h3, .cd-cart .price {
  font-weight: bold;
}
.cd-cart h3 {
  width: 70%;
  float: left;
  /* truncate title with dots if too long */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cd-cart h3 a {
  color: #2b3e51;
}
.cd-cart h3 a:hover {
  color: #2c97de;
}
.cd-cart .price {
  float: right;
  width: 30%;
  text-align: right;
}
.cd-cart .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}
.cd-cart .actions::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .delete-item, .cd-cart .quantity {
  float: left;
  color: #808b97;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-cart .delete-item {
  margin-right: 1em;
}
.cd-cart .delete-item:hover {
  color: #e94b35;
}
.cd-cart .quantity label {
  display: inline-block;
  margin-right: .3em;
}
.cd-cart .select {
  position: relative;
}
.cd-cart .select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/cd-icon-select.svg) no-repeat center center;
  pointer-events: none;
}
.cd-cart select {
  position: relative;
  padding: 0 1em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  color: #808b97;
}
.cd-cart select:focus {
  outline: none;
  color: #2b3e51;
  box-shadow: 0 1px 0 currentColor;
}
.cd-cart select::-ms-expand {
  /* hide default select arrow on IE */
  display: none;
}
.cart-open .cd-cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cart-open .cd-cart header, .cart-open .cd-cart .body {
  opacity: 1;
}
.cart-open .cd-cart header {
  -webkit-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
}
.cart-open .cd-cart .body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.cart-open .cd-cart .body li {
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.cart-open .cd-cart .body li:nth-of-type(2) {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.cart-open .cd-cart .body li:nth-of-type(3) {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}
.cart-open .cd-cart .checkout {
  color: #ffffff;
  -webkit-transition: color .2s .3s;
  transition: color .2s .3s;
}
.cart-open .cd-cart .checkout em {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: transform .2s .3s, padding .2s 0s;
  transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}
.cart-open .cd-cart .checkout:hover em {
  padding-right: 30px;
}
.cart-open .cd-cart .checkout:hover em::after {
  opacity: 1;
}