body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
    background: #fff;
    overflow-x: hidden
}

#message-form {
    font-size: 0
}

#message-form .red-star {
    color: red
}

#message-form label {
    font-size: 14px
}

#message-form textarea {
    resize: none
}

#message-form #captcha {
    display: inline-block;
    width: 30%
}

#message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #ffb300;
    font-size: 14px
}

#message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute
}

#message-form.n-default .msg-wrap {
    position: static
}

#toolbar {
    position: fixed;
    z-index: 11;
    right: 0px;
    top: 20%;
    cursor: pointer;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(https://gcdn.myxypt.com/images/kf.png);
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.xfkf {
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;

    .ww {
        position: relative;
    }

    .msg-box {
        position: absolute;
        left: 0;
        top: 48px;
    }

    .ly {
        width: 800px;
        position: absolute;
        background: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0px 0px 30px;
        border-radius: 4px;
    }

    .tit {
        padding: 20px 50px 12px;
        display: flex;
        background: url(img2.png) no-repeat 23px 100% #007aff;
        border-radius: 4px 4px 0 0;

        @media(max-width:480px) {
            padding-left: 15px;
            padding-right: 15px;
        }

        .img {
            img {
                max-width: 100%;
            }
        }

        h2 {
            color: #fff;
            font-size: 24px;
            margin-left: 20px;
            margin-top: 12px;
            font-weight: 600;
            margin-bottom: 0;

            @media(max-width:480px) {
                margin-top: 0;
                font-size: 20px;
            }

            dd {
                font-weight: normal;
                font-size: 16px;
                margin-top: 12px;

                @media(max-width:480px) {
                    margin-top: 6px;
                    font-size: 14px;
                }
            }
        }
    }

    .con {
        padding: 45px 50px 0;

        @media(max-width:480px) {
            padding: 25px 15px 0;
        }
    }

    .closes {
        position: absolute;
        top: 30px;
        right: 24px;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: #fff;
        background: url(gb.png) no-repeat center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;

        @media(max-width:480px) {
            top: 0;
            right: 0;
        }

        &:hover {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
    }
}

.xfkf1 {
    .ww {
        position: relative;

        .msg-box {
            position: absolute;
            top: 48px;
            margin-left: 0;
            left: 0;
        }

        label {
            display: none;
        }

        &.ww1 {
            margin-bottom: 32px;

            @media(max-width:480px) {
                margin-bottom: 22px;
            }
        }

        input {
            width: 100%;
            max-width: 100% !important;
            font-size: 14px;
            color: #666666;
            box-sizing: border-box;
            border: 1px solid #ced3e6;
            padding: 0 26px;
            line-height: 48px;
            background: none;
            border-radius: 4px;

            @media(max-width:480px) {
                padding: 0 15px;
            }
        }

        textarea {
            width: 100%;
            max-width: 100% !important;
            font-size: 14px;
            color: #666666;
            box-sizing: border-box;
            border: 1px solid #ced3e6;
            padding: 0 26px;
            line-height: 48px;
            height: 154px;
            background: none;
            border-radius: 4px;
            font-family: '微软雅黑';

            @media(max-width:480px) {
                padding: 0 15px;
            }
        }

        &.ww4 {
            display: flex;
            justify-content: end;
            margin-top: 32px;

            @media(max-width:480px) {
                margin-top: 22px;
            }

            input {
                width: 157px;
                background: #999999;
                color: #fff;
                font-size: 16px;
                transition: all .3s ease;

                &:hover {
                    background: #007aff;
                }
            }
        }
    }
}

.sjfoot {
    height: 60px;
    line-height: 60px;
    background: #464646;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    font-size: 14px;
    justify-content: center;
    display: none;

    a {
        width: 50%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;

        span {
            width: 17px;
            height: 17px;
            display: block;
            margin-right: 8px;
        }

        &:nth-child(1) {
            span {
                background: url(001.png) no-repeat 50%;
            }
        }
    }
}


@media(max-width:800px) {
    .xfkf {
        .ly {
            width: 90%;
        }
    }
}

@media(max-width:500px) {
    body {
        padding-bottom: 59px;
    }

    .sjfoot {
        display: flex;
    }
}

.fixed {
    display: flex;
    flex-wrap: nowrap;
}

.lyy {
    height: 334px;
    border: none;

    @media(max-width:480px) {
        height: 299px;
    }
}