@charset "gb2312";

.mhg-2022 {
}


    .mhg-2022.submitarea {
        position: relative;
        margin-left: 10px;
        color: #fff;
        border: 1px solid #ff651b;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 200px;
        display: block;
        text-align: center;
        background: #FF6600;
        border-radius: 4px;
        font-family: PingFangSC-Regular;
        letter-spacing: 0;
        font-weight: 400;
    }

    .mhg-2022.lxsj {
        position: absolute;
        right: 50px;
        top: 10px;
        height: 20px;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #828CA0;
        letter-spacing: 0;
        font-weight: 400;
        text-align: right;
    }

    .mhg-2022.yzm-txt {
        padding-left: 12px;
    }

    .mhg-2022.lxsj.yzmbtn {
    }

        .mhg-2022.lxsj.yzmbtn.active {
            color: #FF6600;
            cursor:pointer;
        }

        .mhg-2022.lxsj.yzmbtn.gray {
            color: #CCCCCC;
        }


    .mhg-2022.xidi-codearea.fn-hide {
        display: none !important;
    }

    .mhg-2022.xidi-codearea {
        margin-left: 10px !important;
        display: inline-block;
    }


    .mhg-2022.xidi-area {
        width: 350px;
        position: relative;
        margin-left: 20px;
    }

        .mhg-2022.xidi-area input {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            width: 100%;
            overflow-x: visible;
            overflow-y: visible;
            border: 1px solid #bfbfbf;
            padding-left: 14px;
            box-sizing: border-box;
            color: #333;
            border-radius: 3px;
        }

    .mhg-2022.zhhfarea {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
    }

        .mhg-2022.zhhfarea.container {
            border: 1px solid rgba(230,233,240,1);
            padding-left: 10px;
            padding-right: 150px;
        }

        .mhg-2022.zhhfarea.relative {
            position: relative;
        }

        .mhg-2022.zhhfarea.xinche {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 10;
            background-color: #FF6600;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            border-radius: 4px 4px 4px 0;
            text-align: center;
            width: 40px;
            height: 20px;
            line-height: 20px;
            display: inline-block;
        }

        .mhg-2022.zhhfarea.img {
            height: 176px;
            width: 240px;
        }

        .mhg-2022.zhhfarea.textup {
            font-size: 14px;
        }

        .mhg-2022.zhhfarea.textdown {
            font-size: 24px;
            color: #333;
            font-weight: bold;
            justify-content:flex-start;
        }

            .mhg-2022.zhhfarea.textdown.last {
                font-size: 30px;
                color: #FF6600;
            }

            .mhg-2022.zhhfarea.textdown em {
                font-size: 18px;
                color: #333;
            }
