.bodystore{
    background-color: #ffe8cd;
    font-family: tahoma;
}
.head-preent{
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    border-left: 1px solid #f96519;
    border-right: 1px solid #f96519;
}
.clear:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.clear{
    clear: both;
}
.wrapper-head{
    max-width: 1070px;
    width: 100%;
}
.ht-table{
    width: 1000px;
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
    border-bottom: 0;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
}
.ht-table .txt-hit{
    font-size: 2.1em;
    line-height: 1.5em;
}
.ht-table table{
    border-collapse: collapse;
    border-left:1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 15px;
}
.ht-table thead{
    background-image: url(../images/grey-pat.gif);
    background-repeat: repeat;
    text-align: center;
}
.ht-table thead tr{
    height: 30px;
    color: #f37a01;
    font-weight: bold;
    font-size: 14px;
}
.ht-table thead td{
    width: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.ht-table tbody tr{

}
.ht-table i{
    font-size: 16px;
    color: #f37a01;
    line-height: 28px;
}
.position-i{
    padding-bottom: 15px;
}
.position-iup{
    padding-bottom: 27px;
}
.position-idown{
    padding-top: 22px;
}
.position-idown2{
    padding-top: 28px;
}
.ht-table tbody td{
    width: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.ht-table .first{
    width: 430px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.ht-table .first-body{
    width: 400px;
    min-height: 29px;
    height: 100%;
    background-image: url(../images/grey-pat.gif);
    background-repeat: repeat;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #636363;
    line-height: 28px;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
}
.ht-table .ht-num{
    color: #f37a01;
    background-image: url(../images/grey-pat.gif);
    background-repeat: repeat;
    font-weight: bold;
    text-align: center;
    width: 30px;
    vertical-align: top;
    padding-top: 8px;
    font-size: 14px;
}
.ht-table .last{
    width: 170px;
    border-bottom: 1px solid #eee;
    border-right: 0;
}
.ht-table .last-body{
    width: 160px;
    border-bottom: 1px solid #eee;
    border-right: 0;
    line-height: 28px;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
    color: #f37a01;
}
.remark-ht{
    font-size: 14px;
    color: #636363;
    display: block;
    margin-left: 35px;
}
.remark-ht2{
    font-size: 14px;
    color: #636363;
    display: block;
    margin-left: 103px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.remark-ht p{
    color: #db1f1f;
    display: inline-block;
}

.img-table{
    display: none;
    padding-bottom: 1em;
}
.img-table img{
    display: block;
    width: 100%;
}


@media (min-width: 300px) and (max-width: 480px){
                    .head-preent{
                        width: 100%;
                    }
                    .wrapper-head{
                        max-width: 1070px;
                        width: 100%;
                        height: 300px;
                    }
    .ht-table{
        width: 100%;
        margin: 0;
    }
    .img-table{
        display: block;
    }
    .ht-table table{
        display: none;
    }
    .remark-ht{
        margin-left: 0;
    }
    .remark-ht2{
        margin-left: 68px;
    }
    
}