﻿body {
    background: #fff;
}

::-webkit-scrollbar {
    display: none;
}

.postmain {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.postmain .process {
    color: #4B4B4B;
    font-size: 14px;
    padding: 20px 0px;
    display: inline-block;
    background: #fff;
}

.postmain .process li {
    background-image: url(../images/process_new.png);
    background-position: 0 -521px;
    background-repeat: repeat-x;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 396px;
    color: #aaa;
    font-weight: bolder;
}

.postmain .process .l-bg {
    float: left;
    height: 40px;
    width: 13px;
    background-image: url(../images/process_new.png);
    background-repeat: no-repeat;
    background-position: 0 -390px;
}

.postmain .process .r-bg {
    float: right;
    height: 40px;
    width: 13px;
    background-image: url(../images/process_new.png);
    background-repeat: no-repeat;
    background-position: 0 -454px;
}

.postmain .process .active {
    background-position: 0 -58px;
    background-repeat: repeat-x;
    color: #fff;
}

.postmain .process .twostep {
    width: 398px;
}

.postmain .process .active .l-bg {
    background-position: 0 -120px;
}

.postmain .process .active .r-bg {
    background-position: 0 0;
}

.postmain .process .xh {
    font-family: \5b8b\4f53;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
}

.postmain .category {
    margin-top: 10px;
    padding: 10px 0;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.postmain .category li {
    float: left;
    width: 148px;
    padding-left: 20px;
    line-height: 30px;
}

.listContent .title {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.listContent {
    display: none;
}

.liactive {
    background: url(../images/pub.png) no-repeat 0 4px;
}

.postmain .post_form {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    display: none;
}

.re_color {
    color: #e3393a;
}

.post_form .warning {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.postmain .post_form dl {
    line-height: 39px;
    clear: both;
    margin: 20px 0;
}

.postmain .post_form dt, .postmain .post_form dd {
    float: left;
}

.postmain .post_form dt {
    letter-spacing: 1px;
}

.postmain .post_form dd {
    margin-left: 20px;
    position: relative;
}

.postmain .post_form dd .piclist img {
    width: 60px;
    height: 60px;
}

.postmain .post_form dd .piclist p {
    height: 20px;
    line-height: 20px;
}

.postmain .post_form dt {
    width: 110px;
    text-align: right;
}

.postmain .post_form .red {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bolder;
    text-indent: 20px;
    color: #f00;
}

.none {
    display: none;
}

.inputnew {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post_form select {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
}

.content {
    width: 750px;
    height: 150px;
    font-size: 14px;
    resize: none;
}

.uploadifive-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /* padding: 2px 3px; */
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    /*background-color: #f0ad4e;*/
    /*border-color: #eea236;*/
    background-color: #f44336;
    border-color: #f44336;
}

.post_form p a:visited {
    color: #800080;
}

.post_form p a {
    color: #24d;
    text-decoration: none;
}

.btn_primary {
    display: inline-block;
    width: 90px;
    height: 36px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 2px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    /*background-color: #428bca;*/
    /*border-color: #357ebd;*/
    background-color: #f44336;
    border-color: #f44336;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
}

.post_form .btn_reset {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 36px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.postmain a:hover {
    color: #90c31f;
    text-decoration: underline;
}

.postmain .listContent_fufei {
    background: #fffeed;
    padding: 10px 20px;
    margin-top: 5px;
}

.postmain .listContent_fufei .title {
    padding: 5px 0 10px 0;
    background: #ffffec;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    margin-bottom: 3px;
    font-weight: bolder;
}

.postmain .listContent_fufei .title .red {
    color: #f00;
    margin-top: 26px;
    font-size: 14px;
    font-weight: bolder;
    text-indent: 20px;
}

.postmain .listContent_fufei .category_fufei li {
    width: 20%;
    height: 32px;
    line-height: 32px;
    float: left;
}

.postmain .listContent_fufei .category_fufei a {
    font-size: 14px;
    color: rgb(228, 57, 60);
    font-family: Verdana, Arial, 宋体, SimSun, serif, sans-serif;
    text-decoration: none;
}

.postmain .listContent_fufei .category_fufei a:hover {
    color: #ff552e;
}


select.addtels {
    float: left;
    height: 40px;
    width: 87px !important;
    color: black;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    padding-left: 10px;
}


#spanAddress {
    float: left;
    height: 38px;
    display: block;
    background: #fff;
    line-height: 38px;
    text-align: center;
    width: auto !important;
    color: #999;
    min-width: 40px;
    position: absolute;
    left: 87px;
    top: 1px;
}

#spanAddress:before {
    content: '+';
}

.inputnew.login-phone {
    float: left;
    width: calc(100% - 148px) !important;
    margin-left: -1px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding-left: 50px;
}

.date {
    overflow: hidden;
}

.date span {
    float: left;
    font-size: 24px;
    margin: 0 10px;
}

.date input {
    float: left;
    width: calc(50% - 156px);
}

.speak {
    width: 600px;
    height: 150px;
    padding: 10px;
    resize: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    display: block;
    font-family: "Microsoft YaHei", 微软雅黑, arial, Tahoma, SimSun, sans-serif;
}

.code-btn {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 10px;
    background: #cd161c;
    color: #ffffff;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.code-input {
    width: 295px;
}
.confine {
    background: #999!important;
}
