/*主内容区域*/
.lh-main-box{
    width: 100%;
}
.lh-main{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}
.lh-main > p{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: solid 2px #E70D1D;
    color: #E70D1D;
}

.lh-main > section{
    padding: 20px;
    line-height: 22px;
}

/*确认收货地址*/
section > p{
    height:30px;
    line-height: 30px;
    border-left: solid 2px #E70D1D;
    padding-left: 10px;
    margin: 0 0;
}

section div.address-box{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

section div.address-box >span{
    margin-left: 5px;
}

section div.address-box > i{
    font-size: 24px;
    color: #E70D1D;
}
section div.address-box > a{
    font-size: 14px;
    color: #E70D1D;
    margin-right: 20px;
}

/*订单列表*/
.cart-ul{
    /*1120px*/
    width: 100%;
}
.cart-ul li{
    width: 100%;
    color: #333333;
    font-size: 14px;
}

.cart-ul li.li-header{
    height: 50px;
    line-height: 40px;
    margin-bottom: 0px;
    background-color:#f0f0f0;
    border: solid 1px #cccccc;
   margin-bottom: -1px;
}
.cart-ul li.li-body {
    background: #FCFCFC;
    border: solid 1px #cccccc;
    margin-bottom: -1px;
}
.cart-ul li.li-body:hover {
    background: #fcf9f1;
}

.cart-ul li > div > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cart-ul li > div > span:nth-of-type(1) {
    width: 470px;
  text-align: center;
}
.cart-ul li > div > span:nth-of-type(2) {
     width: 90px;
  text-align: center;
 }
.cart-ul li > div > span:nth-of-type(3) {
     width: 120px;
  text-align: center;
 }
.cart-ul li > div > span:nth-of-type(4) {
    width: 100px;
  text-align: center;
}
.cart-ul li > div > span:nth-of-type(5) {
    width: 130px;
  text-align: center;
}
.cart-ul li > div > span:nth-of-type(6) {
    width: 150px;
  text-align: center;
}
.cart-ul li.li-body > div{
    min-height: 80px;
    padding:10px 0;
}

.cart-ul li > p{
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #cccccc;
    padding-left: 10px;
}
.cart-ul li.li-body > div > span:nth-of-type(1) img{
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
.cart-ul li.li-body > div > span:nth-of-type(1) span{
    display: inline-block;
    width: 330px;
   font-size: 14px;
}
.cart-ul li.li-body > div > span:nth-of-type(3) > span{
    color: #000;
}
.cart-ul li.li-body > div > span:nth-of-type(3) > del{
    color: #999999;
    font-size: 14px;
}

.cart-ul li.li-body > div > span:nth-of-type(4) > input{
    display: inline-block;
    height: 24px;
    max-width: 40px;
    text-align: center;
}
.cart-ul li.li-body > div > span:nth-of-type(6){
    color: #000;
}

.form-group select{
    width: 150px;
    display: inline-block;
}

/*底部栏*/
.footer div:nth-of-type(1) > textarea{
    width: 400px;
    height: 100px;
    padding: 10px;
    resize: none;
}

.footer div:nth-of-type(2){
    min-width: 320px;
    height: 240px;
    border: solid 1px #cccccc;
    text-align: right;
    padding: 20px;

    font-size: 14px;
    box-shadow: 0px 0px 1px #f0f0f0;
}

.footer div:nth-of-type(2) > p{
    margin-bottom: 5px;
}

.footer div:nth-of-type(2) > p:nth-last-of-type(1) > span{
    font-size: 20px;
    font-weight: bold;
    color: #E70D1D;
}

.footer div:nth-of-type(2) > a{
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #E70D1D;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

.footer div:nth-of-type(2) > a:hover{
    background: #CB0000;
    transition-duration: 0.5s;
}

.ticket-item{
    display: none;
}