﻿.topbanner {
    padding-top: 80px;
    min-height: 270px;
    *height: 270px;
    position: relative;
}

@media (min-width: 1260px) {
    .wcontainer {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 1300px;
    }
}

.topbanner .wcontainer .container-left {
    width: 65%;
}

    .topbanner .wcontainer .container-left h1 {
        color: #fff;
        line-height: 64px;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 48px;
    }

        .topbanner .wcontainer .container-left h1 span {
            display: block;
            float: left;
            margin-left: 10px;
        }

    .topbanner .wcontainer .container-left .text-lg {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

.center-box {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

    .center-box .wcontainer .center-left {
        width: 70%;
        float: left;
        padding: 0 10px;
    }

        .center-box .wcontainer .center-left .form-group {
            margin-bottom: 0;
        }

            .center-box .wcontainer .center-left .form-group .form-group-left, .form-group-right {
                width: 50%;
                float: left;
                height: 95px;
                box-sizing: border-box;
            }

            .center-box .wcontainer .center-left .form-group .form-group-left, .form-group-right {
                width: 50%;
                float: left;
                height: 95px;
                box-sizing: border-box;
            }

            .center-box .wcontainer .center-left .form-group label {
                display: inline-block;
                margin-bottom: 5px;
                font-weight: 400;
                color: #666;
                font-size: 16px;
            }

            .center-box .wcontainer .center-left .form-group .box-box {
                width: 90%;
                border-radius: 0;
                padding: 0 12px;
                height: 40px;
                background-color: #fff;
                border: 1px solid #ccc;
                box-shadow: none;
                font-size: 13px;
            }

            .center-box .wcontainer .center-left .form-group textarea {
                min-height: 150px;
                min-width: 95%;
                resize: none;
            }

            .center-box .wcontainer .center-left .form-group .btn {
                display: inline-block;
                padding: 6px 25px;
                color: #00719d;
                margin-bottom: 0;
                font-size: 14px;
                line-height: 1.42857143;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                border-width: 1px;
                user-select: none;
                border: 1px solid transparent;
                border-color: #00719d;
                background: #fff;
                cursor: pointer;
            }

    .center-box .wcontainer .center-right {
        width: 25%;
        float: right;
    }

        .center-box .wcontainer .center-right .icon-box i.acon {
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url(/images/other/product-icon-1x.png) no-repeat;
            background-position: 0 3px;
        }

        .center-box .wcontainer .center-right .icon-box span {
            vertical-align: top;
            margin-left: 20px;
            font-size: 16px;
            color: #888;
            font-weight: bold;
            line-height: 24px;
        }

        .center-box .wcontainer .center-right .nav_nonconfig {
            margin-top: 15px;
            margin-left: 40px;
            line-height: 38px;
        }

            .center-box .wcontainer .center-right .nav_nonconfig li {
                border-bottom: 1px solid #CFCFCF;
            }

                .center-box .wcontainer .center-right .nav_nonconfig li a {
                    text-decoration: none;
                    padding-left: 10px;
                    color: #333;
                    font-weight: bold;
                    display: block;
                    font-size: 14px;
                }

                    .center-box .wcontainer .center-right .nav_nonconfig li.active a, .center-box .wcontainer .center-right .nav_nonconfig li a:hover {
                        color: #01bafd;
                    }

        .center-box .wcontainer .center-right p {
            line-height: 18px;
            margin-left: 50px;
            color: #999;
            margin-bottom: 15px;
            font-size: 12px;
        }

            .center-box .wcontainer .center-right p .text {
                color: #333;
                line-height: 14px;
                font-weight: bold;
            }
/**上传框按钮*/
.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

    .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .uploadfiles:hover {
        background: #00719d;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.uploadfiles {
    background-color: #505050;
    background-image: -o-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -moz-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -ms-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#505050),color-stop(1,#707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    width: 74px;
    height: 28px;
    line-height: 23px;
}

/* 新增样式 */
.error-message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.form-control.error {
    border-color: #ff0000;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.Christmas_shu {
    height: 60px;
    position: absolute;
    left: -60px;
    bottom: 0;
}
.slider-container {
    max-width: 300px;
    margin: 30px 0;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 2px solid #e1e5ee;
}

.slider-label {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #555;
}

.slider-track {
    height: 50px;
    background: #e9ecef;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}

.slider-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #0096e0;
    border-radius: 25px;
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(74, 0, 224, 0.3);
    transition: background 0.3s;
    z-index: 2;
}

    .slider-thumb:active {
        cursor: grabbing;
        background: #3a00b0;
    }

.slider-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, #8e2de2, #4a00e0);
    border-radius: 25px;
    width: 0;
    transition: width 0.3s;
}

.slider-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 600;
    pointer-events: none;
    transition: opacity 0.3s;
}

.success-text {
    color: #2ecc71;
    opacity: 0;
}

.slider-captcha {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

    .slider-captcha i {
        margin-right: 8px;
        font-size: 16px;
    }
@media (max-width: 500px) {
    .container {
        border-radius: 0;
    }

    .form-container {
        padding: 20px;
    }
}