@charset "UTF-8";
/* base.css */
body {
    font-size: 14px;
    min-width: 1220px;
}

body {
    padding: 0;
    margin: 0;
    font: normal;
    color: #333;
    text-align: center;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font: normal;
}

h1, h2, h3 {
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体", SimSun, sansserif;
}

div {
    text-align: left;
    font: normal;
}

li, p {
    text-align: left;
    font: normal;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: black;
}

/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    clear: both;
    zoom: 1;
}

#formWrap {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

@media screen and (max-width: 950px) {
    #formWrap {
        width: 1193px;
    }
}
/* rows */
.rows_wrap {
    position: relative;
    z-index: 1;
}

.rows_wrap:after {
    clear: both;
    display: block;
}

.rows_wrap .rows_title {
    text-align: right;
    line-height: 34px;
    margin: 0;
    font-weight: 400;
}

.rows_wrap .rows_title span {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    text-align: left;
}

.rows_wrap .rows_title .rows_title_star {
    display: inline;
    color: #FD634F;
    margin-right: 5px;
}

.rows_wrap .rows_content {
    padding-bottom: 36px;
    position: relative;
    margin: 0;
}

.rows_wrap .rows_content:after {
    content: "";
    clear: both;
    display: block;
}

.rows_wrap .rows_content1 {
    position: relative;
}

.middleRow .rows_title {
    padding-left: 5px;
}

.middleRow .rows_content {
    margin-left: 5px;
}

.lastRow .rows_title {
    padding-left: 8px;
}

.lastRow .rows_content {
    margin-left: 8px;
}

.block_wrap .rows_before {
    display: inline-block;
    *width: 50%;
  /*ie7设置inline-block无效*/
    *float: left;
}

.rows_before .rows_content {
    width: 220px;
    float: left;
    margin-left: 160px;
}

.block_wrap .rows_after {
    display: inline-block;
}

.rows_after .rows_content {
    width: 270px;
    float: left;
    margin-left: 160px;
}

/* validate */
.rows_wrap .rows_content .tip {
    position: absolute;
    line-height: 24px;
    height: 0;
    overflow: hidden;
    transition: height 1s;
    -moz-transition: height 1s;
  /* Firefox 4 */
    -webkit-transition: height 1s;
  /* Safari 和 Chrome */
    -o-transition: height 1s;
  /* Opera */
    font-size: 12px;
}

.rows_wrap .rows_content .validate_error {
    bottom: 6px;
    left: 0;
    height: 24px;
    color: #fd634f;
}

.rows_wrap .rows_content .validate_error i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: 2px 211px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.rows_wrap .rows_content .validate_warning {
    bottom: 6px;
    left: 0;
    height: 24px;
    color: #0E8ED8;
}

.rows_wrap .rows_content .validate_warning i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: -34px 211px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.rows_wrap .rows_content .validate_success {
    bottom: 40px;
    left: 0;
    height: 24px;
    color: #fd634f;
}

.rows_wrap .rows_content .validate_success i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: 1px 8px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.rows_wrap .rows_content .validate_loading {
    bottom: 7px;
    left: 0;
    height: 24px;
    color: #fd634f;
}

.rows_wrap .rows_content .validate_loading i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: -34px 211px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

/* block */
div.block_wrap {
    position: relative;
    width: 615px;
    margin: 0;
    margin-top: 10px;
}

div.block_wrap .toggle_show .icon {
    background-position: -137px 221px;
}

div.block_wrap .toggle_hide .icon {
    background-position: -101px 221px;
}

.block_title {
    height: 18px;
    padding-bottom: 32px;
    position: relative;
    left: -23px;
}

.block_title h2 {
    position: absolute;
    left: 22px;
    top: 0;
    width: 138px;
    line-height: 18px;
    color: #000;
    font-size: 18px;
    font-family: "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-weight: bolder;
}

.block_title img {
    width: 16px;
    height: 16px;
    position: relative;
    left: -4px;
    top: 1px;
}

.block_title .icon0 {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -3px -4px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 4px;
}

.block_title .icon1 {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -22px -5px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 4px;
}

.block_title .icon2 {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -44px -4px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 4px;
}

.block_title .icon3 {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -64px -4px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 4px;
}

.block_title .icon4 {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -84px -4px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 4px;
}

.block_toggle_btn {
    cursor: pointer;
    float: left;
    margin-left: 159px;
    _margin-left: 79px;
    height: 44px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    overflow: hidden;
    *zoom: 1;
    position: relative;
    border-radius: 3px;
}

.block_toggle_btn .icon {
    width: 34px;
    float: left;
    display: block;
    height: 44px;
    border-right: 1px solid #f1f1f1;
    margin-top: 0px;
}

.block_toggle_btn .toggle_text {
    float: left;
    width: 145px;
    height: 44px;
    margin-left: 10px;
    padding-right: 10px;
}

.block_toggle_btn .toggle_text span {
    margin-top: 8px;
    color: #0E8ED8;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    display: block;
    *width: 145px;
}

.block_toggle_btn .toggle_text p {
    margin-top: 4px;
    display: block;
    color: #a6a6a6;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}

.block_toggle_btn_mouseover {
    background: #fafafa;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

@media screen and (max-width: 950px) {
    div.block_wrap {
        padding-left: 29px;
    }
}
/* 文本输入框样式*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: black;
}

.input_text_wrap {
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    height: 36px;
}

.input_text_wrap input {
    width: 525px;
    height: 36px;
    line-height: 36px;
    border: 0;
    text-align: left;
    *margin-top: -1px;
    text-indent: 14px;
    font-size: 14px;
}

.input_text_wrap input:focus, .input_text_wrap input :focus {
    outline: none;
    border: 0;
}

.input_text_wrap.clearfix span, .input_text_wrap.clearfix input {
    *margin-top: 0;
    float: left;
    line-height: 36px;
    text-align: center;
    _text-align: left;
  /*IE6兼容*/
}

.input_text_wrap.clearfix span {
    color: #999;
    margin-right: 14px;
}

.input_text_wrap:hover, .input_text_wrap.hover {
    border: 1px solid #a6a6a6;
}

.input_text_wrap:focus, .input_text_wrap:active, .input_text_wrap.focus {
    border: 1px solid #0E8ED8;
}

.input_text_wrap:focus span, .input_text_wrap:active span, .input_text_wrap.focus span {
    color: #000;
}

.input_text_wrap.error {
    border: 1px solid #fd634f;
}

.input_text_wrap input::-webkit-input-placeholder, .input_text_wrap textarea::-webkit-input-placeholder {
  /* WebKit browsers */
    font-size: 14px;
    color: #999;
}

.input_text_wrap input::-moz-placeholder, .input_text_wrap textarea:-moz-placeholder {
  /* Mozilla Firefox 19+ */
    opacity: 1;
    font-size: 14px;
    color: #999;
}

.input_text_wrap input:-ms-input-placeholder, .input_text_wrap textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
    font-size: 14px;
    color: #999;
}

/*自定义的样式*/
.specialType .radio_wrap .radio {
    text-align: center;
    width: 109px;
    height: 34px;
    border: 1px solid #d0d0d0;
    margin-right: -1px;
    position: relative;
    z-index: 21;
}

.specialType .radio_wrap .radio i {
    background-position: 0 0;
}

.specialType .radio_wrap .radio label {
    margin-left: 0;
}

.specialType .radio_wrap .hover {
    z-index: 22;
}

.specialType .radio_wrap .focus {
    z-index: 23;
    border: 1px solid #ed6d06;
}

.specialType .radio_wrap [data-value="0"] i {
    background-position: -113px -268px;
}

.rows_content .clearfix input {
    text-align: left;
    text-indent: 14px;
    font-size: 14px;
    margin-left: 1px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
    color: #999;
}

.input_text_wrap.disabled {
    margin: 0px;
    padding: 0px;
}

.input_text_wrap.disabled input {
    background-color: rgba(204, 198, 198, 0.19);
}

.input_text_wrap[name=rundistance] {
    width: 195px;
    height: 34px;
}

.radio_wrap {
    float: left;
}

.radio_wrap .radio {
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    float: left;
    line-height: 34px;
    outline: none;
    margin-right: 15px;
  /*
  	扩展样式，不显示为radio的样式
   */
}

.radio_wrap .radio i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -66px 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 0;
}

.radio_wrap .radio .custom1 {
    background-position: -1px -118px;
}

.radio_wrap .radio .custom2 {
    background-position: -36px -118px;
}

.radio_wrap .radio .custom3 {
    background-position: -71px -118px;
}

.radio_wrap .radio label {
    margin-left: 20px;
    *float: left;
    font-size: 14px;
}

.radio_wrap .hover {
    border: 0;
}

.radio_wrap .hover i {
    background-position: -66px -30px;
}

.radio_wrap .hover .custom1 {
    background-position: -1px -148px;
}

.radio_wrap .hover .custom2 {
    background-position: -36px -148px;
}

.radio_wrap .hover .custom3 {
    background-position: -71px -148px;
}

.radio_wrap .focus {
    border: 0;
}

.radio_wrap .focus i {
    background-position: -66px -57px;
}

.radio_wrap .focus .custom1 {
    background-position: -1px -148px;
}

.radio_wrap .focus .custom2 {
    background-position: -36px -148px;
}

.radio_wrap .focus .custom3 {
    background-position: -71px -148px;
}

.radio_wrap .disabled {
    cursor: not-allowed;
}

.radio_wrap .disabled i {
    background-position: -66px -83px;
}

.radio_disabled {
    cursor: not-allowed;
}

.radio_disabled .radio i {
    background-position: -66px -83px;
}

.radio_disabled .focus i {
    background-position: -4px -31px;
}

.custom .radio {
    width: 108px;
    height: 43px;
    border: 1px solid #d0d0d0;
    text-align: center;
    margin-right: -1px;
    z-index: 101;
}

.custom .radio i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 10px;
    top: -2px;
    left: 0;
    *float: left;
    *margin-top: 15px;
    *margin-left: 10px;
}

.custom .radio label {
    margin-left: 0;
    font-size: 14px;
    line-height: 45px;
}

.custom .hover {
    border: 1px solid #ed6d06;
    z-index: 102;
}

.custom .focus {
    border: 1px solid #ed6d06;
    z-index: 103;
}

.checkbox_wrap {
    float: left;
}

.checkbox_wrap .checkbox {
    width: 123px;
    position: relative;
    float: left;
    line-height: 34px;
    outline: none;
    white-space: nowrap;
}

.checkbox_wrap .checkbox i {
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    top: 3px;
    box-sizing: border-box;
}

.checkbox_wrap .checkbox.hover {
    border: 0;
}

.checkbox_wrap .checkbox.hover i {
    top: 3px;
}

.checkbox_wrap .checkbox.focus i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    border: none;
    position: relative;
    top: 3px;
}

.checkbox_wrap .checkbox label {
    margin-left: 8px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
  /*ie下bug 文字被选择框遮挡*/
}

.checkbox_wrap .select_all, .checkbox_wrap .hide_some {
    float: left;
    padding: 5px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.checkbox_wrap .select_all span, .checkbox_wrap .hide_some span {
    display: block;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 0 5px;
    cursor: pointer;
}

.checkbox_wrap .view_poptip {
    position: relative;
    background-position: -2px -231px;
    width: 12px;
    height: 12px;
    float: left;
    margin: 10px 5px;
}

.checkbox_wrap .view_poptip .poptip_wrap {
    top: -30px;
    left: 22px;
    width: 370px;
    font-size: 12px;
    z-index: 2;
    background-color: #ffffff;
}

.checkbox_wrap .view_poptip .poptip_wrap .arrow_outer {
    top: 28px;
}

.checkbox_disabled {
    cursor: not-allowed;
}

.checkbox_disabled .checkbox i {
    background-position: -32px -83px;
}

.checkbox_disabled .checkbox.focus i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    border: none;
    position: relative;
    top: 3px;
}

.edui-editor {
    margin: 0;
}

.checkbox_wrap[name=guohufeiyongbak] {
    margin-left: 14px;
}

.checkbox_wrap[name=guohufeiyongbak] .checkbox {
    width: 110px;
}

.checkbox_wrap[name=guohufeiyongbak] .checkbox label {
    font-size: 12px;
}

.editor {
    width: 540px;
    margin: 0;
    position: relative;
}

.editor > div {
    margin: 0;
}

#miaoshu {
    line-height: 32px;
    font-size: 12px;
    display: none;
    position: absolute;
    right: 5px;
    color: #a6a6a6;
    z-index: 1000;
}

#miaoshu span {
    float: none;
}

#miaoshuBtn {
    color: #15c;
}

#fyms {
    display: none;
}

.fyms {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
}

html .fyms {
    display: block;
    zoom: 1;
    _position: absolute;
}

.fymsBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #555;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fymsdl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 450px;
    margin: -225px auto auto -320px;
    background: #fff;
}

.fymsdl dt {
    padding-left: 16px;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #E8E8E8;
    background: url(//img.58cdn.com.cn/ui7/mianshui/btnbg.png) repeat-x 0 0;
    color: #1A1A1A;
}

.fyms_close {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    font-size: 33px;
    _font-size: 18px;
    margin-right: 16px;
    color: #A8A8A8;
    float: right;
}

.fymsdl dd {
    padding: 20px 40px 0;
}

.fymsdl p {
    line-height: 30px;
}

.fymsDiv {
    border: 1px solid #C7C7C7;
    padding: 10px;
    height: 240px;
    overflow-y: auto;
}

.fymsdl .fymsDiv {
    line-height: 24px;
}

.fymsBtn {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #585858;
    border: 1px solid #D9D9D9;
    text-decoration: none;
    background: url(//img.58cdn.com.cn/ui7/mianshui/btnbg.png) repeat-x 0 0;
}

.fymsBtn span {
    float: none;
    color: #fff;
}

a.fymsBtn {
    background-position: 0 -96px;
    border-color: #BF520D;
}

a.fymsBtn:hover span {
    color: #fff;
}

.selectordef {
    position: relative;
    cursor: pointer;
    outline: none;
    float: left;
    margin-right: 5px;
}

.selectordef .title {
    border: solid 1px #dddddd;
    height: 34px;
    outline: none;
    border-radius: 3px;
    position: relative;
  /* 向上的箭头,类似于A,只有三个边，不能指定上边框 */
}

.selectordef .title div.arrows {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -101px 6px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -13px;
}

.selectordef .title div.arrows_up {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -101px -13px;
    background-size: 135px;
    width: 19px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
}

.selectordef .title .seled {
    width: 70%;
    white-space: nowrap;
    padding: 6px;
    padding-left: 14px;
    height: 16px;
    display: block;
    overflow: hidden;
    float: left;
    line-height: 24px;
    font-size: 14px;
    _text-align: left;
  /*IE6兼容*/
}

.selectordef.hover .title {
    border-color: #a6a6a6;
}

.selectordef.focus .title {
    border-color: #0E8ED8;
}

.selectordef.error .title {
    border-color: #fd634f;
}

.selectordef .optiondef {
    display: none;
    position: relative;
    _position: relative;
    height: 0px;
}

.selectordef .optiondef ul {
    width: 126px;
    max-height: 300px;
    overflow: auto;
    top: 0px;
    left: -1px;
    position: relative;
    _position: absolute;
    border: 1px solid #CCC;
    border-top: 0;
    box-shadow: 2px 2px 1px 1px #f0f0f0, 4px 4px 2px 2px #fafafa;
    border-radius: 2px;
}

.selectordef .optiondef.focus ul {
    background-color: #fff;
    position: relative;
    left: -1px;
}

.selectordef .optiondef ul li {
    background-color: #FFF;
    height: 33px;
    overflow: hidden;
    padding-left: 6px;
    color: #808080;
    font-size: 14px;
    line-height: 33px;
}

.selectordef .optiondef ul li.sel {
    background-color: #ececec;
    color: #000;
}

.selectordef.disabled {
    background-color: rgba(204, 198, 198, 0.19);
}

/* 文本输入框样式*/
.tooltip {
    margin: 1px 0 0;
    position: relative;
    z-index: 100;
    box-shadow: 2px 2px 1px 1px #f0f0f0, 4px 4px 2px 2px #fafafa;
}

.tooltip ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0;
    min-height: 10px;
    padding: 0;
    width: 529px;
    position: relative;
    z-index: 100;
}

.tooltip li {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-indent: 7px;
    overflow: hidden;
    white-space: nowrap;
}

.tooltip li cite {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
}

.tooltip li.over {
    background: none repeat scroll 0 0 #f0f0f0;
}

/*$iconImgUrl*/
/* 图片上传样式 */
.upload_wrap .upload {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.upload_wrap .localUpload_wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    margin-left: 0;
}

.upload_wrap .localTitle {
    line-height: 14px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.upload_wrap .localDeSc {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    text-align: center;
}

.upload_wrap .localUpload {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprites.png) no-repeat -44px -59px;
    background-size: 143px 95px;
    width: 32px;
    height: 26px;
    margin: 23px 20px 10px 35px;
}

.upload_wrap .localUpload #imgUpload, .upload_wrap .localUpload #imgUpload input {
    width: 96px;
    height: 90px;
    opacity: 0;
    cursor: pointer;
    float: left;
    position: absolute;
    left: 5px;
    top: 0px;
}

.upload_wrap .localUpload object {
    opacity: 0;
    cursor: pointer;
}

.upload_wrap .disabled_btn {
    background-position: -353px 0;
}

.upload_wrap .disabled_btn #imgUpload input[type=file] {
    cursor: not-allowed;
}

.upload_wrap .separate {
    float: left;
    height: 174px;
    line-height: 174px;
    padding: 0px 12px;
    color: #676767;
    font-size: 14px;
}

.upload_wrap .wxqqUpload_wrap {
    width: 344px;
    height: 174px;
    float: left;
}

.upload_wrap .wxqqTitle {
    height: 32px;
    position: relative;
    z-index: 10;
}

.upload_wrap .wxqqTitle .wxTitle, .upload_wrap .wxqqTitle .qqTitle {
    position: absolute;
    top: 0px;
    width: 120px;
    height: 30px;
    *height: 32px;
    _height: 27px;
    _padding-top: 5px;
    line-height: 30px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #9a9a9a;
    margin-right: 6px;
    border: 1px solid #ececec;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

.upload_wrap .wxqqTitle .wxTitle {
    left: 0px;
}

.upload_wrap .wxqqTitle .qqTitle {
    left: 128px;
}

.upload_wrap .wxqqTitle .tabHover {
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
    cursor: pointer;
}

.upload_wrap .wxqqTitle .tabOn {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ed6d06;
    cursor: default;
    height: 31px;
    *height: 33px;
    _height: 28px;
    z-index: 1;
}

.upload_wrap .wxqqTitle i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.upload_wrap .wxqqTitle .wxlogo {
    background-position: -33px -380px;
    width: 18px;
    height: 18px;
}

.upload_wrap .wxqqTitle .qqlogo {
    background-position: -8px -380px;
    width: 16px;
    height: 18px;
}

.upload_wrap .wxqqUpload {
    width: 342px;
    height: 140px;
    border: 1px solid #ececec;
    position: relative;
}

.upload_wrap .wxqqUpload .wxUpload, .upload_wrap .wxqqUpload .qqUpload {
    height: 94px;
    margin: 23px 0px;
    display: none;
}

.upload_wrap .wxqqUpload .wx_img_wrap {
    position: relative;
}

.upload_wrap .wxqqUpload .wx_img_wrap img, .upload_wrap .wxqqUpload .qq_img_wrap img {
    margin: 0px 20px;
}

.upload_wrap .wxqqUpload .tabOn {
    display: block;
}

.upload_wrap .wxqqUpload .wxTxt, .upload_wrap .wxqqUpload .qqTxt {
    position: absolute;
    top: 34px;
    left: 134px;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    white-space: nowrap;
}

.upload_wrap .wxqqUpload .wxTxt i, .upload_wrap .wxqqUpload .qqTxt i {
    padding: 0px 2px;
}

.upload_wrap .wxqqUpload .wxTxt .wx, .upload_wrap .wxqqUpload .qqTxt .wx {
    color: #3fab45;
}

.upload_wrap .wxqqUpload .wxTxt .fs, .upload_wrap .wxqqUpload .qqTxt .fs {
    color: #ed6d06;
}

.upload_wrap .wxqqUpload .wxTxt .sjqq, .upload_wrap .wxqqUpload .qqTxt .sjqq {
    color: #18b5ea;
}

.upload_wrap .info {
    font-size: 12px;
    color: #a6a6a6;
}

.upload_wrap .info span {
    color: #ed6d06;
    float: none;
}

.imgbar_wrap .img_list {
    margin-left: 0;
    position: relative;
    margin-right: -26px;
}

.imgbar_wrap .img_list .img_box {
    float: left;
    width: 120px;
    height: 90px;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 25px;
    position: relative;
}

.imgbar_wrap .img_list .img_box img {
    width: 120px;
    height: 90px;
    cursor: move;
}

.imgbar_wrap .img_list .img_box .toolbar_wrap {
    display: none;
}

.imgbar_wrap .img_list .img_box .toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.imgbar_wrap .img_list .img_box .toolbar a {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
    position: absolute;
    outline: none;
    text-decoration: none;
}

.imgbar_wrap .img_list .img_box .toolbar .prev_pos {
    background-position: -130px -96px;
    width: 11px;
    height: 11px;
    top: 5px;
    left: 5px;
}

.imgbar_wrap .img_list .img_box .toolbar .next_pos {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
    background-position: -154px -96px;
    width: 11px;
    height: 11px;
    top: 5px;
    left: 27px;
}

.imgbar_wrap .img_list .img_box .toolbar .delete {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
    background-position: -180px -92px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}

.imgbar_wrap .img_list .img_box .toolbar .edit {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
    background-position: -229px -189px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 22px;
}

.imgbar_wrap .img_list .img_box .opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
    _filter: alpha(opacity=30);
}

.imgbar_wrap .img_list .first_icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 16px;
    line-height: 16px;
    background: #07dd8b;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 27px;
    height: 16px;
    z-index: 200 !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.imgbar_wrap .img_list .img_box_hover .toolbar_wrap {
    display: block;
}

#delete_active {
    background-position: -204px -189px;
}

#edit_active {
    background-position: -179px -189px;
}

#maxlength_cover {
    position: absolute;
    left: 118px;
    top: 132px;
    height: 20px;
    line-height: 20px;
    width: 14px;
    text-align: center;
    background-color: white;
    font-size: 12px;
    color: #A6A6A6;
    display: none;
}

.sortable-placeholder {
    background: white;
    width: 124px;
    height: 94px;
    margin: 0 6px 6px 0;
    border: 3px dashed red;
    z-index: 8;
    float: left;
    position: relative;
}

.imgbar_wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 340px;
}

.imgbar_wrap .infotip {
    display: none;
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 5px;
    height: 30px;
    width: 100%;
    clear: both;
}

.imgbar_wrap .infotip .imgNum {
    color: #000;
    float: left;
}

.imgbar_wrap .infotip .changan-tishi {
    float: right;
}

.imgbar_wrap .infotip .checkbox_wrap {
    position: relative;
    top: -4px;
}

.imgbar_wrap .infotip .checkbox_wrap label {
    color: #333;
}

.imgbar_wrap .infotip .checkbox_wrap .checkbox i {
    cursor: pointer;
}

.imgbar_wrap .img_list .img_box {
    float: left;
    width: 120px;
    height: 90px;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 25px;
    position: relative;
}

.imgbar_wrap .img_list .img_box img {
    width: 120px;
    height: 90px;
    cursor: move;
    display: block;
}

.imgbar_wrap .img_list .img_box .toolbar_wrap {
    top: 0px;
    position: relative;
}

.imgbar_wrap .img_list .img_selector {
    position: absolute;
    top: 1px;
    z-index: 3;
    display: block;
    border-bottom: 0;
    width: 120px;
    line-height: 27px;
    font-size: 12px;
    cursor: pointer;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-align: right;
}

.imgbar_wrap .img_list .img_selector a {
    color: #666 !important;
    display: block;
    line-height: 21px;
    padding: 0 13px 0 6px;
    white-space: nowrap;
}

.imgbar_wrap .img_list .img_selector a:hover {
    background-color: #ff7919;
    color: #fff !important;
    text-decoration: none;
}

.imgbar_wrap .img_list .img_selector .selticon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -6px;
    float: right;
    margin: 10px 8px 0 4px;
    background-size: 143px 95px;
    width: 12px;
    height: 6px;
}

.imgbar_wrap .img_list .img_selector .slideUp {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -15px;
    background-size: 143px 95px;
}

.imgbar_wrap .img_list .img_selector ul {
    width: 79px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    right: 0;
    padding: 1px;
    top: 27px;
    z-index: 111;
    position: absolute;
    background: #fff;
    display: none;
}

.imgbar_wrap .img_list .item_input {
    display: block;
    height: 27px;
}

.imgbar_wrap .img_list .item_input textarea {
    resize: none;
    width: 128px;
    height: 20px;
    margin-top: 0;
    margin-top: 0\0;
    _margin-top: -1px;
    border: #d3d3d3 1px solid;
    border-top: none;
    display: block;
    font: 12px/20px Arial, "宋体";
    overflow: hidden;
    padding: 0 2px;
    color: #2B2929;
    text-align: left;
}

.imgbar_wrap .img_list .item_input .hc {
    display: none;
}

.imgbar_wrap .img_list .item_input.on {
    display: block;
    z-index: 98;
    background-color: #f6f6f6;
    position: absolute;
    width: 158px;
    padding: 6px 6px 0 6px;
    border: #d3d3d3 1px solid;
    top: 127px;
    height: 100px;
    left: 0px;
}

.imgbar_wrap .img_list .item_input.on textarea {
    color: #2B2929;
    border: #e3e3e3 1px solid;
    width: 152px;
    height: 80px;
}

.imgbar_wrap .img_list .item_input.on .hc {
    display: block;
    line-height: 18px;
    color: #d4d4d2;
}

.imgbar_wrap .beautySwitch {
    display: none;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    overflow: hidden;
}

.cheliangtupian .block_title .tip_title {
  /*二手车图片必传一张提示*/
    font-size: 14px;
    color: #808080;
    position: absolute;
    top: -5px;
    left: 155px;
}

/*上传车辆视频优化  start*/
.cheliangtupian .rows_title {
    display: none;
}

.cheliangtupian .imgbar_wrap {
    margin-top: 0;
}

.cheliangtupian .upload_wrap .upload {
    width: 100%;
}

.cheliangtupian .upload_wrap .localUpload_wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.cheliangtupian .upload_wrap .separate {
    height: 172px;
    line-height: 172px;
    padding: 0px 20px;
    color: #676767;
    font-size: 12px;
}

.cheliangtupian .upload_wrap .wxqqUpload_wrap {
    width: 358px;
    height: 170px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.cheliangtupian .upload_wrap .wxqqUpload {
    width: auto;
    height: auto;
    border: 0;
    position: static;
}

.cheliangtupian .upload_wrap .wxqqUpload .wxUpload {
    height: auto;
    margin: 0px;
}

.cheliangtupian .upload_wrap .wxqqUpload .wxTxt {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 165px;
    width: 150px;
    line-height: 18px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian .upload_wrap .wxqqUpload .wx_img_wrap img {
    margin-top: 35px;
    margin-left: 38px;
}

.cheliangtupian .upload_wrap .wxqqUpload .wxTxt-title {
    display: inline-block;
    margin-bottom: 7px;
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    color: #000000;
}

.cheliangtupian .upload_wrap .wxqqUpload .wx {
    padding: 0 4px;
    color: #000000;
}

.cheliangtupian .upload_wrap .info {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian .upload_wrap .info span {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian .upload_wrap .info .imgShili {
    color: #0E8ED8;
    cursor: pointer;
    text-decoration: underline;
}

.cheliangtupian .upload_wrap .info .biaohong {
    color: #ED6D06;
}

.cheliangtupian .upload_wrap .tip_title {
    margin-top: 20px;
    font-family: "PingFangSC-Medium";
    font-size: 12px;
    color: #000000;
}

/*上传车辆视频优化  end*/
.j-uploadBtn {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrap {
    width: 550px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    height: auto;
    padding: 24px 30px 30px 30px;
}

.imgListWrap .j-uploadBtn {
    width: 120px;
    height: 90px;
    float: left;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrap .localUpload {
    margin-top: 40px;
}

.imgListWrap .upload_wrap .localUpload_wrap {
    margin-left: 10px;
    margin-top: -20px;
}

.imgListWrap .upload_wrap .localDeSc {
    display: none;
}

.imgListWrapRow {
    width: 555px;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    margin: 0;
    padding: 24px 30px;
}

.imgListWrapRow .j-uploadBtn {
    width: 555px;
    height: 100%;
    float: left;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrapRow .upload_wrap .localUpload_wrap {
    margin-left: 0px;
    margin-top: 0px;
    width: 555px;
    height: 85px;
}

.imgListWrapRow .upload_wrap .localDeSc {
    display: none;
}

.imgListWrapRow .upload_wrap .localUpload {
    margin: 35px 20px 10px 260px;
}

.imgListWrapRow .upload_wrap .localUpload #imgUpload {
    width: 100%;
    height: 100%;
}

.imgListWrapRow .upload_wrap .localUpload #imgUpload input {
    width: 100%;
    height: 100%;
}

/* fe_window js*/
.fe_window_mask {
    left: 0px;
    top: 0px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    background-color: #000000;
    z-index: 1000;
}

.fe_window {
    position: fixed;
    _position: absolute;
    z-index: 9999;
}

.fe_window .outer {
    position: relative;
}

.fe_window .frame {
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  /*z-index: 9998;*/
}

.fe_window .contains {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    z-index: 9999;
}

.fe_window .contains .topbar {
    text-align: center;
  /*background-image: url(//img.58cdn.com.cn/n/images/messageboxcontainer_bg.gif); */
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-position: initial initial;
    background-repeat: repeat no-repeat;
    border-bottom: 1px solid #ececec;
}

.fe_window .contains .topbar .title {
    font: 700 14px/26px "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    margin-left: 20px;
    line-height: 47px;
    color: #000;
    width: 50%;
}

.fe_window .contains .topbar .closebtn {
    display: block;
    font-weight: 900;
    width: 16px;
    height: 22px;
    font-size: 16px;
    color: #d0d0d0;
    overflow: hidden;
    margin: 6px;
    float: right;
}

.fe_window .contains .topbar .closebtn:hover {
    color: #ed6d06;
}

.fe_window .contains .load {
    font-size: 14px;
    background: url(//img.58cdn.com.cn/n/images/loading.gif) no-repeat center center;
    margin-left: -60px;
    padding-left: 90px;
    text-align: center;
    color: #666;
}

.fe_window .front_win_tip {
    margin: 0 auto;
    width: 440px;
}

.fe_window .front_win_tip a {
    color: #ed6d06;
    font-weight: bold;
    text-decoration: none;
}

.fe_window .front_win_tip a:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.fe_window .front_win_tip i {
    font-size: 12px;
    color: #888;
}

.fe_window .front_win_tip div {
    width: 200px;
}

.fe_window .front_win_tip .zj {
    float: left;
}

.fe_window .front_win_tip .gr {
    float: right;
}

.fyms {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
}

html .fyms {
    display: block;
    zoom: 1;
    _position: absolute;
}

.fymsBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #555;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fymsdl {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 450px;
    margin: -225px auto auto -320px;
    background: #fff;
}

.fymsdl dt {
    padding-left: 16px;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #E8E8E8;
    background: url(//img.58cdn.com.cn/ui7/mianshui/btnbg.png) repeat-x 0 0;
    color: #1A1A1A;
}

.fyms_close {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    font-size: 33px;
    _font-size: 18px;
    margin-right: 16px;
    color: #A8A8A8;
    float: right;
}

.fymsdl dd {
    padding: 20px 40px 0;
}

.fymsdl p {
    line-height: 30px;
}

.fymsDiv {
    border: 1px solid #C7C7C7;
    padding: 10px;
    height: 240px;
    overflow-y: auto;
}

.fymsdl .fymsDiv {
    line-height: 24px;
}

.fymsBtn {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 40px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #585858;
    border: 1px solid #D9D9D9;
    text-decoration: none;
    background: url(//img.58cdn.com.cn/ui7/mianshui/btnbg.png) repeat-x 0 0;
}

.fymsBtn span {
    color: #fff;
}

a.fymsBtn {
    background-position: 0 -96px;
    border-color: #BF520D;
}

a.fymsBtn:hover span {
    color: #fff;
}

/*vip弹窗提示去充值*/
#lijiChongZhiVip {
    margin: 15px auto;
    display: block;
    width: 108px;
    height: 34px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background: url(//img.58cdn.com.cn/ui7/post/img/qiantu_vip.png);
    float: left;
}

.fe_window .fe_window_htmlcon .error_wrap .red {
    color: red;
}

.notice_container {
    width: 705px;
    height: 492px;
    position: absolute;
    left: 57%;
    background: #fff;
    margin-left: -400px;
    overflow: hidden;
    border-radius: 6px;
    display: none;
    z-index: 11;
}

.notice_container .content_padding {
    height: 415px;
    padding: 14px 46px 0 46px;
    overflow: auto;
}

.notice_container .header {
    text-align: center;
    height: 40px;
}

.notice_container .header .h_left {
    position: relative;
    z-index: 1;
    right: -5px;
    display: inline-block;
    border: 20px #6C6CC3 solid;
    border-right-width: 25px;
    border-left: 10px white solid;
    background-color: white;
}

.notice_container .header .h_center {
    background: #8080D1;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -19px;
    padding: 0 21px;
    z-index: 2;
}

.notice_container .header .h_right {
    position: relative;
    left: -5px;
    z-index: 1;
    background: #8080D1;
    display: inline-block;
    border: 20px #6C6CC3 solid;
    border-left-width: 25px;
    border-right: 10px white solid;
}

.notice_container h1 {
    font-size: 14px;
    color: #3A3A3A;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px #E8E8E8 solid;
    padding-top: 20px;
    font-weight: bold;
}

.notice_container p {
    color: #666666;
    font-size: 14px;
}

.notice_container .notice_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #c7c7c7;
    background: #fff;
}

.notice_container .notice_btn span {
    padding-left: 46px;
    font-size: 14px;
    color: #fc0d1b;
}

.notice_container .notice_btn .btn1,
.notice_container .notice_btn .btn2 {
    display: inline-block;
    width: 96px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

.notice_container .notice_btn .btn1 {
    color: #000;
    background: #e5e5e5;
    margin-left: 272px;
}

.notice_container .notice_btn .btn2 {
    color: #fff;
    background: #e96c1e;
    margin-left: 25px;
}

.notice_container .notice_btn .btn1:hover {
    background: #a1a1a1;
    text-decoration: none;
}

.notice_container .notice_btn .btn2:hover {
    background: #b74c09;
    text-decoration: none;
}

/* 气泡提示框样式*/
.poptip_wh {
    vertical-align: middle;
}

.poptip_wrap {
    position: absolute;
    left: -148px;
    top: 32px;
    border: 1px solid #cccccc;
    display: none;
    width: 320px;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: white;
    font-size: 12px;
}

.poptip_wrap .title {
    color: #000;
}

.poptip_wrap .arrow_outer {
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #ccc transparent;
    display: block;
    position: absolute;
    left: 152px;
    top: -16px;
  /*ie6兼容*/
    line-height: 0;
  /*ie6兼容*/
}

.poptip_wrap .arrow_outer .arrow_inner {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    left: -6px;
    top: -4px;
    font-size: 0;
  /*ie6兼容*/
    line-height: 0;
  /*ie6兼容*/
}

.poptip_wrap .content {
    width: 253px;
    color: #808080;
}

.poptip_wrap .content span {
    color: #ed6d06;
}

.pop_warp {
    position: absolute;
    top: 45%;
    margin-top: 4px;
    right: -24px;
}

.error_wrap {
    position: relative;
    margin: 30px 40px 0;
}

.error_wrap .content {
    width: auto;
}

.error_wrap .content h2 {
    margin-bottom: 32px;
    font-size: 18px;
    color: #000;
    text-align: center;
    color: #000;
}

.error_wrap .content p {
    min-height: 70px;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: black;
    line-height: 28px;
}

.error_wrap .content p .ldt_notice {
    display: block;
    text-align: left;
    line-height: 19px;
}

.error_wrap .content .btn_group a {
    display: block;
    width: 300px;
    height: 42px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    background-color: #ff552e;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.error_wrap .popWin_close {
    position: absolute;
    top: 3px;
    right: -20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.submit_wrap {
    margin-left: 0 !important;
    display: flex;
    justify-content: space-around;
}

.submit_wrap span {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background-color: #ff552e;
    color: #fff;
    display: block;
    border: 0;
    width: 300px;
    height: 42px;
    line-height: 44px;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 2px;
}

.submit_wrap span.submit_post {
    background-color: #F6F6F6;
    color: #333333;
}

.submit_wrap span.submit_post:hover, .submit_wrap span.submit_post:active {
    background-color: #F6F6F6;
    color: #333333;
}

.submit_wrap span:hover {
    background-color: #ff552e;
}

.submit_wrap span:active {
    background-color: #cf5d00;
    color: #ccc;
}

.submit_wrap .disabled {
    cursor: not-allowed;
}

.rows_content > .disabled .submitBtn {
    background-color: #ccc;
}

.rows_content > .disabled .submitBtn:active {
    background-color: #ccc;
    color: #fff;
}

.rows_content > .disabled .submitBtn:hover {
    background-color: #ccc;
}

/*提示信息弹框包括输入手机验证码，2016/6/29 --start--*/
/*topTip:温馨提示信息*/
/*msg:提示信息*/
/*live:按钮可点击状态，用live表示*/
/*codeSend:验证码*/
/*btn_group:继续发送按钮*/
.warn_wrap .topTip {
    position: relative;
    margin-top: 30px;
    margin-bottom: 42px;
    font-size: 18px;
    font-family: "PingFangSC-Medium,PingFang SC";
    font-weight: 500;
    color: black;
    line-height: 18px;
    text-align: center;
}

.warn_wrap .topTip .closeBtn {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabu_pc/popWin_close.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.warn_wrap .content {
    width: auto;
    padding: 0 40px;
}

.warn_wrap .content .msg {
    line-height: 24px;
    font-size: 14px;
    font-family: "PingFangSC-Regular,PingFang SC";
    font-weight: 400;
    text-align: center;
}

.warn_wrap .content .codeSend {
    width: 300px;
    min-height: 55px;
    margin: 0 auto;
    margin-top: 15px;
}

.warn_wrap .content .codeSend .codeInput {
    width: 178px;
    float: left;
    height: 37px;
    border-radius: 3px;
    line-height: 37px;
    box-sizing: border-box;
    padding-left: 5px;
    border: 1px solid #e0e0e0;
}

.warn_wrap .content .codeSend .sendBtn {
    width: 110px;
    height: 36px;
    margin-left: 10px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    float: left;
    color: #ababab;
    background: #e0e0e0;
}

.warn_wrap .content .codeSend .sendBtn:hover {
    cursor: pointer;
}

.warn_wrap .content .codeSend:after {
    content: "";
    display: block;
    clear: both;
}

.warn_wrap .content .codeSend .red {
    border-color: red;
}

.warn_wrap .content .codeSend .live {
    color: #fff;
    background: #ff552e;
}

.warn_wrap .content .codeSend .tip {
    line-height: 24px;
    height: 0;
    float: left;
    margin-bottom: 10px;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    font-size: 12px;
    clear: left;
}

.warn_wrap .content .codeSend .validate_error {
    height: 24px;
    color: #ff552e;
}

.warn_wrap .content .codeSend .validate_error i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: 2px 211px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.warn_wrap .content .codeSend .validate_warning {
    height: 24px;
    color: #a6a6a6;
}

.warn_wrap .content .codeSend .validate_warning i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: -34px 211px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.warn_wrap .content .codeSend .validate_success {
    position: absolute;
    right: 85px;
    height: 24px;
    color: #ff552e;
}

.warn_wrap .content .codeSend .validate_success i {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
    background-position: 1px 8px;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.warn_wrap .content .btn_group {
    width: 300px;
    margin: 0 auto;
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
    height: 42px;
    color: #ababab;
    background: #e0e0e0;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
}

.warn_wrap .content .btn_group:hover {
    cursor: pointer;
}

.warn_wrap .content .live {
    color: #fff;
    background: #ff552e;
}

/*提示信息弹框包括输入手机验证码，2016/6/29 --end--*/
.dvc-mask {
    z-index: 9999;
}

/*货车来电通弹窗*/
.tiezibiaoqianWin .tool a.bindLdt {
    background: #e96c1e;
    color: #fff;
    width: 130px;
}

.tiezibiaoqianWin .tool a.selectedOther {
    background-color: #e5e5e5;
    color: #000;
    margin-left: 10px;
    width: 130px;
}

.btn_out {
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    width: 350px;
    *zoom: 1;
}

.btn_out a {
    float: left;
    display: block;
    width: 150px;
    height: 42px;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    background-color: #ff552e;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.btn_out .btnGroup_yes:link,
.btn_out .btnGroup_yes:visited {
    color: #fff;
    font-size: 16px;
}

.btn_out .btnGroup_no {
    margin-right: 50px;
    background-color: #fff;
    color: #333;
    border: 1px solid #999;
    width: 148px;
    height: 40px;
}

.tiezibiaoqianWin {
    margin: 20px;
}

.tiezibiaoqianWin .msg {
    text-align: center;
    font-size: 16px;
}

.tiezibiaoqianWin .tool {
    text-align: center;
    margin-top: 20px;
}

.tiezibiaoqianWin .tool a {
    height: 25px;
    width: 124px;
    display: inline-block;
    border: 1px solid #d9cece;
    line-height: 25px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.tiezibiaoqianWin .tool .change {
    margin-right: 15px;
    background: #e5e5e5;
    color: #000;
    font-size: 14px;
}

.tiezibiaoqianWin .tool .publish {
    background: #e96c1e;
    color: #fff;
    font-size: 14px;
}

.promotion-modal {
    padding: 28px 24px;
    background-color: #fff;
    border-radius: 5px;
}

.promotion-modal .promotion-modal_title {
    height: 21px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #333333;
}

.promotion-modal .promotion-modal_close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    background: url(https://wos.58cdn.com.cn/cDazYxWcDHJ/picasso/upcah6pr__w56_h56.png) 50% 50% no-repeat;
}

.promotion-modal .promotion-modal_submit {
    margin-top: 24px;
    height: 42px;
    background-color: #FF552E;
    border-radius: 2px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.promotion-modal .promotion-msg {
    font-size: 12px;
    margin-top: 10px;
}

.promotion-modal .promotion-modal_list h2 {
    height: 16px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #333;
    margin: 16px 0 12px;
}

.promotion-modal .promotion-modal_list ul {
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 9px 15px;
    font-size: 12px;
    color: #333;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: 400;
}

.promotion-modal .promotion-modal_list li {
    margin: 6px 0;
}

.promotion-modal .promotion-modal_list span {
    display: inline-block;
    width: 120px;
    margin-right: 12px;
}

.promotion-modal .promotion-modal_list em {
    font-weight: 700;
}

/*后置登录 58版 部分*/
.rearlogin58 {
    position: relative;
    font-size: 16px;
    width: 695px;
    margin: 0 0 10px 0;
}

/*58账号登陆导航*/
.usertab {
    position: relative;
    border-bottom: 1px solid #ececec;
    margin: 0px 0px 15px 80px;
    text-align: left;
    line-height: 28px;
}

.usertab a {
    margin-right: 50px;
    line-height: 28px;
    display: inline-block;
    height: 28px;
    font-size: 14px;
    text-decoration: none;
}

.usertab a:first-child {
    margin-left: 80px;
}

.usertab a:hover,
.usertab a:active {
    text-decoration: none;
}

.usertab a.on {
    border-bottom: 2px solid #848484;
    margin-bottom: -1px;
    color: #333;
    font-weight: bold;
}

.userlogin_bd .userpassword_login {
    display: none;
}

/*手机号登陆布局*/
.phonelogin {
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: -24px;
}

.passport-login-input-span {
    width: 86px;
    text-align: right;
    display: inline-block;
    padding-right: 20px;
    line-height: 34px;
    color: #808080;
    vertical-align: top;
}

.passport-login-input {
    width: 247px;
    height: 34px;
    line-height: 34px;
    padding: 0px 6px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
}

.passport-login-mobilecode-button {
    padding: 0 19px;
    *padding: 0 5px;
    height: 36px;
    background-color: #fafafa;
    color: #ccc;
    border: 0;
    margin-left: 0px;
    border: 1px solid #e0e0e0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.show_color {
    background-color: #ed6d06;
    color: #fff;
    border-color: #ed6d06;
}

.passport-login-lable, .star {
    color: #fd634f;
    padding-right: 7px;
}

.passport-login-input-li {
    padding: 15px 0;
}

#mobileLoginTipLi {
    padding: 0px;
    margin: -8px 0px -10px;
}

#mobileCodeTipLi {
    margin-top: -26px;
    _margin-top: -22px;
    _margin-bottom: 10px;
}

/*
#mobileLoginTipLi,#mobileCodeTipLi {
    padding: 0;
    margin: -15px 0;
    height: 30px;
}*/
.phonelogin {
    *display: inline;
    *zoom: 1;
}

.passport-login-input-li .passport-login-tip {
    font-size: 12px;
    color: #f23f0f;
    padding-left: 106px;
    line-height: 14px;
    height: 14px;
}

#mobilecodeloginVcodeLi a, #validateli a {
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    background: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png") no-repeat -36px -229px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

#mobilecodeloginSendMobileCodesendok {
    font-size: 12px;
    padding-left: 108px;
    margin: -15px 0px -10px;
}

/*隐藏手机登录按钮 58账号密码登录*/
#mobilecodeloginButtonLi, #loginButtonLi {
    display: none;
}

/*隐藏下次自动登录勾选*/
#rememberLi {
    display: none;
}

.c_ccc {
    color: #a6a6a6;
}

#loginTipLi {
    padding: 0;
}

/*58账号密码登录*/
.userpassword_login {
    position: relative;
    margin-left: 50px;
}

.action_color {
    color: #000;
}

.pptvalidatecode {
    width: 124px;
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
}

#vcodeTelImg, .absmiddle {
    height: 36px;
    position: relative;
    top: 0px;
    left: -3px;
}

#pptmobilecodeloginvcode {
    width: 134px;
}

.reg {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 12px;
}

.reg-a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ececec;
}

.reg a, .reg a:link, .reg a:visited {
    color: #808080;
}

.reg a:hover {
    color: #ED6D06;
}

#u-loginTipLi {
    padding: 0;
    margin: -10px 0;
}

#p-loginTipLi {
    padding: 0px;
    margin: -10px 0px -15px;
}

#y-loginTipLi {
    margin: -25px 0px 0px;
}

/*
#u-loginTipLi,#p-loginTipLi,#y-loginTipLi{
    padding: 0;
    margin: -15px 0px;
	height: 30px;
}*/
/*登录成功样式*/
.loginsuccess {
    width: 238px;
    border: 1px solid #e8e9eb;
    padding: 20px;
    text-align: center;
    margin-left: 158px;
}

.loginsuccess p {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.loginsuccess .login_ok {
    font-size: 14px;
    color: #57cb1d;
    font-weight: 700;
    padding-top: 5px;
}

.loginsuccess .logintip {
    color: #a6a6a6;
}

.loginsuccess img {
    display: block;
    width: 76px;
    height: 76px;
    padding: 2px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.passport-login-input-li input:focus, .passport-login-input-li input:active {
    outline: none;
    border: 1px solid #0E8ED8;
}

/* placeholder 字体大小*/
/* WebKit browsers */
input::-webkit-input-placeholder {
    font-size: 12px;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    font-size: 12px;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    font-size: 12px;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    font-size: 12px;
}

/*邮箱注册样式修正*/
.fe_window .contains .topbar .title, .fe_window .contains .topbar .closebtn {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.fe_window .contains .topbar {
    border-bottom: 0;
    padding-top: 20px;
}

.passport-reg-input-ul {
    padding-left: 40px;
}

.fe_window_htmlcon {
    padding-top: 0px;
}

.passport-reg-input {
    border: 1px solid #e0e0e0;
    width: 311px;
    height: 22px;
    line-height: 22px;
    padding: 10px 0 10px 47px;
}

.passport-reg-input, .passport-reg-button, .pptvalidatecode {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 5px 0;
}

.passport-reg-input.wrong_color, .wrong_color {
    border: 1px solid #fd634f;
}

#regButtonLi {
    padding-top: 15px;
}

.passport-reg-button {
    border: none;
    width: 360px;
    text-align: center;
    height: 44px;
    background-color: #ed6d06;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.passport-reg-input-ul input::-webkit-input-placeholder {
    font-size: 14px;
}

.passport-reg-input-span {
    display: none;
}

/* Mozilla Firefox 4 to 18 */
.passport-reg-input-ul input:-moz-placeholder {
    font-size: 14px;
}

/* Mozilla Firefox 19+ */
.passport-reg-input-ul input::-moz-placeholder {
    font-size: 14px;
}

/* Internet Explorer 10+ */
.passport-reg-input-ul input:-ms-input-placeholder {
    font-size: 14px;
}

#regTip {
    color: #fd634f;
}

.passport-reg-input .wrong_color {
    border: 1px solid #fd634f;
    background-color: #ed6d06;
}

/*邮箱注册小图标*/
#pptregusername {
    background: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png") no-repeat -763px -184px;
}

#pptregemail {
    background: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png") no-repeat -765px -241px;
}

#pptregpassword {
    background: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png") no-repeat -765px -298px;
}

.fe_window .contains .topbar .title {
    margin-left: 40px;
}

.fe_window .contains .topbar .closebtn {
    position: relative;
    top: 0px;
    right: 10px;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprites.png) no-repeat -82px -31px;
    background-size: 143px 95px;
    width: 16px;
    height: 16px;
}

/* clearfix */
.passport-login-input-li:before, .passport-login-input-li:after {
    content: "";
    display: table;
}

.passport-login-input-li:after {
    clear: both;
    overflow: hidden;
}

.passport-login-input-li {
    zoom: 1;
}

#qloginframe iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* 注册邮箱下拉框样式*/
.w234-ui2 {
    width: 234px;
    padding: 0 0 10px;
    position: relative;
    font-size: 12px;
    left: 78px;
    _left: 81px;
    border: #ebebeb 1px solid;
    background-color: #fff;
    position: absolute;
    z-index: 99999;
}

.w234-ui2 p {
    padding: 5px 4px 5px 10px;
    color: #666;
    line-height: 1.2;
}

.w234-ui2 p.ui2-key-t {
    border: #fff 1px solid;
    background-color: #fcfcfc;
    color: #666;
}

.w234-ui2 p.ui2-key-t a {
    position: relative;
    top: -2px;
    float: right;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 13px;
    _line-height: 15px;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 16px;
    height: 16px;
    border: #dbdbdb 1px solid;
    background-color: #fff;
    color: #aeaeae;
    text-decoration: none;
}

.w234-ui2 p.ui2-key-t a:hover {
    border: #dbdbdb 1px solid;
    background-color: #f7f7f7;
    color: #aeaeae;
    text-decoration: none;
}

.w234-ui2 ul {
    border-top: #ebebeb 1px solid;
    font-family: Verdana, Geneva, sans-serif;
}

.w234-ui2 ul li {
    padding: 4px 6px;
}

.w234-ui2 ul li.ybg {
    background-color: #ecffe1;
}

.w234-ui2 ul li em {
    color: #090;
    font-style: normal;
}

#reg-keyword i {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 8px;
  /*background: url(../images/psot_6_icon.gif) 0 -273px;*/
    left: 110px;
    top: -8px;
}

#reg-keyword {
    border: #ebebeb 1px solid;
    background-color: #fff;
}

#reg-keyword li.reg-keyahover {
    background-color: #F97D03;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

#reg-keyword a {
    display: block;
    color: #000;
    padding: 5px 10px;
}

#reg-keyword a:hover {
    background-color: #f97d03;
    color: #fff;
    text-decoration: none;
}

#reg-keyword p {
    padding: 5px 10px;
    color: #666;
    line-height: 1.2;
}

.inp {
    border: 1px solid #C8C8C8;
    height: 30px;
    line-height: 2;
    margin-right: 3px;
    padding: 0 3px;
    padding-left: 30px;
    vertical-align: middle;
}

.inw {
    width: 228px;
}

#captcha p {
    line-height: 34px;
    font-size: 14px;
    height: 34px;
}

#captcha p span {
    font-size: 14px;
    line-height: 34px;
}

#captcha a {
    color: #527ACC;
}

#captcha_input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding-left: 8px;
}

/* 文本显示框样式*/
.textshow {
    float: left;
}

.textshow .ico {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    margin-right: 5px;
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -72px -193px;
    line-height: 34px;
}

.textshow .textclass {
    float: left;
    display: block;
    line-height: 34px;
    color: #a6a6a6;
}

.textshow a {
    color: #1155cc;
    cursor: pointer;
}

.textshow a:hover {
    color: red;
    text-decoration: none;
}

.tag_wrap .tag {
    display: block;
    float: left;
    width: 125px;
    height: 36px;
    margin-right: 10px;
}

.tag_wrap .tag input {
    text-align: left;
    line-height: 34px;
    height: 34px;
    border: 1px solid #d0d0d0;
    width: 123px;
    border-radius: 3px;
}

.tag_wrap .tag .tag_input_error {
    border: 1px solid #fd634f;
}

.tag_wrap .tag a {
    text-decoration: none;
}

.tag_wrap .tag a span {
    width: 89px;
    display: inline-block;
    _display: block;
    _float: left;
    background-color: #ed6d06;
    color: #fff;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.tag_wrap .tag a em {
    display: inline-block;
    width: 36px;
    background-color: #ef7c1f;
    text-decoration: none;
    _display: block;
    _float: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.tag_wrap .tag a:hover span {
    background-color: #ed6d06;
}

.tag_wrap .tag a:hover em {
    background-color: #fa8629;
}

.tag_wrap .tag a:active span {
    background-color: #ed6d06;
}

.tag_wrap .tag a:active em {
    background-color: #cf5d00;
    color: #e7ae80;
}

/* 多行文本输入框样式*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: black;
}

.textarea_wrap {
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
}

.textarea_wrap.clearfix span, .textarea_wrap.clearfix textarea {
    float: left;
    text-align: center;
}

.textarea_wrap.clearfix span {
    color: #999;
}

.textarea_wrap:hover, .textarea_wrap.hover {
    border: 1px solid #a6a6a6;
}

.textarea_wrap:focus, .textarea_wrap:active, .textarea_wrap.focus {
    border: 1px solid #0E8ED8;
}

.textarea_wrap:focus span, .textarea_wrap:active span, .textarea_wrap.focus span {
    color: #000;
}

.textarea_wrap.error {
    border: 1px solid #fd634f;
}

.textarea_wrap textarea {
    width: 525px;
    height: 100px;
    line-height: 20px;
    border: 0;
    text-align: left;
    padding: 6px;
}

.textarea_wrap textarea:focus, .textarea_wrap textarea :focus {
    outline: none;
    border: 0;
}

.textarea_wrap textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.rows_content .clearfix textarea {
    text-align: center;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
    color: #999;
}

textarea {
    resize: none;
  /*禁止拖动*/
}

.sep_wrap {
    display: inline;
    line-height: 34px;
    padding: 0 10px 0 5px;
  /* clear: left;ie7居右bug*/
}

.qq_input_wrap {
    float: left;
    height: 34px;
    width: 264px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    color: #808080;
}

.qq_input_wrap .moselect {
    width: 264px;
    height: 34px;
    line-height: 34px;
    border: 0;
    cursor: pointer;
}

.qq_input_wrap .moselect:focus, .qq_input_wrap .moselect :focus {
    outline: none;
    border: 0;
}

.qq_input_wrap .moselect .mos-text {
    color: #a6a6a6;
    width: 228px;
    _text-align: left;
}

.qq_input_wrap .moselect .mos-text-del {
    display: block;
    height: 34px;
    width: 228px;
    _text-align: left;
}

.qq_input_wrap .moselect .greybg {
    background-color: #ececec;
}

.qq_input_wrap .moselect .ico-textdel {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    margin-left: 4px;
}

.qq_input_wrap .qq-thumb {
    width: 24px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
}

.qq_input_wrap .qq-thumb img {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
}

.qq_input_wrap .qq-arrow {
    position: absolute;
    left: 240px;
    top: 28px;
}

.qq_input_wrap .qq-arrow span {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.qq_input_wrap .qq-arrow .top {
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #909090 transparent transparent transparent;
    left: 0px;
    bottom: 0px;
}

.qq_input_wrap .qq-arrow .bot {
    border-width: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent transparent;
    left: 0px;
    bottom: 1px;
}

.qq_input_wrap .moselect-con {
    display: none;
    position: absolute;
    width: 263px;
    max-height: 194px;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 9999;
}

.qq_input_wrap .moselect-con a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.qq_input_wrap .moselect-con a:hover {
    text-decoration: none;
}

.qq_input_wrap .moselect-con .moselect-item a:hover {
    background: #0E8ED8;
    color: #ffffff;
}

.qq_input_wrap .moselect-item {
    max-height: 138px;
    overflow: hidden;
    overflow-y: auto;
}

.qq_input_wrap .moselect-con .addcontact {
    height: 46px;
    width: 100%;
    color: #1155cc;
    text-align: center;
}

.qq_input_wrap .moselect-con .addcontact:hover {
    background-color: #ececec;
    color: #808080;
}

.qq_input_wrap:hover, .qq_input_wrap.hover {
    border: 1px solid #a6a6a6;
}

.qq_input_wrap:focus, .qq_input_wrap:active, .qq_input_wrap.focus {
    border: 1px solid #0E8ED8;
}

.qq_input_wrap.error {
    border: 1px solid #fd634f;
}

.rows_content .getYzm {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
    line-height: 35px;
}

.rows_content .aText {
    line-height: 30px;
    top: 0;
    font-size: 14px;
}

.rows_content .disableYzm {
    color: #ccc;
}

.rows_content .vYzmTip {
    display: none;
    bottom: 38px;
    left: 355px;
    height: 24px;
    color: #a6a6a6;
    position: absolute;
    line-height: 24px;
    overflow: hidden;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    font-size: 12px;
}

.rows_content .fixyzmleft {
    left: 370px;
}

.rows_content .vYzmTipDiv {
    display: inline-block;
}

.rows_content .vioceYzm {
    color: #2d8eed;
}

.rows_content .yzmcount {
    color: #a6a6a6;
}

/*topTips*/
.toptips {
    position: relative;
    width: 650px;
    color: #333333;
    margin: 0;
    margin-top: 8px;
    text-align: left;
    font-family: "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-weight: 400;
    font-size: 12px;
}

.toptips .icons {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png");
    background-position: -62px -375px;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 13px;
}

.toptips .toptips_content .show_tip {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    padding-left: 23px;
    background-position-y: center;
    font-size: 12px;
}

.toptips .toptips_content .lookmore {
    margin-left: 22px;
    padding-right: 15px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.toptips .toptips_content .lookmore i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -101px 6px;
    background-size: 135px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-top: -13px;
}

.toptips .toptips_content .more_msg {
    padding-left: 24px;
    display: none;
    font-size: 12px;
}

.toptips .toptips_content .noshow {
    padding-right: 15px;
    color: #999999;
    cursor: pointer;
}

.toptips .toptips_content .noshow i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -101px -12px;
    background-size: 135px;
    width: 19px;
    height: 10px;
    display: inline-block;
    margin-top: -13px;
}

.toptips .toptips_content .show_msg {
    display: inline-block;
    font-size: 12px;
}

.toptips .toptips_content .noshow_msg {
    display: none;
}

.toptips .toptips_content .blodred, .toptips .toptips_content .userNameQu {
    font-weight: bold;
}

.toptips a {
    color: blue;
}

@media screen and (max-width: 950px) {
    .toptips {
        width: auto;
        margin: 0 40px;
    }
}
/*********     增加   start   **/
.ruleconfirmed {
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 3px;
    box-sizing: border-box;
}

.rule_selected {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    border: none;
    position: relative;
    top: 3px;
    cursor: pointer;
}

/*********     增加   end   **/
.pinpai {
    z-index: 1000;
}

.carBrand_wrap {
    position: relative;
  /*品牌，车系，车型的关闭按钮*/
  /*没有相应品牌处理提示*/
}

.carBrand_wrap .disabled {
    background-color: rgba(204, 198, 198, 0.19);
}

.carBrand_wrap .pinPai_input input {
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 5px;
    padding-left: 8px;
}

.carBrand_wrap .pinPai_input .cheXi, .carBrand_wrap .pinPai_input .cheXing {
    margin-left: 15px;
}

.carBrand_wrap .pinPai_input .cheXing {
    width: 310px;
}

.carBrand_wrap .pinPai_win a.ppwin_close,
.carBrand_wrap .cheXi_win a.ppwin_close,
.carBrand_wrap .cheXing_win a.ppwin_close {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(//img.58cdn.com.cn/ui7/post/img/post_model_close.png) no-repeat;
    top: 5px;
    right: 5px;
}

.carBrand_wrap .pinPai_win a.ppwin_close:hover,
.carBrand_wrap .cheXi_win a.ppwin_close:hover,
.carBrand_wrap .cheXing_win a.ppwin_close:hover {
    background-position: 0 -18px;
}

.carBrand_wrap .hint .blueTips {
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 7px 0 2px;
    background: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png) -36px -193px no-repeat;
}

/*品牌选择框*/
.pinPai_win {
    display: none;
    position: absolute;
    float: left;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1500;
    width: 666px;
  /*上边提示框*/
  /*下边提示框*/
  /*标题选择区----工程车和字母*/
  /*品牌选择区*/
}

.pinPai_win .toptip {
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    color: #888;
}

.pinPai_win .bottomtip {
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    color: #888;
    font-size: 12px;
    text-align: right;
    background-color: #fcfcfc;
}

.pinPai_win .bottomtip a {
    text-decoration: none;
}

.pinPai_win .bottomtip a, .pinPai_win .bottomtip a:link, .pinPai_win .bottomtip a:visited {
    color: #527acc;
}

.pinPai_win .bottomtip a:hover {
    color: red;
}

.pinPai_win .carBrand_title {
    height: 25px;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 4px 0;
}

.pinPai_win .carBrand_title a {
    min-width: 17px;
    line-height: 24px;
    padding: 0 2px;
    color: #808080;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

.pinPai_win .carBrand_title a:hover {
    text-decoration: none;
}

.pinPai_win .carBrand_title .hot_options {
    width: 44px;
}

.pinPai_win .carBrand_title .active_item {
    color: #ED6D06;
    border-bottom: 2px solid #ED6D06;
}

.pinPai_win .carBrand_container .item {
    display: none;
    padding: 14px 14px 10px 14px;
    width: 636px;
}

.pinPai_win .carBrand_container .item a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #15c;
    margin: 6px 10px 0 10px;
    text-decoration: none;
    cursor: pointer;
}

.pinPai_win .carBrand_container .item a:hover {
    color: #000;
    font-weight: bold;
}

.pinPai_win .carBrand_container .item .active_item {
    color: #000;
    font-weight: bold;
}

/*车系选择框*/
.cheXi_win {
    position: absolute;
    padding-top: 22px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    font-size: 12px;
    display: block;
    width: 215px;
    left: 145px;
    border-radius: 3px;
    z-index: 1500;
}

.cheXi_win dl {
    width: 210px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cheXi_win dl dd {
    line-height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cheXi_win dl dd a {
    padding: 4px 0 4px 15px;
    color: #15c;
    font-size: 14px;
    text-decoration: none;
}

.cheXi_win dl dd:hover {
    background-color: #F0F0F0;
}

.cheXi_win dl dd:hover a {
    padding-left: 17px;
    font-weight: 700;
    color: #000;
}

/*车型选择框*/
.cheXing_win {
    position: absolute;
    padding-top: 22px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    font-size: 12px;
    display: block;
    width: 303px;
    left: 290px;
    border-radius: 3px;
    z-index: 1500;
    padding-left: 15px;
}

.cheXing_win dl {
    width: 303px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cheXing_win dl dd {
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cheXing_win dl dd a {
    padding: 4px 0 4px 0px;
    color: #15c;
    font-size: 14px;
    text-decoration: none;
}

.cheXing_win dl dd:hover {
    background-color: #F0F0F0;
}

.cheXing_win dl dd:hover a {
    padding-left: 17px;
    font-weight: 700;
    color: #000;
}

.carBrand_wrap.disabled input {
    background-color: rgba(204, 198, 198, 0.19);
}

.colorPick_wrap.disabled .colorTag {
    background-color: rgba(204, 198, 198, 0.19);
}

.colorPick_wrap.disabled .colorTag.colorPicked {
    background-color: #87B53B;
}

.colorPick_wrap {
    width: 550px;
    margin-left: 0px;
}

.colorPick_wrap .colorTag {
    color: #a6a6a6;
    float: left;
    position: relative;
    border: 1px solid #f2f2f2;
    width: 56px;
    height: 28px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.colorPick_wrap .colorTag span {
    display: block;
    margin: 6px;
    _margin: 3px;
    line-height: 16px;
}

.colorPick_wrap .colorTag i {
    display: none;
    font-size: 0px;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0px;
    bottom: 0px;
}

.colorPick_wrap .colorTag .other {
    padding-left: 5px;
}

.colorPick_wrap .colorTag em {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #cbcbcb;
    font-size: 0px;
}

.colorPick_wrap .colorTag:hover, .colorPick_wrap .colorPicked {
    text-decoration: none;
    color: #000;
    border: 1px solid #87B53B;
    background-color: #87B53B;
}

.colorPick_wrap .colorTag:hover span, .colorPick_wrap .colorPicked span {
    margin: 5px;
    _margin: 2px;
    color: #fff;
}

.colorPick_wrap .colorTag:hover em, .colorPick_wrap .colorPicked em {
    border: 1px solid #fff;
}

.colorPick_wrap .colorPicked i {
    display: block;
}

/*topTips*/
.toptips {
    position: relative;
    width: 970px;
    color: #ec4514;
    padding: 10px 15px;
    background-color: #fffbe4;
    margin-top: 10px;
    margin: 0 auto;
    text-align: left;
    font-family: "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-weight: 400;
    font-size: 14px;
}

.toptips .icons {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -62px -375px;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 13px;
}

.toptips .toptips_content {
    margin-left: 26px;
}

.toptips .toptips_content .blodred, .toptips .toptips_content .userNameQu {
    font-weight: bold;
}

.toptips a {
    color: blue;
}

@media screen and (max-width: 950px) {
    .toptips {
        width: 862px;
        margin: 0 40px;
    }
}
/* 方框选择“是/否”样式 */
.squareRadio_wrap {
    float: left;
}

.squareRadio_wrap .squareRadio {
    font-size: 14px;
    position: relative;
    line-height: 34px;
    display: inline-block;
    min-width: 65px;
    height: 34px;
    border: 1px solid #ddd;
    text-align: center;
    color: #737373;
    border-radius: 2px;
    margin-right: 10px;
    outline: none;
    *display: inline;
  /*ie7兼容*/
    *zoom: 1;
    cursor: pointer;
    padding: 0 10px;
}

.squareRadio_wrap .focus {
    border: 1px solid #ff552e;
    background-color: #ff5524;
    color: white;
}

.squareRadio_wrap .describe {
    display: inline-block;
}

.squareRadio_wrap .describe input {
    border: solid 1px #e0e0e0;
    height: 34px;
    outline: none;
    border-radius: 2px;
    padding-left: 8px;
}

.squareRadio_wrap .describe .textTip {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}

.SquareRadio_disabled {
    cursor: not-allowed;
}

.SquareRadio_disabled .squareRadio {
    cursor: not-allowed;
}

.privacy_wrap {
    position: relative;
}

.privacy_wrap .blueTips {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png) -36px -193px no-repeat;
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
}

.privacy_wrap .check_box {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png) -32px 0px no-repeat;
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
}

.privacy_wrap .selected {
    background-position: -32px -57px;
}

.privacy_wrap .title {
    float: left;
    margin-top: -5px;
}

.privacy_wrap .declaration {
    display: none;
    position: relative;
    _left: -130px;
    _top: 0px;
    z-index: 1000;
}

.privacy_wrap .declaration .triangle {
    position: absolute;
    left: 25px;
    top: 21px;
    width: 16px;
    height: 9px;
    z-index: 1002;
    background: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png) -44px -382px no-repeat;
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6.png);
}

.privacy_wrap .declaration p {
    position: absolute;
    z-index: 1001;
    left: -96px;
    top: 29px;
    width: 365px;
    line-height: 20px;
    padding: 18px;
    background-color: #fffbe4;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/*IE6、7zindex bug修复(该组件所在的行及块均需要配置该类)*/
.zIndex_fix {
    z-index: 1;
}

.clearfix {
    display: block;
}

.upload_xsz_tit {
    padding-top: 10px;
}

a.w_local2 {
    display: inline-block;
    font: 12px/29px Arial, "宋体";
    color: #666;
    text-align: right;
    width: 101px;
    background-position: 0 0;
    position: relative;
}

.ershouchePic_wrap .html5 input {
    position: absolute;
    top: 51px;
    left: 13px;
}

.ershouchePic_wrap input {
    opacity: 0;
    filter: alpha(Opacity=0);
    width: 101px;
    display: inline-block;
    z-index: 101;
    position: relative;
    top: -10px;
    cursor: pointer;
}

.ershouchePic_wrap .title {
    color: #ccc;
    position: relative;
    top: -9px;
    left: 5px;
    font-size: 12px;
}

.ershouchePic_wrap .images_upload_ex3 {
    margin: 0px;
}

.ershouchePic_wrap .delete_con {
    position: relative;
    right: -120px;
    top: 21px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(//img.58cdn.com.cn/m58/m3/img/upimg_x.png) no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//img.58cdn.com.cn/m58/m3/img/upimg_x.png",sizingMethod="scale");
}

.ershouchePic_wrap .carPicUploadImgContain {
    width: 140px;
    height: 122px;
}

.carloadimageTrigger {
    display: inline-block;
    left: 14px;
    position: relative;
    z-index: 100;
}

.carloadimageTrigger img {
    display: block;
    width: 126px;
    height: 100px;
}

.localImgUpLoad img {
    position: absolute;
    z-index: 200;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -25px;
}

.localImgUpLoad p {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    z-index: 220;
    margin-left: -30px;
    margin-top: 16px;
}

.images_upload_ex3 {
    position: relative;
    left: 0;
    margin-top: 12px;
    width: 120px;
    height: 88px;
    padding: 5px;
    background-color: #f6f6f6;
}

.images_upload_meg {
    position: relative;
    left: 0;
    padding-top: 2px;
    color: #ff4800;
    line-height: 22px;
    font-size: 12px;
}

* + html .images_upload_meg {
    position: absolute;
    left: 84px;
}

.combinaUpload_wrap.reallyCarRender {
    border: none;
}

.cheliangsp .block_content {
    margin-top: -35px;
}

.carVipZcsp_rows,
.carVipZcspWrap {
    position: absolute;
    left: 473px;
    top: 30px;
    width: 102px;
    height: 100px;
}

.carVipZcsp_rows .new_sp_title,
.carVipZcspWrap .new_sp_title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.carVipZcsp_rows .new_sp_tip,
.carVipZcspWrap .new_sp_tip {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}

.carVipZcsp_rows .new_sp_tip .up_num,
.carVipZcspWrap .new_sp_tip .up_num {
    color: #0E8ED8;
}

.carVipZcsp_rows .zcsp-content,
.carVipZcspWrap .zcsp-content {
    display: block;
    height: auto;
    border: 0 !important;
}

.carVipZcsp_rows .zcsp-content .sp-div,
.carVipZcspWrap .zcsp-content .sp-div {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    position: relative;
}

.carVipZcsp_rows .zcsp-content .sp-div .sp,
.carVipZcspWrap .zcsp-content .sp-div .sp {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.carVipZcsp_rows .zcsp-content .sp-div .sp .uppic-icon-wrap,
.carVipZcspWrap .zcsp-content .sp-div .sp .uppic-icon-wrap {
    position: absolute;
    left: 7px;
    top: 30px;
}

.carVipZcsp_rows .zcsp-content .zcsp-div,
.carVipZcspWrap .zcsp-content .zcsp-div {
    margin-top: 0;
}

.carVipZcsp_rows .zcsp-content .huo,
.carVipZcspWrap .zcsp-content .huo {
    display: inline-block;
    width: 52px;
    height: 172px;
    line-height: 172px;
    text-align: center;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.carVipZcsp_rows .zcsp-content .erweima,
.carVipZcspWrap .zcsp-content .erweima {
    width: 358px;
    height: 170px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.carVipZcsp_rows .zcsp-content .erweima img,
.carVipZcspWrap .zcsp-content .erweima img {
    display: inline-block;
    width: 107px;
    height: 107px;
    margin-top: 33px;
    margin-left: 38px;
}

.carVipZcsp_rows .zcsp-content .erweima .erweima_content,
.carVipZcspWrap .zcsp-content .erweima .erweima_content {
    display: inline-block;
    width: 150px;
    line-height: 18px;
    position: absolute;
    top: 48px;
    margin-left: 18px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.carVipZcsp_rows .zcsp-content .erweima span,
.carVipZcspWrap .zcsp-content .erweima span {
    position: static;
}

.carVipZcsp_rows .zcsp-content .erweima .erweima_title,
.carVipZcspWrap .zcsp-content .erweima .erweima_title {
    display: inline-block;
    margin-bottom: 15px;
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    color: #000000;
}

.carVipZcsp_rows .zcsp-content .erweima .strong,
.carVipZcspWrap .zcsp-content .erweima .strong {
    margin: 0 4px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #000000;
}

.carVipZcsp_rows .zcsp-content .sp-text,
.carVipZcspWrap .zcsp-content .sp-text {
    margin-top: 20px;
    margin-bottom: 8px;
}

.carVipZcsp_rows .zcsp-content .sp-text,
.carVipZcsp_rows .zcsp-content .yinsi_pass,
.carVipZcspWrap .zcsp-content .sp-text,
.carVipZcspWrap .zcsp-content .yinsi_pass {
    line-height: 17px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.carVipZcsp_rows .zcsp-content .clzp-protect,
.carVipZcsp_rows .zcsp-content .introToPhotoRules,
.carVipZcspWrap .zcsp-content .clzp-protect,
.carVipZcspWrap .zcsp-content .introToPhotoRules {
    font-size: 12px;
    color: #0E8ED8;
}

.carVipZcsp_rows .zcsp-content .clzp-protect,
.carVipZcspWrap .zcsp-content .clzp-protect {
    cursor: pointer;
}

.carVipZcsp_rows .zcsp-content .introToPhotoRules,
.carVipZcspWrap .zcsp-content .introToPhotoRules {
    position: static;
}

.carVipZcsp_rows .zcsp-content .introToPhotoRules img,
.carVipZcspWrap .zcsp-content .introToPhotoRules img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: 1px;
}

.carVipZcsp_rows .zcsp-content .photoRules,
.carVipZcspWrap .zcsp-content .photoRules {
    top: 238px;
}

.carVipZcsp_rows .zcsp-content .photoRules .arrow_outer,
.carVipZcspWrap .zcsp-content .photoRules .arrow_outer {
    left: 196px;
    cursor: pointer;
}

.carVipZcsp_rows .line,
.carVipZcspWrap .line {
    margin: 0 4px;
}

.carVipZcsp_rows .noUpload,
.carVipZcspWrap .noUpload {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 15px;
    text-align: center;
}

.carVipZcsp_rows .noUpload:hover .noUpload-hover,
.carVipZcspWrap .noUpload:hover .noUpload-hover {
    display: block;
}

.carVipZcsp_rows .scan_code,
.carVipZcspWrap .scan_code {
    width: 138px;
    height: 29px;
    position: absolute;
    left: 21px;
    top: 91px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(216, 216, 216, 0.21);
    border-radius: 2px;
}

.carVipZcsp_rows .new_erweima_code,
.carVipZcspWrap .new_erweima_code {
    width: 376px;
    height: 250px;
    display: none;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/escstatic/pc_erweima.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 2px;
    z-index: 1000;
    position: absolute;
    left: -10px;
    top: 121px;
}

.carVipZcsp_rows .new_erweima_code img,
.carVipZcspWrap .new_erweima_code img {
    width: 149px;
    height: 149px;
    margin-left: 24px;
    margin-top: 68px;
}

.carVipZcsp_rows .zcsp_new_icon,
.carVipZcspWrap .zcsp_new_icon {
    position: absolute;
    top: -15px;
    right: -40px;
    width: 53px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #FF552E;
}

.carVipZcsp_rows .noUpload-img,
.carVipZcspWrap .noUpload-img {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprites.png) no-repeat -80px -59px;
    background-size: 143px 95px;
}

.carVipZcsp_rows .noUpload-txt,
.carVipZcspWrap .noUpload-txt {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    display: block;
}

.carVipZcsp_rows .upload-desc,
.carVipZcspWrap .upload-desc {
    font-size: 12px;
    color: #999;
}

.carVipZcsp_rows .failUpload .uppic-icon-wrap,
.carVipZcspWrap .failUpload .uppic-icon-wrap {
    position: absolute;
    width: 100%;
    top: 50% !important;
    left: 50% !important;
}

.carVipZcsp_rows .bkg-ceng,
.carVipZcspWrap .bkg-ceng {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

.carVipZcsp_rows .zcsp-fail-tishi,
.carVipZcspWrap .zcsp-fail-tishi {
    display: none;
    margin-top: 5px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #FF552E;
    text-align: center;
}

.carVipZcsp_rows .zcsp-sucss-tishi,
.carVipZcspWrap .zcsp-sucss-tishi {
    display: none;
    position: absolute;
    left: 40px;
    bottom: -28px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.ershoucheVideo_wrap.zcsp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ershoucheVideo_wrap.zcsp .aivideo-tips .checkbox, .ershoucheVideo_wrap.zcsp .pics-tip .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.ershoucheVideo_wrap.zcsp .aivideo-tips .checkbox i, .ershoucheVideo_wrap.zcsp .pics-tip .checkbox i {
    cursor: pointer;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

.ershoucheVideo_wrap.zcsp .aivideo-tips .focus i, .ershoucheVideo_wrap.zcsp .pics-tip .focus i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    border: none;
    position: relative;
}

.ershoucheVideo_wrap.zcsp .aivideo-tips .tit, .ershoucheVideo_wrap.zcsp .pics-tip .tit {
    color: #FF5521;
    margin-bottom: 3px;
}

.ershoucheVideo_wrap.zcsp .aivideo-tips .con, .ershoucheVideo_wrap.zcsp .pics-tip .con {
    font-size: 12px;
    margin-bottom: 3px;
}

.ershoucheVideo_wrap.zcsp .upload_zcsp {
    width: 180px;
    height: 100px;
    margin-right: 10px;
}

.ershoucheVideo_wrap.zcsp .localVideoUpLoad input {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.ershoucheVideo_wrap.zcsp .zcsp_time {
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 12px;
    color: #FFFFFF;
}

.ershoucheVideo_wrap.zcsp .zcsp_paybtn {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 10000;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ershoucheVideo_wrap.zcsp .carVideoContain {
    object-fit: fill;
}

.ershoucheVideo_new_wrap.zcsp {
    width: 180px;
    height: 135px;
}

.zcsp_tangchuang {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
}

.zcsp_tangchuang_in {
    position: fixed;
    left: 50%;
    top: 320px;
    z-index: 2001;
    width: 548px;
    height: 206px;
    margin-left: -274px;
}

.zcsp_tangchuang_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 548px;
    height: 206px;
}

.zcsp_tangchuang_close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.zcsp_tangchuang_title {
    line-height: 34px;
    margin-top: 70px;
    margin-left: 44px;
    font-family: "PingFangSC-Semibold";
    font-size: 32px;
    color: #FFFFFF;
}

.zcsp_tangchuang_cont {
    margin-top: 5px;
    margin-left: 44px;
    font-family: "PingFangSC-Regular";
    font-size: 14px;
    color: #FFFfee;
}

.sp_loading {
    display: none;
    width: 100%;
    height: 100px;
    background: #fafafa;
    overflow: hidden;
}

.sp_loading_img {
    margin-left: -15px;
}

.sp_loading_div {
    margin-top: -5px;
    text-align: center;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #000000;
}

.carVipZcsp_new_rows .sp_loading_img {
    margin-left: 15px;
}

.ershoucheVideo_wrap {
    display: flex;
    align-items: center;
    background: transparent;
    width: auto !important;
    height: auto !important;
}

.ershoucheVideo_wrap .carloadvideoTrigger img, .ershoucheVideo_wrap .video_upload video {
    width: 100%;
    height: 150px;
}

.ershoucheVideo_wrap .video_upload video {
    z-index: 9999;
}

.ershoucheVideo_wrap .localVideoUpLoad input {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    outline: none;
    opacity: 0;
}

.ershoucheVideo_wrap .video_upload {
    width: 180px;
    height: 135px;
    margin-right: 20px;
    box-sizing: border-box;
    display: none;
    position: relative;
}

.ershoucheVideo_wrap .video_upload .delete_con {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(//img.58cdn.com.cn/m58/m3/img/upimg_x.png) no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//img.58cdn.com.cn/m58/m3/img/upimg_x.png",sizingMethod="scale");
}

.combinaUpload_wrap .zcIcon {
    display: block;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -7px -56px;
    background-size: 143px 95px;
    width: 33px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.combinaUpload_wrap .cpTopTip p {
    font-size: 12px;
    color: #999;
}

.combinaUpload_wrap .cpTopTip .rule {
    padding-left: 16px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: "PingFangSC-Medium,PingFang SC";
    color: #333;
}

.combinaUpload_wrap .cpTopTip .rule ::before {
    content: "";
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -8px -32px;
    background-size: 143px 95px;
    width: 15px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.combinaUpload_wrap .cpTopTip .info {
    margin-bottom: 3px;
    text-indent: 15px;
    font-family: "PingFangSC-Regular,PingFang SC";
}

.combinaUpload_wrap .cpTopTip span {
    margin-left: 5px;
    font-weight: 400;
    color: #0E8ED8;
    cursor: pointer;
}

.combinaUpload_wrap .imgshow:after {
    content: "";
    background-image: url(//img.58cdn.com.cn/ui7/che/post/img/image_tips_escar01.jpg);
    height: 141px;
    width: 575px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.combinaUpload_wrap .uploadItemWrap {
    position: relative;
    margin-top: 20px;
}

.combinaUpload_wrap .uploadWrap {
    width: 615px;
    height: 162px;
    line-height: 162px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .middleWrap {
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap, .combinaUpload_wrap .uploadWrap .reallycarWrap, .combinaUpload_wrap .uploadWrap .imgWrap, .combinaUpload_wrap .uploadWrap .videoWrap {
    float: left;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap {
    width: 172px;
    margin-left: 0;
    height: 162px;
    line-height: 162px;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap .middleWrap {
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap img {
    width: 130px;
    height: 130px;
    margin-bottom: 8px;
    margin-top: 2px;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap span {
    display: block;
}

.combinaUpload_wrap .uploadWrap .erCodeWrap .title_span {
    margin-bottom: 0;
    margin-top: -14px;
    font-family: "PingFangSC-Medium,PingFang SC";
    font-weight: 500;
    color: black;
    font-size: 13px;
}

.combinaUpload_wrap .uploadWrap .reallycarWrap {
    width: 168px;
    height: 162px;
    line-height: 162px;
}

.combinaUpload_wrap .uploadWrap .reallycarWrap .middleWrap {
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .reallycarWrap .middleWrap span {
    display: block;
}

.combinaUpload_wrap .uploadWrap .reallycarWrap .middleWrap .title_span {
    margin-bottom: 3px;
    font-family: "PingFangSC-Medium,PingFang SC";
    font-weight: 500;
    color: black;
}

.combinaUpload_wrap .uploadWrap .reallycarWrap .middleWrap input {
    width: 168px;
    top: -16px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    position: relative;
    left: 0;
}

.combinaUpload_wrap .uploadWrap .imgWrap, .combinaUpload_wrap .uploadWrap .videoWrap {
    opacity: 0;
}

.combinaUpload_wrap .uploadWrap .imgWrap, .combinaUpload_wrap .uploadWrap .videoWrap {
    width: 100px;
    height: 100px;
    border: 1px dashed #ddd;
    line-height: 100px;
    cursor: pointer;
}

.combinaUpload_wrap .uploadWrap .imgWrap .cameraIcon, .combinaUpload_wrap .uploadWrap .videoWrap .cameraIcon {
    width: 32px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/zhaoqian08/cameraIcon.png) no-repeat;
    margin-bottom: 12px;
}

.combinaUpload_wrap .uploadWrap .imgWrap .middleWrap, .combinaUpload_wrap .uploadWrap .videoWrap .middleWrap {
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.combinaUpload_wrap .uploadWrap .imgWrap span, .combinaUpload_wrap .uploadWrap .videoWrap span {
    display: block;
}

.combinaUpload_wrap .uploadWrap .videoIcon {
    width: 32px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/zhaoqian08/videoIcon.png) no-repeat;
    margin-bottom: 12px;
}

.combinaUpload_wrap .uploadWrap .cameraIcon {
    width: 32px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/zhaoqian08/cameraIcon.png) no-repeat;
    margin-bottom: 12px;
}

.combinaUpload_wrap .uploadListWrap {
    background: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap {
    width: 180px;
    height: 42px;
    border: 1px dashed #dddddd;
    box-sizing: border-box;
    line-height: 42px;
    position: relative;
    display: none;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .titleWrap {
    text-align: center;
    line-height: 40px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .erIcon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -60px -30px;
    background-size: 143px 95px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .upIcon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -6px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .downIcon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -15px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .upIcon, .combinaUpload_wrap .uploadListWrap .erCodeWrap .downIcon {
    background-size: 143px 95px;
    width: 12px;
    height: 6px;
    margin-bottom: 5px;
    margin-left: 10px;
    position: absolute;
    top: 15px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .erCode {
    height: 178px;
    width: 180px;
    background: #fff;
    text-align: center;
    display: none;
    position: absolute;
    border-top: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    z-index: 102;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .erCode .title_span {
    margin-top: -10px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .erCode span {
    line-height: 24px;
    display: block;
    margin-top: -10px;
}

.combinaUpload_wrap .uploadListWrap .erCodeWrap .erCode img {
    width: 130px;
    height: 130px;
}

.combinaUpload_wrap .uploadListWrap .erCodeBg {
    background: white;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border: 0;
}

.combinaUpload_wrap .uploadListWrap .erCodeBg .erCode {
    display: block;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .listTitle, .combinaUpload_wrap .uploadListWrap .reallycarWrap .listTitle {
    line-height: 48px;
    font-weight: 500;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .listTitle img, .combinaUpload_wrap .uploadListWrap .reallycarWrap .listTitle img {
    position: relative;
    top: 5px;
}

.combinaUpload_wrap .uploadListWrap .videoWrapLeft {
    position: absolute;
    left: 309px;
}

.combinaUpload_wrap .uploadListWrap .reallycarWrap {
    line-height: 28px;
    margin: 0 0 20px 20px;
    display: none;
    margin-left: 25px;
}

.combinaUpload_wrap .uploadListWrap .reallycarWrap i.zcIcon {
    margin-top: 45px;
}

.combinaUpload_wrap .uploadListWrap .listWrap_hc {
    width: 366px;
    text-align: center;
    float: left;
    position: relative;
}

.combinaUpload_wrap .uploadListWrap .listWrap_hc .main {
    width: 366px;
    height: 149px;
    border-radius: 2px;
    border: 1px dashed #dddddd;
    text-align: center;
}

.combinaUpload_wrap .uploadListWrap .listWrap {
    width: 265px;
    text-align: center;
    float: left;
}

.combinaUpload_wrap .uploadListWrap .listWrap .main {
    width: 265px;
    height: 149px;
    border-radius: 2px;
    border: 1px dashed #dddddd;
    text-align: center;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender {
    border: 1px dashed #ddd;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender_hc {
    height: 100%;
    position: relative;
    margin: 0;
    border: 1px dashed #ddd;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender_hc .noUpload-img {
    margin-top: 26px;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender_hc .video_upload video {
    width: 100%;
    height: 100%;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender_hc .delete_con {
    right: 0px;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .videoRender_hc .sp_loading {
    height: 100px;
}

.combinaUpload_wrap .uploadListWrap .videoWrap .listTitle {
    display: none;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc {
    position: relative;
    left: 0;
    top: 0;
    width: 265px;
    height: 184px;
    text-align: center;
    float: left;
    margin: 0 0 20px 30px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .listTitle, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .listTitle {
    display: block;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .videoRender, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .videoRender {
    height: 149px;
    position: relative;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .videoRender_hc, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .videoRender_hc {
    height: 125px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .videoRender_hc .sp_loading, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .videoRender_hc .sp_loading {
    height: 125px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .noUpload-img, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .noUpload-img {
    margin-top: 40px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .bkg-ceng, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .bkg-ceng {
    width: 265px;
    height: 149px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .zcsp-content .sp-div .sp .uppic-icon-wrap, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .zcsp-content .sp-div .sp .uppic-icon-wrap {
    left: 130px;
    top: 70px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .sp_loading, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .sp_loading {
    height: 149px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap .sp_loading_img, .combinaUpload_wrap .uploadListWrap .videoListWrap_hc .sp_loading_img {
    margin: 25px 0 0 65px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap_hc {
    width: 172px;
    height: 170px;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap_hc .sp_loading_img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap_hc .bkg-ceng {
    width: 170px;
    height: 100%;
}

.combinaUpload_wrap .uploadListWrap .videoListWrap_hc .zcsp-content .sp-div .sp .uppic-icon-wrap {
    left: 87px;
    top: 59px;
}

.combinaUpload_wrap .photoRules {
    display: none;
    position: absolute;
    bottom: -96px;
    left: -1px;
    width: 494px;
    height: 243px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 2 2px 4px 0 black;
    border-radius: 4px;
    z-index: 1200;
}

.combinaUpload_wrap .photoRules .arrow_outer {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #ccc transparent;
    display: block;
    position: absolute;
    left: 318px;
    top: -10px;
    line-height: 0;
}

.combinaUpload_wrap .photoRules .arrow_outer span {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    left: -6px;
    top: -4px;
    font-size: 0;
    line-height: 0;
}

.combinaUpload_wrap .photoRules .headerTitle {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #808080;
}

.combinaUpload_wrap .photoRules .picContent {
    position: absolute;
    top: 49px;
    left: -20px;
}

.combinaUpload_wrap .photoRules .picContent div {
    width: 163px;
    display: inline-block;
    margin-left: 20px;
}

.combinaUpload_wrap .photoRules .picContent div .img {
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    width: 163px;
    height: 126px;
}

.combinaUpload_wrap .photoRules .picContent div .img img {
    width: 163px;
    height: 126px;
}

.combinaUpload_wrap .photoRules .picContent div .title {
    display: block;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    color: #808080;
}

.combinaUpload_wrap .reallyCarRender {
    height: 149px;
    position: relative;
    border: 1px dashed #ddd;
}

.combinaUpload_wrap .reallyCarRender_hc {
    height: 125px;
    position: relative;
}

.combinaUpload_wrap .reallyCarRender_hc .carloadimageTrigger img {
    width: 175px;
    height: 125px;
}

.combinaUpload_wrap .uploadLocal {
    margin-left: 5px;
    margin-right: 5px;
}

.imgbar_wrap {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 340px;
}

.imgbar_wrap .aivideo-tips .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.imgbar_wrap .aivideo-tips .checkbox i {
    cursor: pointer;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

.imgbar_wrap .aivideo-tips .pics-img {
    width: 16px;
    margin-left: 5px;
    margin-right: 3px;
    cursor: pointer;
}

.imgbar_wrap .aivideo-tips .img-shuoming {
    color: #999;
    font-size: 12px;
}

.imgbar_wrap .aivideo-tips .focus i {
    background: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/wangshan09/active_icon.png) no-repeat;
    background-size: 15px;
    border: none;
    position: relative;
}

.imgbar_wrap .aivideo-tips .tit {
    color: #FF5521;
    margin-bottom: 3px;
}

.imgbar_wrap .aivideo-tips .con {
    font-size: 12px;
    margin-bottom: 3px;
}

.imgbar_wrap .infotip {
    display: none;
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 5px;
    height: 30px;
    width: 100%;
    clear: both;
}

.imgbar_wrap .infotip .imgNum {
    color: #000;
    float: left;
}

.imgbar_wrap .infotip .changan-tishi {
    float: right;
}

.imgbar_wrap .infotip .checkbox_wrap {
    position: relative;
    top: -4px;
}

.imgbar_wrap .infotip .checkbox_wrap label {
    color: #333;
}

.imgbar_wrap .infotip .checkbox_wrap .checkbox i {
    cursor: pointer;
}

.imgbar_wrap_left {
    position: absolute;
    left: 179px;
}

.imgbar_wrap .img_list .img_box {
    float: left;
    width: 120px;
    height: 90px;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 25px;
    position: relative;
}

.imgbar_wrap .img_list .img_box img {
    width: 120px;
    height: 90px;
    cursor: move;
    display: block;
}

.imgbar_wrap .img_list .img_box .toolbar_wrap {
    top: 0px;
    position: relative;
}

.imgbar_wrap .img_list .img_selector {
    position: absolute;
    top: 1px;
    z-index: 3;
    display: block;
    border-bottom: 0;
    width: 120px;
    line-height: 27px;
    font-size: 12px;
    cursor: pointer;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-align: right;
}

.imgbar_wrap .img_list .img_selector a {
    color: #666 !important;
    display: block;
    line-height: 21px;
    padding: 0 13px 0 6px;
    white-space: nowrap;
}

.imgbar_wrap .img_list .img_selector a:hover {
    background-color: #ff7919;
    color: #fff !important;
    text-decoration: none;
}

.imgbar_wrap .img_list .img_selector .selticon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -6px;
    float: right;
    margin: 10px 8px 0 4px;
    background-size: 143px 95px;
    width: 12px;
    height: 6px;
}

.imgbar_wrap .img_list .img_selector .slideUp {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -112px -15px;
    background-size: 143px 95px;
}

.imgbar_wrap .img_list .img_selector ul {
    width: 79px;
    max-height: 300px;
    overflow-y: scroll;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    right: 0;
    padding: 1px;
    top: 27px;
    z-index: 111;
    position: absolute;
    background: #fff;
    display: none;
}

.imgbar_wrap .img_list .item_input {
    display: block;
    height: 27px;
}

.imgbar_wrap .img_list .item_input textarea {
    resize: none;
    width: 128px;
    height: 20px;
    margin-top: 0;
    margin-top: 0\0;
    _margin-top: -1px;
    border: #d3d3d3 1px solid;
    border-top: none;
    display: block;
    font: 12px/20px Arial, "宋体";
    overflow: hidden;
    padding: 0 2px;
    color: #2B2929;
    text-align: left;
}

.imgbar_wrap .img_list .item_input .hc {
    display: none;
}

.imgbar_wrap .img_list .item_input.on {
    display: block;
    z-index: 98;
    background-color: #f6f6f6;
    position: absolute;
    width: 158px;
    padding: 6px 6px 0 6px;
    border: #d3d3d3 1px solid;
    top: 127px;
    height: 100px;
    left: 0px;
}

.imgbar_wrap .img_list .item_input.on textarea {
    color: #2B2929;
    border: #e3e3e3 1px solid;
    width: 152px;
    height: 80px;
}

.imgbar_wrap .img_list .item_input.on .hc {
    display: block;
    line-height: 18px;
    color: #d4d4d2;
}

.aiPicVideo {
    margin-top: 20px;
}

.aiPicVideo .ai_pic_box {
    width: 180px;
    height: 135px;
    text-align: center;
    position: relative;
    background-color: #000;
    display: flex;
    align-items: center;
}

.aiPicVideo .ai_pic_box video {
    width: 180px;
    max-height: 100%;
}

.aiPicVideo .pic_tag {
    width: 180px;
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.imgbar_wrap .beautySwitch {
    display: none;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    overflow: hidden;
}

.cheliangtupian-block .block_title .tip_title {
  /*二手车图片必传一张提示*/
    font-size: 14px;
    color: #808080;
    position: absolute;
    top: -5px;
    left: 155px;
}

/*上传车辆视频优化  start*/
.cheliangtupian-rows .rows_title {
    display: none;
}

.cheliangtupian-rows .imgbar_wrap {
    margin-top: 0;
}

.cheliangtupian-rows .upload_wrap .upload {
    width: 100%;
}

.cheliangtupian-rows .upload_wrap .localUpload_wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.cheliangtupian-rows .upload_wrap .separate {
    height: 172px;
    line-height: 172px;
    padding: 0px 20px;
    color: #676767;
    font-size: 12px;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload_wrap {
    width: 358px;
    height: 170px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload {
    width: auto;
    height: auto;
    border: 0;
    position: static;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload .wxUpload {
    height: auto;
    margin: 0px;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload .wxTxt {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 165px;
    width: 150px;
    line-height: 18px;
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload .wx_img_wrap img {
    margin-top: 35px;
    margin-left: 38px;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload .wxTxt-title {
    display: inline-block;
    margin-bottom: 7px;
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    color: #000000;
}

.cheliangtupian-rows .upload_wrap .wxqqUpload .wx {
    padding: 0 4px;
    color: #000000;
}

.cheliangtupian-rows .upload_wrap .info {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian-rows .upload_wrap .info span {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: #676767;
}

.cheliangtupian-rows .upload_wrap .info .imgShili {
    color: #0E8ED8;
    cursor: pointer;
    text-decoration: underline;
}

.cheliangtupian-rows .upload_wrap .info .biaohong {
    color: #ED6D06;
}

.cheliangtupian-rows .upload_wrap .tip_title {
    margin-top: 20px;
    font-family: "PingFangSC-Medium";
    font-size: 12px;
    color: #000000;
}

/*上传车辆视频优化  end*/
.j-uploadBtn {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrap {
    width: 550px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    height: auto;
    padding: 24px 30px 30px 30px;
}

.imgListWrap .j-uploadBtn {
    width: 120px;
    height: 90px;
    float: left;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrap .localUpload {
    margin-top: 40px;
}

.imgListWrap .upload_wrap .localUpload_wrap {
    margin-left: 10px;
    margin-top: -20px;
}

.imgListWrap .upload_wrap .localDeSc {
    display: none;
}

.imgListWrapRow {
    width: 555px;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    margin: 0;
    padding: 24px 30px;
}

.imgListWrapRow .j-uploadBtn {
    width: 555px;
    height: 100%;
    float: left;
    border-radius: 2px;
    border: 1px dashed #dddddd;
}

.imgListWrapRow .upload_wrap .localUpload_wrap {
    margin-left: 0px;
    margin-top: 0px;
    width: 555px;
    height: 85px;
}

.imgListWrapRow .upload_wrap .localDeSc {
    display: none;
}

.imgListWrapRow .upload_wrap .localUpload {
    margin: 35px 20px 10px 260px;
}

.imgListWrapRow .upload_wrap .localUpload #imgUpload {
    width: 100%;
    height: 100%;
}

.imgListWrapRow .upload_wrap .localUpload #imgUpload input {
    width: 100%;
    height: 100%;
}

.combinaUpload_wrap {
    position: relative;
    z-index: 959;
}

.combinaUpload_wrap .rows_title {
    left: 26px;
}

.combinaUpload_wrap .reallyCarHc_wrap {
    width: 47%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px #ddd dashed;
}

.combinaUpload_wrap .reallyCarHc_wrap .upload_xsz_tit {
    padding-top: 1px;
}

.combinaUpload_wrap .reallyCarHc_wrap .carPicUploadImgContain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1;
}

.combinaUpload_wrap .reallyCarHc_wrap .vinText {
    display: none;
    z-index: 1000;
    position: relative;
    top: 68px;
    font-size: 12px;
    line-height: 17px;
    color: #fd634f;
}

.combinaUpload_wrap .reallyCarHc_wrap .uploadTips {
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333;
    position: relative;
    top: -32px;
    z-index: 1000;
    background: #fff;
    height: 102%;
    border: 1px #ddd dashed;
    width: 101%;
    display: none;
}

.combinaUpload_wrap .reallyCarHc_wrap .uploadTips .uploadTest {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    margin-left: 61px;
    margin-top: 26px;
}

.combinaUpload_wrap .reallyCarHc_wrap .uploadTips .uploadTest .zcTipIcon {
    background: url(//img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/newfabuSprite.png) no-repeat -60px -30px;
    background-size: 143px 95px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 38px;
    top: 34px;
}

.combinaUpload_wrap .reallyCarHc_wrap .uploadTips p {
    font-size: 12px;
}

.combinaUpload_wrap .reallyCarHc_wrap #PictureUpload, .combinaUpload_wrap .reallyCarHc_wrap input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.combinaUpload_wrap .reallyCarHc_wrap .carloadimageTrigger {
    position: absolute;
    left: 0px;
}

.combinaUpload_wrap .reallyCarHc_wrap .images_upload_meg {
    display: none;
}

.combinaUpload_wrap .reallyCarHc_wrap .delete_con {
    position: relative;
    right: -153px;
    top: 0px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(//img.58cdn.com.cn/m58/m3/img/upimg_x.png) no-repeat;
    background-size: cover;
    z-index: 10;
}

.combinaUpload_wrap .yczbpic {
    margin-left: 12px;
}

.combinaUpload_wrap .scxingshiz {
    display: none;
}

.protect_wrap .content {
    padding: 0 40px;
    width: 570px;
    line-height: 25px;
}

.protect_wrap .content .btn-group a {
    display: block;
    margin: 5px auto;
    width: 164px;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    background-color: #ff552e;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.localImgUpLoad .html5 input {
    z-index: 210;
}

.localImgUpLoad form input {
    z-index: 210;
}

.zcsp-content {
    background: #FFFFFF;
    display: none;
    border: 1px solid #E0E0E0;
    height: 209px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.zcsp-content .zcsp-div {
    position: relative;
    margin-top: 20px;
}

.zcsp-content .sp-div {
    display: inline-block;
    vertical-align: top;
}

.zcsp-content .sp-div .sp {
    position: relative;
    display: inline-block;
    z-index: 200;
}

.zcsp-content .sp-div .sp .uppic-icon-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.zcsp-content .sp-div .sp .uppic-icon-wrap .uppic-icon-shiping {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url(https://img.58cdn.com.cn/escstatic/fecar/pmuse/fabupc/shippingUpload.png);
    background-size: contain;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.zcsp-content .sp-div .sp .uppic-icon-wrap .text {
    display: inline-block;
    color: #FF552EFF;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.zcsp-content .sp-div .sp-text {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0;
    position: absolute;
    left: 20px;
    top: 143px;
    vertical-align: top;
}

.zcsp-content .sp-div .sp-text .sp-text-red {
    color: #FF552E;
}

.zcsp-content .sp-div .sp-text img {
    vertical-align: top;
}

.zcsp-content .sp-div .clzp-protect {
    font-size: 14px;
    letter-spacing: 0;
    position: absolute;
    left: 20px;
    top: 165px;
    color: #2255DD;
    cursor: pointer;
    vertical-align: top;
}

.zcsp-content .introToPhotoRules {
    position: absolute;
    top: 165px;
    left: 180px;
    vertical-align: top;
    color: #2255DD;
    font-size: 14px;
}

.zcsp-content .introToPhotoRules img {
    vertical-align: top;
}

.zcsp-content .fengexian {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #D8D8D8;
    margin-left: 20px;
    margin-top: 25px;
    vertical-align: top;
}

.zcsp-content .erweima {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 7px;
    margin-left: 3px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.zcsp-content .erweima img {
    width: 100px;
    height: 100px;
}

.zcsp-content .erweima span {
    position: relative;
    top: -14px;
}

.zcsp-content .photoRules {
    display: none;
    position: absolute;
    top: 187px;
    left: -1px;
    width: 748px;
    height: 243px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 2 2px 4px 0 black;
    border-radius: 4px;
    z-index: 1200;
}

.zcsp-content .photoRules .arrow_outer {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #ccc transparent;
    display: block;
    position: absolute;
    left: 557px;
    top: -10px;
    line-height: 0;
}

.zcsp-content .photoRules .arrow_outer span {
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    left: -6px;
    top: -4px;
    font-size: 0;
    line-height: 0;
}

.zcsp-content .photoRules .headerTitle {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #808080;
}

.zcsp-content .photoRules .picContent {
    position: absolute;
    top: 49px;
    left: -20px;
}

.zcsp-content .photoRules .picContent div {
    width: 163px;
    display: inline-block;
    margin-left: 20px;
}

.zcsp-content .photoRules .picContent div .img {
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    width: 163px;
    height: 126px;
}

.zcsp-content .photoRules .picContent div .img img {
    width: 163px;
    height: 126px;
}

.zcsp-content .photoRules .picContent div .title {
    display: block;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    color: #808080;
}

.paytoptips {
    position: relative;
    width: 970px;
    color: #ec4514;
    padding: 10px 15px;
    background-color: #fffbe4;
    margin-top: 10px;
}

.paytoptips .payright {
    float: right;
}

.paytoptips .payright a {
    color: #ec6c01;
}

.paytoptips .paytips {
    margin-left: 26px;
}

.paytoptips .payhorns {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -62px -375px;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 13px;
}

.payGuide, .payState {
    margin: 0 40px;
    position: relative;
    font: normal 14px/26px "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
}

.payGuide ul, .payState ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.payGuideTip, .payStateTip {
    margin: 10px 30px;
    line-height: 30px;
    color: #808080;
    text-align: center;
}

.payGuideTip div, .payStateTip div {
    text-align: center;
}

.payCount {
    position: absolute;
    right: 0;
    _right: 40px;
    top: 80px;
}

.payCount span {
    color: red;
}

.payListsWrap {
    margin-top: 30px;
    color: #606060;
}

.payListsTip {
    font-size: 18px;
}

.payGuide .payLists {
    margin-top: 20px;
}

.payLists li {
    float: left;
    height: 120px;
    width: 120px;
    margin-left: 40px;
    line-height: normal;
    text-align: center;
}

#payListsWX {
    margin-left: 20px;
}

#payListsWX .payicon {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -504px 0;
}

#payListsAL .payicon {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -584px 0;
}

#payListsOT .payicon {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -664px 0;
}

.payicon {
    display: block;
    width: 100%;
    width: 73px;
    height: 73px;
    margin: 12px 24px;
}

.payim {
    position: relative;
    display: inline-block;
    height: 30px;
    background: #ffc55d;
    padding: 0 10px;
}

.payimicon {
    position: absolute;
    left: 7px;
    top: 6px;
    width: 25px;
    height: 20px;
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -744px 0;
}

.payState .paycontact {
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
}

.payStateBtn ul {
    padding: 48px 40px 0 92px;
}

#paySuccess, #payAgain {
    float: left;
    width: 137px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
}

#paySuccess {
    background: #ed6d06;
}

#payAgain {
    margin-left: 20px;
}

#payAgain .payBtn {
    color: #808080;
    text-decoration: none;
}

#paySuccess .payBtn {
    color: #FFF;
    text-decoration: none;
}

.payBtn {
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

/*刷新新增*/
.payGuideRefresh .payLists {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

.payGuideRefresh .refresh {
    margin-top: 15px;
    line-height: 25px;
    text-align: center;
    color: #808080;
}

.payGuideRefresh .refresh a {
    color: #392cff;
}

.payGuideRefresh .bizRefresh {
    line-height: 25px;
    text-align: center;
    color: #808080;
}

.payGuideRefresh .bizRefresh a {
    color: #392cff;
}

/*芝麻认证支付*/
#payListsZM .payicon {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_v20160705.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons_ie6_v20160705.png);
    background-position: -328px -192px;
}

#payListsZM .payicon.greyPayListsZMicon {
    background-position: -436px -192px;
}

.rzLists li {
    width: 138px;
    margin-left: 22px;
}

.payListsEm {
    color: #ff552e;
}

.greyPayListsEm, .greyPayListsZM {
    color: #c3c3c3;
}

#feComPopMask {
    left: 0;
    top: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    background-color: #000;
    z-index: 9996;
}

/*遮罩层iframe样式*/
#feComPopMaskIframe {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(Opacity=0);
    opacity: 0;
}

#feComPop {
    position: fixed;
    _position: absolute;
    z-index: 9997;
    left: 50%;
    top: 50%;
}

#feComPopWrap {
    position: relative;
}

.feComPopContains {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    z-index: 9999;
}

.feComPopiframe {
  /* position: absolute;
   top: 47px;
   left: 0;*/
  /*display: none;*/
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.feComPopTopbar {
    margin: 0 40px;
    border-bottom: 1px solid #ccc;
}

.feComPopTitle {
    font: normal 22px/26px "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    margin-left: 20px;
    line-height: 66px;
    color: #000;
}

.feComPopClosebtn {
    display: block;
    font-weight: 900;
    width: 16px;
    height: 18px;
    font-size: 16px;
    color: #d0d0d0;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
}

.feComPopClosebtn:hover {
    color: #ed6d06;
}

.feComPopload {
    font-size: 14px;
    background: url(//pic2.58.com/n/images/loading.gif) no-repeat center center;
    margin-left: -60px;
    padding-left: 90px;
    text-align: center;
    color: #666;
    line-height: 350px;
    z-index: 9998;
}

.feComPopDom {
    display: none;
    width: 100%;
}

/*遮罩层弹出返回按钮*/
.feComPopGoBackbtn {
    line-height: 20px;
    font-family: "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.feComPopGoBackbtn i {
    display: inline-block;
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    _background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icon_ie6.png);
    background-position: -792px -39px;
    *background-position: -792px -36px;
    width: 8px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

#contentPost {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    *margin-top: 20px;
    font: 400 14px/190% Hiragino Sans GB, 微软雅黑, Microsoft YaHei, SimHei, Tahoma, 宋体, SimSun, sansserif;
}

#contentPost .red {
    color: red;
    padding: 0 5px;
    font-weight: bold;
}

#contentPost .car_swk {
    padding: 15px;
    background-color: #fffbe4;
    color: #ec4514;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 976px;
}

#contentPost .car_swk .car_swk_p {
    background: url(//img.58cdn.com.cn/ui7/post/img/car_newvip_bg.png) no-repeat -130px -134px;
    padding-left: 25px;
    height: 18px;
    line-height: 18px;
}

#contentPost .car_swk2 {
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 976px;
    color: #ec4514;
    padding: 15px;
    height: 18px;
    background-color: #fffbe4;
}

#contentPost .car_swk2 .car_swk_p2 {
    background-image: url(//img.58cdn.com.cn/ui7/post/pc/imgs/icons.png);
    background-position: -62px -375px;
    height: 16px;
    line-height: 18px;
    padding-left: 35px;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: -9px;
}

/*图片编辑框样式*/
#shadeFrame {
    height: 100%;
    width: 100%;
    background-color: #CCCCCC;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}

#editFrame {
    border-radius: 5px;
    width: 800px;
    height: 665px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9100;
    background: white;
    margin-top: -332.5px;
    margin-left: -400px;
}

#editFrame .oldpiclabel {
    position: absolute;
    left: 199px;
    top: 78px;
    color: #fff;
    width: 40px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.3);
}

/*左侧滚动选择样式*/
#scrollwrap {
    position: absolute;
    left: 30px;
    top: 70px;
    width: 122px;
    height: 488px;
    padding: 10px 32px 0 10px;
    border-radius: 10px;
    background: #F8F8F8;
    overflow-y: scroll;
}

#scrollwrap .currentItem {
    width: 116px;
    height: 86px;
    margin-bottom: 6px;
    border: 2px solid #EC6800;
}

#scrollwrap .imgItem {
    width: 120px;
    height: 90px;
    margin-bottom: 6px;
    background: white;
}

#scrollwrap img {
    width: 116px;
    height: 86px;
}

#scrollwrap .imgItem img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/*编辑内容保存弹窗样式*/
#popalert {
    position: absolute;
    top: 194px;
    left: 321px;
    width: 300px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 10001;
    display: none;
}

#popalert .title {
    font-size: 14px;
    color: #333333;
    margin-top: 44px;
    line-height: 20px;
    text-align: center;
}

#popalert .btns {
    text-align: center;
    margin-top: 40px;
}

#popalert .btns span {
    width: 88px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    border-radius: 4px;
    margin-right: 20px;
}

#popalert .btns #saveedit {
    background: #EC6800;
}

#popalert .btns #canceledit {
    border: 1px solid #E0E0E0;
    color: #808080;
}

#canvasFrame {
    position: absolute;
    left: 191px;
    top: 70px;
    width: 564px;
    height: 422px;
    z-index: 10000;
    border: 1px solid #E1E1E1;
    border-bottom: 0;
    border-left: 0;
}

#canvas {
    position: absolute;
}

#canvasFrame .cliplayer {
  /*裁剪四周蒙层样式处理*/
    position: absolute;
    opacity: 0.5;
    background: #000000;
    z-index: 10001;
}

#btnClose {
    height: 17px;
    width: 17px;
    position: absolute;
    right: 25px;
    top: 11px;
    cursor: pointer;
    font-size: 26px;
}

.buttonBar {
    position: absolute;
    left: 191px;
    top: 492px;
    width: 564px;
    padding-top: 15px;
    height: 60px;
    border: 1px solid #E1E1E1;
    border-top: 0;
    border-left: 0;
}

.buttonBar .isbeautyBtn {
    width: 88px;
    height: 36px;
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin: 12px 0 0 14px;
    padding-left: 10px;
}

.editBtnBar {
    position: absolute;
    left: 50%;
    margin-left: -90px;
}

.button1 {
    height: 60px;
    width: 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #808080;
    font-weight: 12px;
}

.editBtnIcon {
    height: 27px;
    width: 27px;
    position: absolute;
    left: 17px;
    top: 5px;
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
}

.button1 span {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 15px;
}

.clipHover, .rotateHover, .mosaicHover {
    background-color: #F3F2F2;
    color: #33363e;
}

.clipDefault .editBtnIcon, .clipHover .editBtnIcon {
    background-position: -177px -290px;
}

.rotateDefault .editBtnIcon, .rotateHover .editBtnIcon {
    background-position: -177px -326px;
}

.mosaicDefault .editBtnIcon, .mosaicHover .editBtnIcon {
    background-position: -171px -365px;
}

.clipClick, .rotateClick, .mosaicClick {
    color: white;
    background-color: #33363E;
}

.clipClick .editBtnIcon {
    background-position: -220px -290px;
}

.rotateClick .editBtnIcon {
    background-position: -219px -327px;
}

.mosaicClick .editBtnIcon {
    background-position: -217px -366px;
}

.mosaicSLine .editBtnIcon {
    background-position: -283px -387px;
}

.mosaicMLine .editBtnIcon {
    background-position: -346px -387px;
}

.mosaicBLine .editBtnIcon {
    background-position: -408px -387px;
}

.lineWeightOptions {
    position: absolute;
    left: 50%;
    margin-left: 30px;
    height: 140px;
    width: 72px;
}

.listIcon {
    display: none;
    width: 10px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #E1E1E1;
}

.listIcon div {
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #33363E;
    position: absolute;
    top: 27px;
}

.options {
    display: none;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    top: 60px;
    border-bottom: 1px solid red;
    z-index: 10000000;
    background: white;
    cursor: pointer;
}

.sLine, .mLine, .bLine {
    height: 26px;
    border: 1px solid #E1E1E1;
    border-top: 0;
    background-color: white;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.sLine:hover, .mLine:hover, .bLine:hover {
    background-color: #F3F2F2;
    color: #33363E;
}

.selectedLine {
    background-color: #F3F2F2;
    color: #33363E;
}

.lineOptHover {
    color: #808080;
}

.sLine span, .mLine span, .bLine span {
    display: inline-block;
    background: #85868B;
    line-height: 26px;
}

.sLine span {
    height: 6px;
    width: 6px;
    border-radius: 3px;
}

.mLine span {
    height: 8px;
    width: 8px;
    border-radius: 4px;
}

.bLine span {
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

#restore {
    width: 66px;
    height: 26px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    position: absolute;
    top: 32px;
    right: 20px;
    cursor: pointer;
    font-weight: 12px;
}

.restoreIcon {
    background-image: url("//img.58cdn.com.cn/ui7/post/pc/imgs/icons_edit.png");
    background-position: -178px -252px;
    position: absolute;
    left: 6px;
    top: 3px;
    color: #808080;
    height: 20px;
    width: 20px;
}

.restoreHover {
    color: #422929;
    background-color: #E7E7E7;
}

.restoreDisable {
    color: #cccccc;
    background-color: white;
}

.restoreDisable .restoreIcon {
    background-position: -201px -252px;
}

#restore span {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 1px;
}

#submitImage {
    width: 97px;
    height: 36px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    left: 59%;
    margin-left: -48px;
    text-align: center;
    line-height: 36px;
    background: #ED6D06;
    color: white;
    cursor: pointer;
}

#clipFrame {
    border: 1px white dashed;
    position: absolute;
    z-index: 100000;
}

#clipFrame div {
    height: 7px;
    width: 7px;
    position: absolute;
    border: 1px solid white;
}

#shade4MakeSure {
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.4;
    z-index: 100000;
}

#dialog4MakeSure {
    width: 300px;
    height: 160px;
    background: white;
    position: absolute;
    top: 194px;
    left: 321px;
    z-index: 100000;
    text-align: center;
    color: #808080;
    font-weight: 14px;
}

#dialog4MakeSure span {
    display: inline-block;
    margin-top: 47px;
    text-align: center;
    color: #808080;
    font-weight: 14px;
}

#dialog4MakeSure input {
    display: inline-block;
    margin-top: 30px;
    font-weight: 14px;
    height: 36px;
    width: 88px;
    border-radius: 5px;
    cursor: pointer;
}

.application {
    background: #ed6d06;
    border: 1px solid #ed6d06;
    color: #ffffff;
    margin-left: -5px;
    margin-right: 20px;
}

.giveUp {
    color: #808080;
    background: #ffffff;
    border: 1px solid #E0E0E0;
}

.toNW {
    left: -5px;
    top: -5px;
    cursor: nw-resize;
}

.toN {
    top: -5px;
    cursor: n-resize;
}

.toNE {
    right: -5px;
    top: -5px;
    cursor: ne-resize;
}

.toE {
    right: -5px;
    cursor: e-resize;
}

.toSE {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}

.toS {
    bottom: -5px;
    cursor: s-resize;
}

.toSW {
    left: -5px;
    bottom: -5px;
    cursor: sw-resize;
}

.toW {
    left: -5px;
    cursor: w-resize;
}

#loadingTip {
    position: absolute;
    left: 233px;
    top: 198px;
}

.editTitle {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.editTitle span {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 25px;
}

/*headShow*/
.headshow {
    width: 1114px;
    margin: 0 auto;
    margin-bottom: 49px;
}

.headshow .headshow_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.headshow .headshow_content .complete_active {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #eeeeee;
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.headshow .headshow_content .headshow_title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    border: none;
    padding-bottom: 8px;
}

.headshow .headshow_content .issue_car {
    color: #999999;
}

.headshow .headshow_content p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
}

.headshow .headshow_content p a {
    color: #0E8ED8;
}

.headshow .headshow_content .active {
    background: #ff552e;
    color: #fff;
    border: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.headshow .headshow_content .third {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #333333;
    font-size: 22px;
    font-weight: bold;
}

.headshow .headshow_content .headshow_content_lineL {
    margin: 0;
    padding: 0;
    width: 23%;
    top: 26px;
    position: relative;
    border-top: 1px dashed #EEEEEE;
    float: left;
    left: -22px;
}

.headshow .headshow_content .headshow_content_lineR {
    margin: 0;
    padding: 0;
    width: 23%;
    top: -24px;
    position: relative;
    border-top: 1px dashed #EEEEEE;
    float: right;
    left: -21px;
}

.headshow .headshow_left {
    width: 20%;
}

.headshow .headshow_center {
    width: 60%;
}

.headshow .headshow_right {
    width: 20%;
}

@media screen and (max-width: 950px) {
    .headshow .headshow_center {
        width: 38%;
    }

    .headshow {
        width: 1185px;
    }
}

#feComPopMask {
    left: 0;
    top: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    background-color: #000;
    z-index: 9996;
}

/*遮罩层iframe样式*/
#feComPopMaskIframe {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(Opacity=0);
    opacity: 0;
}

#feComPop {
    position: fixed;
    _position: absolute;
    z-index: 9997;
    left: 50%;
    top: 50%;
}

#feComPopWrap {
    position: relative;
}

.feComPopContains {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    z-index: 9999;
}

.feComPopiframe {
  /* position: absolute;
   top: 47px;
   left: 0;*/
  /*display: none;*/
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.feComPopTopbar {
    margin: 0 40px;
    border-bottom: 1px solid #ccc;
}

.feComPopTitle {
    font: normal 22px/26px "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    margin-left: 20px;
    line-height: 66px;
    color: #000;
}

.feComPopClosebtn {
    display: block;
    font-weight: 900;
    width: 16px;
    height: 18px;
    font-size: 16px;
    color: #d0d0d0;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
}

.feComPopClosebtn:hover {
    color: #ed6d06;
}

.feComPopload {
    font-size: 14px;
    margin-left: -60px;
    padding-left: 90px;
    text-align: center;
    color: #666;
    line-height: 350px;
    z-index: 9998;
}

.feComPopDom {
    display: none;
    width: 100%;
}

/*遮罩层弹出返回按钮*/
.feComPopGoBackbtn {
    line-height: 20px;
    font-family: "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.feComPopGoBackbtn i {
    display: inline-block;
    background-position: -792px -39px;
    width: 8px;
    height: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

.notice_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    z-index: 10;
    left: 0;
    top: 0;
}

.notice_container1 {
    width: 800px;
    height: 600px;
    position: absolute;
    left: 50%;
    background: #fff;
    margin-left: -400px;
    overflow: hidden;
    border-radius: 6px;
    display: none;
    z-index: 11;
}

.notice_container1 .notice_cont {
    width: 708px;
    height: 560px;
    padding: 40px 46px 0 46px;
    overflow: auto;
}

.notice_container1 .not_title {
    font-size: 14px;
    color: #2a2f35;
    line-height: 20px;
    padding-left: 10px;
}

.notice_container1 .not_title span {
    color: #fc0d1b;
}

.notice_container1 .not_txt {
    padding: 24px 0 18px 10px;
    color: #2a2f35;
    font-size: 14px;
}

.notice_container1 .not_pic {
    display: block;
}

.notice_container1 .not_bottxt {
    font-size: 14px;
    color: #2a2f35;
    padding: 40px 0 88px 16px;
}

.notice_container1 .not_bottxt a {
    color: #2255de;
}

.notice_container1 .notice_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #c7c7c7;
    background: #fff;
}

.notice_container1 .notice_btn span {
    padding-left: 46px;
    font-size: 14px;
    color: #fc0d1b;
}

.notice_container1 .notice_btn .btn1, .notice_container1 .notice_btn .btn2 {
    display: inline-block;
    width: 96px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

.notice_container1 .notice_btn .btn1 {
    color: #000;
    background: #e5e5e5;
    margin-left: 272px;
}

.notice_container1 .notice_btn .btn2 {
    color: #fff;
    background: #e96c1e;
    margin-left: 25px;
}

.notice_container1 .notice_btn .btn1:hover {
    background: #a1a1a1;
    text-decoration: none;
}

.notice_container1 .notice_btn .btn2:hover {
    background: #b74c09;
    text-decoration: none;
}

/*非会员发帖样式*/
#qushuaxin {
    display: block;
    _float: left;
    width: 99px;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    background-color: #ed6d06;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 18px;
}

#pop_body #close_icon {
    display: none;
}

#pop_body .active {
    margin: 0;
    padding: 0;
}

#pop_body .scan {
    text-align: center;
}

#pop_body .scan p, #pop_body .scan div {
    text-align: center;
}

.checkbox_wrap .checkbox i {
    top: 9px;
}

#topinfomsg {
    position: relative;
    width: 963px;
    padding: 10px 14px;
    background-color: #fffbe4;
    margin-top: 10px;
    margin: 0 auto;
    text-align: left;
    font-family: "Hiragino Sans GB", "微软雅⿊", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sansserif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 24px;
    color: #000;
    background: url(//img.58cdn.com.cn/ui6/post/psearch.gif?version=20120424) no-repeat 0 -173px;
    line-height: 20px;
}

.colorPick_wrap .colorTag {
    width: 61px;
}

.colorPick_wrap .colorTag span {
    margin: 5px;
}

.input_text_wrap[name=shigumiaoshu] {
    display: none;
}

.shiguqkClass .sep_wrap {
    line-height: 28px;
    font-size: 12px !important;
    color: #cdcdcd;
}

/*.upload_wrap1:after {//二手车上传车图片说明
  content: "";
  background-image: url(//img.58cdn.com.cn/ui7/che/post/img/image_tips_escar.png);
  height: 141px;
  width: 575px;
  display: block;
}*/
.rows_content [name=Title] {
    border: none;
}

.rows_content [name=Title]:focus, .rows_content [name=Title]:active, .rows_content [name=Title].focus {
    border: none;
}

.rows_content [name=shangpainianyue],
.rows_content [name=chelingqj],
.rows_content [name=cjshijian],
.rows_content [name=qxshijian],
.rows_content [name=syshijian],
.rows_content [name=rundistanceqj],
.rows_content [name=guohufeiyong],
.rows_content [name=MinPriceqj] {
    display: none;
}

.rows_wrap.pinpai .rows_content .tip {
    position: relative;
}

.pinPai_win {
    width: 600px;
}

.pinPai_win .carBrand_title a {
    min-width: 23px;
}

.pinPai_win .carBrand_container .item {
    width: 580px;
    padding: 14px 0px 10px 0px;
}

.zIndex_fix {
    z-index: 999;
}

/* 将工程车迁移newComponent时兼容货车 老样式  --------- start -------- */
div.block_wrap {
    position: relative;
    width: 1000px;
    margin-top: 10px;
}

.block_title {
    padding-left: 65px;
}

.block_title h2 {
    padding-left: 65px;
}

.rows_wrap .rows_content {
    float: right;
    width: 841px;
    padding-bottom: 30px;
    position: relative;
}

.rows_wrap .rows_title {
    position: absolute;
    left: 0;
    width: 138px;
    text-align: right;
    line-height: 34px;
}

.rows_wrap .rows_title span {
    display: block;
    line-height: 34px;
    text-align: right;
    _float: right;
}

.input_text_wrap[name=rundistance] {
    width: 190px;
    height: 36px;
}

.input_text_wrap {
    padding: 0 8px;
    margin-right: 5px;
}

.input_text_wrap input {
    text-indent: 0;
}

.checkbox_wrap .checkbox {
    width: auto;
    margin-right: 20px;
}

.clearfix {
    clear: none;
}

.sep_wrap {
    float: left;
}

.combinaUpload_row .rows_content {
    width: 615px;
    float: left;
    margin-left: 100px;
}

/* 将工程车迁移newComponent时兼容货车 老样式  --------- end -------- */
#postForm .busWrap {
    width: 615px;
    margin-left: 44px;
}

.headshow {
    width: 1017px;
}

.headshow .headshow_left {
    width: 18%;
}

@media screen and (max-width: 950px) {
    .toptips {
        width: 750px;
        margin: 0 74px;
    }
}

.progcontrl {
    display: none !important;
}