@charset "utf-8";
/* CSS document*/
.order-page {
	padding-top: 30px;
}
.order-page .row {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.order-page .row > .title {
	line-height: 32px;
	font-size: 16px;
	padding-bottom: 10px;
}
.order-page .user-adress-wrapper {
	padding-top:0px;
	margin-left: 15px;
}
.order-page .user-adress-wrapper .default-address {
	border:1px solid #e93b39;
}
.order-page .options-list {
	padding: 0 30px;
}
.order-page .options-info {
	padding: 0 30px;
}
.order-page  .options-list ul li {
	width: 160px;
	height: 46px;
	float: left;
	margin-right: 20px;
	border:1px solid #dedede;
	background: #fafafa;
	text-align:center;
	line-height: 46px;
}
.order-page  .options-list ul .selected {
	border:1px solid #e93b39;
}
.order-page  .options-list ul li:hover {
	cursor: pointer;
}
.order-page  .options-list .no-sel {
	border:1px solid #e93b39;
}
.order-page  .options-list .no-sel.collapsed {
	border:1px solid #dedede;
}
.order-page .fillin-invoice {
	width: 500px;
	padding-top: 20px;
	display: none;
}
.order-page .form-horizontal .control-label {
	text-align: left;
}
.order-page-pr-list {
	padding: 0 30px;
}
.order-page-pr-list .table thead {
	background: #f5f5f5;
	border:1px solid #dedede;
}
.order-page-pr-list .table > tbody {
	border-left: 1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.order-page-pr-list .table > .combos .hd{
	background: #f8f8f8;
}
.order-page-pr-list .table > thead > tr > th,
.order-page-pr-list .table > tbody > tr > td {
	text-align: left;
	padding: 13px 20px;
}
.order-page-pr-list .table > thead > tr > th {
    border-bottom: 0px;
    font-weight: normal;
}
.order-page-pr-list .table > tbody > tr > td {
	border-top: 0px ;
}
.order-list-pr {
	height: 68px;
}
.order-list-pr .img {
	width: 68px;
	height: 68px;
	display: block;
	float: left;
	overflow: hidden;
}
.order-list-pr .name {
	font-size: 12px;
	width: 590px;
	float: left;
	height: 40px;
	margin: 20px 0px 8px 20px;
}
.order-page-statistic ul {
	float:right;
}
.order-page-statistic > ul > li{
	width: 300px;
	line-height: 52px;
	border-bottom:1px solid #dedede;
	text-align: right;
}
.order-page-statistic > ul > li label {
	width: 120px;
	float: left;
	display: inline-block;
}
.order-page-statistic > ul > li span {
	width: 180px;
	float: left;
	display: inline-block;

}
.order-page-statistic > ul > li span i{
	display: inline-block;
	padding-right: 3px;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #e93b39;
}
.order-page-statistic .settlement-operation {
	text-align: right;
	clear: both;
	padding-top: 20px;
}
.order-page-statistic .settlement-operation a {
	display: inline-block;
	line-height: 46px;
}
.order-page-statistic .settlement-operation .btn {
	width: 180px;
	line-height: 24px;
	margin-left: 10px;
}
.options-info .invoice-info {
	width: 650px;
}
.options-info .invoice-info > tbody > tr > td {
	text-align: left;
}
.pay-feedback .modal-dialog {
	width: 450px;
	margin: 120px auto;
}
.pay-feedback .modal-body {
	padding: 30px;
	text-align: center;
}
.pay-feedback .modal-body .item {
	padding-bottom: 30px;
	height: 90px;
}
.pay-feedback .modal-body .icon-checkmark {
	font-size: 50px;
	color: #4fbd48;
}
.pay-feedback .modal-body .icon-cancel {
	font-size: 50px;
	color: #e93b39;
}
.pay-feedback .modal-body .item span {
	display: inline-block;
	padding: 0 10px;
	line-height: 60px;
	vertical-align: middle;
}
.pay-feedback .modal-body .item a {
	padding-left: 10px;
	color: #e93b39;
	vertical-align: middle;
}
.pay-feedback .modal-body .item a:hover {
	text-decoration: underline;
}
.order-following {
	padding: 0 30px;
}
.order-following .title {
	height: 44px;
	padding-left: 20px;
	background: #453b80;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}
.order-following .title span {
	padding-right: 20px;
}
.order-following .hd {
	height: 68px;
	padding: 10px 0;
	background: #534795;
	padding-left: 20px;
}
.order-following .hd ul li {
	width: 160px;
	float: left;
	color: #fff;
}
.order-following .hd ul li p {
	line-height: 20px;
	font-size: 12px;
}
.order-following .hd ul li h1 {
	line-height: 28px;
	font-size: 16px;
}
.order-following .md {
	border-left: 1px solid #534795;
	border-right: 1px solid #534795;
	border-bottom: 3px solid #534795;
	padding: 40px;
}
.order-following .md ul li {
	height: 130px;
	padding-top: 60px;
	width: 210px;
	position: relative;
	float: left;
	text-align: center;
}
.order-following .md ul li:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #eceff1;
	position: absolute;
	left: 0px;
	top: 23px;
}
.order-following .md > ul > li .content{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 0px;
	background: #cacaca;
	border-radius: 50%;
	text-align: center;
}
.order-following .md > ul > li .content span {
	color: #fff;
	font-size: 32px;
	line-height: 50px;
}
.order-following .md ul .ready:before {
	background: #00a7ea;
}
.order-following .md ul .ready .content{
	background: #00a7ea;
}
.order-following .md ul .first:before {
	content: '';
	width: 130px;
	position: absolute;
	left: 80px;
	top: 23px;
}
.order-following .md ul .last:before {
	content: '';
	width: 130px;
	position: absolute;
	left: 0px;
	top: 23px;
}
.order-following .md .text h1 {
	font-size: 16px;
	line-height: 24px;
}
.order-following .md .text p {
	font-size: 12px;
	line-height: 20px;
}
.cashon-page {
	padding-top: 30px;
}
.cashon-wrapper {
	width: 100%;
	padding: 0 150px;
	border-top: 3px solid #534795;
	background: #f5f5f5;
}
.cashon-wrapper .hd {
	text-align: center;
	padding: 40px 0;
}
.cashon-wrapper .hd span {
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}
.cashon-wrapper .hd .icon-checkmark {
	font-size: 48px;
	color: #4fbd48;
	padding-right: 10px;
}
.cashon-wrapper .md {
	background: #fff;
}
.cashon-wrapper .md .price {
	font-size: 18px;
	font-weight: bold;
	color: #e5364a;
}
.cashon-wrapper .table-bordered > tbody > tr > td {
	padding: 14px 30px;
	text-align: left;
}
.cashon-wrapper .bd {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.cashon-wrapper .bd a {
	display: inline-block;
	padding: 0 20px;
}
.order-recommend {
	padding-top: 60px;
}
.order-recommend .title {
	width: 100%;
    height: 25px;
    margin: 0px 0 20px;
    background: url(../images/site-shelf-title-bg.png) 0px 0px repeat-x;
    text-align: center;
}
.order-recommend .title span {
	display:inline-block;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	line-height: 25px;
}
.order-recommend ul {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.order-recommend ul li {
	width: 240px;
	height: 270px;
	padding: 15px 20px;
	float: left;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.order-recommend > ul > li:hover {
	box-shadow: 2px 2px 10px 5px #eeeeee;
}
.order-recommend > ul > li .img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.order-recommend > ul > li .name {
	height: 24px;
	line-height: 24px;
	color: #333333;
	overflow: hidden;
	display: block;
}
.order-recommend > ul > li .name:hover {
	color: #483882;
}
.order-recommend > ul > li .price {
	line-height: 24px;
	color: #666;
}
.order-recommend > ul > li .btn-box {
	padding: 10px 15px 0;
	opacity: 0;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.order-recommend > ul > li:hover .btn-box  {
	opacity: 1;
}
.order-recommend > ul > li .btn-box .btn {
	font-size: 12px;
	width: 86px;
}
/*payment-page*/
.payment-wrapper {
	width: 100%;
	margin-top: 30px;
	padding:30px;
	border-top: 3px solid #534795;
	background: #f5f5f5;
}
.pay-order-info {
	width: 1140px;
	padding: 20px 30px;
	background-color: #fff;
	margin: 20px 0;
}
.pay-order-info  .order-num {
	color: #e27704;
}
.pay-order-info .left{
	width:820px;
	float: left;
}
.site-main .order-info .left ul li {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.pay-order-info .right {
	width: 260px;
	float: left;
	text-align: right;
	line-height: 26px;
	font-size: 16px;
}
.pay-order-info .right span {
	line-height: 26px;
	display: inline-block;
}
.pay-order-info .right .price {
	font-size: 22px;
	color: #e27704;
	padding-left: 5px;
}
.payment-options ul {
	padding-bottom: 20px;
}
.payment-options li {
	width: 100%;
	height: 70px;
	padding:4px 0;
	line-height: 58px;
	background: #fff;
	border:2px solid #dedede;
	margin-bottom: 15px;
	cursor: pointer;
}
.payment-options .active {
	border:2px solid #85a1d4;
}
.payment-options li .radio {
	float: left;
	margin-left: 20px;
	margin-top: 22px;
}
.payment-options li .payment-institutions {
	float: left;
	width: 166px;
	height: 46px;
	margin-top: 6px;
	padding-left: 10px;
}
.payment-options .confirm-payment {
	margin-bottom: 20px;
}
.payment-options .confirm-payment .btn {
	width: 140px;
}






















