* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #f4f4f4;
}

.author {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.total_top {
    width: 1200px;
    height: 120px;
    background: url('../images/1rzxz.png') no-repeat;
}

.total_top2 {
    width: 1200px;
    height: 120px;
    background: url('../images/2zlsq.png') no-repeat;
}

.total_top3 {
    width: 1200px;
    height: 120px;
    background: url('../images/3tjsh.png') no-repeat;
}

.author_title {
    width: 1200px;
    height: auto;
    margin-top: 20px;
}

.author_title p {
    font-size: 25px;
    color: #00989b;
    text-align: center;
}

.author_cont {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.author_cont p {
    font-size: 17px;
    color: #40403f;
    line-height: 28px;
}

.author_cont span {
    font-size: 17px;
    color: #40403f;
    line-height: 28px;
    font-weight: bold;
}

.author_link {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.author_link p {
    font-size: 18px;
    color: #878787;
    line-height: 28px;
    text-align: center;
}

.author_next {
    width: 200px;
    height: 50px;
    background-color: #00a8ab;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.author_next p {
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

/* zlsq */
.author_join {
    width: 900px;
    height: 268px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.author_person {
    width: 388px;
    height: 268px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 20px 5px rgba(0, 0, 0, 0.1);
}

.author_media {
    width: 388px;
    height: 268px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 20px 5px rgba(0, 0, 0, 0.1);
}

.items_top {
    width: 388px;
    height: auto;
    margin-top: 40px;
}

.items_top p {
    font-size: 21px;
    color: #00999b;
    font-weight: bold;
    text-align: center;
}

.items_mid {
    width: 388px;
    height: auto;
    margin-top: 30px;
}

.items_mid p {
    font-size: 17px;
    color: #40403f;
    text-align: center;
}

.items_foot {
    width: 130px;
    height: 40px;
    background-color: #00a8ab;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.items_foot p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

/* tjsh */
.author_2 {
    width: 1200px;
    height: 95vh;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.author_sub {
    width: 388px;
    height: 268px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 20px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.sub_top {
    width: 388px;
    height: auto;
    margin-top: 40px;
}

.sub_top p {
    font-size: 20px;
    color: #00999b;
    text-align: center;
    font-weight: bold;
}

.sub_mid {
    width: 388px;
    height: auto;
    margin-top: 30px;
}

.sub_mid p {
    font-size: 16px;
    color: #40403f;
    text-align: center;
    line-height: 30px;
}

.sub_mid span {
    font-size: 14px;
    color: #979797;
}

.sub_btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #00989b;
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sub_btn p {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

/* 个人上传 */
.person_form {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.form_title {
    width: 900px;
    height: auto;
    margin-top: 20px
}

.form_title p {
    font-size: 25px;
    color: #40403f;
    text-align: center;
    font-weight: bold;
}

.form_zlname {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.form_txt {
    width: auto;
    height: 50px;
}

.form_txt p {
    font-size: 18px;
    color: #40403f;
    font-weight: bold;
    line-height: 50px;
}

.form_txt span {
    color: #ff0000;
    padding-right: 5px;
    line-height: 25px;
}

.zlname_input {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.form_tgkind {
    width: 900px;
    height: 50px;
    margin-top: 20px;
    display: flex;
}

.ck_article {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 50px;
    margin-top: 15px;
}

.ck_video {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 50px;
    margin-top: 15px;
}

.form_great {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.great_input {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.form_relname {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.relname_input {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.form_idcard {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.idcd_input {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.form_upload {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.correct-message {
    width: auto;
    height: 164px;
}

.pull-left {
    float: left;
}

.other-image-box {
    margin-left: 50px;
}

.left-image-box,
.right-image-box,
.tax-image-box {
    position: relative;
}

.upload-image-box {
    position: relative;
    width: 226px;
    height: 132px;
}


.upload-image {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 226px;
    height: 132px;
}

.image-inbox {
    text-align: center;
}


.add-icon-image {
    width: 226px;
    height: 132px;
    background: url('../images/up.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


#file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 5;
}

.card-text {
    text-align: center;
    margin-top: 10px;
}

.left-delete-image,
.right-delete-image {
    position: absolute;
    display: none;
    top: -12px;
    right: 0;
    font-size: 32px;
    transform: rotate(45deg);
    cursor: pointer;
}

.showimg {
    position: absolute;
    top: 0;
    width: 226px;
    height: 132px;
}

#left-img {
    display: none;
}

#right-img {
    display: none;
}

.form_num {
    width: 900px;
    height: 50px;
    margin-top: 20px;
    display: flex;
}

.num_wx {
    width: 450px;
    height: 50px;
    display: flex;
}

.num_phone {
    width: 450px;
    height: 50px;
    display: flex;
}

.wx_input {
    width: 330px;
    height: 30px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.phone_input {
    width: 330px;
    height: 30px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.form_sub {
    width: 900px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.tjrz_btn {
    width: 290px;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #00989b;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #ffffff;
}

.form_sub p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    color: #a0a0a0;
}

/* 机构媒体认证 */
.company_form {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.company_zlname {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_zlinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_tgkind {
    width: 900px;
    height: 50px;
    margin-top: 20px;
    display: flex;
}

.cp_article {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 50px;
    margin-top: 15px;
}

.cp_video {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 50px;
    margin-top: 15px;
}

.company_gzh {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_gzhinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_great {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_greatinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_name {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_nameinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_tax {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_taxinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_yyzz {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

#tax-img {
    display: none;
}

.tax-delete-image {
    position: absolute;
    display: none;
    top: -12px;
    left: 200px;
    font-size: 32px;
    transform: rotate(45deg);
    cursor: pointer;
}

.tax-image-box p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 24px;
}

.company_yyname {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_yynameinput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_yynum {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_yynuminput {
    width: 900px;
    height: 50px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.company_upload {
    width: 900px;
    height: auto;
    margin-top: 20px;
}

.company_num {
    width: 900px;
    height: 50px;
    margin-top: 20px;
    display: flex;
}

.company_num_wx {
    width: 450px;
    height: 50px;
    display: flex;
}

.company_num_phone {
    width: 450px;
    height: 50px;
    display: flex;
}

.company_wx_input {
    width: 250px;
    height: 30px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.company_phone_input {
    width: 330px;
    height: 30px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
}

.company_sub {
    width: 900px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.companytj_btn {
    width: 290px;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #00989b;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #ffffff;
}

.company_sub p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    color: #a0a0a0;
}
