.niche-form {
    filter: alpha(opacity=0);
    transition: 0.2s ease-out;
    position: fixed;
    top: 70%;
    width: 70px;
    right: 0;
    font-size: 12px;
    background-color: #488bff;
    z-index: 9999;
    padding-bottom: 10px;
    border-radius: 5px;
}

.niche-form1 {
    filter: alpha(opacity=0);
    transition: 0.2s ease-out;
    position: fixed;
    /*top: 36%;*/
    bottom: 12%;
    width: 55px;
    height: 55px;
    right: 3.5%;
    font-size: 12px;
    /*background-color: #488bff;*/
    z-index: 9999;
    /* padding-bottom: 10px; */
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px #9a9a9f;
}

.niche-icon {
    display: block;
    width: 31px;
    height: 30px;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/chat.png);
    background-size: cover;
    margin: 20px auto;
    margin-bottom: 4px;
}

.niche-icon1 {
    display: block;
    width: 55px;
    height: 55px;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/man-service.png);
    background-size: cover;
}

/*您有一条新的消息*/
.new-notice {
    position: fixed;
    left: 26%;
    bottom: 11.5%;
    width: 55%;
    height: 60px;
    /*background-image: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/new_notice.png);
    background-repeat: round;*/
}

.san {
    position: absolute;
    /*top: -22%;*/
    /*right: -5.8%;*/
    opacity: 0.5;
    width: 55px;
    height: 55px;
    background-color: #6FA8E5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    /*Safari and Chrome*
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    z-index: -9999;
    box-shadow: 0px 0px 9px 1px #9a9a9f;
}

.niche-form .niche-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin: 0;
}

.niche-form1 .niche-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin: 0;
}

.niche-item:hover {
    color: red;
}

.niche-form1 input {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #fff;
    margin: 3px 0;
}

.niche-form input {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #fff;
    margin: 3px 0;
}

.niche-form input:hover {
    color: #043b9a
}

.niche-form1 input:hover {
    color: #043b9a
}

.niche-close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/close.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*#niche-talk {
    width: 350px;
    height: 500px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}
*/
#niche-talk {
    width: 350px;
    height: 500px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}
@media screen and (max-width: 760px) {
    #niche-talk {
        width: 98%;
        left: 1%;
        right: 1%;
        height: 500px;
        position: fixed;
        bottom: 2px;
        z-index: 999999;
    }
}
#niche-iframe {
    width: 100%;
    height: 100%;
    box-shadow: rgba(15, 66, 76, 0.25) 0px 0px 24px 0px;
    border-radius: 10px 10px 0 0;
    border: none;
    border-left: 1px solid #ddd;
}

#animat {
    width: 55px;
    height: 55px;
    background-color: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 100px auto;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    /*Safari and Chrome*
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}

@keyframes mymove {
    0% {
        transform: scale(1.1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.5); /*放大1.1倍*/
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.5);
    }

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0% {
        transform: scale(1.1); /*开始为原始大小*/
    }
    25% {
        transform: scale(1.5); /*放大1.1倍*/
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.5);
    }
}

/* 弹出手机号留言 */
.yqbody {
    background: #fff;
    width: 325px;
    height: 230px;
    position: absolute;
    left: 50%;
    margin-left: -162.5px;
    top: 50%;
    position: fixed;
    margin-top: -90px;
    display: none;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    z-index: 1000;
}

#yqtop {
    height: 45px;
    background: #1798fc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    line-height: 45px;
    font-size: 14px;
    color: #fff;
}

#yqcont p {
    padding: 15px 3%;
    color: #333;
}

#yqcont .tttel {
    width: 90%;
    margin: 0 auto;
    border: 1px #ccc solid;
    margin-right: 5%;
    margin-left: 5%;
    height: 35px;
    text-indent: 1em;
    color: #999;
    border-radius: 4px;
}

.btns {
    border-radius: 4px;
    border: none;
    outline: none;
    height: 35px;
    background: #1798fc;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    text-indent: 2em;
    cursor: pointer;
}

.btns:before {
    display: block;
    width: 23px;
    height: 23px;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/voipphone.png) center / 100% 100%;
    content: '';
    position: absolute;
    margin-left: 32%;
    margin-top: 6px;
}

#yqtop #yqgb {
    width: 20px;
    height: 20px;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/shut.png) center / 100% 100%;
    display: inline-block;
    margin: 13px 13px auto auto;
    float: right;
    cursor: pointer;
}

#yqtop em {
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    background: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/kefu.jpg) center / 100% 100%;
    border-radius: 4px;
    margin: 5px;
}

#zaixianbao_tips {
    background-color: #1798fc;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -175px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 999999999999999;
    box-sizing: border-box;
    width: 350px;
    border-radius: 4px;
    display: none;
}

.dialogue-tel {
    display: block;
    top: 10px;
    right: 50px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    background-image: url(https://web.archive.org/web/20221213065915im_/http://www.pipezx.com/niche/img/voipphone.png), none;
    cursor: pointer;
    z-index: 1;
    background-size: cover;
}
/*//通用注册按钮*/
@media only screen and (min-width: 760px) {
    .moblie-register{
        display: none;
    }
}
@media only screen and (max-width: 760px) {
    body {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        color: #222;
        font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
        background: #fff;
    }

    div, form, img, ul, ol, li, dl, dt, dd, map {
        padding: 0;
        margin: 0;
        border: 0;
    }

    #Fsup .icon-box {
        width: 32px;
        background-color: #ff6c6c;
        border-radius: 100%;
        margin-top: 10px;
        height: 33px;
        padding: 5px;
        text-align: center;
    }

    #Fsup {
        position: fixed;
        bottom: 200px;
        right: 20px;
        z-index: 999;
    }

    .hdshow {
        display: block;
    }

    #Fsup .icon-box svg {
        display: block;
        width: 17px;
        height: 17px;
        margin: 0 auto;
    }

    #Fsup .icon-box p {
        text-align: center;
        font-size: 12px;
        color: #FFF;
        margin: 0;
        padding: 0;
        margin-top: 1px;
        font-family: helvetica neue, luxi sans, dejavu sans, Tahoma, hiragino sans gb, STHeiti, microsoft yahei;
        transform: scale(0.8);
    }
}
#zaixianbao_tips #zaixianbao_tips_message img {
    float: right;
    width: 22px;
}

#zaixianbao_tips #zaixianbao_tips_message {
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 4px;
}
/*
     FILE ARCHIVED ON 06:59:15 Dec 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:35:33 Apr 30, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 90.269
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.071
  cdx.remote: 0.06
  esindex: 0.009
  LoadShardBlock: 54.112 (3)
  PetaboxLoader3.datanode: 67.239 (4)
  load_resource: 150.766
  PetaboxLoader3.resolve: 90.954
*/