﻿/*关键字高亮样式*/
.highlight {
    color: #FF7100;
}

.helpCenter {
    background: none repeat scroll 0 0 #E8F4FF;
    border: 1px solid #ADCDEF;
    text-align: left;
}
    /*新手上路样式*/
    .helpCenter .coursebox {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 10px;
    }

        .helpCenter .coursebox dl {
            display: inline-block;
            margin-right: 5px;
            padding: 10px;
            vertical-align: top;
            width: 280px;
        }

        .helpCenter .coursebox p {
            font-size: 18px;
            font-weight: bold;
            color: #5C5C5C;
            padding-left: 7px;
        }

        .helpCenter .coursebox dl dd {
            font-size: 13px;
            margin-top: 5px;
        }

        .helpCenter .coursebox dl .coursecont {
            background: none repeat scroll 0 0 #fbfbfb;
            border: 1px solid #F2F2F2;
        }

        .helpCenter .coursebox dl dt p b {
            font-weight: bold;
            margin: 0 3px;
            color: #ff7a03;
        }

        .helpCenter .coursebox dl dd a {
            color: #2975C2;
            display: block;
            font-size: 13px;
            line-height: 24px;
            text-decoration: none;
            padding: 5px;
        }

            .helpCenter .coursebox dl dd a:hover {
                text-decoration: underline;
            }






    /*帮助中心*/
    .helpCenter .tabBox {
        background: url("../../../images/default/help/tabBox_bg.jpg") 0 0 repeat-x;
        border-bottom: 1px solid #ADCDEF;
    }

    .helpCenter .tab {
        background: 0 0 rgba(0, 0, 0, 0) #FFFFFF;
        color: #FFFFFF;
        cursor: pointer;
        height: 27px;
        padding: 5px;
        text-align: center;
        width: 100px;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        color: #5C5C5C;
    }

    .helpCenter .currentselect {
        background: none repeat scroll 0 0 #61ADDE;
        color: #ffffff;
        border-color: #4892DA;
        border-style: solid;
        border-width: 0 1px 1px 1px;
        position: relative;
        z-index: 10000;
    }
    .helpCenter .tab:hover {
        color: #2975C2;
    }

.selectbox {
    margin-top: 13px;
    margin-left: 10px;
}

    .selectbox input {
        height: 30px;
        width: 580px;
        color: #B7B7B7;
        padding-left: 5px;
    }

    .selectbox span {
        background: url("../../../images/default/help/search_btn.png") 0 0 no-repeat transparent;
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        letter-spacing: 4px;
        line-height: 30px;
        position: absolute;
        text-align: center;
        width: 100px;
        border: 1px solid #EC6B00;
        cursor: default;
    }

        .selectbox span:hover {
            background-position: 0 -30px;
        }

.hotsearch {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 15px;
}

    .hotsearch span {
        color: #9D9D9D;
        margin-left: 10px;
    }

    .hotsearch a {
        color: #5C5C5C;
        margin-right: 20px;
        text-decoration: none;
        cursor: pointer;
    }

        .hotsearch a:hover {
            color: #2975C2;
            text-decoration: underline;
        }

.questionbox {
    border: 1px solid #DCDCDC;
    margin-top: 5px;
}

.htoquestions, .base_question {
    background: none repeat scroll 0 0 #FCFCFC;
    border-bottom: 1px dotted #E7E7E7;
    font-weight: bold;
    padding: 3px 3px 8px;
    text-align: left;
}

.base_question {
    background: #ffffff;
    cursor: pointer;
}

    .htoquestions p, .base_question p {
        background: #4893de;
        color: #FFFFFF;
        font-size: 15px;
        padding: 3px 5px;
        width: 68px;
    }

.htoquestions .questionlist 
{
    display: inline-block;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 20px;
}
.htoquestions
{
    height:auto !important;/* 自适应*/
    height:141px; /*假定最低高度是141px*/
    min-height:141px; 
}

    .htoquestions .questionlist li 
    {
        cursor: pointer;
        display: inline-block;
        width: 400px;
    }

        .htoquestions .questionlist li a {
            text-decoration: none;
            color: #636363;
        }

            .htoquestions .questionlist li a:hover {
                text-decoration: underline;
                color: #2975C2;
            }

.base_question span {
    display: inline-block;
    height: 74px;
    width: 74px;
    background: url("../../../images/default/help/qsicon.png") 0 0 no-repeat transparent;
    margin: 15px 10px 15px 70px;
}

.base_question .vip {
    background-position: -352px 0px;
}

.base_question .hotel {
    background-position: -88px 0px;
}

.base_question .tour {
    background-position: -177px 0px;
}

.base_question .train {
    background-position: -264px 0px;
}

.base_question .mall {
    background-position: -441px 0;
}

.base_question span a {
    display: inline-block;
    padding-left: 14px;
    padding-top: 80px;
    color: #333333;
    text-decoration: none;
}

    .base_question span a:hover {
        color: #2975c2;
    }
