html {
    color: #666666;
    overflow-x: hidden;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    word-break:break-all;
    font-family: Monospaced Number,Chinese Quote,-apple-system,Segoe UI,Roboto,PingFang SC,BlinkMacSystemFont,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
button{outline: none;}

*{
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
.bgColor{
    background-color: #F8FBFF;
}
.pc-baseWidth{
    width: 1200px;
    margin: 0 auto;
}
#drogue {
    position: fixed;
    right: 0;
    top: 45%;
    margin:auto;
    display: flex;
    flex-direction: column;
    z-index: 99;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

#drogue > div:first-child {
    border-radius: 4px 0 0 0;
}

#drogue > div:last-child {
    border-radius: 0 0 0 4px;
}

#drogue > div {
    width: 48px;
    height: 65px;
    padding: 11px 0;
    background: #2775FF;
    display: flex;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

#drogue > div:nth-child(n+2):after{
    content:"";
    position: absolute;
    bottom:0;
    left:5px;
    right:5px;
    height: 1px;
    z-index: 99;
    background: #2775FF;
}

#drogue > div > img {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}

#drogue > div > span {
    font-size:12px;
    color:#fff;
}

@keyframes mymove
{
    from {
        width: 8px;
        height: 8px;
    }
    to {
        width: 7px;
        height: 7px;
    }
}

#drogue > div:hover {
    background: #2775FF;
}

.tel400 .tel400Bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    background: #2775FF;
    width: 100%;
    height: 100%;
    border-radius: 4px 0 0 0;
}

#drogue div.pointer {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 9999;
    animation: mymove 0.5s infinite;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 0.5s infinite;
}
.tel400 .tel400Bg > img {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}

.tel400 .tel400Bg > span {
    font-size:12px;
    color:#fff;
}

.tel400 .drogueTel{
    position: absolute;
    right:-300px;
    top:10px;
    background: #fff;
    box-shadow: 2px 2px 13px rgba(0,0,0,.2);
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #2775FF;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 98;
}

.tel400 .drogueTel:after{
    content:"";
    position: absolute;
    right:-20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 10px solid #fff;
}