﻿.g-row {
    zoom: 1;
    margin: 0 -10px;
}

    .g-row:before, .g-row:after {
        content: "";
        display: table;
    }

    .g-row:after {
        clear: both;
        overflow: hidden;
    }

.g-col-6 {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0 10px;
}

.u-tt {
    height: 24px;
    padding-left: 16px;
    border-left: 3px solid #2a62ff;
    font-size: 0;
}

    .u-tt * {
        display: inline-block;
        vertical-align: bottom;
    }

    .u-tt h4 {
        font-size: 24px;
        line-height: 24px;
        color: #333;
    }

    .u-tt p {
        padding-left: 20px;
        font-size: 14px;
        color: #666;
    }

.m-pban {
    min-width: 1000px;
    height: 440px;
    padding-top: 28px;
}

    .m-pban .pban_tt {
        padding-top: 188px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        color: #fff;
    }

    .m-pban .pban_stt {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

.m-pban-text {
    background: #141e26 url(../res/web/trial_text_ban.jpg?5eccf01d026794348d046e8496df6e45) no-repeat center 28px;
}

.m-intro .intro_hd, .m-test .test_hd {
    padding-top: 64px;
}

.m-intro .intro_hd {
    padding-bottom: 24px;
}

.m-fitem {
    position: relative;
    height: 160px;
    margin-bottom: 20px;
    padding-left: 95px;
    padding-right: 32px;
    border: 1px solid #d7dce0;
    background-color: #fff;
}

    .m-fitem h4 {
        padding-top: 20px;
        font-size: 18px;
        line-height: 40px;
        color: #333;
    }

    .m-fitem p {
        padding-bottom: 25px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

    .m-fitem .i-fet {
        position: absolute;
        left: 26px;
        top: 26px;
    }

.i-fet {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.i-fet-as1 {
    background-image: url(../res/feture_icon_7c88bee8bd97dc8442aad705775f6f0a.png);
    background-position: -0px -0px;
}

.i-fet-as2 {
    background-image: url(../res/feture_icon_7c88bee8bd97dc8442aad705775f6f0a.png);
    background-position: -54px -0px;
}

.i-fet-as3 {
    background-image: url(../res/feture_icon_7c88bee8bd97dc8442aad705775f6f0a.png);
    background-position: -0px -54px;
}

.i-fet-as4 {
    background-image: url(../res/feture_icon_7c88bee8bd97dc8442aad705775f6f0a.png);
    background-position: -54px -54px;
}

.m-test .test_hd {
    padding-bottom: 30px;
    zoom: 1;
}

    .m-test .test_hd:before, .m-test .test_hd:after {
        content: "";
        display: table;
    }

    .m-test .test_hd:after {
        clear: both;
        overflow: hidden;
    }

.m-test .u-tt {
    float: left;
}

.m-test .u-random {
    float: right;
    height: 24px;
    line-height: 24px;
}

.i-vback {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.i-vback-success {
    background: url(../res/trial_icon_6732efa139ece5354ecca2fb85831fac.png) -26px -0px no-repeat;
}

.i-vback-error {
    background: url(../res/trial_icon_6732efa139ece5354ecca2fb85831fac.png) -0px -26px no-repeat;
}

.m-online {
    position: relative;
    min-height: 340px;
    border: 1px solid #d7dce0;
    padding: 16px 16px 0 16px;
    background-color: #f5f7fa;
}

    .m-online .online_wrap {
        position: relative;
        border: 1px solid #d7dce0;
        padding: 16px 0 40px;
        background: #fff;
    }

    .m-online .online_input {
        box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 0 23px;
        height: 200px;
        border: none;
        line-height: 30px;
        font-size: 16px;
        color: #333;
        vertical-align: middle;
    }

        .m-online .online_input::-webkit-input-placeholder {
            color: rgba(33,35,38,0.25);
            font-size: 16px;
        }

        .m-online .online_input::-moz-placeholder {
            color: rgba(33,35,38,0.25);
            font-size: 16px;
        }

        .m-online .online_input:-ms-input-placeholder {
            color: rgba(33,35,38,0.25);
            font-size: 16px;
        }

        .m-online .online_input:-moz-placeholder {
            color: rgba(33,35,38,0.25);
            font-size: 16px;
        }

        .m-online .online_input[disabled] {
            background-color: #fff;
            cursor: not-allowed;
        }

    .m-online .online_count {
        position: absolute;
        right: 23px;
        bottom: 22px;
        font-size: 14px;
        color: #999;
    }

        .m-online .online_count span {
            display: inline-block;
            padding: 0 3px;
            color: #333;
        }

        .m-online .online_count .outof {
            color: #f00;
        }

    .m-online .online_checkres {
        height: 65px;
        text-align: center;
        line-height: 65px;
        font-size: 16px;
        color: #47bb4c;
    }

        .m-online .online_checkres.z-level2, .m-online .online_checkres.z-level4 {
            color: #f00;
        }

        .m-online .online_checkres.z-level3 {
            color: #f28d00;
        }

        .m-online .online_checkres.z-level4 span {
            vertical-align: middle;
        }

        .m-online .online_checkres.z-level4:before {
            content: "";
            display: inline-block;
            margin-right: 10px;
            width: 22px;
            height: 22px;
            background: url(../res/trial_icon_6732efa139ece5354ecca2fb85831fac.png) -0px -0px no-repeat;
            vertical-align: middle;
        }

    .m-online .online_more {
        padding-bottom: 32px;
        text-align: center;
    }

    .m-online .online_refresh {
        display: inline-block;
        width: 160px;
        padding: 9px 0;
        background-color: #fcfdfd;
        border: 1px solid #e1e3e6;
        text-align: center;
        line-height: 22px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }

        .m-online .online_refresh:hover {
            color: #fff;
            background-color: #2a62ff;
        }

    .m-online .online_captcha {
        position: relative;
        text-align: center;
        margin: 32px auto;
    }

        .m-online .online_captcha .i-vback {
            position: absolute;
            right: -37px;
            top: 7px;
        }

        .m-online .online_captcha .mask {
            display: none;
        }

        .m-online .online_captcha.z-dis {
            position: relative;
        }

            .m-online .online_captcha.z-dis > div {
                position: relative;
                z-index: 0;
            }

            .m-online .online_captcha.z-dis .mask {
                display: block;
                position: absolute;
                top: 0;
                left: 50%;
                width: 160px;
                height: 42px;
                margin-left: -80px;
                z-index: 1;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity = 50);
            }

    .m-online .online_captcha-result {
        margin-top: 0;
    }

    .m-online .yidun_popup.yidun_popup--light {
        position: absolute;
        top: 0;
        z-index: 1;
    }

        .m-online .yidun_popup.yidun_popup--light .yidun_popup__mask {
            opacity: 0;
            filter: alpha(opacity = 0);
        }

        .m-online .yidun_popup.yidun_popup--light .yidun_modal {
            position: absolute;
            top: auto;
            bottom: 52px;
            margin-left: -160px;
            left: 50%;
        }

body > .yidun_popup.yidun_popup--light {
    display: none !important;
}
