body {
    background-color: #fff;
}
.last {
    margin-right: 0 !important;
}
.left {
    float: left;
    margin: 10px 5px;
}
.opacity { /* Firefox 4 */
    -webkit-transition:opacity .6s; /* Safari and Chrome */ /* Opera */ /* Opera */
    transition:opacity .6s;
}
.opacity:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.text-over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tip-border {
    border-color: #ff461f;
}

/*头部模块*/
.register-header {
    height: 45px;
    background-color: #252525;
}
.register-header div {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    color: #808080;
    text-align: right;
    background-color: #252525;
    margin:0 auto;
}

/*非大陆注册模块*/
.logo {
    height: 102px;
    background: url(../img/register-icon.png) no-repeat 0 20px;
}
.logo .home {
    display: inline-block;
    width: 290px;
    height: 100%;
}
.register-main {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 58px 0;
}
.register-main .supplier {
  width: 980px;
  margin: 0 auto;
  padding-top: 44px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
}
.process {
    font-size: 14px;
    padding-bottom: 60px;
}
.register-main .process-status {
    text-align: center;
    height: 45px;
    margin-bottom:55px; 
}
.register-main .process-status img {
    max-width: 100%;
    max-height: 100%;
}
.register-main .process-type {
    margin: 0 17px 35px;
    height: 16px;
    line-height: 1;
    padding:19px 328px 7px;
    border-bottom: 1px solid #ccc;
}
.register-main .process-type1 {
    text-align: center;
    height: 16px;
    line-height: 1;
    padding: 16px 0 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom:45px;
}
.register-main .process-type li {
    float: left;
}
.register-main .process-type a {
    display: block;
    padding-bottom: 5px;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
}
.register-main .process-type .active {
    color: #ff7500;
    border-bottom:2px solid #ff7500;
    font-weight: 700;
}
.register-main .process-type a:hover {
    color: #ff7500;
    border-bottom:2px solid #ff7500;
    font-weight: 700;
}
.register-main .no-landmass {
    margin-right: 40px;
}
.register-main .form-item {
  width: 380px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #e6e6e6;
  height: 48px;
  line-height: 48px;
}
.register-main .form-item .email_tips {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: 14px;
  height: 14px;
  background: url(../img/bg-icon.png) -74px -170px no-repeat;
}
.register-main .form-item .email_tips p {
  position: absolute;
  right: -135px;
  top: 24px;
  width: 280px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 #b7b7b7;
  box-shadow: 0 0 15px 0 #b7b7b7;
  display: none;
}
.register-main .form-item .email_tips:hover p {
  display: block;
}
.register-main .form-item .email_tips p i {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #fff;
  height: 10px;
  width: 10px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.register-main .form-item.h_auto {
  height: auto;
  padding-bottom: 10px;
}
.register-main .form-title {
    float: left;
    width: 115px;
    text-align: left;
	font-weight: bold;
}
.register-main .form-source {
    width: 115px;
    text-align: left;
    font-weight: bold;
}
.register-main .must {
    display: inline-block;
    width: 7px;
    height: 8px;
    margin-right: 5px;
    background:url(../img/icon-sup.png) no-repeat 0 -168px;
}

.register-main .validateCode {
    display: inline-block;
    width: 100px;
    height: 38px;
    float: right;
}

.register-main .phone_code_get {
    text-decoration: none;
    color: #2f99fb;
    display: inline-block;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: right;
}

.register-main .phone_code_get.disable {
    cursor: default;
	color: #ccc;
}

.register-main .form-main {
    float: left;
    width: 260px;
    font-size: 12px;
	position: relative;
}
.register-main .form-main input {
    float: left;
    width: 260px;
    height: 48px;
	line-height: 48px;
    border: none;
    font-size: 12px;
    line-height: 1.2;
    background: none;
}
.register-main .form-main input.width155 {
  width: 155px;
}
.register-main .hold_error {
  position: absolute;
  top: 7px;
  right: -290px;
  width: 260px;
}
.register-main .pic-error{
  position: absolute;
  top: 7px;
  right: -490px;
  width: 260px;
}
.register-main .empty, .register-main .error {
  display: none;
  float: left;
  line-height: 1.4;
  max-width: 260px;
  text-align: left;
  font-size: 12px;
  color: #ff461f;
  border: 1px solid #ffbb34;
  background: #fef3cd;
  padding: 8px 5px;
  border-radius: 5px;
}
.register-main .empty i, .register-main .error i {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -6px;
  border-left: 1px solid #ffbb34;
  border-bottom: 1px solid #ffbb34;
  background: #fef3cd;
  height: 7px;
  width: 7px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.register-main .empty span, .register-main .error span {
  padding: 1px 9px;
  background: url(../img/bg-icon.png) -162px -269px no-repeat;
  margin-right: 5px;
}
.register-main .form-main-pic {
    float: left;
    width: 188px;
}
.register-main .have-pic {
  float: left;
  margin-right: 10px;
  position: relative;
}
.register-main ul.add-pic-content > li {
    display: inline-block;
}
.register-main .sub-pic1 {
    display: block;
    position: relative;
    width: 188px;
    height: 188px;
    line-height: 54px;
    font-size: 14px;
    text-align: center;
    background: #f2f2f2 url(../img/icon-sup.png) no-repeat 35px -1705px;
    cursor: auto;
}
.register-main .sub-pic1 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 23px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
	border: 1px solid #e6e6e6;
}
.register-main .form-main-pic .img-box {
    position: relative;
    width: 188px;
    height: 188px;
    border: 1px dashed #ccc;
}
.register-main .form-main-pic img {
    position: absolute;
    max-width: 188px;
    height: 188px;
}
.up-status {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50); 
}
/* 进度条 */
.progress {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 0%;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #EE9A00;
    opacity: .5;
    filter: alpha(opacity=50); 
}
.register-main .sub-pic {
  display: block;
  position: relative;
  width: 188px;
  height: 188px;
  line-height: 54px;
  font-size: 14px;
  text-align: center;
  background: #fff url(../img/icon-sup.png) no-repeat 80px -1662px;
  cursor: auto;
  border: 1px dashed #E5E5E5;
}
.register-main .sub-pic input {
    position: absolute;
    left: 0;
    top: 0; 
    width: 129px;
    height: 38px; 
    line-height: 40px; 
    font-size: 23px; 
    opacity: 0; 
    filter: alpha(opacity=0); 
    z-index: 2;
}
.register-main .pic-name {
    width: 110px;
    line-height: 26px;
}
.register-main .cancel-btn {
	position: absolute;
	top: 0;
	left: 0;
    font-size: 14px;
    color: #ff461f;
	width: 188px;
	height: 188px;
	background: url(../img/bg-hold_black.png) repeat;
	display: none;
}
.have-pic:hover .cancel-btn {
	display: block;
}
.register-main .cancel-btn span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon-del_pic.png) no-repeat center;
  margin: 84px auto 0 auto;
}
.register-main  .bank-select {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 20px;
    padding: 8px 0;
    border: none;
    background-color: none;
}
.register-main .bank-select-middle-width {
    width: 50%;
}
.register-main .bank-select-small-width {
    width: 30%;
}
.register-main .next-step {
    margin: 15px auto 0 auto;
    display: block;
    width: 380px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
}
.register-main  .form-item .tip-border {
    border-color: #ff461f;
}
.register-main .protocol {
  text-align: left;
  font-size: 12px;
  width: 380px;
  margin: 0 auto;
  padding-top: 15px;
}
.register-main .protocol * {
    vertical-align: middle;
}
.register-main .protocol a {
    color: #2f99fb;
}

/*页脚模块*/
#supplierFooter {
    min-width: 1200px;
    height: 150px;
    color: #808080;
    background-color: #444;
    font-size: 12px;
}
#supplierFooter a {
    color: #808080;
}
#supplierFooter a:hover {
    color: #ff7500;
}
#supplierFooter .supplier-footer {
    width: 950px;
    background-color: #444;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}
#supplierFooter ul {
    width: 715px;
    margin:0 auto 20px;
}
#supplierFooter li {
    float: left;
    margin-right: 50px;
}
#supplierFooter .last {
    margin-right: 0;
}
#supplierFooter .tip span {
    margin-right: 10px;
}
#supplierContent .form-main .radio {
    float: left;
    width: auto;
    padding: 0;
    height: auto;
    border: none;
    font-size: 12px;
    vertical-align: middle;
    margin:2px 7px 0 0;
}
#supplierContent  .form-main .weight {
    float: none;
    width: 47px;
    padding: 0 3px;
    height: 21px;
    font-size: 12px;
    vertical-align: middle;
}
#supplierContent .height {
    height: 120px !important;
    padding-top: 12px;
}
#supplierContent .bonded-area {
    display: none;
}
#supplierContent .goods-type {
    margin-bottom:15px;
}


/*图片格式提示模块*/
.tips-msg {
    float: right;
    margin-right:20px;
    width: 166px;
    padding: 10px 4px;
    border: 2px dotted #58a5dd;
    color: #9fa0a1;
    font-size: 12px;
    word-break: break-all;
}
.tips-msg strong {
    color: #ff461f;
    font-weight: 400;
}
.tips-msg i {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/icon-sup.png) no-repeat 1px -72px;
    vertical-align: middle;
}


/*注册协议模块*/
#popRegister {
    display: none;
}
#popRegister .pop-wrap {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#000;
    opacity: .2;
    filter: alpha(opacity=20);
}
#popRegister .pop-main {
    position : fixed;
    z-index: 1000;
    left : 50%;
    top:50%;
    font-size : 14px;
    width : 730px;
    height : 470px;
    margin:-235px 0 0 -365px;
    background: #fbfbfb;
    -webkit-box-shadow:5px 5px 5px rgba(166, 174, 179, .8);
    box-shadow:5px 5px 5px rgba(166, 174, 179, .8);
}
#popRegister .pop-header {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: #eaf5fb;
    border-bottom: #e6e6e6;
}
#popRegister .pop-header h2 {
    color: #333;
    font-size: 16px;
    display: inline;
    margin-left: 12px;
}
#popRegister .pop-header button {
    float: right;
    width: 18px;
    height: 18px;
    background:url(../img/img-silde-close.png);
    margin:12px 12px 0 0;
}
#popRegister .pop-header button:hover {
    background:url(../img/img-diy-close-hover.png);
}
#popRegister .pop-content {
    height: 310px;
    padding:10px 25px;
    overflow-x: hidden;
    overflow-y: auto;
}
#popRegister .text-indent {
    text-indent: 0;
}
#popRegister .pop-content p {
    line-height: 1.5;
    margin-bottom: 15px;
}
#popRegister .pop-content h3 {
    margin-bottom: 12px;
    font-size: 14px;
}
#popRegister .agree {
    display: block;
    width: 300px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    line-height: 2.1;
    text-align:center;
    background-color: #ff7500;
    border-radius: 4px;
    margin:30px auto 0;
}

/*自定义滚动条模块*/
.bar-wrap {
    position:relative;
    width: 660px;
    height: 290px;
    margin: 10px 25px;
    padding: 10px;
    overflow-y: auto;
}
.bar-wrap h3 {
    line-height: 2.6;
}
.bar-wrap h4 {
    text-indent: 24px;
    line-height: 2;
}
.bar-wrap p {
    line-height: 1.8;
    text-indent: 24px;
}

/*注册成功页面*/
.register-success {
    height: 650px;
}
.register-success .prosit {
    text-align: center;
    font-size: 16px;
	font-weight: bold;
}
.register-success .account {
    margin-top:10px;
    text-align: center;
	font-size: 12px;
}
.register-success .btn-box {
    margin-top: 20px;
    text-align: center;
}
.register-success .account span {
    color: #ff7500;
}
.register-success .btn-box a {
    display: inline-block;
    margin-right: 10px;
    width: 140px;
    line-height: 38px;
    background-color: #ff7500;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
}
.tel_num {
  color: #2f99fb;
}
.pb20 {
  padding-bottom: 20px;
}
.form-main-pic{
    position: relative;
}
.img-example{
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 200px;
    display: none;
}
.img-example img{
    width: 188px;
    height: 188px;
}
.img-example span{
    width: 188px;
    height: 188px;
    position:absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}
.img-example span img{
    width: 25px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-example-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    left: 0;
    top:0;
}
.img-example-mask img{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


.item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4D4D4D;
    padding-bottom: 50px;
    padding-top: 44px;
}
.item_title p {
    padding: 0 9px;
    font-size: 16px;
}
.item_title div {
    border-top: 1px solid #E5E5E5;
    width: 47px;
    height: 0;
}

.login_footer {
    background:#242220;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 245px;
    padding-top: 62px;
    box-sizing: border-box;
}
.login_footer_main {
    width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}
.login_footer_main_left {
    line-height: 20px;
}
.login_footer_font1 {
    font-size: 14px;
    opacity: 1;
}
.login_footer_font2 {
    font-size: 12px;
    opacity: 0.4;
}