@charset "UTF-8";

.content {
    width: 1200px;
    height: auto;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 20px;
}

    .content .contentor {
        width: 1160px;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0px 0px 6px 2px rgba(94, 94, 94, 0.1);
        border-radius: 5px;
        margin: 20px;
    }

        .content .contentor .conttitle {
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .content .contentor .conttitle img {
                width: 97px;
                height: 84px;
                margin-right: 10px;
            }

            .content .contentor .conttitle h1 {
                margin: 0;
                font-family: MicrosoftYaHeiUI;
                font-size: 40px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 2px;
                color: #009fe9;
            }

            .content .contentor .conttitle h2 {
                margin: 0;
                font-family: MicrosoftYaHeiUI;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 1px;
                color: #999999;
            }

        .content .contentor .schedule {
            width: 710px;
            height: 50px;
            margin: auto;
            margin-bottom: 20px;
        }

            .content .contentor .schedule .icons {
                height: 20px;
                width: 680px;
                margin: auto;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

                .content .contentor .schedule .icons .slateicon:nth-child(1) {
                    background-color: #f5cb2b;
                }

                .content .contentor .schedule .icons .ace:nth-child(2) {
                    background-color: #f5cb2b;
                }

                .content .contentor .schedule .icons .slateicon:nth-child(3) {
                    background-color: #f5cb2b;
                }

                .content .contentor .schedule .icons .slateicon {
                    width: 20px;
                    height: 20px;
                    background-color: #f2f2f2;
                    border-radius: 5px;
                    border: solid 1px #d2d2d2;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .content .contentor .schedule .icons .ace {
                    width: 100px;
                    height: 4px;
                    background-color: #d2d2d2;
                    border-radius: 2px;
                }

            .content .contentor .schedule .text {
                display: flex;
                justify-content: start;
            }

                .content .contentor .schedule .text span {
                    margin-top: 5px;
                    margin-left: 5px;
                }

                    .content .contentor .schedule .text span:nth-child(2) {
                        margin-left: 45px;
                    }

                    .content .contentor .schedule .text span:nth-child(3) {
                        margin-left: 48px;
                    }

                    .content .contentor .schedule .text span:nth-child(4) {
                        margin-left: 77px;
                    }

                    .content .contentor .schedule .text span:nth-child(5) {
                        margin-left: 78px;
                    }

                    .content .contentor .schedule .text span:nth-child(6) {
                        margin-left: 78px;
                    }

        .content .contentor .contnav {
            width: 1120px;
            height: 70px;
            background-color: #f5cb2b;
            border-radius: 10px;
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .content .contentor .contnav .contnav-n {
                width: 1100px;
                height: 50px;
                background-color: #ffffff;
                border-radius: 5px;
                display: flex;
                justify-content: space-around;
                align-items: center;
            }

                .content .contentor .contnav .contnav-n .slateitem {
                    height: 20px;
                    border-right: 1px solid #d2d2d2;
                    color: #666666;
                    width: 20%;
                    text-align: center;
                    padding: 0 30px;
                }

                    .content .contentor .contnav .contnav-n .slateitem:last-child {
                        border: 0;
                    }

        .content .contentor .main {
            width: 1120px;
            height: auto;
            margin: 20px auto;
            display: flex;
            justify-content: space-evenly;
        }

            .content .contentor .main .left {
                position: fixed;
                width: 300px;
                /*height: 430px;*/
                background-color: #fff;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: center;
                z-index: 222;
                position: sticky;
                top: 0;
            }
                .content .contentor .main .left .leftinfo {
                    background-color: #f2f2f2;
                    padding: 0 10px;
                    border-radius: 10px;
                }

.content .contentor .main .left .title {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

                .content .contentor .main .left .leftmsg {
                    width: 280px;
                    /*height: 360px;*/
                    background-color: #ffffff;
                    border-radius: 5px;
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }

                    .content .contentor .main .left .leftmsg .lfmsg {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        font-family: MicrosoftYaHeiUI;
                        font-size: 14px;
                        font-weight: normal;
                        letter-spacing: 0px;
                        color: #666666;
                        width: 190px;
                        margin: auto;
                    }

                        .content .contentor .main .left .leftmsg .lfmsg span {
                            text-align: left;
                            line-height: 25px;
                        }

                    .content .contentor .main .left .leftmsg .lfnav {
                        width: 240px;
                        margin: auto;
                        height: auto;
                        line-height: 26px;
                        padding: 5px 0;
                        font-size: 14px;
                        font-weight: normal;
                        letter-spacing: 0px;
                        color: #666666;
                        font-weight: bold;
                    }

                    .content .contentor .main .left .leftmsg .msgpirce {
                        width: 240px;
                        margin: auto;
                        height: auto;
                        color: #ff6600;
                        display: flex;
                        align-items: center;
                        flex-direction: column;
                    }

                        .content .contentor .main .left .leftmsg .msgpirce h2 {
                            font-family: MicrosoftYaHeiUI-Bold;
                            font-size: 16px;
                            font-weight: bold;
                            font-stretch: normal;
                            line-height: 50px;
                            letter-spacing: 1px;
                            margin: 0;
                            padding: 0;
                            padding-top: 10px;
                        }

                        .content .contentor .main .left .leftmsg .msgpirce span {
                            font-family: MicrosoftYaHeiUI-Bold;
                            font-size: 30px;
                            font-weight: normal;
                        }

                        .content .contentor .main .left .leftmsg .msgpirce i {
                            font-family: MicrosoftYaHeiUI-Bold;
                            font-size: 18px;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                        }

            .content .contentor .main .right {
                width: 800px;
                height: auto;
                background-color: #f2f2f2;
                border-radius: 10px;
                float: right;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px;
            }

                .content .contentor .main .right .right-n {
                    width: 780px;
                    height: auto;
                    background-color: #ffffff;
                    border-radius: 5px;
                    margin: 10px;
                }

                    .content .contentor .main .right .right-n .formtitle {
                        width: 100%;
                        height: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .content .contentor .main .right .right-n .formtitle h2 {
                            margin: 0%;
                            padding: 0;
                            font-family: MicrosoftYaHeiUI;
                            font-size: 18px;
                            font-weight: normal;
                            font-stretch: normal;
                            letter-spacing: 1px;
                            color: #333333;
                        }

                        .content .contentor .main .right .right-n .formtitle img {
                            width: 15px;
                            height: 18px;
                            margin-right: 10px;
                        }

                    .content .contentor .main .right .right-n .formmsg {
                        width: 740px;
                        margin: auto;
                    }

                        .content .contentor .main .right .right-n .formmsg .formlist {
                            width: 100%;
                            height: 50px;
                            display: flex;
                            line-height: 50px;
                            text-align: left;
                            border-bottom: 1px dashed #cecece;
							font-size:14px;
                        }

                            .content .contentor .main .right .right-n .formmsg .formlist .formmsa-a {
                                width: 325px;
                                height: 50px;
                            }

                                .content .contentor .main .right .right-n .formmsg .formlist .formmsa-a span {
                                    margin-left: 5px;
                                    color: #999;
                                    font-size: 12px;
                                }
								

                            .content .contentor .main .right .right-n .formmsg .formlist .formmsa-b {
                                width: 145px;
                                height: 50px;
                            }

                            .content .contentor .main .right .right-n .formmsg .formlist .formmsa-c {
                                width: 180px;
                                height: 50px;
                            }

                            .content .contentor .main .right .right-n .formmsg .formlist .formmsa-d {
                                width: 90px;
                                height: 50px;
                                color: #ff6600;
                                font-weight: bold;
                                font-size: 16px;
                            }

                    .content .contentor .main .right .right-n .signify {
                        width: 740px;
                        margin: auto;
                        border-bottom: 1px dashed #cecece;
                    }

                        .content .contentor .main .right .right-n .signify .sigicon {
                            width: 500px;
                            height: 60px;
                            display: flex;
                            margin-top: 10px;
                            align-items: center;
                            justify-content: start;
                        }

                            .content .contentor .main .right .right-n .signify .sigicon img {
                                width: 18px;
                                height: 18px;
                                margin-right: 5px;
                            }

                            .content .contentor .main .right .right-n .signify .sigicon label {
                                font-family: MicrosoftYaHeiUI;
                                font-size: 14px;
                                font-weight: normal;
                                font-stretch: normal;
                                line-height: 20px;
                                letter-spacing: 0px;
                                color: #666666;
                            }

                        .content .contentor .main .right .right-n .signify .sigtext {
                            width: 100%;
                        }

                            .content .contentor .main .right .right-n .signify .sigtext h2 {
                                list-style: none;
                                font-style: normal;
                                margin: 0;
                                padding: 0 20px;
                                font-weight: normal;
                                font-size: 14px;
                                font-stretch: normal;
                                line-height: 24px;
                                letter-spacing: 0px;
                                color: #666666;
                            }

                            .content .contentor .main .right .right-n .signify .sigtext .siginp {
                                display: flex;
                                align-items: center;
                                justify-content: start;
                                margin-bottom: 10px;
                                min-height: 40px;
                                line-height: 40px;
                            }

                                .content .contentor .main .right .right-n .signify .sigtext .siginp .msginp {
                                    width: 100px;
                                    text-align: right;
                                }

                                    .content .contentor .main .right .right-n .signify .sigtext .siginp .msginp span {
                                        font-family: MicrosoftYaHeiUI;
                                        font-size: 16px;
                                        font-weight: normal;
                                        font-stretch: normal;
                                        line-height: 20px;
                                        letter-spacing: 1px;
                                        color: #333333;
                                    }

                                    .content .contentor .main .right .right-n .signify .sigtext .siginp .msginp span i{
                                        color: #f30;
                                        display:inline-block;
                                        margin-right:3px;
                                    }

                                .content .contentor .main .right .right-n .signify .sigtext .siginp input {
                                    width: 180px;
                                    height: 40px;
                                    background-color: #ffffff;
                                    border-radius: 5px;
                                    border: solid 1px #d2d2d2;
                                    padding: 5px;
                                    box-sizing: border-box;
                                    margin: 0;
                                }

                                .content .contentor .main .right .right-n .signify .sigtext .siginp select {
                                    width: 100px;
                                    height: 30px;
                                    background-color: #ffffff;
                                    border-radius: 5px;
                                    border: solid 1px #d2d2d2;
                                    padding: 0 5px;
                                    box-sizing: border-box;
                                    margin: 0;
                                }
                                .content .contentor .main .right .right-n .signify .sigtext .siginp a {
                                    display: inline-block;
                                    margin-left: 10px;
                                    cursor:pointer;
                                }

                        .content .contentor .main .right .right-n .signify .sumbit {
                            width: 100%;
                            height: 80px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                            .content .contentor .main .right .right-n .signify .sumbit .btn {
                                width: 140px;
                                height: 40px;
                                background-color: #f5cb2b;
                                border-radius: 5px;
                                text-align: center;
                                line-height: 40px;
                                border: 0;
                            }

.courtesy {
    padding: 10px;
    font-size: 14px;
    background: #fff;
    margin-top: 20px;
    color: #f60;
    border-radius: 5px;
    margin-right: 10px;
}

.courtesy-conf {
    border: 1px solid #e5e5e5;
    margin: 0 0 12px 0;
    padding: 12px;
    position: relative;
    overflow: hidden;
    max-height: 95px;
}

    .courtesy-conf .bbton {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background: #fff;
        z-index: 8;
    }

    .courtesy-conf a {
        background: url(/Resource/img/icon60.png) #fff no-repeat;
        display: inline-block;
        padding-left: 15px;
        right: 20px;
        bottom: 5px;
        position: absolute;
        color: #f60;
        background-size: 11px 13px;
        background-position: left center;
        z-index: 9;
    }

        .courtesy-conf a.shou {
            background-image: url(/Resource/img/icon61.png)
        }


::v-deep .el-input-number {
    width: 120px;
}

.el-input-number {
    width: 120px !important;
}

    .el-input-number ::v-deep .el-input__inner {
        border: none !important;
        /* 取消边框显示 */
    }

.custom-input-number ::v-deep .el-input-number__increase,
.custom-input-number ::v-deep .el-input-number__decrease {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px;
    /* 设置增加和减少按钮的宽度 */
}

.custom-input-number ::v-deep .el-input-number__input {
    width: 50px;
    /* 设置数字显示区域的宽度 */
}
