textarea {
    resize: none;
}

#dz_form {
    height: 100%;
}

/* placeholder样式 */
#dz_form input::-webkit-input-placeholder {
    color: #a9a9a9;
}

#dz_form textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

#dz_form input::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #a9a9a9;
}

#dz_form textarea::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #a9a9a9;
}

#dz_form input:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #a9a9a9;
}

#dz_form textarea:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #a9a9a9;
}

#dz_form input:-ms-input-placeholder {
    /* internet explorer 10-11 */
    color: #a9a9a9;
}

#dz_form textarea:-ms-input-placeholder {
    /* internet explorer 10-11 */
    color: #a9a9a9;
}

/* 必填颜色变化 */
#dz_form .must {
    color: red;
}

#dz_form>.bottom {
    width: 100%;
    /* height: 100%; */
    padding: 50px;
    background: #f6f6f6 !important;
    display: flex;
}
#dz_form label{
    font-weight:normal;
    cursor:pointer;
}
/* 左侧tab头部 */
#dz_form .dz_formleft {
    height: 100%;
    margin-right: 40px;
}

#dz_form .dz_formleft>div {
    width: 200px;
    padding: 12px 10px 12px 0;
    margin-bottom: 20px;
    background: #fff;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

#dz_form .dz_formleft>.active {
    color: #fff;
    background: #0088cc;
}

#dz_form .dz_formleft>div img {
    width: 8px;
    margin-left: 20px;
}

/* 右侧表单 */
#dz_form .dz_formright {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

#dz_form .dz_formright>div {
    display: none;
}

#dz_form .dz_formright>div {
    padding: 30px 20px;
}

/* 我是顾客 */
#dz_form .dz_formright>.dz_customer {
    font-size: 14px;
}

#dz_form .dz_formright>.dz_customer h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #005fa4;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #005fa4;
}

/* 公司名称,主营业务 */
#dz_form .dz_formright>.dz_customer .company {
    margin-bottom: 24px;
    display: flex;
}

#dz_form .dz_formright>.dz_customer .company>div {
    width: 50%;
}

#dz_form .dz_formright>.dz_customer .company>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_customer .company>div input {
    width: 90%;
    border: none;
    padding: 15px;
}

/* 联系方式 */
#dz_form .dz_formright>.dz_customer .callway {
    margin-bottom: 28px;
}

#dz_form .dz_formright>.dz_customer .callway>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_customer .callway input {
    width: 45%;
    border: none;
    padding: 15px;
    margin: 0 1.5% 8px 0;
}

/* 复选框,应用类型 */
#dz_form .dz_formright>.dz_customer .checkbox {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_customer .checkbox .checkboxsingle {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_customer .checkbox .checkboxsingle>p {
    font-size: 16px;
    margin-bottom: 16px;
}

#dz_form .dz_formright>.dz_customer .checkbox .checkboxsingle label {
    width: 120px;
    padding-left: 0px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}

#dz_form .dz_formright>.dz_customer .checkbox .checkboxsingle label input {
    margin-right: 10px;
}

/* 底部输入框 */
#dz_form .dz_formright>.dz_customer .bottom .botttomtop {
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_customer .bottom .botttomtop>p {
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_customer .bottom .botttomtop>input {
    width: 95%;
    border: none;
    padding: 15px;
}

/* 底部中间的输入框 */
#dz_form .dz_formright>.dz_customer .bottom .bottomcenter {
    display: flex;
    flex-wrap: wrap;
}

#dz_form .dz_formright>.dz_customer .bottom .bottomcenter .bottomsingle {
    width: 45%;
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_customer .bottom .bottomcenter .bottomsingle p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_customer .bottom .bottomcenter .bottomsingle:nth-child(odd) {
    margin-right: 5%;
}

#dz_form .dz_formright>.dz_customer .bottom .bottomcenter .bottomsingle>input {
    width: 100%;
    border: none;
    padding: 15px;
}

/* 下方底部,其他需求描述,隐私权政策 */
#dz_form .dz_formright>.dz_customer .bottom .bottombottom {
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_customer .bottom .bottombottom p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_customer .bottom .bottombottom textarea {
    width: 95%;
    height: 110px;
    padding: 15px;
    margin-bottom: 25px;
    border: none;
}

#dz_form .dz_formright>.dz_customer .bottom .bottombottom a {
    color: #8ec3e8
}

#dz_form .dz_formright>.dz_customer .bottom .bottombottom label {
    color: #999999;
    font-weight: normal;
}

#dz_form .dz_formright>.dz_customer .bottom .bottombottom label input {
    margin-right: 10px;
}

#dz_form .dz_formright>.dz_customer button {
    width: 85px;
    height: 42px;
    color: #ffffff;
    background: #015fa4;
    border: none;
    display: block;
    margin: auto;
}











/* 我是媒体 */
#dz_form .dz_formright>.dz_media {
    font-size: 14px;
}

#dz_form .dz_formright>.dz_media h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #005fa4;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #005fa4;
}

/* 我是媒体__公司名称,类型,主营业务 */
#dz_form .dz_formright>.dz_media .company {
    display: flex;
    flex-wrap: wrap;
}

#dz_form .dz_formright>.dz_media .company>div {
    width: 50%;
    margin-bottom: 20px;
}

#dz_form .dz_formright>.dz_media .company>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_media .company>div input[type=text] {
    width: 90%;
    border: none;
    padding: 15px;
}

#dz_form .dz_formright>.dz_media .company>div label {
    color: #999999;
    display: inline-block;
    min-width: 140px;
}

#dz_form .dz_formright>.dz_media .company>div input[type=checkbox] {
    margin-right: 12px;
}

/* 我是媒体__联系方式 */
#dz_form .dz_formright>.dz_media .callway {
    margin-bottom: 28px;
}

#dz_form .dz_formright>.dz_media .callway>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_media .callway input {
    width: 45%;
    border: none;
    padding: 15px;
    margin: 0 1.5% 8px 0;
}

/* 复选框,应用类型 */
#dz_form .dz_formright>.dz_media .checkbox {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_media .checkbox .checkboxsingle {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_media .checkbox .checkboxsingle>p {
    font-size: 16px;
    margin-bottom: 16px;
}

#dz_form .dz_formright>.dz_media .checkbox .checkboxsingle label {
    width: 120px;
    padding-left: 0px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}

#dz_form .dz_formright>.dz_media .checkbox .checkboxsingle label input {
    margin-right: 10px;
}

/* 下方底部,其他需求描述,隐私权政策 */
#dz_form .dz_formright>.dz_media .bottom .bottombottom {
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_media .bottom .bottombottom p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_media .bottom .bottombottom textarea {
    width: 95%;
    height: 110px;
    padding: 15px;
    margin-bottom: 25px;
    border: none;
}

#dz_form .dz_formright>.dz_media .bottom .bottombottom a {
    color: #8ec3e8
}

#dz_form .dz_formright>.dz_media .bottom .bottombottom label {
    color: #999999;
    font-weight: normal;
}

#dz_form .dz_formright>.dz_media .bottom .bottombottom label input {
    margin-right: 10px;
}

#dz_form .dz_formright>.dz_media button {
    width: 85px;
    height: 42px;
    color: #ffffff;
    background: #015fa4;
    border: none;
    display: block;
    margin: auto;
}











/* 我是活动主办方 */
#dz_form .dz_formright>.dz_sponsor {
    font-size: 14px;
}

#dz_form .dz_formright>.dz_sponsor h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #005fa4;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #005fa4;
}

/* 公司名称,主营业务 */
#dz_form .dz_formright>.dz_sponsor .company {
    margin-bottom: 24px;
    display: flex;
}

#dz_form .dz_formright>.dz_sponsor .company>div {
    width: 50%;
}

#dz_form .dz_formright>.dz_sponsor .company>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_sponsor .company>div input {
    width: 90%;
    border: none;
    padding: 15px;
}

/* 举办地点，举办时间 */
#dz_form .dz_formright>.dz_sponsor .activity {
    margin-bottom: 24px;
    display: flex;
}

#dz_form .dz_formright>.dz_sponsor .activity>div {
    width: 50%;
}

#dz_form .dz_formright>.dz_sponsor .activity>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_sponsor .activity>div input {
    width: 90%;
    border: none;
    padding: 15px;
}

/* #dz_form .dz_formright>.dz_sponsor .activity>.activitytime input{
    width:100%;
    margin-right:2%;
} */
/* 时间选择器 */
#dz_form .dz_formright>.dz_sponsor .activity>.activitytime .choosetime .pc .input-group {
    width: 45%;
    margin-right: 1%;
}

#dz_form .dz_formright>.dz_sponsor .activity>.activitytime .choosetime .pc .input-group-addon {
    background: #fff;
}

#dz_form .dz_formright>.dz_sponsor .activity>.activitytime .choosetime .pc {
    display: flex;
    align-items: center;
}

#dz_form .dz_formright>.dz_sponsor .activity>.activitytime .choosetime .pc input {
    width: 100%;
    height: 52px;
}

/* 联系方式 */
#dz_form .dz_formright>.dz_sponsor .callway {
    margin-bottom: 28px;
}

#dz_form .dz_formright>.dz_sponsor .callway>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_sponsor .callway input {
    width: 45%;
    border: none;
    padding: 15px;
    margin: 0 1.5% 8px 0;
}

/* 主题内容 */
#dz_form .dz_formright>.dz_sponsor .main textarea {
    width: 95%;
    height: 110px;
    padding: 15px;
    margin-bottom: 25px;
    border: none;
}

/* 复选框,应用类型 */
#dz_form .dz_formright>.dz_sponsor .checkbox {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_sponsor .checkbox .checkboxsingle {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_sponsor .checkbox .checkboxsingle>p {
    font-size: 16px;
    margin-bottom: 16px;
}

#dz_form .dz_formright>.dz_sponsor .checkbox .checkboxsingle label {
    width: 120px;
    padding-left: 0px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}

#dz_form .dz_formright>.dz_sponsor .checkbox .checkboxsingle label input {
    margin-right: 10px;
}

/* 下方底部,其他需求描述,隐私权政策 */
#dz_form .dz_formright>.dz_sponsor .bottom .bottombottom {
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_sponsor .bottom .bottombottom p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_sponsor .bottom .bottombottom a {
    color: #8ec3e8
}

#dz_form .dz_formright>.dz_sponsor .bottom .bottombottom label {
    color: #999999;
    font-weight: normal;
}

#dz_form .dz_formright>.dz_sponsor .bottom .bottombottom label input {
    margin-right: 10px;
}

#dz_form .dz_formright>.dz_sponsor button {
    width: 85px;
    height: 42px;
    color: #ffffff;
    background: #015fa4;
    border: none;
    display: block;
    margin: auto;
}











/* 我是供应商 */
#dz_form .dz_formright>.dz_supplier {
    font-size: 14px;
}

#dz_form .dz_formright>.dz_supplier h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #005fa4;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #005fa4;
}

/* 我是媒体__公司名称,类型,主营业务 */
#dz_form .dz_formright>.dz_supplier .company {
    display: flex;
    flex-wrap: wrap;
}

#dz_form .dz_formright>.dz_supplier .company>div {
    width: 50%;
    margin-bottom: 20px;
}

#dz_form .dz_formright>.dz_supplier .company>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_supplier .company>div input[type=text] {
    width: 90%;
    border: none;
    padding: 15px;
}

#dz_form .dz_formright>.dz_supplier .company>div label {
    color: #999999;
    display: inline-block;
    min-width: 140px;
}

#dz_form .dz_formright>.dz_supplier .company>div input[type=radio] {
    margin-right: 12px;
}

/* 我是媒体__联系方式 */
#dz_form .dz_formright>.dz_supplier .callway {
    margin-bottom: 28px;
}

#dz_form .dz_formright>.dz_supplier .callway>p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_supplier .callway input {
    width: 45%;
    border: none;
    padding: 15px;
    margin: 0 1.5% 8px 0;
}

/* 复选框,应用类型 */
#dz_form .dz_formright>.dz_supplier .checkbox {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_supplier .checkbox .checkboxsingle {
    margin-bottom: 30px;
}

#dz_form .dz_formright>.dz_supplier .checkbox .checkboxsingle>p {
    font-size: 16px;
    margin-bottom: 16px;
}

#dz_form .dz_formright>.dz_supplier .checkbox .checkboxsingle label {
    width: 120px;
    padding-left: 0px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}

#dz_form .dz_formright>.dz_supplier .checkbox .checkboxsingle label input {
    margin-right: 10px;
}

/* 下方底部,其他需求描述,隐私权政策 */
#dz_form .dz_formright>.dz_supplier .bottom .bottombottom {
    margin-bottom: 25px;
}

#dz_form .dz_formright>.dz_supplier .bottom .bottombottom p {
    font-size: 16px;
    margin-bottom: 10px;
}

#dz_form .dz_formright>.dz_supplier .bottom .bottombottom textarea {
    width: 95%;
    height: 110px;
    padding: 15px;
    margin-bottom: 25px;
    border: none;
}

#dz_form .dz_formright>.dz_supplier .bottom .bottombottom a {
    color: #8ec3e8
}

#dz_form .dz_formright>.dz_supplier .bottom .bottombottom label {
    color: #999999;
    font-weight: normal;
}

#dz_form .dz_formright>.dz_supplier .bottom .bottombottom label input {
    margin-right: 10px;
}


#dz_form .dz_formright>.dz_supplier button {
    width: 85px;
    height: 42px;
    color: #ffffff;
    background: #015fa4;
    border: none;
    display: block;
    margin: auto;
}






/* 提示 */
.masking {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.msg {
    width: 200px;
    height: 100px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}