﻿@charset "UTF-8";

.qnWrap .qnCon {
    border-top: 3px solid #fd7500;
    background: #fff;
    text-align: left;
    padding: 10px 80px;
    margin-bottom: 15px;
}

    .qnWrap .qnCon .qnTxt {
        margin: 0 auto;
        color: #4d4d4d;
    }

        .qnWrap .qnCon .qnTxt h2 {
            font-size: 28px;
            font-weight: bold;
        }

        .qnWrap .qnCon .qnTxt .subtit {
            line-height: 28px;
            font-size: 16px;
        }

            .qnWrap .qnCon .qnTxt .subtit .point {
                color: #e62200;
            }

            .qnWrap .qnCon .qnTxt .subtit .difficulty i {
                color: #ffac13;
                font-size: 17px;
                margin-right: 4px;
            }

        .qnWrap .qnCon .qnTxt .prompt {
            color: #666;
            line-height: 22px;
        }

        .qnWrap .qnCon .qnTxt .notice {
            margin: 37px 0 54px;
            line-height: 22px;
        }

        .qnWrap .qnCon .qnTxt .qnBtn {
            text-align: center;
        }

            .qnWrap .qnCon .qnTxt .qnBtn a {
                width: 230px;
                text-align: center;
                height: 60px;
                line-height: 60px;
                background: #fe7140;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                color: #fff;
                font-size: 16px;
                text-align: center;
                display: inline-block;
            }

                .qnWrap .qnCon .qnTxt .qnBtn a:hover {
                    width: 230px;
                    text-align: center;
                    height: 60px;
                    line-height: 60px;
                    background: #fe7140;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                    color: #fff;
                    font-size: 16px;
                    text-align: center;
                    display: inline-block;
                    text-decoration: none;
                }

        .qnWrap .qnCon .qnTxt .tips {
            margin-top: 10px;
            text-align: center;
            line-height: 20px;
        }

    .qnWrap .qnCon .error-message {
        font-size: 16px;
        text-align: center;
        margin-top: 50px;
    }

    .qnWrap .qnCon .backBtn {
        color: #3eb4db;
        font-size: 12px;
        display: inline-block;
        line-height: 24px;
    }

.qnWrap .qnEnd {
    height: auto !important;
    min-height: 650px;
    height: 650px;
    text-align: center;
    padding: 10px 30px 20px;
    margin-bottom: 15px;
}

    .qnWrap .qnEnd .qnEndTxt .txt {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }

        .qnWrap .qnEnd .qnEndTxt .txt h2 {
            font-size: 24px;
            line-height: 30px;
            margin-top: 20px;
            padding-bottom: 12px;
        }

        .qnWrap .qnEnd .qnEndTxt .txt b {
            color: #e62200;
        }

        .qnWrap .qnEnd .qnEndTxt .txt .cor666 {
            color: #666;
        }

        .qnWrap .qnEnd .qnEndTxt .txt img {
            margin-bottom: 10px;
        }

        .qnWrap .qnEnd .qnEndTxt .txt p {
            line-height: 22px;
        }

    .qnWrap .qnEnd .qnEndTxt .luckyNot {
        margin-top: 10px;
        display: inline-block;
    }

        .qnWrap .qnEnd .qnEndTxt .luckyNot img {
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

    .qnWrap .qnEnd .qnEndTxt .refer {
        margin-top: 168px;
        padding: 20px 60px;
        width: 585px;
        background: #f7f7f7;
        font-size: 12px;
        color: #b6b6b6;
        line-height: 20px;
        border-radius: 5px;
    }

        .qnWrap .qnEnd .qnEndTxt .refer a {
            color: #0078b6;
        }

    .qnWrap .qnEnd .qnEndTxt .confirmBtn {
        margin-top: 10px;
        width: 65px;
        height: 26px;
        line-height: 24px;
        font-family: "微软雅黑";
        color: #fff;
        background: #fe7140;
        border: 1px solid #fe7140;
        border-radius: 3px;
        cursor: pointer;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    }

        .qnWrap .qnEnd .qnEndTxt .confirmBtn:hover {
            background: #e65827;
            border: 1px solid #e65827;
        }

    .qnWrap .qnEnd .qnEndTxt .luckyNot img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.qnWrap .bottom {
    text-align: center;
    margin: 20px auto;
    line-height: 22px;
    color: #9296a1;
}

    .qnWrap .bottom a {
        color: #9296a1;
    }

.prmTit {
    border-bottom: 1px dashed #d7d8d9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .prmTit h1 {
        line-height: 44px;
        margin-top: 15px;
    }

        .prmTit h1 span {
            color: #e62200;
        }

    .prmTit p {
        font-size: 20px;
    }

.prmState {
    font-size: 13px;
    line-height: 27px;
}

    .prmState .SSILink {
        color: #fff;
        padding: 2px 5px;
        background: #000;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

.prmPrompt {
    padding: 20px 28px 20px 47px;
    margin: 20px 0;
    line-height: 22px;
    color: #858585;
}

    .prmPrompt li {
        list-style: initial;
        margin-bottom: 2px;
    }

.prmBtn {
    text-align: center;
    margin-top: 20px;
}

    .prmBtn input[type="text"] {
        font-size: 20px;
        padding: 15px 65px;
        background: #ffa10d;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
        border: 0;
    }

.prmError li {
    text-align: center;
    color: #a94442;
    margin-top: 10px;
}

.withdrawQ {
    background: #f2f2f2;
    padding: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .withdrawQ p {
        font-size: 13px;
        line-height: 30px;
    }

        .withdrawQ p a {
            color: #24c4d2;
            margin: 0 8px 0 5px;
        }

#ssi_permission_form {
    margin-top: 20px;
}

.ssi-permission {
    width: 236px;
    margin: 0 auto;
}

    .ssi-permission p {
        float: left;
        margin-right: 10px;
        line-height: 24px;
    }

    .ssi-permission input {
        vertical-align: -2px;
    }

    .ssi-permission label {
        font-size: 86%;
    }

@media only screen and (max-width:767px) {
    .header {
        height: initial !important;
    }

        .header .header-nav {
            height: 57px;
        }

    .qnWrap .qnCon {
        padding: 34px 39px;
    }

        .qnWrap .qnCon .qnTxt .notice {
            margin: 18px 0 37px;
        }

    .prmTit h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .prmIco {
        margin-top: 17px;
    }
}
