* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.asidetitle {
    font-family: "优设标题黑", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    margin: 1rem 0;
}

.imgwrap {
    width: 30px;
    height: 30px;
    padding-left: 10px;
}

.imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.messagecards {
    display: flex;
    gap: 1.2rem;
}

.messagecard {
    padding: 0 16px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(51, 119, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "思源黑体 CN", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #3377ff;
}

.logo {
    width: 150px;
    height: 100px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.headermisc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user {
    width: 260px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}

.personal {
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
    height: 100%;
    overflow-y: auto;
}

.personalmodify {
    text-align: center;
}

.personalmodify .el-button {
    width: 120px;
}

.otherCitiesinput {
    margin-left: 1rem;
}

.otherCitiesinput .el-input__inner {
    height: 30px;
}

.alertCheckbox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
}

.alertCheckbox .el-checkbox {
    display: flex;
    align-items: center;
}

.alertCheckbox .el-checkbox__label {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 80px 80px;
}

.plancity p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 1rem 0;
}

.plancity > div {
    padding: 1rem 0;
    border-top: 1px solid #c9c9c97e;
    border-bottom: 1px solid #c9c9c97e;
}

.plancity input {
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    height: 20px;
    margin: 0 0.6rem;
    text-align: center;
}

.internself tbody:nth-child(1) .el-descriptions-item__content {
    padding: 0;
}

.internself tbody:nth-child(2) .el-descriptions-item__content {
    padding: 0;
}

.descriptioninput {
    border: none;
    outline: none;
    height: 35px;
    font-size: large;
    padding-left: 0.5rem;
    width: calc(100% - 1rem);
}

.planmisc {
    margin: 50px;
}

.planmisc p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 20px;
}

.planmisc p:not(:first-child) {
    font-size: small;
    line-height: 35px;
    color: #7e7e7e;
}

.descriptiondatepicker .el-input__inner {
    border: none;
}

.descriptiondatepicker.el-date-editor--daterange {
    border: none;
}

.plancitybtn {
    background-color: rgba(51, 119, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(51, 119, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.349019607843137);
    font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
    font-weight: 350;
    font-style: normal;
    font-size: 14px;
    color: white;
    cursor: pointer;
    z-index: 9999;
    width: 110px;
    height: 40px;
}
.bottomfixview {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    width: 360px;
    height: 40px;
}
.plancitybtn:hover {
    background-color: rgba(247, 243, 253, 1);
    color: rgba(51, 119, 255, 1);
}

.topdownloadpostion {
    position: absolute !important;
    right: 20px;
    top: 10px;
}

.stepconfirmhead p {
    font-weight: bold;
    font-size: 22px;
    padding: 1rem 2rem;
    /*border-bottom: 1px solid #c9c9c97e;*/
}

.stepconfirmhead>div {
    margin: 1rem;
    font-size: 14px;
    font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
    color: #a1a1a1;
    display: flex;
    gap: 0.5rem;
}

.stepconfirmhead>div span {
    color: red;
}

.stepconfirmcontent {
    padding: 1rem;
    border-bottom: 1px solid #b1b1b177;
}

.stepconfirmcontent .el-upload__tip{
    margin-bottom: 10px;
}

.stepconfirmcontent .el-upload-list__item-name{
    color:#409EFF;
    font-size: 16px;
}

.stepconfirmcontent .el-upload-list--text{
   width: 50%;
}

.stepconfirmcontent .el-upload {
    margin: 1rem;
}

.stepconfirmcontent .el-button {
    background-color: white;
    border: 1.6px solid salmon;
    height: 26px;
    font-weight: 600;
    color: salmon;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.stepconfirmcontent .el-button:hover {
    border: 1.6px solid salmon;
    background-color: salmon;
    color: white;
}

.stepconfirmcontent .el-button:focus {
    border: 1.6px solid salmon;
    background-color: salmon;
    color: white;
}

.stepagreement {
    padding-bottom: 60px;
    margin: 1rem;
    font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN",
    sans-serif;
    font-size: 14px;
}

.stepagreement span {
    cursor: pointer;
    font-size: 18px;
}

.stepagreement .el-checkbox__inner:hover {
    border-color: salmon;
}

.stepagreement .el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: salmon;
    border-color: salmon;
}

.priorityCheckboxGroup {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.priorityCheckboxGroup .el-checkbox {
    width: fit-content;
}

.financesmisc {
    margin: 1rem;
}

.financesmisc div {
    display: flex;
    margin-top: 1.6rem;
}

.financesmisc span {
    cursor: default;
}

.financesmisc input {
    border: none;
    border-bottom: #000000 1px solid;
    outline: none;
    margin: 0 0.5rem;
    width: 40%;
    font-size: large;
}

.stepconfirmradio .el-radio__input.is-checked .el-radio__inner {
    border-color: salmon;
    background: salmon;
}

.stepconfirmradio .el-radio__input.is-checked+.el-radio__label {
    color: salmon;
}

.el-aside {
    border-right: solid 1px #e6e6e6;
}

.el-menu {
    border: none;
}

.el-menu-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.el-menu-item.is-active {
    border-left: 3px solid #409eff;
}

.el-header,
.el-main {
    background-color: rgba(247, 243, 253, 1);
}

.el-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-tabs {
    margin: 0 1rem;
}

.el-tabs__nav-wrap::after {
    background: none;
}

.el-tabs__active-bar {
    height: 3px;
}

.el-tabs__item {
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.countrypicker .el-input__inner {
    border-radius: 0px;
    border: none;
    border-bottom: #000000 1px solid;
}


.page-cover {
    position: relative;
    width: 21cm;
    min-height: 29.85cm;
    margin: 1cm auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.page {
    font-size: 12pt;
    position: relative;
    width: 21cm;
    min-height: 29.85cm;
    padding: 2cm;
    margin: 1cm auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.weight600 {
    font-weight: 600;
}
.ind2em {
    text-indent: 2em;
}
.lh2 {
    line-height: 2em;
}
.lh1-5 {
    line-height: 1.5em !important;
}
.subpage {
    padding: 1cm 1cm 1cm 1cm;
    min-height: 256mm;
}
.end-header {
    position: absolute;
    top: 3cm;
    left: 3cm;
    right: 3cm;
    z-index: 99;
}
.one-size {
    color: #425c81;
    line-height: 2em;
    font-size: 24pt;
}
.two-size {
    color: #425c80;
    font-size: 21pt;
    line-height: 2em;
}
.sTwo-size {
    color: #8092aa;
    font-size: 18pt;
    line-height: 2em;
}
.four-size {
    color: #000;
    font-size: 15pt;
    line-height: 2em;
    font-family: "宋体";
}
.three-size {
    color: #000;
    font-size: 22pt;
    line-height: 2em;
    font-family: "黑体";
}
.sFour-size {
    line-height: 2em;
    color: #000;
    font-size: 13pt;
}
.line {
    position: relative;
    padding: 0 0.5em;
}
.line::before {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    background: #000;
}
.page-footer3{
    position: absolute;
    bottom: 4cm;
    right: 3cm;
}
.five-size {
    color: #000;
    font-size: 11pt;
}
.center {
    display: flex;
    justify-content: center;
}
.right {
    display: flex;
    justify-content: flex-end;
}
.full {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.sFive-size {
    line-height: 2em;
    color: #acacac;
    font-size: 10pt;
}
@page {
    size: A4;
    margin: 0;
}
@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}
.editTxt {
    cursor: pointer;
    min-width: 2em;
    min-height: 1em;
}
.page-footer {
    position: absolute;
    top: 1.5cm;
    right: 3cm;
    color: #acacac;
}
.page-footer2 {
    font-family: "Times New Roman";
    position: absolute;
    bottom: 3cm;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    color: #808080;
}
.page-footer2::after {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1px;
    background-color: #808080;
    margin-left: 0.4em;
}
.page-footer2::before {
    display: inline-block;
    content: "";
    width: 1em;
    margin-right: 0.4em;
    height: 1px;
    background-color: #808080;
}
.page-header {
    position: absolute;
    color: #acacac;
    left: 0;
    width: 100%;
    height: 70pt;
    display: flex;
    padding: 0 3cm 10px 0;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 99;
    top: 0;
}
.line2{
    text-indent: 0;
    display: inline-block;
    padding:0 0.5em;
    border-bottom: solid 1px #000;
    line-height: 1.3em;
    vertical-align: bottom;
}
.flex{
    display: flex;

}
.flex >span{
    flex: 1;
}

input::-webkit-input-placeholder{
    /* placeholder颜色 */
    color:#cccccc;
    /* placeholder字体大小 */
    font-size:14px
}
