.order-wrap {
	margin-top: 40px;
	background: #fff;
	margin-bottom: 40px;
}

.order-wrap .head {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #eee;
	padding-left: 30px; 
	font-size: 0.18rem;
	color: #333;
}

.order-wrap .content {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
	height: 130px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	/*background: #fafafa;*/
}

.order-wrap .content img {
	float: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 90px;
}

.order-wrap .content .course {
	float: left;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	line-height: 30px;
	font-size: 0.18rem;
	color: #333;
	padding: 0 20px;
}

.order-wrap .content .course a {
	padding: 7px 15px;
	font-size: 0.16rem;
	background: #FFD615;
	color: #262626;
	-moz-border-radius: 4px;
	     border-radius: 4px; 
	margin-left: 15px;
}

.order-wrap .content .price {
	float: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 0.16rem;
	color: #ff2121;
}

.order-wrap .coupon-box,
.order-wrap .way-box,
.order-wrap .address-box {
	height: 190px;
	border-bottom: 1px solid #eee;
	padding: 0 30px;
}

.order-wrap .address-box {
	height: auto;
	padding-bottom: 10px;
}

.order-wrap .coupon-box {
	height: auto;
}

.order-wrap .coupon-box .title,
.order-wrap .way-box .title,
.order-wrap .address-box .title {
	height: 70px;
	line-height: 70px;
	font-size: 0.16rem;
	color: #333;
	margin-bottom: 0;
}

.order-wrap .address-box .title a {
	float: right;
	color: #E40606;
    font-size: 0.12rem;
    outline: none;
}

.order-wrap .address-box .title a i {
    font-size: 0.12rem;
    margin-right: 5px;
}

.order-wrap .address-item {
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	-moz-border-radius: 6px;
	     border-radius: 6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.order-wrap .address-item .select-box {
	float: left;
	margin: 20px 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.order-wrap .address-item .info {
	float: left;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.order-wrap .address-item .info p {
	margin: 7px 15px;
	font-size: 0.13rem;
}

.order-wrap .address-item .info p span {
	margin-right: 40px;
}

.order-wrap .address-item .handle {
	float: right;
	margin: 20px 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.order-wrap .address-item .handle span {
	color: #E40606;
	font-size: 0.12rem;
	cursor: pointer;
	margin-right: 10px;
}

.order-wrap .address-item .handle .iconfont {
	font-size: 0.12rem;
	margin-right: 2px;
}

.order-wrap .coupon-box .title .iconfont {
	font-size: 0.16rem;
	color: #FF9900;
	margin-right: 5px;
}

.order-wrap .coupon-box .coupon-selected {
	float: right;
	margin-top: 22px;
	line-height: 26px;
	position: relative;
}

.order-wrap .coupon-box .coupon-selected button {
	line-height: 26px;
	padding: 0 12px;
	font-size: 14px;
	background: #d2d2d2;
	color: #262626;
	-moz-border-radius: 4px;
	     border-radius: 4px;
	border: none;
	outline: none;
}

.order-wrap .coupon-box .kanjia span {
	display: inline-block;
	line-height: 26px;
	padding: 0 12px;
	font-size: 14px;
	color: red;
	border: 1px solid #FFD615;
}

.order-wrap .coupon-box .kanjia.none span {
	border: none;
	color: #aaa;
}
 
.order-wrap .coupon-box .active button {
	background: #FFD615;
}

.order-wrap .coupon-box .coupon-menu {
	width: 400px;
	position: absolute;
	bottom: 32px;
	right: 0;
	-moz-border-radius: 3px;
	     border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
	        box-shadow: 0 0 4px rgba(0,0,0,.2);
	padding: 15px 20px 5px;
	font-size: 0.14rem;
	max-height: 250px;
	overflow-y: auto;
	display: none;
}

.order-wrap .coupon-box .coupon-menu li {
	margin-bottom: 10px;
	cursor: pointer;
}

.order-wrap .coupon-box .coupon-menu .iconfont {
	font-size: 0.14rem;
	margin-left: 10px;
}

.order-wrap .coupon-box .coupon-menu small {
	margin-left: 10px;
}

.order-wrap .way-box .way {
	float: left;
	border: 2px solid #eee;
	margin-right: 50px;
	overflow: hidden;
}

.order-wrap .way-box .way img {
	width: 200px;
}

.order-wrap .way-box .way.selected {
	border: 2px solid #1dc988;
	position: relative;
}

.order-wrap .way-box .way.selected:after {
	content: ""; 
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px; 
	background: url(../img/course-pay-selected.png);
}

.order-wrap .buy-box {
	text-align: right;
	padding-right: 30px;
	position: relative;
	padding-bottom: 35px;
}

.order-wrap .buy-box .explain {
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 0.12rem;
}

.order-wrap .buy-box .price {
	padding-top: 80px;
	font-size: 0.18rem;
	color: #333;
}

.order-wrap .buy-box .price span {
	color: #ff2121;
	margin-left: 8px;
}

.order-wrap .buy-box .price-discounts {
	font-size: 0.16rem;
	color: #333;
}

.order-wrap .buy-box .price-discounts span {
	color: #ff2121;
	margin-left: 25px;
}

.order-wrap .buy-box .go-buy a {
	display: inline-block;
	width: 1.2rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	background: #FFD615;
	color: #262626;
	font-size: 0.18rem;
	margin-top: 10px;
	-moz-border-radius: 4px;
	     border-radius: 4px;
}


/* 选择按钮样式 */
.select-box {
	display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #FFD615;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
}

.select-box input[type='checkbox'],
.select-box input[type='radio'] {
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.select-box .selected {
    width: 8px;
    height: 8px;
    background: #FFD615;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 3px;
    padding: 0;
    display: none;
}

.select-box input ~ .selected {
    display: none;
}

.select-box input:checked ~ .selected {
    display: block;
}

.coupon-menu .select-box,
.coupon-menu .select-box input[type='checkbox'] {
	width: 12px;
	height: 12px;
}

.coupon-menu .select-box .selected {
	width: 6px;
	height: 6px;
	margin: 2px;
}

/* 拟态框 */
.btn-primary {
	background-color: #FFD615;
	border-color: #efc919;
	outline: none;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #ffc107;
	border-color: #ecb308;
	outline: none;
}

.modal.in .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0 auto; 
}

.modal .row {
	margin: 20px 0;
}

.modal .row select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
         box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
}

.modal .row .input-group-addon.hasborder {
	border-right: 1px solid #ccc;
}

.form-control.err ,
.input-group select.err {
    border-color: #e71837;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231,24,55,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231,24,55,.6);
         box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231,24,55,.6);
}

.modal-dialog {
	width: 700px;
}

/* for code */
.code-input {
	width: 92px;
	height: 26px;
	line-height: 1;
	padding: 0 6px;
	margin-left: 5px;
	border-radius: 3px;
	border: 1px solid #FFD615;
	font-size: 13px;
	vertical-align: middle;
	margin-top: -1px;
}
.code-input:focus {
	outline: none;
	border-color: #ffaa55;
}