﻿@charset "utf-8";
/* CSS Document 
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    outline: none;
    border: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #22E0E7;
}
*/
    body, body > .content-wp {
        background: #FFFFFF !important;
    }


a, img {
   
    color: inherit;
    text-decoration: none !important;
}
/*
    a.active, a:hover {
        color: #50b849 !important;
    }
*/
.wp1010 {
    max-width: 100% !important;
    min-width: 1010px;
}

.wp1000 {
    max-width: 1000px !important;
}

.wp {
    width: 100%;
    float: left;
}

body > .wp {
    min-width: 1010px;
}

.row {
    margin: 0;
    padding: 0;
}

    .row > div {
        padding: 0;
    }

.no-mg {
    margin-left: 0!important;
    margin-right: 0!important;
}

.no-pd {
    padding-left: 0 !important;
    padding-right: 0!important;
}

/*** Header ***/
.header-hotline {
    min-height: 26px !important;
    background: #eeeeee;
    border-bottom: 1px solid #d9d9d9;
    font-size: 0.9em !important;
    position: fixed;
    z-index: 4000;
}

    .header-hotline > * {
        min-height: 25px;
        line-height: 25px;
    }

    .header-hotline .hotline span {
        float: left;
    }

    .header-hotline span.spl {
        font-size: 12px;
    }
/*
    .header-hotline span.spr {
        color: #50b849;
    }

    .header-hotline span.ct {
        width: 86px;
        height: 22px;
        margin-top: 2px;
        margin-left: 7px;
        background: url(../images/support-hotline.png) center no-repeat;
        display: block;
    }

        .header-hotline span.ct a {
            width: 30px;
            height: 22px;
            margin-right: 9px;
            display: block;
            float: left;
        }

            .header-hotline span.ct a:last-child {
                margin-right: 0;
            }

    .header-hotline .care {
        float: left;
    }

        .header-hotline .care > span {
            float: left;
        }

        .header-hotline .care span.tint {
            font-size: 13px !important;
            padding: 0 5px;
            color: #404040;
        }



/*************** hkphone version 2 *****************/
/*** header ***/
.header-hotline {
    background: #09B9C9;
    min-height: 25px;
}

    .header-hotline * {
        line-height: 25px;
    }

    .header-hotline span.spl {
        color: #fff;
    }

    .header-hotline span.spl1 {
        width: 24px;
        height: 25px;
        background: url(../images/v2_share.png) center no-repeat;
        background-position: right 0 top 4px;
    }

    .header-hotline span.spr {
        font-weight: bold;
    }

    .header-hotline span.ct {
        width: 150px;
        background: url(../images/v2_share.png) left no-repeat;
        margin-left: -8px;
        margin-top: 5px;
    }

        .header-hotline span.ct a {
            margin-right: 0!important;
        }

    .header-hotline .care span.spl:not(:first-child) {
        background: url(../images/v2_split_header.png) left no-repeat;
        padding-left: 14px;
    }

    .header-hotline .care span.spl:nth-child(2) {
        background: none;
        padding-left: 0;
    }

