﻿@media screen and (max-width: 1199px) {
    .fix-right {
        display: block;
    }
}

.fix-right {
    position: fixed;
    z-index: 106;
    right: 20px;
    top: 50%;
    width: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   /* box-shadow: 5px 5px 10px 1px #f5f5f5; */
    background-color:#fff;
}

    .fix-right li {
        margin-bottom: 0px;
    }

    .fix-right .con {
        display: block;
        height: 70px;
        border-radius: 5px;
       
        padding-top: 5px;
        position: relative;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        overflow: hidden;
        border-radius: 0px;
    }



    .fix-right .ico {
        display: block;
        height: 30px;
       /* margin-bottom: 4px; */
        background-position: center;
        background-repeat: no-repeat;
        
       
    }

   .con .showIcon {
    transition: height 0.05s;
    -webkit-transition: height 0.05s; /* Safari */
}
.con:hover .showIcon {
    height: 0px !important;
}

.con .showIconphone {
    transition: height 0.05s;
    -webkit-transition: height 0.05s; /* Safari */
}

.con:hover .showIconphone {
    height: 0px !important;
}

.conicon:hover .backtopIcon {
    background-image: url(/templates/green/images/icons/tophover.png) !important;
}

.fix-right .ico.iconfont {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.fix-right em {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px;
}

.fix-right .con.on {
    background-color: #f0872b;
}

.fix-right .chat {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 250px;
    height: 420px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f60;
    font-size: 17px;
}

.fix-right .apply {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 688px;
    height: 940px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f60;
    font-size: 17px;
}



.fix-right .tel {
    position: fixed;
    top: 0px;
    right: 100%;
    bottom: 0;
    line-height: 30px;
    display: none;
    color: #fff;
    width: 250px;
    height: 350px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #f0872b;
    font-size: 17px;
}
.fix-right .qr {
    position: fixed;
    top: 0;
    right: 100%;
    margin-right: 5px;
    /* overflow: hidden;*/
    width: 250px;
    height: 540px;
    padding: 5px;
    background-color: #f0872b;
    border-radius: 5px;
    display: none;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}
        .fix-right .qr .connectline {
             
        }

        .fix-right .qr img {
            width: 100%;
            display: block;
        }

@media screen and (min-width: 1199px) {
    .fix-right .con:hover .qr {
        display: block;
    }

    .fix-right .con:hover .tel {
        display: block;
    }

    .fix-right .con:hover .chat {
        display: block;
    }

    .fix-right .con:hover .apply {
        display: block;
    }


    .fix-right .con:hover {
        background-color: #f0872b;
    }

}

@media screen and (max-width: 768px) {
    .fix-right .con.on1 .qr {
        display: block;
    }

    .fix-right .con.on1 .tel {
        display: block;
    }

    .fix-right .con.on1 {
        background-color: #f0872b;
    }

  
}

.fix-right .go-top {
    display: none
}
.fix-right a:focus {
    text-decoration: none;
}

.dot {
    width: 4px;
    display: block;
    /* bottom: 10px; */
    margin: -1px auto;
    height: 4px;
    border-radius: 100%;
    background: #ede7e7;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

/* 弹出框样式*/
#fullbg {
    background-color: #000;
    left: 0;
    opacity: 0.7;
    
    position: absolute;
    top: 0;
    z-index: 2000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
   /* transform: translate(-50%,-50%); */
   /* left: 50%; */
   /* padding: 1px; */
    position: fixed !important; /* 浮动对话框 */
    position: absolute;
   /* top: 50%; */
    width: 1024px;
    height: 655px;
    z-index: 2002;
    border-radius: 5px;
    display: none;
}

    #dialog p {
        margin: 0 0 12px;
        height: 24px;
        line-height: 24px;
        background: #CCCCCC;
    }

        #dialog p.close {
            text-align: right;
            padding-right: 10px;
        }

            #dialog p.close a {
                color: #fff;
                text-decoration: none;
            }
