﻿
a .red:hover {
    color: #f85840;
}

.container-fluid {
    max-width: 1260px;
}

.clearboth{
    clear:both;
}

/*默认字体*/
.familyd {
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.fontbold{
    font-weight:bold;
}

.fontbolder {
    font-weight: bolder;
}

.font42 {
    font-size: 42px;
}

.font22 {
    font-size: 22px;
}
.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16{
    font-size:16px;
}

.font14 {
    font-size: 14px;
}

.font13{
    font-size:13px;
}

.font12 {
    font-size: 12px;
}

.colorf85840 {
    color: #f85840;
}

.color666 {
    color: #666;
}

.colorf00 {
    color: #f00;
}
.color999 {
    color: #999;
}

.color333 {
    color: #333;
}

.color000{
    color:#000;
}

.height40 {
    height: 40px;
}

.height30 {
    height: 30px;
}
.height20{
    height:20px;
}
.height15 {
    height: 15px;
}

.height10 {
    height: 10px;
}
.height5 {
    height: 5px;
}

.borderbottomf4f4f4 {
    border-bottom-color: #f4f4f4;
}

.borderbottomsolid {
    border-bottom-style: solid;
}

.borderbottomdotted {
    border-bottom-style: dotted;
}

.borderbottom1px{
    border-bottom-width:1px;
}

.paddingleft20{
    padding-left:20px;
}
.paddingleft10 {
    padding-left: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.marginleft40 {
    margin-left: 40px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft10 {
    margin-left: 10px;
}

.letterspacing1 {
    letter-spacing: 1px;
}
.letterspacing2 {
    letter-spacing: 1px;
}

.textoverflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imgeffect {
}

    .imgeffect img {
        cursor: pointer;
        transition: all 0.6s;
    }

        .imgeffect img:hover {
            transform: scale(1.05);
        }  

.hightext {
    font: 600 12px 宋体;
    color: #000;
}

.resulttext {
    font: 600 20px 黑体;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #000;
    letter-spacing: 2px;
}

.resultnumtext {
    font: 600 22px 黑体;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #026eac;
}

.mybg {
    margin: 0 auto;
    background: #fbfbfb;
    width: 100%;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    padding: 14px 25px;
    display: block;
    font-size: 12px;
}

    .mybg ul {
    }

    .mybg li {
        float: left;
        list-style-type: none;
        padding: 0 10px;
        line-height: 20px;
    }

.myactive a {
    color: #ff552e;
    font-weight: bold;
}

.mytable1 {
    width: 100%;
}

    .mytable1 td {
        height: 30px;
        padding: 0;
        margin: 0;
    }

.resultbox {
    border: 1px solid #e3e3e3;
    border-top: 2px solid #39ac6a;
    margin-bottom: 25px;
    padding: 24px 15px 12px;
    min-height: 130px;
}

    .resultbox .tupian {
        padding: 5px;
    }

    .resultbox .list {
        border-bottom: 1px solid #f4f4f4;
    }

        .resultbox .list:hover {
            background-color: #f4f4f4;
        }

            .resultbox .list:hover .thetitle {
                color: #f85840;
            }
/*.list:hover img{
    width:105%;
    height:105%;
}*/


.price {
    color: #f85840;
    font: bolder 28px arial,verdana;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.price2 {
    color: #f85840;
    font: 500 14px 微软雅黑;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.price3 {
    font: normal 13px 微软雅黑;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #666;
}

.time {
    color: #ccc;
    font: normal 12px 微软雅黑;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
