.content-box {
    padding-top: 0px !important;
    min-height: 390px;
    padding-bottom: 0;
}

.content-box .upload-area .upload-content {
    position: static;
    height: 130px;
    bottom: 75px;
    top:75px;
    margin-bottom: 45px;
}


.content-box .upload-area .upload-content .wu-example {
    float: none;
    border: 1px dashed #D2D6DC;
}

.content-box .upload-area .upload-content .wu-example .btns {
    height: 100%;
}

.content-box .upload-area {
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    min-height: 430px;
    margin-bottom: 20px;
}


.content-box .upload-area .upload-content .wu-example .btns #picker {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    text-align: center;
}

#picker {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}


.content-box .upload-area .upload-content .wu-example .btns #picker .webuploader-pick {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
}

.content-box_bg .content-box .upload-area .upload-content .wu-example .btns #picker .webuploader-pick+div {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #0099e5;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.layui-upload-file {
    margin-top: -135px;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}


.content-box .upload-area .uploader-list .item-wrap {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(66, 133, 246, 0.1);
    background-color: rgba(66, 133, 246, 0.04);
}

.cf::before,
.cf::after {
    content: '';
    display: table;
    clear: both;
}

.content-box .upload-area .uploader-list .item-wrap .item {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    float: none;
    border: none;
}

.content-box .upload-area .uploader-list .item-wrap .item .icon-file {
    position: relative;
    width: 14px;
    height: 14px;
    float:left;
    top: 20px;
    background: url(/res/images/icon_file-d7f5047e5beeebb5e266804b35c82b8a.svg) center/contain no-repeat;

}

.content-box .upload-area .uploader-list .item-wrap .item .del {
    position: relative;
    width: 18px;
    height: 18px;
    float: right;
    top: 20px;
    background: url(/res/images/upload_file_del-4e53ea1ec5484b99219e6d3869157a5b.svg) center/contain no-repeat;
    
}

.del {
    font-size: 12px;
    color: #333;
    line-height: 30px;
    right: 2px;
    display: block;
    cursor: pointer;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-info {
    width: auto;
    margin: 0;
    float: none;
    font-size: 14px;
    line-height: 14px;
    height: auto;
    padding: 0 20px 0 20px;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-info::before,
.content-box .upload-area .uploader-list .item-wrap .item .file-info::after {
    content: '';
    display: table;
    clear: both;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-info .info {
    width: 360px;
    margin-top: 0;
}

.item .info {
    color: #333;
    font-size: 16px;
    float: left;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 270px;
}

.item p {
    padding-top:2px;
}

.content-box .upload-area .display-file-name {
    color: #203152;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    max-width: 320px;
    vertical-align: middle;
    white-space: pre;
    overflow: hidden;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content-box .upload-area .input-file-name {
    display: none;
    width: 120px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #0099e5;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
    color: #203152;
}

.content-box .upload-area .file-ext {
    display: none;
}

.content-box .upload-area .edit-file-name {
    display: none;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
    background: url(/assets/img/createOrder/icon-rename.svg) center center/contain no-repeat;
}

.content-box .upload-area .uploader-list .item-wrap.upload-success .progress {
    display: none;
}

.content-box .upload-area .uploader-list .item-wrap .item .progress {
    width: 92.5%;
    height: 5px;
    margin: 8px 0 0 0;
    float: none;
    background-color: #f0f0f0;
    border-radius: 4px;
}


.content-box .upload-area .uploader-list .item-wrap .item .progress .progress-bar {
    height: 5px;
    border-radius: 4px;
    background-color: #0099e5;
}

.progress-bar {
    background: #0099e5;
    height: 6px;
    width: 0;
}

.content-box .upload-area .uploader-list .item-wrap.upload-success .file-msg {
    color: #00C0AD;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-msg {
    position: relative;
    top: -25px;
    right: 40px;
    font-size: 12px;
    color: #203152;
    float:right;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-msg .state {
    font-size: 12px;
    margin-top: 0;
    float: right;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-msg .size {
    font-size: 12px;
    margin-top: 0;
    width: auto !important;
    float:right
}

.content-box .upload-area .uploader-list .item-wrap .item .file-msg::after {
    content: '';
    display: table;
    clear: both;
}


.content-box .upload-area .uploader-list .item-wrap .hot-words-input .hot-words-content {
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.content-box .upload-area .uploader-list .item-wrap .hot-words-input .item-audio-tips {
    display: none;
    color: #fc3f3f;
    font-size: 12px;
    line-height: 17px;
    padding-left: 11px;
    margin-top: 0;
}

.hot_tip {
    left: 0 !important;
}

.one_tip,
.hot_tip {
    display: none;
    opacity: 0.8;
    background: #0099e5;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 16px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: -38px;
    left: -30px;
}

.hot_sj {
    right: 146px !important;
}

.one_sj,
.hot_sj {
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(65, 133, 246, .8);
    position: absolute;
    top: 30px;
    right: 7px;
}


.content-box .upload-area .uploader-list.no-word-lib .operate-btn {
    width: 90px;
}

/* .upload-success .operate-btn {
    display: inline-block;
} */

.operate-btn {
    /*display: none;*/
    width: 166px;
    height: 24px;
    vertical-align: bottom;
    text-align: right;
}

.one_btn.change-word {
    margin-right: 12px;
}

.change-word-hide {
    display: none;
}

.one_btn {
    float: left;
    display: block;
    font-size: 12px;
    border-radius: 4px;
    height: 24px;
    width: 77px;
    text-align: center;
    line-height: 24px;
    margin-top: 0 !important;
    background: #0099e5;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    top: 0px;
}

.content-box .upload-area .uploader-list {
    max-height: 545px;
    overflow: auto;
    position: static;
    margin-top: 8px;
}

.uploader-list {
    clear: both;
    position: relative;
}

.content-box .upload-area.exist-file .file-number {
    display: inline;
}

.content-box .upload-area .file-number {
    display: none;
    font-size: 12px;
    line-height: 17px;
    color: #4E5B75;
}

.ml25{margin-left:25px;}

/*语言分类*/
.content-box .order-message-area {
    display: inline-block;
    width: 100%;
    min-height: 125px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    padding: 20px 24px 0;
    margin-bottom: 20px;
}

.content-box .order-message-area .order-message-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    margin-bottom: 19px;
}

.content-box .order-message-area .order-message-list {
    margin-bottom: 24px;
}

ul,
li {
    list-style: none;
}

.content-box .order-message-area .order-message-list .list-item:first-child {
    font-size: 0;
    margin-bottom: 24px;
}

.content-box .order-message-area .order-message-list .list-item {
    margin-bottom: 20px;
    font-weight: normal;
    position: relative;
}

.content-box .order-message-area .order-message-list .list-item .list-name {
    display: block;
    font-size: 14px;
    color: #3F3F3F;
    line-height: 20px;
    margin-bottom: 10px;
}

.content-box .order-message-area .order-message-list .list-item .oreder_type.no-margin {
    margin-left: 0;
}

.content-box .order-message-area .order-message-list .list-item .oreder_type:hover,
.content-box .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover {
    border: 1px solid #0099e5;
}

.content-box .order-message-area .order-message-list .list-item .oreder_type {
    height: auto;
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.content-box .order-message-area .order-message-list .list-item .oreder_type.oreder_type_hover .order_type_name {
    color: #0099e5;
}

.content-box .order-message-area .order-message-list .list-item .oreder_type .order_type_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #203152;
    text-align: center;
    position: relative;
}

.content-box .upload-area.exist-file .file-number {
    display: inline;
}
.content-box .upload-area .file-number {
    display: none;
    font-size: 12px;
    line-height: 17px;
    color: #4E5B75;
}

.content-box .button-wrap .audio-msg-content {
    float: right;
    color: #203152;
    margin-right: 24px;
    font-size: 12px;
    line-height: 24px;
}

.content-box .upload-area .uploader-list .item-wrap .item .file-msg::after {
    content: '';
    display: table;
    clear: both;
}
.layui-layer-title {
    text-align: center;
}
.content-box .upload-area .uploader-list .item-wrap.up-success .progress {
    display: none;
}

.content-box .upload-area .uploader-list .item-wrap.p-success .file-msg {
    color: #00C0AD;
}


.disable {
	pointer-events: none;
	display: none;
}


.content_bg {
    height: auto !important;
}
.content_bg {
    background-color: #F5F7F9;
}
.content_bg {
    padding-top: 5px;
    padding-bottom: 25px;
}
.content_bg .step-wrap .step-container {
    width: 1180px;
    margin: 0 auto;
}
.content_bg .step-wrap {
    padding: 18px 0;
    margin: 0 auto;
    background: #fff;
}
ul.step-all-2::before, ul.step-all-2::after {
  content: '';
  display: table;
  clear: both; }
ul.step-all-2 li.step {
  float: left;
  margin-left: 940px;
  text-align: center;
  color: #b6b6b6;
  letter-spacing: 0;
  line-height: 24px;
  position: relative; }
  ul.step-all-2 li.step .step-name {
    width: 100%;
    word-break: keep-all;
    color: #0099e5;
    display: inline-block;
    position: relative; }
    ul.step-all-2 li.step .step-name .icon-step {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      width: 24px;
      height: 24px;
      box-sizing: border-box;
      background-color: #0099e5;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px; }
    ul.step-all-2 li.step .step-name .step-name-word {
      font-size: 12px;
      /*position: absolute;
      top: 29px;
      left: 50%;
      transform: translateX(-50%);*/
      white-space: nowrap;
      position: relative; }
      ul.step-all-2 li.step .step-name .step-name-word > span {
        position: absolute;
        top: 10px;
        left: 0; }
  ul.step-all-2 li.step:before {
    content: '';
    display: block;
    width: 940px;
    height: 1px;
    position: absolute;
    top: 12px;
    right: 105px;
    border-top: 4px solid #0099e5; }
  ul.step-all-2 li.step.active {
    color: #666; }
    ul.step-all-2 li.step.active .step-name {
      color: #0099e5; }
    ul.step-all-2 li.step.active .icon-step {
      background-color: #0099e5;
      color: #fff;
      border: none;
      line-height: 24px; }
    ul.step-all-2 li.step.active ~ .step:before {
      border-top: 4px solid #E4EBF0; }
    ul.step-all-2 li.step.active ~ .step .step-name {
      color: #B6B6B6; }
      ul.step-all-2 li.step.active ~ .step .step-name .icon-step {
        background-color: #E4EBF0;
        color: #333; }
  ul.step-all-2 li.step:first-child {
    text-align: left;
    margin-left: 0; }
    ul.step-all-2 li.step:first-child:before {
      content: none; }
  ul.step-all-2 li.step:last-child {
    text-align: right; }

ul.step-all-3::before, ul.step-all-3::after {
  content: '';
  display: table;
  clear: both; }
ul.step-all-3 li.step {
  float: left;
  width: 105px;
  margin-left: 417.5px;
  text-align: center;
  color: #b6b6b6;
  letter-spacing: 0;
  line-height: 24px;
  position: relative; }
  ul.step-all-3 li.step .step-name {
    width: 100%;
    word-break: keep-all;
    color: #0099e5;
    display: inline-block;
    position: relative; }
    ul.step-all-3 li.step .step-name .icon-step {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      width: 24px;
      height: 24px;
      box-sizing: border-box;
      background-color: #0099e5;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px; }
    ul.step-all-3 li.step .step-name .step-name-word {
      font-size: 12px;
      /*position: absolute;
      top: 29px;
      left: 50%;
      transform: translateX(-50%);*/
      white-space: nowrap;
      position: relative; }
      ul.step-all-3 li.step .step-name .step-name-word > span {
        position: absolute;
        top: 10px;
        left: 0; }
  ul.step-all-3 li.step:before {
    content: '';
    display: block;
    width: 417.5px;
    height: 1px;
    position: absolute;
    top: 12px;
    right: 105px;
    border-top: 4px solid #0099e5; }
  ul.step-all-3 li.step.active {
    color: #666; }
    ul.step-all-3 li.step.active .step-name {
      color: #0099e5; }
    ul.step-all-3 li.step.active .icon-step {
      background-color: #0099e5;
      color: #fff;
      border: none;
      line-height: 24px; }
    ul.step-all-3 li.step.active ~ .step:before {
      border-top: 4px solid #E4EBF0; }
    ul.step-all-3 li.step.active ~ .step .step-name {
      color: #B6B6B6; }
      ul.step-all-3 li.step.active ~ .step .step-name .icon-step {
        background-color: #E4EBF0;
        color: #333; }
  ul.step-all-3 li.step:first-child {
    text-align: left;
    margin-left: 0; }
    ul.step-all-3 li.step:first-child:before {
      content: none; }
  ul.step-all-3 li.step:last-child {
    text-align: right; }

ul.step-all-4::before, ul.step-all-4::after {
  content: '';
  display: table;
  clear: both; }
ul.step-all-4 li.step {
  float: left;
  /*width: 105px;*/
  margin-left: 243.3333333333px;
  text-align: center;
  color: #b6b6b6;
  letter-spacing: 0;
  line-height: 24px;
  position: relative; }
  ul.step-all-4 li.step .step-name {
    width: 100%;
    word-break: keep-all;
    color: #0099e5;
    display: inline-block;
    position: relative; }
    ul.step-all-4 li.step .step-name .icon-step {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      width: 24px;
      height: 24px;
      box-sizing: border-box;
      background-color: #0099e5;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px; }
    ul.step-all-4 li.step .step-name .step-name-word {
      font-size: 12px;
      /*position: absolute;
      top: 29px;
      left: 50%;
      transform: translateX(-50%);*/
      white-space: nowrap;
      position: relative; }
      ul.step-all-4 li.step .step-name .step-name-word > span {
        position: absolute;
        top: 10px;
        left: 0; }
  ul.step-all-4 li.step:before {
    content: '';
    display: block;
    width: 243.3333333333px;
    height: 1px;
    position: absolute;
    top: 12px;
    right: 80px;
    border-top: 4px solid #0099e5; }
  ul.step-all-4 li.step.active {
    color: #666; }
    ul.step-all-4 li.step.active .step-name {
      color: #0099e5; }
    ul.step-all-4 li.step.active .icon-step {
      background-color: #0099e5;
      color: #fff;
      border: none;
      line-height: 24px; }
    ul.step-all-4 li.step.active ~ .step:before {
      border-top: 4px solid #E4EBF0; }
    ul.step-all-4 li.step.active ~ .step .step-name {
      color: #B6B6B6; }
      ul.step-all-4 li.step.active ~ .step .step-name .icon-step {
        background-color: #E4EBF0;
        color: #333; }
  ul.step-all-4 li.step:first-child {
    text-align: left;
    margin-left: 0; }
    ul.step-all-4 li.step:first-child:before {
      content: none; }
  ul.step-all-4 li.step:last-child {
    text-align: right; }

ul.step-all-5::before, ul.step-all-5::after {
  content: '';
  display: table;
  clear: both; }
ul.step-all-5 li.step {
  float: left;
  width: 105px;
  margin-left: 156.25px;
  text-align: center;
  color: #b6b6b6;
  letter-spacing: 0;
  line-height: 24px;
  position: relative; }
  ul.step-all-5 li.step .step-name {
    width: 100%;
    word-break: keep-all;
    color: #0099e5;
    display: inline-block;
    position: relative; }
    ul.step-all-5 li.step .step-name .icon-step {
      display: inline-block;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      width: 24px;
      height: 24px;
      box-sizing: border-box;
      background-color: #0099e5;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px; }
    ul.step-all-5 li.step .step-name .step-name-word {
      font-size: 12px;
      /*position: absolute;
      top: 29px;
      left: 50%;
      transform: translateX(-50%);*/
      white-space: nowrap;
      position: relative; }
      ul.step-all-5 li.step .step-name .step-name-word > span {
        position: absolute;
        top: 10px;
        left: 0; }
  ul.step-all-5 li.step:before {
    content: '';
    display: block;
    width: 156.25px;
    height: 1px;
    position: absolute;
    top: 12px;
    right: 105px;
    border-top: 4px solid #0099e5; }
  ul.step-all-5 li.step.active {
    color: #666; }
    ul.step-all-5 li.step.active .step-name {
      color: #0099e5; }
    ul.step-all-5 li.step.active .icon-step {
      background-color: #0099e5;
      color: #fff;
      border: none;
      line-height: 24px; }
    ul.step-all-5 li.step.active ~ .step:before {
      border-top: 4px solid #E4EBF0; }
    ul.step-all-5 li.step.active ~ .step .step-name {
      color: #B6B6B6; }
      ul.step-all-5 li.step.active ~ .step .step-name .icon-step {
        background-color: #E4EBF0;
        color: #333; }
  ul.step-all-5 li.step:first-child {
    text-align: left;
    margin-left: 0; }
    ul.step-all-5 li.step:first-child:before {
      content: none; }
  ul.step-all-5 li.step:last-child {
    text-align: right; }
    
  
  .personal-pay-wrap, .company-pay-wrap {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
}

.personal-pay-wrap .personal-pay-container {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 8px 16px;
}

.personal-pay-wrap .personal-pay-container::before, .personal-pay-wrap .personal-pay-container::after {
    content: '';
    display: table;
    clear: both;
}

.personal-pay-wrap .personal-pay-container .invoice-tips {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #4E5B75;
}

.personal-pay-wrap .personal-pay-container .invoice-tips .tips {
    margin-top: 10px;
}
.personal-pay-wrap .personal-pay-container .pay-message-left {
    float: left;
    font-size: 0;
    padding-right:20px;
}
.personal-pay-wrap .personal-pay-container .pay-message-right {
    float: right;
    font-size: 0;
    padding-right:20px;
}


.personal-pay-wrap .personal-pay-container .pay-price {
    font-size: 18px;
    line-height: 20px;
    color: #203152;
}

.personal-pay-wrap .personal-pay-container .total-pay-price {
    color: #FF654D;
}

.personal-pay-wrap .personal-pay-container .pay-price-desc {
    font-size: 12px;
    line-height: 17px;
    color: #203152;
}
.personal-pay-wrap .personal-pay-container .price-discount-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.personal-pay-wrap .personal-pay-container .pay-button {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    margin-left: 30px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0099e5;
    border-radius: 4px;
    cursor: pointer;
}   
    
@media screen and (max-height: 820px) {
    
.content_bg .step-wrap .step-container {
    width: 100%;
    margin: 0 auto;
}
    
 ul.step-all-4 li.step {
    float: left;
    width: 15px;
    margin-left: 24%;
    text-align: center;
    color: #b6b6b6;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;  
}

ul.step-all-4 li.step:before {
    content: '';
    display: block;
    width: 24%;
    height: 1px;
    position: absolute;
    top: 12px;
    right: 80px;
    border-top: 4px solid #0099e5;
}

ul.step-all-4 li.step .step-name .step-name-word {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    text-align: left;
    margin-left: -16px;
}

.personal-pay-wrap .personal-pay-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 8px 16px;
    width: 100%;
}



}