.navbar-inverse {
	background: #000;
}

.main_content {
	/* background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-y; */
	width: 100% !important;
	margin-bottom: 20px;
}

.main_content .row>div{
	padding: 0;
}

#head {
	min-height: 0px !important;
	padding-top: 130px !important;
}

body {
	/*background: url(../images/bg.jpg);*/
	background: #232323;
}

#to_mobile_div {
	top: 20px !important;
	right: 30px !important;
	text-align: center;
}

#order_no_search_div {
	text-align: right;
	margin: 20px 0;
}

#order_no_search_div input,  #order_no_search_div button {
	float: right;
	font-size: 16px;
}

.order_no_search_text {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 10px;
	width: 300px;
	border: 1px solid #999;
	border-radius: 3px;
	height: 40px;
}

.order_info {
	font-size: 20px;
	
}

.price_info {
	font-size: 16px;
	text-align: right;
}

.price_info_big {
	font-size: 22px;
	font-weight: bold;
}

.warnning_string {
	color: #ff6666;
}

hr {
	border-top: 1px solid #999;
}

.jumbotron {
	background-color: rgb(236, 217, 198, 0.5);
}

#credit_card_1, #credit_card_3, #credit_card_6, #credit_card_12, #credit_card_24 {
	text-decoration: underline;
	color: #365b96;
}

#installment_info {
	line-height: 30px;
	font-size: 12pt;
	text-align: right;
	margin-top: 10px;
}

#installment_info * {
	display: inline-block;
}

.sep_bar {
	margin: 0px 10px;
}

.form-space {
	height: 7px;
}

.form-title {
	font-weight: bold;
}

.jumbotron {
	margin-bottom: 20px;
}

.form_note_fieldset {
	padding: 10px;
	margin-bottom: 10px;
	background: rgb(246 238 229);
	border-radius: 3px;
	/*box-shadow: 3px 3px 10px #666;*/
	font-size: 14px !important;
	color: #e60000;
	border: 1px solid #8b653b;
    color: #000;
}

.form_note_fieldset legend {
	padding: 8px 10px !important;
	background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
	color: #33291f;
	border-radius: 3px;
	box-shadow: 3px 3px 10px #666;
	display: block;
	font-size: 25px !important;
}

#scrollUp {
	bottom: 50px;
	right: 10px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 24px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}

.watts_info {
	margin-top: 10px;
	color: #5d8c78;
	font-weight: bold;
}

#total_watts {
	text-decoration: underline;
}

/*联系客服*/
#contactService {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10001;
    /*background-color: rgb(0, 123, 255);*/
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    background: #555;
    border-radius: 16px;
}
#contactService>p{
    text-align: center;
    margin-bottom: 0;
}
#contactService>div>img{
    width: 100px;
    height: 100px;
}
