﻿body {
  background: #eee;
  font-family: Arial, "Microsoft YaHei";
}

.wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

.business {
  position: absolute;
  right: 0;
  top: 0
}

.business a {
  font-size: 20px;
  color: #E31D1B;
  line-height: 80px;
}

/*left_menu*/

.left_menu {
  width: 160px;
  position: relative;
  min-height: 600px;
}

.left_menu .left_border {
  width: 1px;
  height: 443px;
  background: rgba(235, 24, 19, 0.10);
  position: absolute;
  left: 0;
  top: 11px;
}

.left_menu .left_border span {
  display: block;
  width: 7px;
  height: 7px;
  background: #EDD7D7;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  left: -3px;
}

.left_menu ul {
  padding-top: 20px;
}

.left_menu li a {
  display: block;
  font-size: 16px;
  color: #606266;
  width: 160px;
  padding-left: 24px;
  height: 70px;
  line-height: 70px;
  border-left: 6px solid transparent;
}

.left_menu li.active a {
  border-left: 8px solid #EB1813;
  color: #EB1813;
  background: rgba(235, 24, 19, 0.07);
}

/*right_content*/

.right_content {
  width: 1040px;
  min-height: 700px;
  padding-bottom: 20px;
}

.right_inner {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 30px 60px;
  min-height: 700px;
}

/*footer*/

/*.footer{*/

/*width: 100%;*/

/*height: 154px;*/

/*background: #050402;*/

/*padding-top: 55px;*/

/*}*/

/*.footer p{*/

/*color: #C0C4CC;*/

/*font-size: 12px;*/

/*text-align: center;*/

/*line-height: 17px;*/

/*height: 17px;*/

/*}*/

/*.footer p:last-child{*/

/*margin-top: 10px;*/

/*margin-bottom: 55px;*/

/*}*/

.footer {
  background: #fff;
  text-align: center;
  /*padding: 90px 0;*/
  padding: 30px 0 60px;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

.footer .system {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-right: 75px;
}

.footer .system a {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #999999;
}

.footer .system a:hover {
  color: #d93326;
}

.footer .system span {
  display: inline-block;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 14px;
  color: #999999;
}

.footer .copyright {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}

/*button*/

.btn_gray,
.btn_red1 {
  width: 140px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center; 
  cursor: pointer;
}

.btn_gray {
  background: #FFFFFF;
  border: 1px solid #B7BFD2;
  color: #606266;
}

.btn_gray:hover {
  background: rgba(235, 24, 19, 0.05);
  border: 1px solid #DC3E4A;
  color: #DC3E4A;
}

.btn_red1 {
  color: #fff;
  background: #DC3E4A;
  border: 1px solid #DC3E4A;
}

.btn_red1:hover {
  opacity: .8;
}

/*协议确认*/

.protoclo_wrap {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  padding: 20px 60px 80px;
}

.protoclo_wrap>h2 {
  font-size: 18px;
  text-align: center;
  height: 65px;
  line-height: 65px;
}

.protoclo_wrap>p {
  padding-bottom: 120px;
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

.protoclo_wrap>.btn_red1 {
  width: 420px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.protoclo_wrap .protoclo_text {
  height: 450px;
  overflow-y: scroll;
}

.protoclo_wrap .bulletin {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 30px;
}

.protoclo_wrap .bulletin h3 {
  text-align: center;
  line-height: 30px;
}

.protoclo_wrap .bulletin p {
  line-height: 30px;
  text-indent: 2em;
}

.protoclo_wrap .bulletin p.fr {
  text-align: right;
}

.protoclo_wrap .protoclo {
  padding: 20px;
}

.protoclo_wrap .protoclo h3 {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.protoclo_wrap .protoclo p {
  line-height: 30px;
  text-indent: 2em;
}

.protoclo_wrap .protoclo p.bold {
  font-weight: bold;
}

.protoclo_wrap .protoclo p.underline {
  text-decoration: underline;
}

.protoclo_wrap .protoclo p.no_indent {
  text-indent: 0;
}

.protoclo_wrap .protoclo p span.bold {
  font-weight: bold;
}

/* home edit*/

.b_info { 
  width: 100%;
  background: #fff;
  padding: 68px 60px;  
}

.b_info .action .btn_gray {
  margin-right: 20px;
}

.b_banner {
  position: relative;
  width: 100%;
  height: 325px;
  /*max-height: 600px;*/
  overflow: hidden;
}

.b_banner>img {
  /*width: auto;*/
  /*height: auto;*/
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.banner_upload_wrap,
.logo_upload_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(146, 146, 146, .5);
}

.b_banner label.upload_banner,
.logo_wrap label.upload_logo {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.b_banner label.upload_banner {
  font-size: 20px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, .4);
}

.b_banner .banner_upload_wrap p {
  text-align: center;
  margin-top: 195px;
}

#upload_logo,
#upload_banner,
.model_input,
.model_reupload {
  position: absolute;
  left: -3000px;
}

.logo_wrap {
  position: relative;
}

.logo_wrap label.upload_logo {
  font-size: 12px;
}

#is_upload_banner,
#is_upload_logo {
  position: absolute;
  left: 3px;
  bottom: -20px;
  font-size: 12px;
  color: #e5002d;
  width: 300px;
}

#newUserInfo {
  position: relative;
}

#is_upload_banner {
  top: 330px;
  left: 5px;
  height: 30px;
}

.b_title {
  height: 64px;
}

.b_title .logo_wrap {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  /*border: 1px solid #ccc;*/
  /*padding: 5px;*/
}

/*.b_title .logo_wrap>img{*/

/*width: auto;*/

/*height: auto;*/

/*max-width: 100%;*/

/*max-height: 100%;*/

/*display: block;*/

/*margin: 0 auto;*/

/*position: relative;*/

/*top: 50%;*/

/*transform: translateY(-50%);*/

/*-ms-transform: translateY(-50%);*/

/*-moz-transform: translateY(-50%);*/

/*-webkit-transform: translateY(-50%);*/

/*-o-transform: translateY(-50%);*/

/*}*/

.b_title img {
  border: 1px solid #DDD;
}

.b_title .b_tip {
  font-size: 12px;
  display: inline-block;
  color: #ffc000;
  padding: 2px 4px;
  border: 1px solid #ffc000;
  border-radius: 5px;
}

.b_title .b_name {
  font-size: 20px;
  margin: 5px 0;
}

.b_title .b_general {
  font-size: 14px;
  color: #afafaf;
}

.btn_blue,
.btn_red,
.btn_orange {
  width: 106px;
  height: 40px;
  color: #fff;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.btn_blue {
  background: #00a4e8;
}

.btn_red {
  background: #ef1110;
}

.btn_orange {
  background: #fb9321;
  margin-right: 33px;
}

.action .btn_red {
  margin-left: 33px;
}

.b_introduce {
  padding: 50px 0 30px;
}

.b_introduce label,
.b_information>h2 {
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  display: block;
}

.b_information #work_hours-error {
  position: static;
}

.b_introduce #textarea {
  border: none;
  width: 100%;
  height: 100px;
  resize: none;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  overflow: hidden; 

}

/*.b_introduce p{*/

/*padding-bottom: 30px;*/

/*font-size: 14px;*/

/*color:#999999;*/

/*line-height: 26px;*/

/*}*/

.b_introduce .text_edit {
  width: 100%;
  height: 200px;
  resize: none;
  overflow-y: auto;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #c1bfbe;
}

.b_information td {
  width: 300px;
  padding-bottom: 20px;
}

.b_information label {
  font-size: 14px;
  color: #999;
}

.b_information input {
  margin-top: 8px;
  display: block;
  width: 240px;
}
.b_information p {
  margin-top: 8px;
  /* padding-left: 10px; */
  color:#666; 
}
.b_information span {
  font-size: 14px;
  color: #666;
}

.b_information h3 {
  margin-top: 8px;
  /* height: 19px; */
}

.input_edit {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #c1bfbe;
  padding: 9px 7px;
  font-size: 14px !important;
}

.name_wrap {
  height: 100%;
  padding-top: 18px; 
  max-width:1000px;
}

.name_edit_wrap {
  margin-top: 10px;
}
 
.name_edit_wrap .input_edit {
  padding:0;
  display: inline-block;
  width: 240px;
  height: 36px;
  line-height: 36px; 
  text-indent: 5px;
}
.name_edit_wrap p {
  max-width: 500px; 
  color:#666;
}

/* #upload_banner-error {
  position: absolute;
  bottom: -20px;
} */

#upload_logo-error {
  position: absolute;
  bottom: -20px;
  width: 100px;
}

label.company_error_tip {
  font-size: 12px;
  color: #e5002d !important;
  white-space: nowrap;
}

.required_tip {
  color: #e5002d !important;
  display: inline-block;
  width: 8px;
}

input.company_error_tip,
textarea.company_error_tip {
  border: 1px solid #e5002d;
  color: #e5002d;
}

.hours_tip {
  font-size: 13px;
  color: #666;
}

/*task list*/

.task_list {
  width: 100%;
  background: #fff;
  padding: 30px 50px 80px;
  position: relative;
  margin-top: 20px;
}

.task_title {
  border-bottom: 1px solid #eeeeee;
  margin: 0 15px 40px;
}

.task_title span {
  display: inline-block;
  font-size: 18px;
  color: #EB1813;
  line-height: 25px;
  border-bottom: 2px solid #EB1813;
  height: 30px;
}

.task_list table.task_details {
  width: 100%;
  font-size: 14px;
}

.task_list .task_details thead {
  background: #f3f3f3;
  border: 1px solid #c2c7cd;
}

.task_list .task_details thead th {
  text-align: center;
  font-size: 12px;
  color: #000;
  height: 50px;
  padding-right: 60px;
}

.task_list .task_details tbody tr {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #bfbfbf;
}

.task_list .task_details tbody tr:hover {
  background: #f9fafe;
}

.task_receive td:last-child a {
  color: #e3002e;
  text-decoration: underline;
}

.task_make td:last-child a {
  color: #049de9;
}

.task_list .task_details tbody tr td:nth-child(3) {
  color: #e5002d;
}

.task_list .task_details tbody tr.task_finish,
.task_list .task_details tbody tr.task_finish a,
.task_list .task_details tbody tr.task_finish td:nth-child(3) {
  color: #999999;
}

.task_list .task_details tbody td {
  text-align: center;
}

.task_list .task_details tbody tr td:first-child {
  width: 400px;
}

.task_list .task_details tbody tr td:first-child a {
  display: block;
  text-align: center;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

/*page style*/

.page_wrap {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.page {
  list-style: none;
}

.page>li {
  float: left;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  color: #666;
  height: 30px;
  line-height: 30px;
}

.page .pageItem {
  border: solid thin #DDDDDD;
  margin: 3px;
}

.page .pageItemActive {
  margin: 3px;
  border: solid thin #DDDDDD;
  color: #e5002d;
}

.page .pageItem:hover {
  color: #e5002d;
}

.page .pageItemDisable {
  display: none;
}

/*publish task*/

.publish_wrap {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #DDDDDD;
  margin: 20px auto;
}

.publish_link {
  display: block;
  width: 460px;
  height: 48px;
  margin: 26px auto;
  line-height: 48px;
}

.publish_list {
  border: 1px solid #DDDDDD;
  width: 100%;
  padding: 40px 60px 130px;
  background: #fff;
  position: relative;
}

.publish_list table {
  width: 100%;
  margin-bottom: 20px;
}

.publish_list table thead tr {
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #000;
  font-size: 16px;
  background: #F5F7FA;
  ;
}

.publish_list table thead tr th {
  text-align: center;
}

.publish_list>ul li {
  width: 100%;
  height: 118px;
  border: 1px solid #E1E8F2;
  margin-bottom: 20px;
}

.publish_list>ul li p {
  width: 100%;
  height: 40px;
  padding-left: 30px;
  line-height: 40px;
  color: #606266;
  font-size: 14px;
  background: #F5F7FA;
}

.publish_list>ul li p .publish_date {
  padding-right: 30px;
}

.publish_list>ul li table td {
  height: 78px;
  font-size: 14px;
  width: 300px;
  text-align: center;
}

.publish_list>ul li table tr>td:first-child {
  text-align: left;
}

.publish_list>ul li table tr>td:first-child a {
  display: block;
  width: 300px;
  line-height: 24px;
  max-height: 48px;
  padding-left: 30px;
  color: #000;
  margin-right: 30px;
  overflow: hidden;
}

.publish_list>ul li table tr>td:last-child a {
  color: #1989FA;
}

.publish_list>ul li table tr>td:last-child a:hover {
  text-decoration: underline;
}

.publish_list>ul li.published_finish table tr>td:first-child a,
.publish_list>ul li.published_finish {
  color: #C0C4CC;
}

.publish_list>ul li.published_make td {
  color: #606266;
}

.publish_list>ul li table tr>td:first-child a:hover {
  color: #1989FA;
  text-decoration: underline;
}

/*company info*/

.company_info__title h2 {
  text-align: center;
  height: 60px;
  font-size: 18px;
}

#company_form .btn_group:first-child {
  height: 70px;
}

#company_form .company_logo {
  float: right;
  width: 380px;
}

#company_form .company_logo .label_logo {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/add.png") no-repeat center center;
  background-size: 100% 100%;
  float: none;
  cursor: pointer;
  padding-right: 0;
}

#company_form .view_logo {
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: 10px;
}

#company_form .work_hours,
#company_form .company_category,
b_information .company_category {
  width: 380px;
  float: right;
}

.b_information .company_category {
  top: 8px;
}

#company_form .company_category,
.b_information .company_category {
  position: relative;
}

#add_category,
.del_category {
  font-size: 30px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}

.company_category .category_item {
  margin-bottom: 5px;
  height: 36px;
  position: relative;
}

.company_category #add_category.not_allow {
  cursor: not-allowed;
}

.company_category select {
  height: 36px;
  margin-right: 5px;
  float: left;
}

#company_form .company_category .company_category2 {}

#company_form .work_hours #work_hours {
  width: 120px;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
}

#company_form .work_hours p {
  width: 230px;
  float: right;
  padding-left: 10px;
  font-size: 12px;
  color: #888;
}

/*publish task form*/

#publish_form {
  padding-bottom: 80px;
}

.publish_tip {
  width: 100%;
  background: #fff;
  padding: 22px;
  text-align: center;
  margin-top: 20px;
}

.publish_tip p,
.publish_tip h3 {
  font-size: 16px;
  color: #606266;
  line-height: 28px;
}

.publish_tip a {
  color: #1989FA;
}

.task_info {
  width: 468px;
  margin: 0 auto;
  font-size: 14px;
}

.btn_group {
  height: 40px;
  margin-bottom: 30px;
  position: relative;
}

.btn_group label {
  font-size: 14px;
  color: #000;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  /* padding-right: 10px; */
}

.btn_group>label span,
.btn_upload>label span {
  color: #EB1813;
  display: inline-block;
  width: 8px;
  position: absolute;
  top: 3px;
  left: -8px;
}

.btn_group>input {
  display: block;
  /* float: right; */
  width: 380px;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
}

.btn_group textarea {
  display: block;
  float: right;
  width: 380px;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  height: 103px;
  resize: none;
  padding: 9px;
  overflow-x: hidden;
}

.task_category_item {
  width: 380px;
  height: 40px;
  float: right;
}

.task_category_item select {
  float: left;
  width: 125px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  padding-left: 9px;
  color: #909399;
  ;
}

.task_category_item .task_category1 {
  margin-right: 10px;
}

.btn_des {
  height: 103px;
}

.btn_des label {}

.btn_upload>label {
  color: #666666;
  height: 36px;
  display: block;
  line-height: 36px;
}

.btn_upload {
  position: relative;
  margin-bottom: 30px;
}

.btn_upload .upload_wrap {
  width: 380px;
  float: right;
}

.btn_upload .upload_wrap .upload_tip {
  color: #cccccc;
  font-size: 12px;
  line-height: 16px;
}

.btn_upload .upload_wrap label.upload_label {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/add.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.btn_upload .upload_wrap .upload_input {
  width: 120px;
  float: left;
}

.btn_upload .upload_wrap .tip_wrap {
  width: 230px;
  float: right;
  padding-left: 10px;
}

.btn_upload .upload_wrap .tip_wrap p {
  font-size: 12px;
  color: #888888;
  line-height: 16px;
}

.btn_upload .upload_wrap .tip_wrap p span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #888888;
  text-align: center;
}

#task_material,
#company_material,
#model_material,
#model_thumbnail,
#company_logo {
  position: absolute;
  left: -3000px;
  top: -3000px
}

.btn_action .company_submit {
  width: 380px;
  border-radius: 0;
  background: #00a4e8;
}

.btn_action {
  text-align: center;
  position: relative;
  top: 50px;
}

.btn_action input:first-child {
  margin-right: 30px;
}

.btn_action input {
  width: 146px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.btn_action input:focus {
  border: none
}

.btn_action .task_save {
  background: #FFFFFF;
  border: 1px solid #B7BFD2;
  color: #606266;
}

.btn_action .task_save:hover {
  background: rgba(235, 24, 19, 0.05);
  border: 1px solid #EB1813;
  border-radius: 4px;
  color: #EB1813;
}

.btn_action .task_submit {
  background: #EB1813;
  border: 1px solid #EB1813;
}

.btn_action .task_submit:hover {
  background: #FC3733;
  border: 1px solid #FC3733;
}

.btn_group>input.error_tip,
.btn_group>textarea.error_tip,
#company_form .btn_group>.work_hours #work_hours.error_tip,
#publish_form select.error_tip,
#determain_form input[type=text].error_tip {
  border: 1px solid #e5002d !important;
  color: #e5002d !important;
}

#task_email-error,
.btn_group>label.error_tip,
.btn_upload label.error_tip,
#company_logo-error,
#work_hours-error,
#category-error,
#category1-error,
#category2-error,
#is_img {
  position: absolute;
  top: 0;
  left: 480px;
  width: 250px;
  color: #e5002d;
}

#company_form #category-error,
#company_form #category1-error,
#company_form #category2-error {
  left: 392px;
}

/*发布任务模型列表样式*/

.task_model_wrap {
  position: relative;
  left:0px; 
  width: 614px; 
}

.task_model_item {
  margin-bottom: 20px;
  position: relative;
  left: -26px;
}

.task_model_wrap .task_model_from {
  width: 570px;
  margin: 0 auto;
  padding-top: 10px;
}
.task_model_wrap .task_model_from .mcheckbox{
  position: absolute;
}
.task_model_wrap .task_model_from label{
  width: 120px;
}
.task_model_wrap .task_model_from .tip-label{
  width:100px; 
}
.task_model_wrap .task_model_from .btn_group>input {
  width: 379px;
}
.task_model_wrap .task_model_from .btn_group{
  position: relative;
}
.task_model_wrap .task_model_from .btn_group .form-tip{
    position: absolute;
    left:545px;
    top: 1px;
    min-width: 150px;
    max-width: 300px;
    /* background-color: #FFF; */
}
.task_model_wrap .task_model_from .btn_group .form-tip .info{
  background-color: #FFF;
}
.task_model_wrap .task_model_from .task_type_wrap>label,
#material_task p>label {
  cursor: pointer;
}
 
.el_checkbox,
.task_model_wrap .task_model_from .el_checkbox,
#material_task p .el_checkbox {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #FFF;
  width: 14px;
  height: 14px;
  top: 2px;
  margin-right: 8px;
}
.mcheckbox{
  opacity: 0;
      width: 14px;
    height: 14px;
    position: relative;
    left: 16px;
    z-index: 4;
}
.mcheckbox.Validform_error{
  border:none !important;
}
.mcheckbox.Validform_error + .el_checkbox{
  border:1px solid #e5002d;
}
.mcheckbox:checked +.el_checkbox {
  background-color: #409eff;
  border-color: #409eff;
}
.mcheckbox:checked+.el_checkbox::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(1);
  width: 3px;
}
.task_model_wrap .task_model_from .task_type_wrap>label input,
#material_task p>label input {
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  /*left: 3000px;*/
  opacity: 0;
}

.task_model_wrap .task_model_from .task_type_wrap>label input.error_tip+.el_checkbox,
#material_task p>label input.error_tip+.el_checkbox {
  border: 1px solid #e5002d;
}

.task_model_wrap .task_model_from .task_type_wrap>label input:checked+.el_checkbox,
#material_task p>label input:checked+.el_checkbox {
  background-color: #409eff;
  border-color: #409eff;
}

.task_model_wrap .task_model_from .task_type_wrap>label input:checked+.el_checkbox::after,
#material_task p>label input:checked+.el_checkbox::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(1);
  width: 3px;
}

.task_model_from .btn_group {
  margin-bottom: 20px;
}

.task_type_wrap {
  float: left;
  width: 450px;
}

.task_model_wrap .task_model_item:nth-child(2n+1) {
  background: #F4F0FA;
  border: 1px solid #E8DFF8;
}

.task_model_wrap .task_model_item:nth-child(2n+1) h3 {
  background: #E4DAF7;
}

.task_model_wrap .task_model_item:nth-child(2n) {
  background: #F3FAFF;
  border: 1px solid #D2E3F1;
}

.task_model_wrap .task_model_item:nth-child(2n) h3 {
  background: #E4F3FF;
}

/* .task_model_wrap .task_model_item:nth-child(3n) {
  background: rgba(237, 247, 228, 0.46);
  border: 1px solid #D6EAC4;
}

.task_model_wrap .task_model_item:nth-child(3n) h3 {
  background: #EBFADE;
} */

.task_model_wrap .task_model_item h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.task_model_item .task_model_from label.error_tip {
  display: none !important;
}

.task_model_item input[name=sku].error_tip_sku,
.error_tip_email {
  border: 1px solid #e5002d !important;
  color: #e5002d !important;
}

#task_email-error.hide {
  display: none !important;
}

.task_model_from span.error_tip_sku,
.task_model_from span.error_tip_size,
.task_model_from span.error_tip_notice {
  font-size: 12px;
  color: #e5002d;
  padding-left: 90px;
}

/*文件上传样式*/

.file_info {
  width: 350px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
}

.file_info p {
  color: #666;
}

.file_info p img {
  display: none;
}

.file_info a {
  color: #2ea2db;
  text-decoration: underline;
}

/*.file_info{*/

/*width: 350px;*/

/*margin-top: 5px;*/

/*}*/

/*.file_info ul{*/

/*width: 100%;*/

/*}*/

/*.file_info ul li{*/

/*display: block;*/

/*width: 100%;*/

/*margin-top: 5px;*/

/*height: 24px;*/

/*line-height: 24px;*/

/*}*/

/*.file_info li p{*/

/*color:#666;*/

/*}*/

/*.file_info li p img{*/

/*display: none;*/

/*}*/

/*.file_info li a {*/

/*float: right;*/

/*color: #2ea2db;*/

/*text-decoration: underline;*/

/*}*/

.upload_error {
  color: #e5002d;
}

.upload_error p {
  height: 24px;
  line-height: 24px;
}

.progress_wrap {
  width: 350px;
  height: 40px;
  font-size: 12px;
  margin-top: 20px;
}

.progress_wrap>a {
  color: #2da2d8;
  position: relative;
  top: -4px;
}

.progress {
  width: 260px;
  height: 10px;
  border-radius: 5px;
  background: #ededed;
}

.progress .progress-bar {
  width: 0;
  height: 10px;
  border-radius: 5px;
  background: #2da2d8;
  max-width: 100%;
}

.progress_wrap>p {
  width: 260px;
  height: 20px;
  line-height: 20px;
}

.progress_wrap>p>span {}

/*模型预览*/

#view_3d_models .modal_body {
  width: 80%;
  height: 80%;
}

#view_3d_models .modal_body .close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 10px;
  font-size: 40px;
  z-index: 9999;
}

#view_3d_models .modal_body .model_wrap {
  width: 100%;
  height: 100%;
}

#view_3d_models iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/*发布任务-上传*/

.file_list {
  width: 100%;
}

.upload_warn {
  width: 350px;
  padding: 0 9px;
  color: #e5002d;
}

.upload_warn span:last-child {
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.upload_list {
  width: 100%;
  position: relative;
}

.upload_list table {
  width: 100%;
  text-align: center;
}

.upload_list thead {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #f3f3f3;
}

.upload_list tr {
  width: 100%;
}

.upload_list thead tr th {
  text-align: center;
}

.upload_list thead tr th:first-child {
  width: 60px;
}

.upload_list thead tr th:last-child {
  width: 90px;
}

.upload_list tbody {}

.upload_list tbody tr td:last-child {
  position: relative;
}

.upload_list tbody tr td:nth-child(2) label.error_tip {
  display: none !important;
}

.upload_list tbody tr td:last-child label.error_tip {
  left: 90px;
  width: 100px;
}

.upload_list tbody tr {
  height: 38px;
  line-height: 38px;
}

.upload_list tbody tr td:nth-child(2) input {
  width: 100%;
  height: 38px;
  border: 0;
  text-align: center;
}

.upload_list tbody tr.view_file td:last-child a,
.file_view {
  color: #059fe7;
  text-decoration: underline;
}

.upload_list tbody tr.upload_file td:last-child label {
  color: #e4484b;
  text-decoration: underline;
  cursor: pointer;
}

.upload_list .page_wrap {
  width: 100%;
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

/*model upload*/

#model_upload.material_modal .modal_body {
  width: 800px;
  height: 600px;
}

#model_upload.material_modal .modal_body h3 {
  font-size: 18px;
  text-align: left;
}

#model_upload .action {
  margin-top: 30px;
}

#model_upload.material_modal #model_from {
  margin: 20px auto;
  width: 630px; 
}

#model_upload.material_modal .modal_body .upload_group>label {
  width: 150px;
  text-align: right;
  padding-right: 25px;
  border-bottom:solid 1px transparent;
}

#model_upload.material_modal .modal_body .upload_group>label.error_tip,
#model_upload .file_error_tip {
  position: absolute;
  left: 130px;
  text-align: left !important;
  font-size: 12px;
  bottom: -12px;
  color: #EB1813;
  width: 300px !important;
}

#model_upload .file_error_tip.hide {
  display: none !important;
}

#model_upload.material_modal .modal_body .upload_group:first-child,
#model_upload.material_modal .modal_body .upload_group:nth-child(2) {
  height: 60px;
}

#model_upload.material_modal .modal_body .upload_group:nth-child(3),
#model_upload.material_modal .modal_body .upload_group:nth-child(4) {
  height: 80px;
}

#model_upload.material_modal .modal_body .upload_group:nth-child(5) {
  height: 60px;
}
/* 京致家模型上传 */
#model_upload .jz-model-upload .action{
  margin-top: 60px;
}
 
#model_upload.material_modal .modal_body .upload_group>label>span {
  color: #EB1813;
  position: relative;
  top: 3px;
  right: 3px;
}
#model_upload.material_modal .modal_body .upload_group input[type='text']{
  height: 40px;
  width: 468px;
  outline: none;
  border:solid 1px #CCC;
  text-indent: 10px;
}
#model_upload.material_modal .file_name:hover {
  color: #1989FA;
}

.model_3d_wrap {
  position: relative;
  float: left;
  /* width: 425px; */
  height: 40px;
}

.review_img_wrap {
  float: left;
  width: 425px;
  /* height: 60px; */
  position: relative;
  text-align: left;
}
.review_img_wrap .upload-tip{
  text-align: left;
  color:#909399;
  font-size: 12px;
}
.review_img_wrap .model_upload_tip {
  cursor: default;
}

#model_upload.material_modal .review_img_wrap ul li,
#model_upload .thumbnail_img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #DCE1EA;
  border-radius: 4px;
  position: relative;
}

#model_upload.material_modal .review_img_wrap ul li.upload_label {
  position: static;
}

#model_upload.material_modal ul li span.del_img,
#model_upload .thumbnail_img span.del_img {
  position: absolute;
  top: -9px;
  right: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/close_red.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

#model_upload.material_modal ul li.upload_label {
  border: 0;
}

#model_upload.material_modal ul li.upload_label label,
.model_thumbnail {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/add.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.model_thumbnail:hover {
  background: url("../img/add_hover.png") no-repeat center center;
}

#model_upload.material_modal ul li.upload_label input {
  position: absolute;
  left: 3000px;
}

.upload_label label {
  position: absolute;
  left: 3000px;
}

.upload_label label.active {
  position: relative;
  left: 0;
}

#model_upload .model_upload_tip {
  font-size: 12px;
  color: #909399;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 300px;
  text-align: left;
}

#model_upload .error_tip {
  font-size: 12px;
  color: #EB1813;
  /* position: absolute; */
  /* bottom: -32px; */
  /* left: 0; */
  /* width: 300px; */
  text-align: left;
}

#model_upload .model_upload_tip a {
  color: #1989FA;
  cursor: pointer;
}

#model_upload .thumbnail_wrap {
  width: 350px;
  position: relative;
  float: left;
}

#model_upload .modal_body .action .btn_red1 {
  width: 240px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

p.files_tip {
  font-size: 12px;
  color: #909399;
  text-align: center;
  margin-top: 15px;
}

.type_radio_wrap {
  text-align: left;
  width: 350px;
  float: left;
}

.type_radio_wrap input {
  position: absolute;
  left: 3000px;
  -webkit-appearance: radio;
}

#model_upload .type_tip {
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #303133;
  border-radius: 2px;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 103px;
  top: 3px;
}

#model_upload .type_tip:hover .type_des {
  display: block;
}

#model_upload .type_des {
  font-size: 14px;
  color: #303133;
  background: #ffffff;
  padding: 14px 20px;
  position: absolute;
  left: 30px;
  top: -30px;
  text-align: left;
  border: 1px solid #CCD3E1;
  ;
  border-radius: 4px;
  z-index: 999;
}

#model_upload .type_des ul li:first-child {
  margin-bottom: 5px;
}

#model_upload .type_des ul li {
  width: 323px;
  line-height: 24px;
}

#model_upload .type_des>span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #CCD3E1;
  border-left: 1px solid #CCD3E1;
  transform: rotate(-45deg);
  position: absolute;
  left: -6px;
  top: 30px;
  background: #fff;
}

#model_upload input.error_tip+p.model_upload_tip {
  display: none;
}

#model_upload input+p.model_upload_tip {
  display: block;
}

/*延长时间*/

#date_select {
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 999;
}

/*modal*/

/*素材上传*/

.material_modal .modal_body {
  width: 570px;
  min-height: 275px; 
}

.material_modal .modal_body h3 {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #F5F7FA !important;
  border-bottom: 0 !important;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.material_modal .modal_body h3 .modal_close {
  top: 14px;
}

.material_modal .modal_body .upload_group {
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  position: relative; 
}
.thumbnail_input .model_thumbnail{
  float:left; 
  margin-right: 10px;
}

.material_modal .modal_body .upload_group>label {
  width: 100px;
  display: block;
  float: left;
  text-align: center;
  color: #303133;
}

.material_modal .modal_body .upload_group .upload_info_wrap {
  max-width: 500px;
  width: auto;
  float: left;
  background: #F5F7FA;
  border-radius: 2px;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap {
  width: auto;
  float: left;
  height: 40px;
  font-size: 12px;
  margin-top: 0;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap>span {
  float: left;
  display: inline-block;
  padding: 0 10px;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap>span.hide {
  /* display: none !important; */
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap>span.file_status {
  position: relative;
  top: 5px
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap>span.file_del {
  height: 100%;
  color: #EB1813;
  background: #fff;
  cursor: pointer;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress_wrap>span.file_del:hover {
  text-decoration: underline;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress {
  width: 120px;
  height: 4px;
  background: #D1D7E5;
  border-radius: 2px;
  margin-top: 18px;
}

.material_modal .modal_body .upload_group .upload_info_wrap .progress .progress-bar {
  width: 0;
  height: 4px;
  border-radius: 2px;
  background: #1989FA;
  
}

.material_modal .upload_info_wrap>label {
  float: left;
  max-width: 100px;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.material_modal .file_name {
  padding: 0 10px;
  cursor: pointer; 
  max-width:130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.material_modal input[type=file] {
  position: absolute;
  left: 3000px;
}

.material_modal .action {
  margin-top: 56px;
}

.material_modal .error_tip_file {
  position: absolute;
  left: 100px;
  top: 40px;
  font-size: 12px;
  color: #EB1813;
}

#quit_task .modal_body,
#quit_task1 .modal_body,
#stop_task .modal_body,
#material_task .modal_body {
  width: 380px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 54px 30px;
}

#material_task p {
  margin: 25px 0 37px;
}

#material_task p>label:nth-child(2) {
  padding: 0 10px;
}

#quit_task .modal_body p,
#quit_task1 .modal_body p,
#stop_task .modal_body p {
  font-size: 14px;
  color: #303133;
  text-align: center;
  line-height: 26px;
  margin-bottom: 38px;
}

#stop_task .modal_body {
  padding: 30px 36px 30px;
}

#stop_task .modal_body h3 {
  font-size: 16px;
  color: #303133;
  line-height: 26px;
  margin-bottom: 7px;
}

#stop_task .modal_body p {
  margin-bottom: 23px;
}

#quit_task .modal_body .action .btn_gray,
#quit_task1 .modal_body .action .btn_gray,
#stop_task .modal_body .action .btn_gray {
  margin-right: 20px;
}

/*填写不通过原因弹出框*/

.nopass_task .modal_body {
  width: 500px;
  padding: 30px 30px 40px 30px;
  border-radius: 4px;
}

.nopass_task .modal_body .modal_close {
  display: block;
  width: 18px;
  height: 18px;
  top: 15px;
  right: 15px;
}

.nopass_task .modal_body h3 {
  font-size: 18px !important;
  color: #303133;
  height: 25px !important;
  line-height: 25px !important;
  text-align: left !important;
  border-bottom: 0 !important;
  background: none !important;
  border: 0 !important;
}

.nopass_task .modal_body textarea {
  width: 100%;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  overflow-y: auto;
  resize: none;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}

.nopass_task .modal_body ul li {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #DCE1EA;
  border-radius: 4px;
  position: relative;
  margin: 0 25px 20px 0;
}

.nopass_task .modal_body ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.nopass_task .modal_body ul li span.del_img {
  position: absolute;
  top: -9px;
  right: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/close_red.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.nopass_task .modal_body ul li.upload_label {
  border: 0;
}

.nopass_task .modal_body ul li.upload_label label {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/add.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.nopass_task .modal_body ul li.upload_label label:hover {
  background: url("../img/add_hover.png") no-repeat center center;
}

.nopass_task .modal_body ul li.upload_label input {
  position: absolute;
  left: 3000px;
}

.upload_label label {
  position: absolute;
  left: 3000px;
}

.upload_label label.active {
  position: static;
  left: 0;
}

.nopass_task .modal_body .action .btn_gray {
  margin-right: 20px;
}

.nopass_task .is_img {
  display: block;
  text-align: left;
  font-size: 12px;
  margin-bottom: 20px;
  color: #e5002d;
}

.nopass_task .is_img.hide {
  display: none;
}

label#info-error {
  display: block;
  color: #e5002d;
  margin-top: -20px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 4px;
}

/*订单确认弹框*/

#determain_task .modal_body {
  width: 380px;
  height: 335px;
  background: #FFFFFF;
  border-radius: 4px;
}

#determain_task .modal_body .step_header_wrap {
  height: 46px;
  line-height: 46px;
  background: #F5F7FA;
  border-radius: 4px 4px 0 0;
  position: relative;
}

#determain_task .modal_body .step_header_wrap span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 4px;
}

#determain_task .modal_body .step_header_wrap .step1,
#determain_task .modal_body .step_header_wrap .step2 {
  display: inline-block;
  width: 49%;
  text-align: center;
  font-size: 16px;
  color: #909399;
  cursor: pointer;
}

#determain_task .modal_body .step_header_wrap span.active {
  color: #1989FA;
}

#determain_task .modal_body .step1_info_wrap,
#determain_task .modal_body .step2_info_wrap {
  padding-left: 20px;
}

#determain_task .modal_body .step1_info_wrap>h3 {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #303133;
  text-align: left;
}

#determain_task .modal_body .btn_wrap {
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  position: relative;
}

#determain_task .modal_body .btn_wrap.radio_wrap>label {
  text-align: left !important;
}

#determain_task .modal_body .btn_wrap.radio_wrap>label:nth-child(2) {
  width: 100px;
}

#determain_task.r_determain_task .step1_info_wrap .btn_wrap {
  height: 32px;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap>label {
  line-height: 32px;
  width: 70px;
  text-align: right;
  font-size: 14px;
  display: block;
  float: left;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap>input {
  height: 32px;
  line-height: 32px;
  width: 250px;
  display: block;
  float: left;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  padding-left: 8px;
  font-size: 14px;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap:first-child input {
  width: 172px;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap:first-child a {
  display: block;
  float: left;
  font-size: 14px;
  color: #1989FA;
  line-height: 32px;
  padding-left: 8px;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap:first-child a:hover {
  text-decoration: underline;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap label {
  width: 80px;
  position: relative;
}

#determain_task.r_determain_task .modal_body .step1_info_wrap .btn_wrap label {
  width: 88px;
}

#determain_task .modal_body .step1_info_wrap .btn_wrap .radio_label {
  width: 140px !important;
}

#determain_task .modal_body .step1_info_wrap .btn_red1 {
  margin-left: -10px;
  cursor: pointer;
}

#determain_task .radio_wrap input {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 0;
  box-sizing: border-box;
  top: 3px;
  left: 3000px;
}

/*领取的任务 派单确认框*/

#determain_task.r_determain_task .modal_body {
  height: 365px;
}

#determain_task.r_determain_task .step1_info_wrap {
  padding-left: 0;
}

#determain_task.r_determain_task .step1_info_wrap h3 {
  position: relative;
  padding-left: 20px;
  background: #F5F7FA;
  border-radius: 4px 4px 0 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  margin-bottom: 20px;
}

#determain_task.r_determain_task .step1_info_wrap h3 .modal_close {
  font-size: 24px;
  top: 0px;
  right: 15px;
  color: #C0C4CC;
}

#determain_task.r_determain_task .step1_info_wrap>div {
  padding-left: 20px;
}

#determain_task.r_determain_task .modal_body .action {
  margin-top: 15px !important;
  margin-left: -10px;
}

#determain_task.r_determain_task .modal_body .action .btn_gray {
  margin-right: 30px;
}

#determain_task.r_determain_task .modal_body .btn_wrap:first-child input {
  color: #EB1813;
}

.el_radio {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  top: 3px;
  margin-right: 8px;
  cursor: pointer;
}

.el_label {
  font-size: 14px;
  cursor: pointer;
}

label input:checked+.el_radio {
  border: 1px solid #1989FA;
  background: #1989FA;
}

label input:checked+.el_radio::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#determain_task .step2_info_wrap>h3 {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
  margin: 12px 0 6px;
  text-align: left;
}

.step2_info_wrap>p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.step2_info_wrap>p>a {
  color: #1989FA;
}

.step2_info_wrap>p>a:hover {
  text-decoration: underline;
}

#determain_task .radio_wrap label label.error_tip+.el_radio,
#determain_task .radio_wrap label input.error_tip+.el_radio {
  border: 1px solid #e5002d;
}

.step2_info_wrap.left,
.step1_info_wrap.left {
  position: absolute;
  left: 3000px;
}

#determain_task .modal_body .step2_info_wrap .btn_wrap>label {
  line-height: 32px;
  width: 84px;
  text-align: right;
  font-size: 14px;
  display: block;
  float: left;
}

#determain_task .modal_body .step2_info_wrap .btn_wrap>input {
  height: 32px;
  line-height: 32px;
  width: 236px;
  display: block;
  float: left;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
}

#determain_task .modal_body .step2_info_wrap .action {
  margin-top: 35px;
  margin-left: -10px;
}

#determain_task .modal_body .step1_info_wrap .action {
  margin-top: 8px;
  margin-left: -10px;
}

#determain_task .modal_body .step2_info_wrap .btn_gray {
  margin-right: 20px;
}

#determain_task #price-error,
#determain_task #num-error,
#determain_task #name-error,
#determain_task #number-error {
  position: absolute;
  width: 172px;
  left: 80px;
  text-align: left;
  top: 28px;
  font-size: 12px;
  color: #EB1813;
}

/*查看截图*/

#view_screenshot .modal_body {
  width: 800px;
  padding: 13px;
}

#view_screenshot .modal_body img.close {
  position: absolute;
  right: 24px;
  top: 23px;
  z-index: 9999;
  cursor: pointer;
}

#view_screenshot .screenshot_wrap {
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}

#view_screenshot .action {
  padding: 45px 0 30px;
}

#view_screenshot .action .btn_gray {
  margin-right: 60px;
}

.body-modal{ 
   min-width: 1200px;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.20);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.modal {
  min-width: 1200px;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.20);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.modal_body {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.modal_ok {}

/*publish success*/

#submit_success .modal_body {
  width: 300px;
  height: 160px;
  line-height: 160px;
  font-size: 16px;
  border-radius: 5px;
}

#submit_success .modal_body p {
  padding-left: 10px;
}

#submit_success .modal_body img {
  position: relative;
  top: 8px;
  right: 10px;
}

#submit_company_info img {
  width: 60px;
  padding-top: 35px;
}

#submit_company_info .success_tip p {
  padding-top: 20px;
}

.publish_success .success_tip,
.publish_error .error_tip,
.stand_error .error_tip,
.quality_error .error_tip {
  width: 500px;
  height: 200px;
}

.publish_success .success_tip p {
  line-height: 20px;
  padding-top: 80px;
}

.publish_error .error_tip p,
.stand_error .error_tip p,
.quality_error .error_tip p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: 50px 0 34px;
}

.stand_error .error_tip button,
.quality_error .error_tip button {
  font-size: 12px;
  color: #fff;
  background: red;
  width: 70px;
  height: 28px;
  line-height: 28px;
  border: none;
  cursor: pointer;
}

/*task unpublish*/

.task_header {
  /*height: 40px;*/
  position: relative;
}

.task_header .title {
  line-height: 40px;
  font-size: 24px;
  color: #303133;
  float: left;
}

.task_header .title.left2 {
  width: 600px;
}

.task_header .title.left1 {
  width: 700px;
}

.task_header>.fr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.task_header .action a:first-child {
  margin-right: 30px;
}

.task_header .action a:last-child {
  margin-right: 0;
}

.task_header .action form {
  display: inline;
}

.task_item {
  padding: 50px 30px;
  position: relative;
}

.task_item_info {
  padding: 20px 30px;
}

.task_item table {
  width: 100%;
}

.task_item tr th {
  text-align: center;
}

.task_item tr {
  height: 58px;
  line-height: 58px;
  text-align: center;
}

.task_item tr th:first-child {
  width: 150px;
}

.task_item tr th:last-child {
  width: 200px;
}

.task_item tr td:nth-child(2) a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.task_item tr td:last-child a {
  color: #00a4e8;
  text-decoration: underline;
}

/*task_step*/

#task_step {
  width: 100%;
}

#task_step ul {
  height: 40px;
  width: 118%;
  margin: 40px -9% 20px;
  
  padding-left: 20px;
}

#task_step.error_step ul {
  width: 40%;
  margin: 15px -9% 20px;
}

#task_step.error_step.fail ul {
  width: 70%;
  margin-left: -8%;
}

#task_step.error_step.fail_2 ul {
  width: 35%;
  margin-left: -8%;
}

#task_step.error_step.p_fail_step ul {
  width: 70%;
  margin-left: 0;
}

#task_step li {
  font-size: 14px;
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  color: #606266;
  ;
  height: 40px;
}

#task_step li.active {
  color: #1989FA;
  ;
}

#task_step.error_step li.active {
  color: #606266;
  ;
}

#task_step.error_step li.active:after {
  background: #F0F2F5;
}

#task_step li.active:before {
  background: #1989FA;
  ;
  z-index: 2;
}

#task_step.error_step li.active:before {
  background: #F0F2F5;
  ;
  z-index: 2;
}

#task_step li.active:after {
  background: #1989FA;
}

#task_step li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: #F0F2F5;
  ;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#task_step li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #F0F2F5;
  ;
  position: absolute;
  left: -50%;
  bottom: 7px;
}

#task_step li:first-child:after {
  content: none;
}

/*任务状态*/

.task_status {
  position: relative;
  border-left: 6px solid #1989FA;
  padding: 20px 0 17px 30px;
  background: rgba(25, 137, 250, 0.06);
}

.task_status.fail {
  padding: 33px 0 33px 30px;
}

.task_status h2 {
  font-size: 24px;
  color: #303133;
  height: 33px;
  line-height: 33px;
}

.task_status p {
  margin-top: 6px;
  font-size: 14px;
  color: #606266;
  line-height: 24px;
}

.task_status #textarea {
  margin-top: 6px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  resize: none;
  border: 0;
  background: #F5F7FA;
  overflow: hidden;
  color: #EB1813;
}

.task_status p a {
  color: #1989FA;
}

.task_status.red {
  background: #F5F7FA;
  border-left: 6px solid #EB1813;
  ;
}

.task_status.red h2 {
  color: #EB1813;
}

.task_status.red p {
  color: #EB1813;
}

.task_status .task_service_logo {
  width: 160px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 6px 22px;
}

.task_status .task_service_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.task_details {
  margin: 30px 0 20px;
  width: 100%;
}

.task_details thead th {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #909399;
  margin-bottom: 4px;
}

.task_details tbody td {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #303133;
  padding-right: 20px;
}

.task_details tbody tr td:first-child,
.task_details tbody tr td:nth-child(2),
.task_details tbody tr td:last-child {
  max-width: 200px;
  word-break: break-all;
}

.task_require {
  font-size: 12px;
}

.task_require h3 {
  margin-bottom: 10px;
}

.task_require p {
  line-height: 17px;
  margin-bottom: 10px;
}

.task_models {
  position: relative;
  width: 100%;
}

.task_models .task_models_item {
  width: 100%;
}

.task_models .task_models_item li {
  width: 100%;
  margin-bottom: 20px;
}

.task_models .task_models_item li h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  position: relative;
}

.task_models .task_models_item li h3 span,
.task_models .task_models_item li h3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1989FA;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

.task_models .task_models_item li .models_info {
  height: 50px;
}

.task_models .task_models_item li .models_info p:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  zoom: 1;
}

.task_models .task_models_item li .models_info p {
  float: left;
  width: 33.3%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
}

.models_review p,
.models_result p {
  width: 100% !important;
}

.task_models .task_models_item li .models_info p.check_pass {
  width: 100%;
}

.task_models .task_models_item li .models_info p.check_pass input[type=radio] {
  opacity: 0;
}

.task_models .task_models_item li .models_info p .models_key {
  color: #909399;
  padding-right: 5px;
}

.task_models .task_models_item li .models_info p .moodels_value {
  color: #303133;
}

.task_models .task_models_item li .models_info .review_pass {
  color: #3DC424 !important;
}

.task_models .task_models_item li .models_info .review_nopass {
  color: #EB1813 !important;
}

.task_models .task_models_item li .models_info .review_wait {
  color: #1989FA !important;
}

.task_models .task_models_item li .models_info .review_nopass a {
  color: #1989FA !important;
  padding-left: 6px;
}

.task_models .task_models_item li .models_info p .download:hover {
  text-decoration: underline;
}

.task_models .task_models_item li .models_info p .download {
  color: #1989FA
}

.task_models .task_models_item li .models_info p .moodels_value .material_edit {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  left: 8px;
}

.task_models .task_models_item li .models_info p label {
  cursor: pointer;
}

.task_models .task_models_item li .models_info_long {
  height: auto;
}

.task_models .task_models_item li .models_info_long p .models_key {
  float: left;
}

.task_models .task_models_item li .models_info_long p .moodels_value {
  float: left;
  width: 200px;
  word-break: break-all;
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.task_models_right .models_info_long p .moodels_value {
  width: 155px !important;
}

.task_models .task_models_item li .models_info_long1 {
  height: auto;
}

.task_models .task_models_item li .models_info_long1 p .models_key {
  float: left;
}

.task_models .task_models_item li .models_info_long1 p .moodels_value {
  float: left;
  width: 200px;
  word-break: break-all;
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.task_models_right .models_info_long1 p .moodels_value {
  width: 155px !important;
}

.task_models .task_models_item li a.edit_btn {
  font-size: 14px;
  color: #1989FA;
  padding-left: 40px;
  /*display: none;*/
}

.task_models .task_models_item li a.edit_btn img {
  position: relative;
  top: 2px;
  left: -4px;
}

.task_models .task_models_item li .models_notice {
  padding: 13px 0;
  font-size: 14px;
  line-height: 24px;
  min-height: 74px;
}

.task_models .task_models_item li .models_notice span {
  display: block;
  float: left;
  color: #909399;
  padding-left: 20px;
  padding-right: 5px;
}

.task_models .task_models_item li .models_notice p {
  float: left;
  width: 797px;
}

.task_models .task_models_item li .material_info {
  height: 50px;
  font-size: 14px;
}

.task_models .task_models_item li .material_info>div:first-child {
  position: relative;
  float: left;
  width: 33.3%;
  padding-left: 20px;
  line-height: 50px;
}

.task_models .task_models_item li .material_info>div:nth-child(2) {
  position: relative;
  width: 66.7%;
  float: left;
}

.material_info .models_key {
  display: block;
  color: #909399;
  padding-right: 5px;
}

.task_models .task_models_item li .material_info .kuaidi_wrap {
  width: 213px;
  position: absolute;
  left: 94px;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #D8DCE6;
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  margin-top: 9px;
  padding: 0 5px;
}

.task_models .task_models_item li .material_info .material_upload {
  position: absolute;
  left: 325px;
  height: 50px;
  line-height: 50px;
  color: #1989FA;
  cursor: pointer;
}

.task_models .task_models_item li .material_info .kuaidi_wrap.open {
  height: 65px;
}

.task_models .task_models_item li .material_info .kuaidi1_wrap {
  width: 280px;
  left: 15px;
}

.task_models .task_models_item li .material_info .kuaidi_wrap span {
  color: #909399;
}

.task_models .task_models_item li .material_info .kuaidi_wrap span.error_tip_company,
.task_models .task_models_item li .material_info .kuaidi1_wrap span.error_tip_num {
  font-size: 12px;
  color: #EB1813;
  float: left;
  line-height: 20px;
}

.task_models .task_models_item li .material_info .kuaidi_wrap input {}

.task_models .task_models_item li .material_info .kuaidi_wrap input {
  width: 164px;
  margin-left: 5px;
  height: 32px;
  line-height: 32px;
  border: none;
}

.task_models .task_models_item li .material_info .kuaidi_wrap input.error_input {
  color: #EB1813 !important;
}

.task_models .task_models_item li .material_info .kuaidi1_wrap input {
  width: 190px;
}

.task_models .task_models_item li .material_info .kuaidi_wrap a {
  background: #EB1813;
  border-radius: 2px;
  width: 46px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-align: center;
  display: block;
  float: right;
}

.task_models .task_models_item li:nth-child(3n+1) {
  border: 1px solid #F6D3D7;
  background: rgba(255, 231, 234, 0.20);
}

.task_models .task_models_item li:nth-child(3n+1) h3 {
  background: #FFE7EA;
  border-bottom: 1px solid #F6D3D7;
}

.task_models .task_models_item li:nth-child(3n+1) .models_info,
.task_models .task_models_item li .material_info {
  border-bottom: 1px solid #F6D3D7;
}

.task_models .task_models_item li:nth-child(3n+1) .task_models_right {
  border-left: 1px solid #F6D3D7;
}

.task_models .task_models_item li:nth-child(3n+1) .models_info p:nth-child(2) {
  border-left: 1px solid #F6D3D7;
  border-right: 1px solid #F6D3D7;
}

.task_models .task_models_item li:nth-child(3n+2) {
  background: #F3FAFF;
  border: 1px solid #CBDFEF;
}

.task_models .task_models_item li:nth-child(3n+2) h3 {
  background: #E4F3FF;
  border-bottom: 1px solid #CBDFEF;
}

.task_models .task_models_item li:nth-child(3n+2) .models_info {
  border-bottom: 1px solid #CBDFEF;
}

.task_models .task_models_item li:nth-child(3n+2) .task_models_right {
  border-left: 1px solid #CBDFEF;
}

.task_models .task_models_item li:nth-child(3n+2) .models_info p:nth-child(2) {
  border-left: 1px solid #CBDFEF;
  border-right: 1px solid #CBDFEF;
}

.task_models .task_models_item li:nth-child(3n) {
  background: #F7FCF3;
  border: 1px solid #D6EAC4;
}

.task_models .task_models_item li:nth-child(3n) h3 {
  background: #EBFADE;
  border-bottom: 1px solid #D6EAC4;
}

.task_models .task_models_item li:nth-child(3n) .models_info {
  border-bottom: 1px solid #D6EAC4;
}

.task_models .task_models_item li:nth-child(3n) .task_models_right {
  border-left: 1px solid #D6EAC4;
}

.task_models .task_models_item li:nth-child(3n) .models_info p:nth-child(2) {
  border-left: 1px solid #D6EAC4;
  border-right: 1px solid #D6EAC4;
}

.task_models .task_models_item li .models_info p.no_border_right {
  border-right: 0 !important;
}

.task_models .page_wrap {
  bottom: 40px;
}

.task_models_wrap {
  position: relative;
}

.task_models .task_models_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 142px;
  height: 100%;
}

.task_models_left .task_models_cover {
  width: 110px;
  height: 146px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.task_models_left .task_models_cover .task_thumbnail_wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.task_models_left .task_models_cover>img {
  cursor: pointer;
}

.task_models_left .task_models_cover a.task_models_download img {
  position: relative;
  top: 1px;
  left: -3px;
}

.task_models_left .task_models_cover a.task_models_download,
a.task_models_change,
a.task_models_upload {
  background: #1989FA;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

a.task_models_change.hide,
a.task_models_upload.hide {
  display: none !important;
}

a.task_models_change {
  background: #3DC424;
}

a.task_models_upload {
  background: #1989FA;
}

a.task_models_change img {
  position: relative;
  top: 3px;
  left: -3px;
}

a.task_models_upload img {
  position: relative;
  top: 0;
  left: -3px;
}

.task_models .task_models_right {
  margin-left: 142px;
  width: 776px;
}

.task_models .task_models_right .el_radio {
  top: 2px;
}

.task_models .task_models_right .models_notice p {
  width: 668px !important;
}

/*received task*/

#giveup_error {
  /*display: block;*/
}

#giveup_confirm {
  /*display: block;*/
}

#view_reason .modal_body,
#task_stop .modal_body,
#giveup_error .modal_body,
#giveup_confirm .modal_body,
#select_service .modal_body,
#model_error .modal_body,
#quality_nopass .modal_body,
#model_delete .modal_body,
#giveup_fail .modal_body {
  width: 440px;
  height: 200px;
  border-top: 1px solid #ef1110;
}

#giveup_fail .modal_body p,
#giveup_error .modal_body p,
#select_service .modal_body p,
#giveup_confirm .modal_body p:first-child,
#model_error .modal_body p,
#model_delete .modal_body p {
  margin: 50px auto;
}

#task_stop .modal_body h3 {
  padding-top: 30px;
}

#task_stop .modal_body p {
  padding: 20px;
}

#view_reason .modal_body p {
  padding: 50px 0 30px;
}

/*model list*/

.model_list {
  width: 100%;
  position: relative;
}

.no_model {
  text-align: center;
}

.model_list .model_layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

.model_list li.fl>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

#model_upload.material_modal ul li img,
#view_screenshot .screenshot_wrap img,
.nopass_task .modal_body ul li img,
.task_models_left .task_models_cover>.task_thumbnail_wrap>img,
.task_status .task_service_logo img,
.model_list li.fl>a>img,
.b_title .logo_wrap>img,
.service_list ul li img,
.thumbnail_img img,
.model_item tbody tr td:nth-child(2) img,
#company_form .view_logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.model_list li.fl {
  position: relative;
  width: 18%;
  height: 150px;
  margin: 10px 1%;
  border: 1px solid #333;
  cursor: pointer;
}

.model_list .model_wrap li {
  margin: 10px 1% 30px;
}

.model_list li.fl:hover .model_layer {
  display: block;
}

.model_list .model_layer .model_action {
  position: absolute;
  bottom: 0;
  height: 30px;
  background: #666;
  line-height: 30px;
  width: 100%;
  padding: 0 5px;
}

.model_list .model_layer>span {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.model_list .model_layer .model_action a {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model_list li.finish .model_action a {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model_list .model_layer .model_action .del_model,
.model_list .model_layer .model_action .down_model {
  display: block;
  height: 20px;
  border: 1px solid #fff;
  line-height: 19px;
  margin-top: 5px;
  width: 40px;
  text-align: center;
}

.model_list .model_layer .model_action .del_model:hover,
.model_list .model_layer .model_action .down_model:hover {
  background: #fe0101;
  border: 1px solid #fe0101
}

.model_list .step_tip {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
}

.model_list .step_tip div {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 28px solid transparent;
  border-bottom: 22px solid transparent;
}

.model_list .review .step_tip div {
  border-left: 28px solid #2da3d8;
  border-top: 22px solid #2da3d8;
}

.model_list .nopass .step_tip div {
  border-left: 28px solid #fe0101;
  border-top: 22px solid #fe0101;
}

.model_list .nopass p {
  color: #00a4e8;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

.model_list .step_tip span {
  position: absolute;
  width: 50px;
  left: 2px;
}

.nopass_reason {
  font-size: 12px;
  border-top: 1px solid #fe0101;
  color: #fe0101;
  background: #faefef;
  margin-top: 10px;
  padding: 0 10px;
}

.nopass_reason p {
  line-height: 17px;
  margin-bottom: 10px;
}

/*quality no pass */

#quality_nopass textarea {
  width: 96%;
  height: 126px;
  margin: 10px 0;
  resize: none;
  padding: 5px;
}

/*任务超时*/

.task_timeout label {
  position: relative;
}

#task_newDate {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/*任务详情*/

.task_details_wrap {
  width: 100%;
  background: #fff;
  padding: 30px 40px 80px;
  margin-top: 30px;
}

/*注册身份选择*/

.register_wrap {
  width: 100%;
  margin-bottom: 160px;
}

.register_wrap>h2 {
  font-size: 20px;
  line-height: 200px;
  text-align: center;
}

.register_wrap .register_type {
  width: 100%;
  height: 342px;
}

.register_wrap .register_type>div:hover {
  box-shadow: 0 0 10px 4px #ccc;
}

.register_wrap .register_type>div:first-child {
  margin: 0 45px 0 132px;
}

.register_wrap .register_type>div:nth-child(2) {
  margin: 0 132px 0 45px;
}

.register_wrap .register_type>div.fl {
  width: 420px;
  height: 100%;
  border: 2px solid #ccc;
  background: #fff;
  position: relative;
}

.register_type_des {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.register_wrap .register_type .register_type_des>img {
  display: block;
  width: 105px;
  height: 113px;
  margin: 0 auto;
}

.register_wrap .register_type .register_type_des>h3 {
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-top: 25px;
}

.register_wrap .register_type .register_type_des>h3 a {
  display: inline-block;
  color: #787878;
}

.register_wrap .register_type>div.active .register_type_des>h3 span {
  background: url("../img/arrow_r.jpg") no-repeat;
}

.register_wrap .register_type>div .register_type_des>h3 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/arrow.jpg") no-repeat;
  position: relative;
  top: 3px;
  left: 3px;
}

.register_wrap .register_type>div .register_type_des>p {
  font-size: 16px;
  color: #bfbdc0;
  text-align: center;
  margin-top: 23px;
}

/*需求方模型列表*/

.models {
  margin-top: 30px;
}

.models_header {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.models_header h2 {
  line-height: 20px;
  font-size: 20px;
  padding-top: 10px;
}

.models_header h2 a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #00a4e8;
  text-align: center;
  color: #00a4e8;
  border-radius: 10px;
  margin-left: 5px;
  position: relative;
}

.models_header h2 a:hover .models_tip {
  display: block;
}

.models_header h2 a .models_tip {
  display: none;
  width: 260px;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  padding: 18px 15px;
  color: #fff;
  left: 30px;
  top: -25px;
}

.models_header h2 a .models_tip p {
  line-height: 20px;
  font-size: 14px;
}

#download_file {
  cursor: pointer;
}

/*新模型列表*/

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

.model_item {
  width: 100%;
  padding: 50px;
  color: #333;
  position: relative;
}

.model_item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.model_item table {
  width: 100%;
}

.model_item thead tr {
  height: 60px;
  line-height: 60px;
}

.model_item td,
.model_item th {
  text-align: center;
}

.model_item table tr td:first-child {
  width: 90px;
}

.model_item table tr td:nth-child(2) {
  width: 220px;
  padding: 20px;
}

.model_item table tr td:nth-child(2)>a,
.model_item table tr td:nth-child(2)>label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.model_item table tr td:nth-child(2)>a.hide,
.model_item table tr td:nth-child(2)>label.hide {
  display: none !important;
}

.model_item .upload_status span,
.upload_list .upload_status span {
  color: #00a4e8;
  line-height: 30px;
}

.model_item .upload_status .progress_small,
.upload_list .upload_status .progress_small {
  width: 50%;
  height: 5px;
  background: #b9ccb8;
  margin: 0 auto;
  border-radius: 5px;
}

.model_item .upload_status .progress-bar,
.upload_list .upload_status .progress-bar {
  float: left;
  height: 100%;
  border-radius: 5px;
  background: #20ca2c;
}

.model_item table tr td:nth-child(3) a {
  display: block;
  width: 250px;
  line-height: 30px;
  height: 60px;
  margin: 0 auto;
  color: #333;
}

.model_item table tr td:last-child {
  width: 230px;
}

.model_item table tr td:last-child a,
.model_item table tr td:last-child label,
.check_wrap table tr td:last-child a,
.check_wrap table tr td:nth-child(4) a,
.nopass_wrap td form label {
  display: block;
  color: #00a4e8;
  text-decoration: underline;
  cursor: pointer;
  line-height: 30px;
}

.model_item table tr td:last-child {
  width: 230px;
}

.model_item table tbody tr td {
  height: 210px;
}

.check_wrap table tr td:nth-child(2) {
  width: 200px;
}

.check_wrap table tr td:nth-child(4),
.check_wrap table tr td:last-child {
  width: 140px;
}

.check_wrap table tr td:last-child a.pass,
.check_wrap table tr td:last-child a.wait_check {
  color: #333;
  text-decoration: none;
  cursor: default;
}

.check_wrap table tr td:last-child a.nopass {
  color: #e5002d;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #909399;
  font-size: 14px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909399;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909399;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #909399;
  font-size: 14px;
}

.kuaidi_wrap input::-webkit-input-placeholder {
  color: #303133;
  font-size: 14px;
}

.kuaidi_wrap input:-moz-placeholder {
  color: #303133;
  font-size: 14px;
}

.kuaidi_wrap input::-moz-placeholder {
  color: #303133;
  font-size: 14px;
}

.kuaidi_wrap input:-ms-input-placeholder {
  color: #303133;
  font-size: 14px;
}

input[class$=error_tip]::-webkit-input-placeholder,
textarea[class$=error_tip]::-webkit-input-placeholder {
  color: #e5002d;
}

input[class$=error_tip]:-moz-placeholder,
textarea[class$=error_tip]:-moz-placeholder {
  color: #e5002d;
}

input[class$=error_tip]::-moz-placeholder,
textarea[class$=error_tip]::-moz-placeholder {
  color: #e5002d;
}

input[class$=error_tip]:-ms-input-placeholder,
textarea[class$=error_tip]:-ms-input-placeholder {
  color: #e5002d;
}

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

textarea::-webkit-scrollbar {
  width: 6px;
}

textarea::-webkit-scrollbar-track {
  background: #fff;
}

textarea::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

/*==========以下部分是Validform必须的===========*/

.Validform_checktip {
  margin-left: 8px;
  /* line-height: 20px; */
  /* height: 20px; */
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.Validform_right {
  color: #71b83d;
  padding-left: 8px;
  /* background: url(images/right.png) no-repeat left center; */
  display:none !important;
}

.Validform_wrong {
  color: red;
  padding-left: 8px;
  white-space: nowrap;
  display: none !important;
  /* background: url(images/error.png) no-repeat left center; */
}

.Validform_loading {
  padding-left: 20px;
  /* background: url(images/onLoad.gif) no-repeat left center; */
}

.Validform_error {
  background-color: #ffe7e7;
  border: solid 1px #DC3E4A !important;
}
 
.Validform_error::-webkit-input-placeholder {
  color: #DC3E4A;
}

.Validform_error:-moz-placeholder {
  color: #DC3E4A;
}

.Validform_error::-moz-placeholder {
  color: #DC3E4A;
}

.Validform_error:-ms-input-placeholder {
  color: #DC3E4A;
}

#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}

#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #999;
  background: -moz-linear-gradient(top, #999, #666 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #ccc;
}

#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #bbb;
  border-top: none;
  text-align: left;
}

.info {
  /* position: absolute;
  top: 0px;
  padding-left: 10px;
  left: 0px;
  margin-left: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #666;
  background-color: #FFF;
  min-width: 100px;
  box-sizing: border-box; */
  font-size: 12px;
  margin-left: 8px;
  border: 1px solid #ccc;
  padding: 8px 10px 8px 10px;
  color: #666;
  float: left;
  position: relative;
  display: none;
  line-height: 20px;
  white-space: nowrap;
}

.dec {
  top: 9px;
  display: block;
  height: 17px;
  overflow: hidden;
  position: absolute;
  left: -8px;
  width: 8px;
}

.dec s {
  font-family: simsun;
  font-size: 16px;
  height: 19px;
  left: 0;
  line-height: 21px;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 17px;
}

.dec .dec1 {
  color: #ccc;
}

.dec .dec2 {
  color: #fff;
  left: 1px;
}