@media screen and (min-width: 1776px){
    .fixed-right{
        width: 148px;
        height:532px;
        background:url("/templates/main/images/rightflswt.png") center no-repeat;
        position: fixed;
        right: 1px;
        top:100px;
        bottom:0px;
        transform:scale(1);
        z-index: 9999;
        font-size: 14px;
    }
    .fixed-right ul{
        list-style: none;
    }
    .fixed-right p{
        font-size: 14px;
        font-weight: normal;
        color: rgba(244,244,244,0.8);
    }
    .fixed-right a:hover{
        color: #fff;
    }
    .fixed-right li{
        display: block;
        font-size: 16px;
        text-align: left;
        color: #fff;
        font-weight: bold;
    }
    .fixed-right .zxzx{
        padding: 132px 0 23px 30px;
        line-height: 20px;
    }
    .fixed-right .zxzx:after{
        content: "";
        width: 40px;
        height: 40px;
        background: url("/templates/main/images/rightflswttb.gif") center no-repeat;
        background-size: 100%;
        border-top-left-radius: 50%;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 6px;
        margin-bottom: -9px;
    }
    .fixed-right .djzx{
        margin: 14px 0px 20px 0px;
        padding-top: 20px;
        text-align: center;
        vertical-align: bottom;
        height: 57px;
        width: 150px;
        line-height: 20px;
    }
    .fixed-right .djzx:hover,.fixed-right .sdkc:hover{
        background: linear-gradient(to right, #c73c05, #ff9f29);
    }
    .fixed-right .sdkc{
        margin: -7px 0px 20px 0px;
        padding-top: 18px;
        text-align: center;
        vertical-align: bottom;
        height: 59px;
        width: 150px;
        line-height: 20px;
    }
    .fixed-right .wmdh {
        margin: 5px 0px 20px 28px;
        padding-top:2px;
        line-height: 20px;
        color: #0a0c0d;
    }
    .fixed-right .wmdh p{
        color: #0a0c0d;
        font-size: 14px;
    }
    .fixed-right .wmdh .tell{
        margin-left: -12px;
        font-size: 16px;
    }
    .fixed-right .backTop{
        padding: 38px 17px 30px 46px;
        line-height: 20px;
    }
    .fixed-right p{
        margin-top: 5px;

    }
}
@media screen and (max-width: 1776px){
    .fixed-right{
        width: 148px;
        height:532px;
        background:url("/templates/main/images/rightflswt.png") center no-repeat;
        background-size: 90% 69%;
        position: fixed;
        right: 1px;
        top:100px;
        bottom:0px;
        transform:scale(1);
        z-index: 9999;
    }
    .fixed-right ul{
        list-style: none;
    }
    .fixed-right p{
        font-size: 11px;
        font-weight: normal;
        color: rgba(244,244,244,0.8);
    }
    .fixed-right a:hover{
        color: #fff;
    }
    .fixed-right li{
        display: block;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }
    .fixed-right .zxzx{
        padding: 177px 0 23px 30px;
        line-height: 20px;
    }
    .fixed-right .zxzx:after{
        content: "";
        width: 25px;
        height: 25px;
        background: url("/templates/main/images/rightflswttb.gif") center no-repeat;
        background-size: 100%;
        border-top-left-radius: 50%;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 2px;
        margin-bottom: -5px;
    }
    .fixed-right .djzx{
        margin: 0px 0px 0px 15px;
        padding-top: 8px;
        text-align: center;
        vertical-align: center;
        height: 46px;
        width: 116px;
        line-height: 20px;
    }
    .fixed-right .djzx:hover,.fixed-right .sdkc:hover{
        background: linear-gradient(to right, #c73c05, #ff9f29);

    }
    .fixed-right .sdkc{
        margin: 9px 0px 5px 15px;
        padding-top: 8px;
        text-align: center;
        vertical-align: center;
        height: 46px;
        width: 116px;
        line-height: 20px;
    }
    .fixed-right .wmdh {
        margin: 5px 0px 20px 28px;
        padding-top:8px;
        line-height: 20px;
        color: #0a0c0d;
    }
    .fixed-right .wmdh .tell{
        margin-left: -10px;
        font-size: 14px;
    }
    .fixed-right .wmdh p{
        color: #0a0c0d;
        font-size: 13px;
    }
    .fixed-right .backTop{
        padding: 10px 17px 30px 48px;
        line-height: 20px;
    }
    .fixed-right p{
        margin-top: 1px;

    }
}
@media screen and (max-width: 800px){
    .fixed-right{
        display: none;
    }
}