.price {
    height: 36px;
}
.clear {
display: block;
content: '';
clear: both;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.price_left {
    line-height: 97px;
    text-indent: 15px;
    text-align: left;
    font-size: 16px;
    background: #d42e22;
    width: 60%;
    float: left;
}
.price_right, .price_left {
    color: white;
    text-align: center;
}
.price_left {
    line-height: 97px;
    text-indent: 15px;
    text-align: left;
    font-size: 16px;
    background: #d42e22;
    width: 60%;
    float: left;
}
.price_right {
    padding: 5px 0;
    font-size: 18px;
    float: right;
    background: #bf0d00;
    width: 40%;
    font-weight: lighter;
    line-height: 30px;
}
.preferential {
    color: black;
    display: block;
    font-weight: 700;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    background: white;
    padding: 75px 15px 11px;
    font-size: 18px;
}
.lb {
    padding: 4px 5px 2px 5px;
    color: #888;
    line-height: 40px;
    overflow: hidden;
    background: white;
}
.lb span {
    background: #d42e22;
    padding: 3px 8px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}


.dc-price {
    font-family: Arial;
    display: inline-block;
}
.s-price {
    color: red;
    font-size: 22px;
    font-weight: 700;
}
.o-price {
    font-size: 12px;
    text-decoration: line-through;
}
.flag {
    padding: 0.3%;
    background: red;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    font-size: 14px;
}

.btn-section{
	text-align:center;
	position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 750px;
}
.detail-7day {
    background: #fff;
    height: 36px;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.detail-profile {
    line-height: 30px;
}



.section-help {
    padding-top: 10px;	
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
 .section-help h1 {
	 font-weight: 100;
    font-size: 22px;
    margin-bottom: 20px;
}
.text-center {
    text-align: center!important;
}
.color-line, .color-line:hover {

    background-color: #03c302!important;
    border-color: #03c302!important;
}
.color-fb, .color-fb:hover {
	
    background-color: #0084ff!important;
    border-color: #0084ff!important;
}

.btn-section > i{
    display: block;
    margin: 0px auto;
    padding: 4%;
    color: #fff;
    font-size: 1.2rem;
}