* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.ml-30 {
    margin-left: 30px;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix {
    overflow: hidden;
}

/* PNotify的警告样式 */
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pNotify-message-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.pNotify-message-link:hover {
    color: inherit;
    text-decoration: none;
}

.pNotify-message-link:active {
    color: inherit;
    text-decoration: none;
}

.header {
    width: 100%;
    min-width: 1320px;
    height: 200px;
    background: url("/static/front/assets/image/header-bg.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header .top {
    width: 100%;
    min-width: 1320px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    background-color: transparent;
}

.header .bottom {
    width: 100%;
    min-width: 1320px;
    height: 208px;
    background-color: transparent;
}

.header .container {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.header .top .top-container .left {
    height: 100%;
    font-size: 0;
}

.header .top .top-container .left .nav-item {
    display: inline-block;
    /*width: 104px;*/
    height: 100%;
    margin-left: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
}

.header .top .top-container .left .nav-strong {
}

.header .top .top-container .left .nav-weak {
    opacity: 0.8;
}

.header .top .top-container .left .nav-weak .nav-line:hover {
    color: #ffffff;
}

.header .top .top-container .left .nav-item:hover {
    color: #32c0e8;
    /*color: #c81414;*/
    border-bottom: 1px solid #32c0e8;
}

.header .top .top-container .left .active {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.header .top .top-container .left .dropdown-nav {
    float: right;
}

.header .top .top-container .left .dropdown-nav .dropdown-link {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 99;
    margin-left: 20px;
}

.header .top .top-container .left .dropdown-nav .dropdown-link > li {
    display: block;
    z-index: 99;
}

.header .top .top-container .left .dropdown-nav .dropdown-link li a {
    width: 100px;
    height: 50px;
    font-size: 15px;
    color: #0a001f;
    display: block;
    z-index: 99;
    text-align: center;
}

.header .top .top-container .left .dropdown-nav .dropdown-link li a:hover {
    background-color: lightskyblue;
}

.header .top .top-container .right {
    margin-top: 10px;
    width: auto;
    height: 30px;
}

.header .top .top-container .right a {
    float: left;
    display: block;
    margin-right: 30px;
    width: auto;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.header .top .top-container .right a:last-child {
    margin-right: 0;
}

.header .top .top-container .right a:hover {
    color: #32c0e8;
}

.header .top .top-container .right .login-link {
    width: 66px;
    border-radius: 15px;
    color: #000;
    background-color: #ffffff;
}

.header .top .top-container .right .login-link:hover {
    background-color: #32c0e8;
    color: #ffffff;
}

.header .top .top-container .right .sign-out-link:hover {
    color: #c81414;
}

.header .top .top-container .right .avatar-link {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 1px solid #f4f4f4;
    border-radius: 15px;
    overflow: hidden;
}

.header .top .top-container .right .avatar-link img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 110%;
    height: auto;
}

.header .top .top-container .right .personal-link {
    position: relative;
}

.header .top .top-container .right .personal-link span[name='messageNumber'] {
    box-sizing: border-box;
    position: absolute;
    top: -20%;
    right: 50%;
    padding: 3px 8px;
    line-height: 12px;
    border-radius: 10px;
    transform: translateX(100%);
    background-color: #ff0000;
    color: #ffffff;
}

/* 原头部右边功能按钮样式 */
/*.header .top .top-container .right .avatar-login{
    !*display: inline-block;*!
    display: none;
}
.header .top .top-container .right .login-register{
    !*display: inline-block;*!
    display: none;
}
.header .top .top-container .right .avatar-login .avatar-img{
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 10px;
    !*display: none;*!
}
.header .top .top-container .right .avatar-login .avatar-center{
    !*display: none;*!
}
.header .top .top-container .right .avatar-login .avatar-out{
    !*display: none;*!
}
.header .top .top-container .right .avatar-login .avatar-out:hover{
    color: #c81414;
}
.header .top .top-container .right a {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    color: #fff;
}
.header .top .top-container .right a:hover {
    color: #32c0e8;
}
.header .top .top-container .right a .login {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 15px;
    color: #474747;
    text-align: center;
    vertical-align: middle;
}
.header .top .top-container .right a .login:hover {
    background-color: #32c0e8;
    color: #fff;
}*/

/*有用*/
/*.header .top .top-container .right .avatar-control{
    position: absolute;
    left: 1098px;
    top: 6px;
    width: 100px;
    height: 120px;
    z-index: 2;
}
.header .top .top-container .right .avatar-control .avatar-img{
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    margin-left: 32px;
}
.header .top .top-container .right .avatar-control .avatar-selected{
    width: 100px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    margin-top: -4px;
    display: none;
}
.header .top .top-container .right .avatar-control .avatar-selected .avatar-center,.avatar-out{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}
.header .top .top-container .right .avatar-control .avatar-selected .avatar-center{
    border-bottom: 1px solid #f2f2f2;
}
.header .top .top-container .right .avatar-control .avatar-selected .avatar-center:hover{
    background-color: #f79f0a;
}
.header .top .top-container .right .avatar-control .avatar-selected .avatar-out:hover{
    background-color: #c81414;
}*/

.header .bottom .bottom-container {
    overflow: hidden;
    position: relative;
}

.header .bottom .bottom-container .logo-area {
    height: 70px;
    margin-top: 45px;
    margin-left: 420px;
    font-size: 0;
}

.header .bottom .bottom-container .logo-area .logo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 70px;
}

.header .bottom .bottom-container .logo-area .info {
    display: none;
}

.header .bottom .bottom-container .search-area {
    display: none;
}

.header .bottom .bottom-container .info-img {
    width: 215px;
    height: 75px;
    position: absolute;
    bottom: 115px;
    right: 335px;
}

/* 直播样式 */
.global-video-live-model {
    display: none;
    position: fixed;
    right: -100%;
    bottom: 20px;
    z-index: -1;
}

.global-video-live-model-active {
    display: block;
    right: 20px;
    z-index: 10;
}

.global-video-live-div {
    display: none;
    -webkit-box-shadow: 0 0 20px 1px #aaa;
    -moz-box-shadow: 0 0 20px 1px #aaa;
    box-shadow: 0 0 20px 1px #aaa;
}

.global-video-live-div .global-video-live-close-div {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #eeeeee;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.global-video-live-div .global-video-live-close-div i.icon-cha:before {
    font-size: 20px;
}

.global-video-live-div .global-video-live-image {
    width: 160px;
    height: auto;
}

.global-video-live-div[type="show"] {
    width: 160px;
    height: 134px;
}

.global-video-live-div[type="hidden"] {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #4093d8;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

/* 建议 */
.fixed-html {
    position: fixed;
    top: 0;
    /*right: -340px;*/
    right: 0;
    /*width: 340px;*/
    width: 60px;
    height: 100%;
    /*background: #f7f7f7;*/
    background: rgba(0, 0, 0, 0);
    /*transform: translate(340px, 0);*/
    /*transition: transform 1s;*/
    z-index: 10;
}

.fixed-html-fixed {
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -100px;
    width: 60px;
    height: auto;
    background: #f7f7f7;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}

.fixed-html-item {
    width: 60px;
    height: 60px;
    /*cursor: pointer;*/
    border-bottom: 1px solid grey;
}

.fixed-html-item:last-child {
    height: 40px;
    border: none;
}

.fixed-html-item-icon {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 40px;
}

.fixed-html-item-icon:before {
    font-size: 30px;
    color: #8d8d8d;
}

.fixed-html-item > span {
    display: inline-block;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #8d8d8d;
}

.fixed-html-hidden {
    margin-top: -122px;
    padding: 0px 15px;
    box-sizing: border-box;
    height: auto;
    width: 300px;
    position: absolute;
    right: 100%;
    /*background: #f7f7f7;*/
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    display: none;
}

.fixed-html-hidden-triangle {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    /*display: none;*/
    position: absolute;
    right: -5px;
    margin-top: 40px;
}

.fixed-html-hidden-triangle-shape {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    width: 0px;
    height: 0px;
}

.fixed-html-hidden-head {
    height: 40px;
    line-height: 40px;
}

.fixed-html-hidden-head-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}

.fixed-html-hidden-head-back:before {
    font-size: 24px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*margin-right: 30px;*/
    cursor: pointer;
    box-sizing: border-box;
}

.fixed-html-hidden-head-title {
    display: inline-block;
    width: 95%;
    text-align: center;
    vertical-align: top;
    font-size: 24px;
    color: #8d8d8d;
}

.fixed-html-hidden-contact-service {
    margin-top: 30px;
    background-color: #ffffff;
    /*border-radius: 15px;*/
    padding: 20px 0 0 20px;
    box-shadow: 0px 0px 3px 3px rgba(160, 160, 160, 0.17);

    /*text-align: center;*/
}

.fixed-html-hidden-message-suggestion {
    margin-top: 30px;
    background-color: #ffffff;
    /*border-radius: 15px;*/
    padding: 30px 0 15px 15px;
    box-shadow: 0px 0px 3px 3px rgba(160, 160, 160, 0.17);
}

.fixed-html-hidden-contact-service-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.fixed-html-hidden-contact-service-item-icon:before {
    color: #0db5fb;
    display: inline-block;
    width: 50px;
    font-size: 25px;
    text-align: center;
}

.fixed-html-hidden-contact-service-item-title {
    display: inline-block;
    /*width: 70px;*/
    font-size: 16px;
    color: #8d8d8d;
    text-align: left;
}

.fixed-html-hidden-contact-service-item-content {
    font-size: 14px;
    color: #333;
}

.fixed-html-hidden-contact-service-qq-img {
    display: block;
    width: 100%;
    text-align: center;
    /*font-size: 60px;*/
    /*cursor: pointer;*/
    /*color: #8d8d8d;*/
    color: #0db5fb;
}

.fixed-html-hidden-contact-service-qq-img img {
    cursor: pointer;
}

.fixed-html-hidden-message-suggestion-item {
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
}

.fixed-html-hidden-message-suggestion-item > label {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 500;
    text-align: right;
}

.fixed-html-hidden-message-suggestion-item > input {
    display: inline-block;
    height: 22px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    outline: none;
    /*padding-left: 15px;*/
    /*width: 120px;*/
}

.fixed-html-hidden-message-suggestion-item input.code {
    width: 100px;
}

.fixed-html-hidden-message-suggestion-item .code-button {
    margin-left: 15px;
    width: 50px;
    height: 30px;
    background: #0db5fb;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fixed-html-hidden-message-suggestion-item .code-sending {
    background: #eeeeee;
    color: #777777;
    cursor: initial;
}

.fixed-html-hidden-message-suggestion-item > textarea {
    display: inline-block;
    width: 230px;
    min-height: 94px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    /*width: 180px;*/
    /*min-height: 200px;*/
    /*border-radius: 5px;*/
    resize: none;
    outline: none;
    /*border: 1px solid #d8d8d8;*/
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    /*margin-left: 16px;*/
}

.fixed-html-hidden-message-suggestion-item-error {
    position: absolute;
    left: 75px;
    top: 28px;
    color: #FF0000;
    font-size: 14px;
    display: none;
}

.fixed-html-hidden-message-suggestion-textarea-error {
    position: absolute;
    left: 75px;
    bottom: -20px;
    color: #FF0000;
    font-size: 14px;
    display: none;
}

.fixed-html-hidden-message-suggestion-error-border {
    border: 1px solid #FF0000 !important;
}

.fixed-html-hidden-message-suggestion-footer {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.fixed-html-hidden-message-suggestion-footer-submit {
    padding: 5px 20px;
    background-color: #0db5fb;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    color: white;
}

.fixed-html-hidden-wechat {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    background-color: #ffffff;
    /*border-radius: 15px;*/
    box-shadow: 0px 0px 3px 3px rgba(160, 160, 160, 0.17);
}

.fixed-html-hidden-wechat .fixed-html-hidden-wechat-item {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
    text-align: center;
}

.fixed-html-hidden-wechat .fixed-html-hidden-wechat-item:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.fixed-html-hidden-contact-service .fixed-html-hidden-wechat-item {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
    text-align: center;
}

.fixed-html-hidden-contact-service .fixed-html-hidden-wechat-item:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.fixed-html-hidden-contact-service .fixed-html-hidden-wechat-item[name='contact']:after {
    /*content: '工作人员微信二维码';*/
}

.fixed-html-hidden-wechat .fixed-html-hidden-wechat-item[name='service']:after {
    /*content: '服务号二维码';*/
}

.fixed-html-hidden .weChatCode {
    width: 200px;
    height: 200px;
}

/*一键代发*/
.fixed-html-item[name='helpPublish'] .fixed-html-hidden {
    width: 374px;
    height: auto;
}

.fixed-html-item[name='helpPublish'] .fixed-html-hidden .fixed-html-hidden-triangle {
    margin-top: 80px;
}

.fixed-html-item[name='helpPublish'] .fixed-html-hidden .fixed-html-hidden-triangle .fixed-html-hidden-triangle-shape {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #38a9d5;
}

.help-publish-icon {
    margin-left: 30%;
}

.fixed-html-hidden-help-publish {
    background: #38a9d5;
    border-radius: 20px;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .left-logo {
    width: 100px;
    height: 128px;
    display: inline-block;
    margin: 10px;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .left-logo img {
    height: 100%;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .right-text {
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    vertical-align: top;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .right-text .title {
    font-size: 20px;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .right-text .phone-div {
    margin-top: 20px;
    font-size: 18px;
}

.fixed-html-hidden-help-publish .fixed-html-hidden-help-publish-item .right-text .phone-div .phone {
    color: #ffde00;
}

/*快速发布*/
.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-triangle {
    margin-top: 50px;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-triangle .fixed-html-hidden-triangle-shape {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item {
    margin-top: 30px;
    padding: 37px 5px 15px 5px;
    background: #ffffff;
    box-shadow: 0px 0px 3px 3px rgba(160, 160, 160, 0.17);
    color: #8d8d8d;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item .quick-publish-item {
    margin-bottom: 10px;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item .quick-publish-item label{
    vertical-align: top;
    display: inline-block;
    width: 80px;
    text-align: right;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item .quick-publish-item .count-text{
    font-size: 12px;
    text-align: right;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish-item .quick-publish-item .name{
    margin-top: 10px;
    margin-left: 5px;
    padding: 10px;
    outline: none;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish-item .phone-div {
    display: none;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item .quick-publish-item > input {
    display: inline-block;
    height: 22px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    outline: none;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish-item .quick-publish-item .code {
    width: 100px;
}
.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish-item .quick-publish-item .code-btn{
    margin-left: 15px;
    width: 50px;
    height: 30px;
    background: #0db5fb;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.fixed-html-item[name='quickPublish'] .fixed-html-hidden .fixed-html-hidden-quick-publish .fixed-html-hidden-quick-publish-item .send-btn {
    position: relative;
    margin-left: 5px;
    width: 50px;
    height: 30px;
    background: #0db5fb;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.fixed-html-hidden-quick-publish-item-error {
    /* position: absolute;
     left: 75px;
     top: 28px;*/
    color: #FF0000;
    font-size: 14px;
    display: none;
}

.fixed-html-hidden-quick-publish-item-error-border {
    border: 1px solid #FF0000 !important;
}

/*发布需求*/


.publish-demand-model{
    position: absolute;
    top: 20%;
    left: 40%;
    display: none;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.publish-demand {
    padding: 30px 10px 64px;
    box-sizing: border-box;
}
.publish-demand .select-area {
    width: 100%;
}
.publish-demand .select-area .select-row {
    width: 100%;
    font-size: 0;
    margin-top: 15px;
}
.publish-demand .select-area .select-row:first-child {
    margin-top: 0;
}
/** label 开始 **/
.publish-demand .row-label {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.publish-demand .row-label i:before {
    color: red;
    font-size: 10px;
    margin-left: 8px;
    vertical-align: middle;
    width: 11px;
    display: inline-block;
}
.publish-demand .row-label .label-title {
    width: 70px;
    text-align: right;
    float: right;
    font-size: 14px;
    color: #323232;
}
/** label 结束 **/
.publish-demand .select-area .select-row .option-area {
    width: 740px;
    height: auto;
    font-size: 0;
    overflow: hidden;
}
.publish-demand .select-area .select-row .option-area-hidden {
    height: 30px;
}
.publish-demand .select-area .select-row .option-area .option {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.publish-demand .select-area .select-row .option-area .option:nth-of-type(n + 9) {
    margin-top: 10px;
}
.publish-demand .select-area .select-row .option-area .option:hover {
    background-color: #0db5fb;
    color: #fff;
}
.publish-demand .select-area .select-row .option-area .option-active {
    background-color: #0db5fb;
    color: #fff;
}
.publish-demand .select-area .select-row .open-more {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #0db5fb;
    cursor: pointer;
}

.publish-demand .input-row {
    width: 100%;
    margin-top: 15px;
    font-size: 0;
}
.publish-demand .demand-name-area {
    height: 50px;
    font-size: 0;
}
.publish-demand .demand-name-area .demand-name {
    width: 805px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.publish-demand .demand-desc-area {
    height: 305px;
    font-size: 0;
}
.publish-demand .demand-desc-area .prompt-desc-area {
    width: 805px;
}
.publish-demand .demand-desc-area .prompt-desc-area .prompt {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #acacac;
}
.publish-demand .demand-desc-area .prompt-desc-area .demand-desc {
    width: 805px;
    height: 240px;
    line-height: 25px;
    resize:none;
    padding: 10px 20px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.publish-demand .demand-attachment-area {
    position: relative;
    font-size: 0;
}
.publish-demand .demand-attachment-area .demand-attachment-progress{
    position: absolute;
    left: 190px;
    top: 7px;
    font-size: 12px;
}
.publish-demand .demand-attachment-area .demand-attachment-list {
    width: 805px;
}
.publish-demand .demand-attachment-area .demand-attachment-list .upload-file-area {
    height: 30px;
    line-height: 30px;
    position: relative;
}
.publish-demand .demand-attachment-area .demand-attachment-list .upload-file-area .upload-file {
    display: block;
    width: 80px;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    background-color: #0db5fb;
    color: #fff;
}
.publish-demand .demand-attachment-area .demand-attachment-list .upload-file-area .input-file {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content {
    font-size: 14px;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content .file-title {
    font-size: 14px;
    color: #0088c0;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content .see-file {
    font-size: 14px;
    color: #0099ff;
    cursor: pointer;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content .see-file i:before {
    font-weight: 600;
    color: #0099ff;
    margin-right: 5px;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content .delete-file {
    margin-left: 25px;
    font-size: 14px;
    color: #0099ff;
    cursor: pointer;
}
.publish-demand .demand-attachment-area .demand-attachment-list .file-table-content .delete-file i:before {
    color: #0099ff;
    margin-right: 5px;
}
.publish-demand .demand-address-area {
    height: 30px;
}
.publish-demand .demand-address-area .address-select-area .address-select {
    width: 132px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 20px;
    text-align: center;
    text-align-last: center;
}
.publish-demand .demand-money-area {
    height: 50px;
}
.publish-demand .demand-money-area .demand-money {
    height: 30px;
}
.publish-demand .demand-money-area .demand-money .input-money {
    width: 132px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.publish-demand .demand-money-area .demand-money .mark-less {
    font-size: 14px;
    color: #333333;
    margin: 0 4px;
}
.publish-demand .demand-money-area .demand-money .unit {
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
}
.publish-demand .demand-money-area .demand-money .zero {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #ccc;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-left: 32px;
    border-radius: 4px;
    cursor: pointer;
}
.publish-demand .demand-money-area .demand-money .blue {
    background-color: #0db5fb;
}
.publish-demand .demand-validity-area {
    height: 30px;
    font-size: 0;
}
/*.publish-demand .demand-validity-area .row-label .label-title {*/
/*width: 90px;*/
/*}*/
.publish-demand .demand-validity-area .input-validity-area {
    min-width: 132px;
    height: 30px;
    position: relative;
    border-radius: 4px;
}
.publish-demand .demand-validity-area .input-validity-area .input-validity-area-span{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.publish-demand .demand-validity-area .input-validity-area .input-validity-area-input{
    position: relative;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #dcdcdc;
    width: 100px;
    margin-left: 20px;
}
.publish-demand .demand-validity-area .input-validity-area .demand-validity {
    width: 132px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    border-radius: 4px;
}
.publish-demand .demand-validity-area .input-validity-area .select-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}
.publish-demand .demand-validity-area .input-validity-area .default-selection{
    background-color: #0db5fb;
    border-radius: 5px;
    color: white;
}
.publish-demand .demand-validity-area .input-validity-area .select-button i {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.7,1.1);
    -moz-transform: scale(0.7,1.1);
    -o-transform: scale(0.7,1.1);
    transform: scale(0.7,1.1);
}
.publish-demand .demand-validity-area .input-validity-area .select-button i:before {
    margin-left: 4px;
}
.publish-demand .phone-validate-area{
    margin-top:20px;
    display: none;
}
.publish-demand .phone-validate-area .phone-number{
    width: 180px;
    height: 30px;
    padding-left: 10px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.publish-demand .phone-validate-area .captcha{
    width: 100px;
    height: 30px;
    padding-left: 10px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
}
.publish-demand .phone-validate-area .captcha-btn{
    width: 100px;
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
    background: #ffffff;
}
.publish-demand .submit-area {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    text-align: center;
}
.publish-demand .submit-area .submit {
    display: inline-block;
    width: 127px;
    height: 40px;
    line-height: 40px;
    background-color: #0db5fb;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.publish-demand .error-border {
    border: solid 1px red !important;
}
.publish-demand .error-info {
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-left: 100px;
    box-sizing: border-box;
}
.publish-demand .error-info .error-info-content {
    display: none;
    font-size: 12px;
    color: red;
}
/*右侧栏优化*/
.fixed-html-item[name='suggest'] .fixed-html-hidden {
    z-index: 5;
}
.fixed-html-item[name='quickPublish'] .fixed-html-hidden {
    z-index: 9;
}
.close-suggestion {
    display: block;
    position: absolute;
    right: 30px;
    top: 35px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #8d8d8d;
}