﻿
* {
    font-family: 'Microsoft YaHei UI','Microsoft YaHei';
}

a {
    outline: none;
    text-decoration: none;
    color: #1570A6;
}

    a:hover {
        text-decoration: none;
        color: #24459a;
    }

html {
    font-size: 14px;
}

.her {
    float: left;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

@media screen and (min-width:480px) and (max-width:639px) {
    html {
        font-size: 15px;
    }

    /*h4 {
        font-size: 17px;
    }*/
}

@media screen and (min-width:640px) and (max-width:719px) {
    html {
        font-size: 20px;
    }

    /*h4 {
        font-size: 22px;
    }*/
}

@media screen and (min-width:720px) and (max-width:749px) {
    html {
        font-size: 22.5px;
    }

    /*h4 {
        font-size: 24.5px;
    }*/
}

@media screen and (min-width:750px) and (max-width:799px) {
    html {
        font-size: 23.5px;
    }

    /*h4 {
        font-size: 25.5px;
    }*/
}

@media screen and (min-width:800px) and (max-width:959px) {
    html {
        font-size: 25px;
    }

    /*h4 {
        font-size: 27px;
    }*/
}

@media screen and (min-width:960px) and (max-width:1079px) {
    html {
        font-size: 30px;
    }

    /*h4 {
        font-size: 32px;
    }*/
}

@media screen and (min-width:1080px) {
    html {
        font-size: 32px;
    }

    /*h4 {
        font-size: 34px;
    }*/
}

@media (device-width:375px) and (-webkit-min-device-pixel-ratio:2) { /* 兼容iphone 6 */
    .class {
    }
}

@media (device-width:414px) and (-webkit-min-device-pixel-ratio:3.0) { /* 兼容iphone6 plus */
    .class {
    }
}
/**/
.content_top10 {
    margin-top: 10px !important;
}

.content_top20 {
    margin-top: 20px !important;
}

.content_top30 {
    margin-top: 30px !important;
}

.content_top40 {
    margin-top: 40px !important;
}

/*------------*/
.content_bottom20 {
    margin-bottom: 20px;
}

.content_bottom40 {
    margin-bottom: 40px;
}

.content_bottom60 {
    margin-bottom: 60px;
}

.content_bottom80 {
    margin-bottom: 80px;
}
/*------------*/

/*--------------*/

.color_fff {
    color: #fff;
}

.color_f4f4f4 {
    color: #f4f4f4;
}

.color_f7f7f7 {
    color: #f7f7f7;
}

.color_008bff {
    color: #008bff;
}

.color3 {
    color: #333;
}

.color6 {
    color: #666;
}

.color7 {
    color: #777;
}

.color9 {
    color: #999;
}

.color_758392 {
    color: #758392;
}

.color_fffefe {
    color: #fffefe;
}

.color_9fd3fb {
    color: #9fd3fb;
}

.color_4782e3 {
    color: #4782e3;
}

.color_17b0fc {
    color: #17b0fc;
}

.color_ccc {
    color: #ccc;
}

/*-------*/
.p_padding10 {
    padding: 10px;
}

.p_padding20 {
    padding: 20px;
}

.p_padding30 {
    padding: 30px;
}

.p_padding40 {
    padding: 40px;
}

.p_padding50 {
    padding: 50px;
}

.f_float {
    float: left;
}
/*------*/
.bg_f7f7f7 {
    background-color: #f7f7f7;
}

.bg_fbfbfb {
    background-color: #fbfbfb;
}

.bg_fff {
    background-color: #fff;
}

.bg_f1f1f1 {
    background-color: #f1f1f1;
}

.bg_faf7f7 {
    background-color: #faf7f7;
}

.bg_f4f4f4 {
    background-color: #f4f4f4;
}

.bg_475168 {
    background-color: #475168;
}

.bg_00a8ff {
    background-color: #00a8ff;
}
/**/
.li_height30 {
    line-height: 30px;
}
