*{
    margin:0;
    padding: 0;
    font-family: "微软雅黑";
    color: #787878;
}
button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"] > input[type="button"]::-moz-focus-inner {

border: none;

}
a{
    text-decoration: none;
    color: #aab1b4;
}
h1,h3{
   font-size: 24px;
   font-weight: normal;
}
a:hover{
    color:#1a68cb;
}
header{
    width: 100px;
    height: 100px;
}
.cart{
    width:100%;
}
.cart-logo{
  margin:0 auto;
  max-width:700px;
  margin-bottom: 100px;
}
.cart-logo img{
    width: 100%;
}
.nav{
    width:100%;
}
.nav ul{
    border-top:1px solid #aab1b4;
    border-bottom:1px solid #aab1b4;
    padding: 15px 0;
    margin:0 auto;
    width:1200px;
    text-align: center;
}
.nav ul:after{
    content:'';
    display: block;
    clear:both;
}
.nav li{
    float: left;
    list-style: none;
    width:300px;
}
.cart-content{
    width:1200px;
    margin:0 auto;
}
.cart-content-title{
    text-align: center;
    padding: 15px 0;
}
.cart-content-title h1{
    display: inline-block;
    line-height: 2;
    border-bottom:1px solid #aab1b4;
}
.cart-content-title span{
    color:#1a68cb;
}
.cart-content-body table{
    text-align: center;

}
.cart-content-body table tr{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cart-tr-remove{
    opacity: 0;
}
.cart-null td{
  color:red;
  font-size: 40px;
}
.cart-content-body table tr th,td{
    padding: 5px 10px;
    width:200px;
}
.cart-content-img{
    width: 65px;
    height: 65px;
    border-radius: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e5e5e5;
    margin: 0 auto;
}
.cart-content-quantity{
    border:1px solid #ccc;
    box-sizing: border-box;
    width: 95px;
    height:25px;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
}
.cart-num{
  display: inline-block;
  height: 25px;
  line-height: 18px;
  font-family: monospace;
  width: 30px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  position: relative;
  outline:none;
  position: absolute;
  top:0;
}
.quantity-decrement{
    left:0;
}
.quantity-increment{
    right:0;
}
.cart-num:focus{
    outline:none;
}
.cart-num span{
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 21px;
}
.loading-img{
    position: absolute;
    top:1px;
    left:3px;
    display: none;
}
.visuallyhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart-item__quantity{
    width: 35px;
    height: 25px;
    font-size: inherit;
    border: none;
    text-align: center;
    -moz-appearance: textfield;
    background: transparent;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    position: absolute;
    top:0;
    left:30px;
}
.cart-checkout-total{
    text-align: right;
    padding: 20px 0;
    font-size: 18px;
    color:#333;
}
.cart-info-total{
    font-size: 14px;
    color:#333;
    padding: 0 5px 0 15px;
}
.remove-lineitem{
    cursor:pointer;
    text-align: center;
    font-size: 0;
}
.pricing--no-padding{
    font-size: 30px;
    color:#1a68cb;
}
.cart-checkout{
    width:1200px;
    margin:0 auto;
}
.cart-checkout-btn{
    text-align: right;
}
.cart-checkout-btn input{
    background: #1a68cb;
    font-size: 16px;
    padding: 10px 50px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    border: none;
    text-shadow: none;
    font-weight: normal; 
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cart-checkout-btn input:hover{
    background: #144e99;
}
.cart-foot{
    width:1200px;
    margin:50px auto;
}
.cart-foot:after{
    content:'';
    display: block;
    clear: both;
}
.cart-mail{
    width:600px;
    text-align: center;
    float: left;
}
.cart-mail h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.cart-mail p{
     font-size: 15px;
     margin-bottom: 30px;
}
.form-wrap{
    width:290px;
    margin:0 auto;
    font-size: 0;
}
.input-email{
    width:200px;
    padding: 5px 10px;
    height:40px;
    background: #fff;
    font-size: 16px;
    border:1px solid #ccc;
    box-sizing: border-box;
    border-radius:5px;
    margin-right:-1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}
.input-email:focus{
    border:1px solid #559fff;
    box-shadow: 0 0 3px #559fff;
}
.submit-email{
    background: #fff;
    width:50px;
    height:40px;
    padding: 5px 10px;
    font-size: 16px;
    border:1px solid #ccc;
    border-radius:5px;
    box-sizing: border-box;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.submit-email:hover{
    background:#e5e5e5;
    color:#333;
}
.cart-social{
    width: 600px;
    float: right;
    text-align: center;
}
.cart-social h3{
    font-size: 16px;
}
.social-content{
    width:200px;
    margin:10px auto 0;
}
.social-content ul li{
    float:left;
    width:50px;
    list-style: none;
    opacity: 0.6;
    -webkit-transition: all .5  s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.social-content ul li img{
    width:30px;
}
.social-content ul li:hover{
    opacity: 1;
}