.t-main {
    padding-bottom: 40px;
}

.from {
    width: 609px;
    margin: 0 auto;

}

.from-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.from-left {
    font-size: 16px;
    width: 154px;
    margin-right: 16px;
    text-align: right;
}
.from-left .from-btn {
    background-color: #ff0000;
}
.from-right {
    width: 444px;
    display: flex;
    justify-content: center;
}
.al-center {
    align-items: flex-start;
}
.xin::before {
    content: "*";
    font-size: 16px;
    color: #ff0000;
    margin-right: 2px;
}

.el-select {
    width: 100%;
}
.from-tip {
    font-size: 16px;
    color: #cdcdcd;
    margin-left: 19px;
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.avatar {
    width: 120px;
    height: 120px;
    display: block;
}
.el-upload__input {
    display: none !important;
}



.from-title {
    font-size: 26px;
    color: #1e99ff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 49px;
    
}
.border-top {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
}
.from-btn {
    width: 100%;
    font-size: 16px;
    color: #fffefe;
    height: 46px;
	background-color: #ffac04;
	border-radius: 4px;
    cursor: pointer;
}
.al-center .from-right {
    justify-content: flex-start;
}
@media (max-width:980px){
    .from-item {
        display: block;
    }
    .from-left {
        text-align: left;
        margin-bottom: 10px;
    }
    .from {
        width: 90%;
    }
    .from-right {
        width: 100%;
    }
    .border-top {
        display: flex;
        justify-content: center;
    }
    .from-h5-right {
        width: 270px;
    }
    .from-h5-left {
        display: none;
    }
}
@media (max-width:800px){
    .from-item {
        display: block;
    }
    .from-left {
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .from {
        width: 90%;
    }
    .from-right {
        width: 100%;
    }
    .border-top {
        display: flex;
        justify-content: center;
    }
    .from-h5-right {
        width: 270px;
    }
    .from-h5-left {
        display: none;
    }
    .el-message-box {
        width: 80%;
    }
    /* .el-dialog {
        width: 60% !important;
    } */
}
@media (max-width:600px){
    .from-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .from-tip {
        /* margin-left: 0; */
    }
}