﻿.appDwn {
    position: fixed;
    z-index: 12;
    left: 3px;
    top: 20%;
    width: 210px;
    height: 290px;
    background: #3C7CFF;
    cursor: pointer;
    overflow: hidden;
}


    .appDwn .appDwnClose {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 14px;
        height: 14px;
        background: url(/Index/appDwn-close.png) center no-repeat;
        cursor: pointer;
    }

    .appDwn .dwnTitle {
        width: 117px;
        height: 22px;
        background: url(/Index/dltapp.png) center no-repeat;
        margin: 20px auto 0;
    }

    .appDwn .dwnContent {
        width: 128px;
        height: 13px;
        font-size: 13px;
        font-weight: 500;
        color: #FFF;
        line-height: 13px;
        text-align: center;
        letter-spacing: 1px;
        margin: 20px auto 0;
    }

    .appDwn .dwnErm {
        width: 130px;
        height: 130px;
        background: url(/Index/dwnErm.png) center no-repeat;
        margin: 20px auto 0;
    }

    .appDwn .dwnBtn {
        display: block;
        width: 130px;
        height: 32px;
        background: #FFF;
        border-radius: 2px;
        margin: 20px auto 0;
        line-height: 32px;
        cursor: pointer;
    }

    /*.appDwn .dwnBtn:hover {
        background: #cbd9ff;
    }*/


        .appDwn .dwnBtn .btnImg {
            float: left;
            width: 16px;
            height: 15px;
            margin: 8px 10px 8px 20px;
        }

        .appDwn .dwnBtn .btnText {
            float: left;
            min-width: 55px;
            font-size: 14px;
            font-weight: 500;
            line-height: 32px;
            text-align: center;
            color: #3C7CFF;
        }


.appAdvertising {
    position: fixed;
    z-index: 12;
    left: 3px;
    top: 60%;
    width: 160px;
    height: 160px;
    background: #3C7CFF;
    cursor: pointer;
    overflow: hidden;
    text-align:center;
}


    .appAdvertising .appAdvertisingClose {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 14px;
        height: 14px;
        background: url(/Index/appDwn-close.png) center no-repeat;
        cursor: pointer;
    }


    .appAdvertising .appAdvertisingErm {
        width: 130px;
        height: 130px;
        margin: 20px auto 0;
    }


/*返回顶部*/
.bottom_tools {
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 12;
    overflow: hidden;
    width:119px;
}

.tool {
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    background: #3C7CFF;
    margin-bottom: 10px;
    float: right;
}

    .tool:hover {
        /*background: rgba(0, 0, 0, .5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BEBEBE,endColorstr=#BEBEBE);*/
    }

    .tool img {
        vertical-align: top;
        margin-top: 5px;
    }

    .tool .ms {
        width: 60px;
        height: 12px;
        font-size: 11px;
        font-weight: 500;
        color: #FFF;
        margin-top: 5px;
    }

.appdwon_box {
    position: fixed;
    right: 90px;
    width:150px;
    height:220px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3C7CFF;
    z-index: 9999;
}

    .appdwon_box .rightsd {
        margin: 20px auto 0;
    }
    .appdwon_box .rightewm {
        margin: 10px auto 0;
    }
    .appdwon_box .content {
        margin: 10px auto 0;
        width: 94px;
        height: 30px;
        font-size: 13px;
        font-weight: 500;
        color: #FFF;
        line-height: 18px;
    }



.fwrx_box {
    position: fixed;
    right: 90px;
    min-width: 240px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3C7CFF;
    z-index: 9999;
}

.appDwn2 {
    position: fixed;
    z-index: 12;
    left: 3px;
    top: 52%;
    width: 210px;
    height: 290px;
    background: #3C7CFF;
    cursor: pointer;
    overflow: hidden;
}


.appDwn2 .appDwnClose {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 14px;
    height: 14px;
    background: url(/Index/appDwn-close.png) center no-repeat;
    cursor: pointer;
}