ul {
    margin: 0;
    padding: 0;
}
.media-auth-banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(/images/media_user/banner_bg.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 150px;
}

.media-auth-header-rect {
    position: relative;
    top: 200px;
    width: 1200px;
    height: 220px;
    margin: 0 auto;
    background-color: #ffffff;
    background: #FFFFFF;
    box-shadow: 0 17px 23px 8px rgba(194,115,30,0.10);
    border-radius: 6px;
    border-radius: 6px;
}

.banner-title {
    width: 100%;
    position: absolute;
    top: 50px;
    text-align: center;
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.banner-sub-title {
    width: 100%;
    top: 130px;
    position: absolute;
    text-align: center;
    opacity: 0.68;
    font-family: MicrosoftYaHeiUI;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.header-rect-item {
    width: 49.5%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 100px;
    display: inline-block;
    vertical-align: top;
}

.header-rect-item img {
    display: block;
    margin: 0 auto;
}

.header-rect-item span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.header-rect-item  .bigger-text {
    font-size: 24px;
    color: #303133;
    letter-spacing: 0;
    text-align: center;
}

.header-rect-item  .smaller-text {
    font-size: 16px;
    color: #606266;
    letter-spacing: 0;
    text-align: center;
}

.header-plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.media-auth-header-tips {
    width: 100%;
    font-family: MicrosoftYaHeiUI;
    font-size: 18px;
    color: #909399;
    letter-spacing: 0;
    text-align: center;
    display: block;
}

.media-auth-form-wrapper {
    margin-top: 60px;
    width: 1200px;
    margin: 60px auto 100px auto;
}

.media-auth-form-wrapper .form-title {
    margin: 25px 0;
    font-family: MicrosoftYaHeiUI;
    font-size: 26px;
    color: #303133;
    letter-spacing: 0;
}

.media-auth-form-wrapper .form-title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 30px;
    background-image: linear-gradient(-180deg, #FAD961 0%, #F76B1C 100%);
    border-radius: 7.5px;
    vertical-align: middle;
    margin-right: 10px;
}

.meida-auth-form-btn {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    background-image: linear-gradient(-90deg, #FAC813 0%, #F76B1C 100%);
    border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.meida-auth-form-btn:hover {
    opacity: 0.8;
}

.el-upload__input[type=file] {
    display: none;
}

#mediaForm .el-radio__input.is-checked .el-radio__inner {
    border-color: #ED7700;
    background: #ED7700;
}

#mediaForm .el-radio__input.is-checked+.el-radio__label {
    color: #ED7700;
}

#media-auth .el-button--primary {
    color: #FFF;
    background-color: #ED7700;
    border-color: #ED7700;
}

#media-auth .download-url {
    line-height: 25px;
    color: #ED7700;
}

#media-auth .regular-text {
    color: #606266;
}