.order{
	width: 420px;
	height: auto;
	margin: 5% auto 0;
	background: #fff;
}

.order-header{
	padding: 20px 20px 16px 20px;
	overflow: auto;
	border-bottom: 2px solid #eee;
	background: #f8f8f8
}
.order-header h4.header-title{
	font-size: 17px;
	color: #666;
	font-weight: 400;
	line-height: 24px;
	float: left;
}
.order-header button.close{
	float: right;
	background: #f8f8f8;
	border: 0;
	cursor: pointer;
}
.order-header button.close img{
    width: 16px;
    /*margin-top: 5px;*/
}
.order-content{
	padding: 10px 30px 20px 30px;
}

.order-content .title h5{
/* 	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd; */
}

.format{padding-top: 10px;}
.detailed{
	overflow: auto;
}
.detailed .ul10{
	float: left;
	width: 32%;
	color: #999;
}
.detailed .ul20{
	float: left;
	width: 68%;
	font-weight: 500;
}
.detailed ul li{
	line-height: 28px;
	font-size: 13px;
}

.Selective h6{
	font-size: 13px;
	font-weight: 400;
	color: #999;
	line-height: 24px;
	margin-bottom: 4px;
}
.ccount_select{
	width: 100%;
}
.combo-select{
    position:relative;
    margin-bottom: 14px;
    border:1px #ddd solid;
    cursor: pointer;
    border-radius:3px;
}
.combo-select .combo-input{margin-bottom:0}
.combo-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin:0;
    text-overflow:ellipsis;
    white-space:nowrap;
    border:none;
    cursor: pointer;
    width:100%;
    box-sizing:border-box;
    height: 34px;
    padding: 0 10px;
}
.combo-input:focus{outline:none}
.combo-arrow{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    cursor:pointer;
    text-align:center;
    width:100%;
    font-size:12px;
    color:#999
}
.combo-arrow:before{
    content:" ";
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #666;
    display:block;
    width:0;
    height:0;
    top:0;
    right:10px;
    bottom:0;
    position:absolute;
    margin:auto 0
}
.combo-open .combo-arrow{
    border-color:#2D9DF1;
}
.combo-open .combo-arrow:before{
    border-top:none;
    border-bottom:5px solid #666
}
.combo-focus{
    border-color:#2D9DF1
}
.combo-focus input{
    border-color:#2D9DF1
}
.combo-select select{
    position:absolute;
    z-index:1;
    left:-1px;
    top:-1px;
    width:0;
    height:0;
    margin:0;
    -webkit-appearance:none;
    opacity:0
}


.option-selected{
    background-color:#eee
}

.option-hover{
    background-color:#2D9DF1;
    color:#fff;
}
.option-item{
    cursor:pointer;
    border-bottom:1px #e3e3e3 solid;
}
.option-item:hover{
    background-color:#2D9DF1;
    color:#fff
}
.option-item:last-child{
    border-bottom:none
}
.option-group{
    cursor:text;;
    background:#e1e1e1;
    border:1px #ccc solid;
    border-width:1px 0
}
.option-disabled{opacity:.5}
.combo-dropdown{
    position:absolute;
    z-index:1;
    top:100%;
    left:0;
    width:100%;
    max-height:300px;
    margin:0;
    padding:0;
    display:none;
    overflow-y:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    box-sizing:border-box
}
.combo-dropdown li{
    list-style:none;
    padding:8px 10px;
    margin:0;
    font-size: 13px;
    font-weight: 400;
}
.combo-open .combo-dropdown{display:block}
.combo-marker{text-decoration:underline}


button.input-but{
	width: 100%;
	height: 42px;
	background: #2D9DF1;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}

.quota p{
	color: #FF8800;
	font-size: 13px;
	float: left;
}
.quota p b{
	font-size: 24px;
	font-weight: 500;
}
.quota p span{
	color: #ff2200;
	font-size: 13px;
}
.quota s{
	text-decoration: line-through;
	color: #999;
	font-size: 13px;
	float: right;
	margin-top: 10px;
}

.login_bot{
    width:100%;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 12px;
}
.login_bot>a,.login_bot>p{
    font-size:13px;
    color:#666;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.1s;
}
.login_bot>a:hover{
	color: #2D9DF1;
}
.login_bot>p{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
}
.login_bot>p>input[type=checkbox]{
    width:12px;
    height:12px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    line-height:10px;
    position:relative;
    margin-right: 8px;
    margin-bottom: 2px;
}
.login_bot>p>input[type=checkbox]::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    height:100%;
    border:1px solid #999;
}
.login_bot>p>input[type=checkbox]:checked::before{
    content:"\2713";
    background-color:#fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    line-height: 9px;
    border:1px solid #2D9DF1;
    color:#2D9DF1;
    font-size:12px;
    font-weight:700;
}

@media (max-width: 450px){
	.order{width: 90%;}
}
@media (max-width: 400px){
	.order-content{padding: 10px 20px 20px 20px;}
}




