
/*banner*/
.banner {
    padding: 25px 0;
    height: 200px;
    background-color: #f4f4f4;
}
.banner img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
}
/* order_content*/
.order_content{
    background-color: #f4f4f4;
    padding-bottom: 40px;
    min-height: 897px;
}
.shopping_wrap{
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.shopping_title{
    font-size: 16px;
    padding: 15px 30px;
    border-bottom: 1px solid #eeeeee;
}


/*progressbar*/
.progressbar {
    overflow: hidden;
    padding: 50px 30px;
    counter-reset: step;
}
.progressbar li{
    display: inline-block;
    position: relative;
}
.progressbar li>p{
    position: absolute;
    bottom: -26px;
    right: -2px;
}
.progressbar li:nth-of-type(1)>p{
    right: -10px;
}
.progressbar li>a{
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    width: 53px;
    line-height: 45px;
    height: 51px;
    border-radius: 50%;
    display:block;
    position: relative;
    background: #c8c8c8;
    margin-left: 175px;
    border: 4px solid #f4f4f4;
    text-align: center;
}
.progressbar li:first-child>a:before {
    content: none;
}
/*progressbar connectors*/
.progressbar li>a:before {
    content: '';
    width: 180px;
    height: 4px;
    background: #f4f4f4;
    position: absolute;
    left: -183px;
    top: 21px;
}
.progressbar li.active>a{
    background-color: #fb4a31;
    background-image:-webkit-linear-gradient(left,#fb4a31 1%,#f59043 80%);
    background-image: -o-linear-gradient(left,#fb4a31 1%,#f59043 80%);
    background-image: linear-gradient(left,#fb4a31 1%,#f59043 80%);
    color: white;
}
.progressbar li>a:after{
    content: counter(step);
    counter-increment: step;
}
.order_title{
    line-height: 45px;
    padding: 0 80px 0 25px;
    background-color: #f4f4f4;
}
.order_list{
    padding: 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
.order_list:last-of-type{
    border-bottom: none;
    line-height: 30px;
}
.order_left,.order_right{
    display: inline-block;
    vertical-align: top;
}
.order_left{
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 5px;
}
.order_left>img{
    width: 100%;
    height: 100%;
}
.order_right{
    margin-left: 10px;
    width: 892px;
}
.text_title{
    font-size: 16px;
    padding-bottom: 12px;
}
.order_list .font_family{
    margin-right: 0px;
}
.order_btn{
    width: 120px;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 50px;
}
