﻿  .content
        {
            margin-top: 11.5%;
        }
        .imageBanner
        {
            width: 100%;
            height: 180px;
        }
        .row
        {
            display: flex;
            flex-direction: row;
            height: 56px;
            align-items: center;
            width: 90%;
            margin-left: 5%;
            border-bottom: 1px solid #E5EBF6;
        }
        .leftIcon
        {
            width: 20px; /* height: auto;max-height: 30px; */
        }
        .name
        {
            width: 80px;
            height: 25px;
            margin-left: 10px;
            border-right: 1px solid #D6DCE8;
            font-size: 14px;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #7F889E;
            line-height: 25px;
        }
        .inputName
        {
            border: none;
            margin-left: 10px;
            width: 200px;
            height: 25px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #3B4050;
            line-height: 25px;
        }
        .et_popup_change_bg
        {
            background-color: #000;
            width: 100%;
            height: 100%;
            z-index: 99999;
            position: fixed;
            top: 0;
            left: 0;
            filter: Alpha(opacity=60);
            opacity: 0.6;
        }
        .et_popup_change_box
        {
            position: fixed;
            z-index: 999999;
            background-color: #fff;
            width: 80%;
            max-width: 300px;
            max-height: 300px;
            overflow: auto;
        }
        .et_popup_change_box_msg
        {
            text-align: center;
            font-size: 16px;
            padding: 10px;
            padding-bottom: 0;
        }
        .et_popup_change_box_msg h1
        {
            font-size: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15px;
            margin: 0;
        }
        .et_popup_change_box_msg p
        {
            border-bottom: 1px solid #eee;
            padding: 10px 0;
            margin: 0;
            color: #666;
        }
        .et_popup_change_box_msg p:last-child
        {
            border-bottom: 0;
        }
        .et_popup_change_box_msg p:hover
        {
            color: #4162ff;
            cursor: default;
        }
        .submitBtn
        {
            margin-top: 20px;
            width: 90%;
            margin-left: 5%;
            height: 40px;
            background-color: #95E5FF;
            font-size: 20px;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #3CBDE7;
            line-height: 40px;
            text-align: center;
            border-radius: 6px;
        }
        .yanzhengmaBanner
        {
            height: 30px;
            width: 75px;
            background-color: #F4F4F4;
            text-align: center;
            line-height: 30px;
            color: #3BBEE8;
            letter-spacing: 1.7px;
        }