﻿/*试用说明弹窗*/
.blackbg
{
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
}
/* 试用说明弹窗 */
.trailPop
{
    display: none;
    width: 600px;
    padding: 2px 16px 12px 16px;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-radius: 3px;
    border-top: 3px #0c71b4 solid;
    border-bottom: 3px #bdccdc solid;
    position: fixed;
    top: 20%;
    left: 50%;
    text-indent: 0;
    /*margin: -160px 0 0 -315px;*/
    margin: 0px 0 0 -315px;
    z-index: 999;
}

    .trailPop .text-no141
    {
        font-size: 14px;
        padding-top: 12px;
        color: #3e4a61;
    }

    .trailPop .ewmImg
    {
        width: 104px;
        height: 104px;
        margin: 18px auto 0;
    }

    .trailPop .closeThis
    {
        display: inline-block;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        border-radius: 4px;
        background: url("../../staticelem/img/fxdg/closeIcon.png") no-repeat 0 0;
    }

        .trailPop .closeThis:hover
        {
            background: url("../../staticelem/img/fxdg/closeIcon.png") no-repeat 0 -24px;
        }

        .trailPop .closeThis:active
        {
            background: url("../../staticelem/img/fxdg/closeIcon.png") no-repeat 0 -47px;
        }



/* 试用说明弹窗 */
.trailPop_order
{
    display: none;
    width: 670px;
    padding: 2px 16px 12px 16px;
    background-color: #f5fafd;
    border: 1px #bdccdc solid;
    border-radius: 3px;
    border-top: 3px #0c71b4 solid;
    border-bottom: 3px #bdccdc solid;
    position: fixed;
    top: 40%;
    left: 50%;
    text-indent: 0;
    margin: -160px 0 0 -315px;
    z-index: 99999;
}

    .trailPop_order .text-no141
    {
        font-size: 14px;
        padding-top: 12px;
        color: #3e4a61;
    }

    .trailPop_order .ewmImg
    {
        width: 104px;
        height: 104px;
        margin: 18px auto 0;
    }

    .trailPop_order .closeThis
    {
        display: inline-block;
        width: 19px;
        height: 19px;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        border-radius: 4px;
        background: url("/staticelem/img/fxdg/closeIcon.png") no-repeat 0 0;
    }

        .trailPop_order .closeThis:hover
        {
            background: url("/staticelem/img/fxdg/closeIcon.png") no-repeat 0 -24px;
        }

        .trailPop_order .closeThis:active
        {
            background: url("/staticelem/img/fxdg/closeIcon.png") no-repeat 0 -47px;
        }
