body,
th,
td,
button,
input,
select,
textarea {
    font: 14px/1 'Microsoft YaHei';
}
.section {
	margin: 0 auto;
	width: 1200px;
}
.yhq_header{
    width: 100%;
    height: 438px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 438px;
}
.yhq_header img{
    width: 100%;
    height:auto;
}
.tit_1{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 65px;
}
.yhq_main{
    background-color: #0F62FF;
    padding-bottom: 140px;
}
.tit{
    padding: 50px 0 30px;
}
.tit_2{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 6px;
    opacity: .5;
}
.yhq_item{
    width: 100%;
    height: 223px;
    background: url(img/yhq/icon-yhq-bg.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 20px 60px 20px 40px;
}
.yhq_item:first-child{
    margin-top: 0;
}
.y_m{
    margin-left: 30px;
    width: calc( 100% - 640px );
}
.y_m .y_tit{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    padding-left: 70px;
    line-height: 30px;
}
.y_tit.hd1{
    background: url(img/yhq/icon-hd1.png) no-repeat left center;
    background-size: 61px 26px;
}
.y_tit.hd2{
    background: url(img/yhq/icon-hd2.png) no-repeat left center;
    background-size: 61px 26px;
}
.y_tit.hd3{
    background: url(img/yhq/icon-hd3.png) no-repeat left center;
    background-size: 61px 26px;
}
.y_m .y_tips{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #4d5260;
    margin-top: 20px;
    line-height: 24px;
    margin-right: 30px;
    text-align: justify;
    height: 78px;
}
.y_m .yl{
    font-size: 14px;
    font-weight: 400;
    color: #4d5260;
    line-height: 44px;
    margin-left: 30px;
}
.y_m .yl i{
    color: #ef4b4b;
    font-weight: bold;
}
.layout .reduce{
    width: 44px;
    height: 44px;
    background: url(img/yhq/icon-reduce.png) no-repeat center center;
    background-size: 44px 44px;
    cursor: pointer;
}
.layout .add{
    width: 44px;
    height: 44px;
    background: url(img/yhq/icon-add.png) no-repeat center center;
    background-size: 44px 44px;
    cursor: pointer;
}
.layout .num{
    width: 94px;
    background: #F6F7F9;
    height: 44px;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.y_handle .time{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ef4b4b;
    padding-left: 22px;
    background: url(img/yhq/icon-time.png) no-repeat left center;
    background-size: 14px 14px;
    line-height: 44px;
}
.price_box{
    text-align: right;
    line-height: 30px;
}
.price_box .xj{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #ef4b4b;
}
.price_box .xj i{
    font-size: 12px;
}
.price_box .yj{
    font-size: 14px;
    font-weight: 400;
    color: #828897;
    margin-left: 10px;
}
.price_box .yj i{
    text-decoration: line-through;
}
.y_r .num{
    font-size: 14px;
    font-weight: 400;
    color: #4d5260;
    margin: 12px 0 10px;
    text-align: right;
}
.y_r .all{
    margin-bottom: 18px;
    text-align: right;
}
.all .span1{
    color: #828897;
}
.all .span1 i{
    color: #EF4B4B;
    font-size: 16px;
}
.all .span3{
    color: #4D5260;
    margin-left: 14px;
}
.yhq_btn{
    width: 156px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(#ff8e5d 0%, #ff763a 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    float: right;
    cursor: pointer;
    transition: all .3s;
}