.content {
  width: 1200px;
  margin: auto;
  background-color: #fff;
  font-size: 12px;
  color: #4a4a4a;
  margin-bottom: 50px;
}
.route-title-sub a{
  color: #4a4a4a !important;
}

body {
  /* background-color: #fff !important; */
  min-width: 1200px;
  font-family: Helvetica;
  background-color: #f3f3f3;
  /* margin-bottom: 521px; */
}
.l-main{
  padding-bottom: 0;
}
.btn{
  cursor: pointer;
}
.footer{
  width: auto !important;
}
ul{
  list-style-type:none;
}
li{
  list-style:none;
}
::-ms-clear, ::-ms-reveal{display: none;}
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    input[type="number"]{
        -moz-appearance: textfield;
    }

.route-nav-bg {
  margin: 0px auto 10px;
}
input[type="text"]{
  box-shadow: none;
}
.content-title {
  text-align: center;
  padding: 34px 0 ;
  font-size: 18px;
  font-weight: 600;
}
.content-title span {
  border-bottom: 4px solid #003399;
}
.company-info {
  width: 804px;
  margin: auto;
}
.company-title {
  border-bottom: 2px solid #f3f3f3;
}
.company-title-text {
  display: flex;
  justify-content: center;
  width: 155px;
  height: 36px;
  align-items: center;
  background-color: #EEF4FC;
  position: relative;
}
.company-title-text img {
  margin-right: 5px;
}
.background{
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 36px solid transparent;
  border-top: 36px solid #fff;
  right: -35px;
}
.company-name {
  display: flex;
  width: 654px;
  margin: 20px auto;
  /* align-items: center; */
}
.company-name-left {
  width: 118px;
  text-align: right;
  line-height: 30px;
  font-weight: 400;
}
.company-name-input {
  margin-left: 10px;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.hide_info {
  width: 800px;
  background-color: #f3f3f3;
}
.hide_info .address-choose ,.select_text{
  background-color: #fff;
}
.error-text2 {
  top: 15px !important;
}
.open_title {
  height: 60px;
  background-color: #fbf9d2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/vcommon/theme/supplier/img/backgound_img.png) no-repeat;
  background-size: 100% 100%;
}
.open_title img {
  width: 20px;
  height: 20px;
}
#reasontabsarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cdcdcd;
  color: #4a4a4a;
}
.small_input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
}
.supple {
  position: relative;
}

.supple_content {
  /* margin-top: -10px; */
}
.company-name-input input,
.street_input input {
  width: 100%;
  border: 1px solid #cdcdcd;
  padding-left: 10px;
  box-sizing: border-box;
  height: 30px;
}
.street_input,
.mill_btn {
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
.mill_btn {
  display: flex;
}
input{
  padding-left:10px;
  color: #4a4a4a;
  font-size: 12px;
}
textarea{
  overflow:auto;
}
textarea:focus,input:focus {
  border-color:  #003399 !important;
  caret-color: #003399 !important;
  /* box-sizing: border-box; */
}
.company-name-input ul{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.company-name-input ul {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  /* box-shadow:0px 2px 2px 2px #cdcdcd; */
  background-color: #fff;
  z-index: 2;
  max-height: 118px;
  overflow-y: auto;
}
.search_result li:hover{
  color: #003399;   
    background: rgba(6, 65, 152, 0.08);
    opacity: 0.99;
}

.company-name-input ul li {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  color: #9b9b9b;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.error-text ,.error-text1{
  color: red;
  position: absolute;
  margin-top: 5px;
  top:30px;
  /* top: 25px;
    left: 0; */
  padding-left: 21px;
  width: 100%;
  left: 0;
}
.error-bottom {
  /* border: 1px solid red !important; */
  margin-bottom: 20px;
  position: relative;
}
input.border_error, .border_error{
  border-color: red !important;
}
.address_error{
    margin-bottom: 30px !important;
}
.default_color{
    color: #9b9b9b !important;
}
.error-text::before ,.error-text1::before{
  content: "";
  background: url(/vcommon/theme/supplier/img/error.png) no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.none {
  display: none !important;
}
.prov-choose {
  width: 86px;
  height: 30px;
  /* position: relative; */
}

.company-address {
  display: flex;
  align-items: center;
}
.address-choose {
  display: flex;
  align-items: center;
  width: 86px;
  justify-content: space-between;
  height: 30px;
  border: 1px solid #cdcdcd;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

.city-choose,
.county-choose {
  margin-left: 10px;
}
.county-choose {
  width: 178px;
}
.city-choose {
  width: 178px;
}
.address-choose:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  background: url(/vcommon/theme/supplier/img/sidebar_down_arrow.png) no-repeat;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background-size:100% 100%;
}
.address-choose.checked {
  border: 1px solid #003399;
}
.address-choose.checked::after {
  background: url(/vcommon/theme/supplier/img/arrow_top.png) no-repeat;
  background-size: 18px 20px;
}
.address-info {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  /* height: 500px; */
  background-color: #fff;
  top: 30px;
  left: 0;
  z-index: 1;
}
.county,
.prov,
.city {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #9B9B9B;
  padding: 20px 20px 10px 20px;
}


.prov div,
.city div,
.county div {
  /* padding: 2px 3px; */
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  margin-right: 20px;
  margin-bottom: 10px;
}
.prov div:hover,
.city div:hover,
.county div:hover {
  border: 1px solid #003399;
  color: #003399;
}
.prov div.checked,
.city div.checked,
.county div.checked{
  background-color: #003399;
  color: #fff;
}
.company-type,
.company-money {
  width: 50%;
  display: flex;
  /* align-items: center; */
  position: relative;
}
.defult_right{
  margin-left: 10px; flex: 1;
  position: relative;
}
.company-type-left,
.company-money-left {
  width: 118px;
  text-align: right;
  line-height: 30px;
  font-weight: 400;
}
.address_list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.address_box {
  width: 100%;
  margin-bottom: 10px;
}
.del_address,
.add_address {
  position: relative;
  margin-left: 20px;
  margin-right: 25px;
  cursor: pointer;
}
.add_address {
  color: #003399;
}
.del_address::before,
.add_address::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 2px;
}
.del_address::before {
  background: url(/vcommon/theme/supplier/img/del.png) no-repeat;
}
.add_address::before {
  background: url(/vcommon/theme/supplier/img/add.png) no-repeat;
}
.tips_img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
/* .select{
    height: 30px;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #999;
    width: 200px;
    position: relative;
} */
.input_text {
  padding-left: 10px;
  color: #4a4a4a;
  flex: 1;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.input_img {
  padding-right: 5px;
}
.sullpy_info {
  font-size: 14px;
  font-weight: 600;
}
.company-name2{
  display: flex;
  width: 654px;
  margin: 0 auto;
}
.company-money-left2{
  width: 193px;
  text-align: right;
  line-height: 30px;
}
.cooperate {
  margin: 20px auto;
  display: flex;
  width: 654px;
  /* align-items: center; */
}
.cooperate-left {
    flex-shrink:0;
  width: 118px;
  height: 31px;
  line-height: 31px;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}
.cooperate-right {
  margin-left: 10px;
  flex:1;
}
.cooperate_type {
  height: 28px;
  width: 84px !important;
  border: 1px solid #003399;
  color: #003399;
  /* width: 54px; */
  text-align: center;
  line-height: 28px;
}
.checked_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.checked_one {
  height: 20px;
  line-height: 20px;
  position: relative;
  padding: 0px 10px;
  background: #eef4fc;
  border-radius: 25px;
  margin: 5px 18px 5px 0;
  /* min-width: 60px; */
  text-align: center;
}
.checked_one img {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  top: -8px;
}
.relevant_list {
  display: flex;
}
.relevant {
  position: relative;
}
.file2 {
  margin-right: 20px;
  margin-bottom: 15px;
}
.relevant_explain {
  position: absolute;
  text-align: center;
  bottom: -10px;
  text-align: center;
  width: 80px;
}
.relevant_box {
  margin-left: 10px;
}
.relevant_top {
  display: flex;
}
.relevant_bottom {
  margin-top: 47px;
}
.file {
  background-image: url(/vcommon/theme/supplier/img/ic_addimg.png);
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.file:hover {
  background-image: url(/vcommon/theme/supplier/img/ic_addimg_hover.png);
}
.file input {
  opacity: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.proveBox {
  display: flex;
  position: relative;
  height: 30px;
  flex: 1;
}

.rule .check_box {
  margin-bottom: 10px;
  position: relative;
}
.rule .check_box span {
  color: #003399;
}
.proveBox .check_box{
    position: relative;
}
.proveBox .check_box,
.rule .check_box {
  display: flex;
  align-items: center;
}
.proveBox .check_box i,
.rule .check_box i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/vcommon/theme/supplier/img/ic_radio.png);
  background-size: 16px 16px;
  margin-right: 5px;
}
.proveBox .check_box span {
  margin-right: 20px;
}
.proveBox .check_box input {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  width: 226px;
}

.proveBox .check_box i.is_checked,
.rule .check_box i.is_checked {
  background-image: url(/vcommon/theme/supplier/img/ic_radio_selected.png);
}
.contact_input {
  height: 30px;
}
.provetype {
  /* align-items: flex-end; */
}
.content-img-list {
  display: flex;
}
.content-img-list-item {
  position: relative;
  height: 78px;
  width: 78px;
  line-height: 78px;
  margin-right: 20px;
  border: 1px solid #f3f3f3;
  text-align: center;
  /* cursor: pointer; */
}

/* .content-img-list-item:hover {
    border: 1px solid #003399;
} */

/* .content-img-list-item.imgUploaderr:hover {
    border: 1px solid #f3f3f3;
} */

.content-img-list-item:hover {
  border: 1px solid #003399;
}
.content-img-list-item:hover .gcl {
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: url(/vcommon/theme/supplier/img/ic_close_blue.png) no-repeat !important;
  background-size: 100% 100% !important;
  cursor: pointer !important;
}
.content-img-list-item .fileImgCon {
  display: none;
}

.content-img-list-item.imgUploaderr:hover .gcl {
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: url(/vcommon/theme/supplier/img/ic_close_red.png) no-repeat !important;
  background-size: 100% 100% !important;
  cursor: pointer !important;
}

/* .content-img-list-item:hover .gcl {
    width: 16px!important;
    height: 16px!important;
    position: absolute!important;
    top: -8px!important;
    right: -8px!important;
    background: url(/return/common/after-sales-img/ic_close_blue.png) no-repeat!important;
    background-size: 100% 100%!important;
    cursor: pointer!important;
} */

.content-img-list-item img {
  display: block;
  width: 78px;
  height: 78px;
}

.content-img-list-item.file-pdf img {
  width: 38px;
  height: 50px;
  vertical-align: middle;
}

.content-img-list-item .file-mp4 {
  width: 32px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.content-img-list-item.imgUploading.fileImg-pdf {
  width: 78px;
  height: 78px;
  min-width: 78px;
  min-height: 78px;
  vertical-align: middle;
  background: url(/vcommon/theme/supplier/img/ic_pdf.png) no-repeat;
  background-size: 38px 50px;
  background-position: center;
  background-color: #fff;
}

.content-img-list-item.imgUploading.fileImg-img {
  width: 78px;
  height: 78px;
  min-width: 78px;
  min-height: 78px;
  vertical-align: middle;
  background: url(/vcommon/theme/supplier/img/pic.png) no-repeat;
  background-size: 48px 49px;
  background-position: center;
  background-color: #fff;
}

.content-img-list-item.imgUploaderr.fileImg-pdf {
  vertical-align: middle;
  background: url(/vcommon/theme/supplier/img/ic_pdf.png) no-repeat;
  background-size: 38px 50px;
  background-position: center;
  border: 1px solid #e52f2c;
  background-color: #fff;
}
.content-img-list-item.imgUploadok {
  vertical-align: middle;
  background: url(/vcommon/theme/supplier/img/ic_pdf.png) no-repeat;
  background-size: 38px 50px;
  background-position: center;
}

.content-img-list-item .imgUploaderrtext {
  line-height: 20px;
  background-color: #e52f2c;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: -1px;
  width: 80px;
  display: none;
  left: -1px;
}

.content-img-list-item.imgUploaderr.fileImg-img {
  vertical-align: middle;
  background: url(/vcommon/theme/supplier/img/pic.png) no-repeat;
  background-size: 48px 49px;
  background-position: center;
  border: 1px solid #e52f2c;
  background-color: #fff;
}

.content-img-list-item.imgUploading .file-mp4 {
  display: none;
}

.content-img-list-item .uploadingProgressDiv {
  display: none;
}

.content-img-list-item.imgUploading .uploadingProgressDiv {
  width: 78px;
  height: 78px;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.content-img-list-item.imgUploading .uploadingProgressDiv progress {
  width: 92%;
  height: 2px;
  top: calc(50% - 1px);
  left: 4%;
  position: absolute;
  background-color: #9b9b9b;
  color: #ffffff;
  border-radius: 4px;
}

.content-img-list-item.imgUploading
  .uploadingProgressDiv
  progress::-webkit-progress-bar {
  background-color: #9b9b9b;
  border-radius: 4px;
}

.content-img-list-item.imgUploading
  .uploadingProgressDiv
  progress::-moz-progress-bar {
  background-color: #ffffff;
  border-radius: 4px;
}

.content-img-list-item.imgUploading
  .uploadingProgressDiv
  progress::-webkit-progress-value {
  background-color: #ffffff;
  border-radius: 4px;
}

.content-img-list-item.imgUploading .uploadingProgressDiv .progressNum {
  position: absolute;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  top: -15px;
  width: 100%;
  text-align: center;
}

.content-img-list-item .gcl {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: url(/vcommon/theme/supplier/img/ic_close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.content-img-list-item.imgUploaderr .gcl {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: url(/vcommon/theme/supplier/img/ic_close_red.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.dragbox {
  width: calc(100% - 30px);
  height: 90px;
  background-color: #eef4fc;
  border: 1px dotted #003399;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}

.dragbox img {
  width: 40px;
  height: 40px;
  margin-top: 13px;
}
.submit.btn {
  width: 120px !important;
  height: 40px !important;
  background-color: #ffcc00;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 40px;
  outline: none;
  text-align: center;
  margin: 50px auto 0px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.question{
    background: url(/vcommon/theme/supplier/img/ic_question.png) no-repeat;;
    position: absolute;
    right: -21px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top:7px;
}
.question:hover .qusetion_show{
    display: block;
}
.qusetion_show{
    display: none;
}
.question_text{
    text-align: center;
    min-width:80px;
    position: absolute;
    left:100%;
    top:50%;
    transform:translateY(-50%);
    /* display: none; */
    padding: 6px 10px;
    background-color: #FBF9D2;
    margin-left: 10px;
    border-radius: 2px;
}
.question_ico{
    left:100%;
    top:50%;
    position: absolute;
    transform:translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #FBF9D2;
    border-bottom: 5px solid transparent;
}
.special{
    line-height: initial !important;
}