[v-cloak] {
  display: none;
}
.p-hd1 {
  font-size: 32px;
  text-align: center;
  margin: 50px auto 35px;
  color: #000;
}

.enter-list {
  font-size: 0px;
}
.enter-item {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.enter-item p {
  font-weight: normal;
  color: #747674;
}
.enter-hr {
  height: 7px;
  background: #cecfce;
}
.enter-item.active p {
  font-weight: normal;
  color: #000;
}
.enter-item.active .enter-hr {
  height: 7px;
  background: #f05036;
}

.p-form {
  width: 100%;
  background: #fff;
  margin:48px 0;
  padding: 33px 44px;
}
.p-form1, .p-form2 {
  padding: 40px 70px;
}

.p-signup-form {
  width: 540px;
  margin: 45px auto 60px;
}

.p-hd2 {
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.p-hd3 {
  font-size: 22px;
  color: #000;
  margin-left: -30px;
}
.p-input {
  width: 100%;
  background-color: #fff!important;
  border: 1px solid #c4c5c4!important;
  outline: none;
  border-bottom-right-radius:5px;
  text-indent: 30px;
}
.p-input-2 {
  width: 100%;
  background-color: #fff!important;
  border: 1px solid #c4c5c4!important;
  outline: none;
  text-indent: 5px;
  border-radius: 3px!important;
}
.p-input-3 {
  width: 100%;
  background-color: #fff!important;
  border: 1px solid #c4c5c4!important;
  outline: none;
  text-indent: 5px;
  border-radius: 3px!important;
}
.p-input.input-first {
  border-bottom: 0px!important;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.p-input.input-last {
  border-top: 0px!important;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.p-login .p-input.input-last {
  border-top: 1px solid #c4c5c4!important;
}
.p-input-group {
  position: relative;
}
.p-input-group > .fa {
  position: absolute;
  left: 21px;
  top: 24px;
  font-size: 18px;
  color: #949694;
}
.p-input-group-2 > label {
  color: #000;
  margin: 22px auto 10px;
  font-size: 15px;
}

.input-small {
  height: 44px!important;
}

.p-agree {
  margin: 20px auto;
  color: #949694;
}
.p-btn {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  background: #f05036;
}
.p-btn:hover, .p-btn:active, .p-btn:visited, .p-btn:focus {
  color: #fff;
}
.p-info1 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  color: #747574;
}
.p-info2 {
  text-align: left;
}


.g-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.4);
  display: none;
}
.g-modal-c {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.4);
}
.g-modal-wrap {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 330px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.g-modal-wrap-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 620px;
  height: 80%;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  border: 2px solid #f05036;
}
.g-modal-header {
  color: #fff;
  font-size: 14px;
  background-color: #ed513d;
  padding: 5px 10px;
}
.g-modal-header-2 {
  font-size: 14px;
  padding: 5px 10px;
}
.g-modal-wrap .icon-warning {
  display: inline-block;
  vertical-align: top;
  color: #ed513d;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 36px;
  /*font-weight: bold;*/
  border: 2px solid #ed513d;
}
.g-modal-wrap .icon-warning-img {
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  width: 42px;
  height: 42px;
  background: url(/img/icon-smile.png) no-repeat;
  background-size: contain;
}
.g-modal-content {
  padding: 22px 58px 14px;
}
pre.agreement {
  width: 500px;
  background: #fff;
  border:0px;
  line-height: 22px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.agreement-hd {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.modal-right {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  padding-left: 14px;
  width: 168px;
}
.modal-hd {
  color: #ed513d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
.modal-p {
  font-size: 12px;
}
.modal-p > span {
  color: #f05036;
}
.modal-btns {
  height: 30px;
  margin-top: 16px;
}
.modal-btn {
  border: 1px solid #ed513d;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ed513d;
  border-radius: 5px;
}
.modal-btn.pull-right {
  border: 1px solid #ed513d;
  background-color: #ed513d;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.input-fee-wrap {
  border: 1px solid #c4c5c4;
  border-radius: 3px;
  padding: 30px 18px 30px 32px;
}
.input-fee-wrap.first {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0px;
  margin-top: 20px;
}
.input-fee-wrap.first2 {
  margin-top: 20px;
}
.input-fee-wrap.last {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.fee-hd > label {
  font-size: 16px;
  color: #000;
}
.fee-hd > label > span {
  color: #f05036;
}
.fee-p {
  color: #393a39;
  margin-top: 10px;
}

.fee-num {
  display: inline-block;
  border: 1px solid #a39fa3;
  padding: 0px 5px;
  border-radius: 2px;
}
.input-count .fa-minus {
  margin-right: 10px;
  color: #a39fa3;
}
.input-count .fa-plus {
  margin-left: 10px;
  color: #a39fa3;
}

.fee-show {
  margin: 26px auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a39fa3;
}
.fee-s-1 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.fee-s-2 {
  display: inline-block;
  font-size: 17px;
  color: #000;
}
.fee-s-2 > span {
  color: #f05036;
  font-weight: bold;
}

.fee-type {
  line-height: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.icon-alipay {
  display: inline-block;
  height: 40px;
  width: 100px;
  background: url(/img/alipay.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.icon-wechat {
  display: inline-block;
  height: 40px;
  width: 110px;
  background: url(/img/wechatpay.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.icon-paypal {
  display: inline-block;
  height: 40px;
  width: 150px;
  background: url(/img/paypal.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
}
.icon-fee-type {
  width: 137px;
}
.icon-fee-type, .icon-fee-type > label, .icon-fee-type > label > input, .offline-p {
  /*height: 44px;*/
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.offline-p {
  margin-left: 8px;
}
.invoice {
  color: #000;
  margin: 20px auto 0;
  font-size: 16px;
}
.beizhu {
  font-weight: normal;
  color: #a39fa3;
  font-size: 14px;
  margin-top: 10px;
  /*text-indent: -42px;*/
  /*padding-left: 42px;*/
}
.p-agree2 {
  margin-top: 10px;
  color: #a39fa3;
  font-weight: normal;
}
.p-agree2 > a {
  font-weight: bold;
}

.p-bm-btns {
  width: 400px;
  margin: 30px auto 0px;
}
.p-bm-btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  display: inline-block;
  color: #f05036;
  border: 1px solid #f05036;
}
.p-bm-btn.pull-right {
  background: #f05036;
  color: #fff;
}
.p-success-form {
  text-align: center;
}
.p-icon-wrap > .fa-check {
  font-size: 60px;
  color: #f05036;
}
.p-hd5 {
  color: #f05036;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0;
}
.enter4-p {
  line-height: 30px;
  font-size: 16px;
}
.p-btn-waiting {
  display: block;
  color: #fff;
  background: #f05036;
  width: 300px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  margin: 30px auto;
  font-size: 18px;
}
.p-btn-waiting:hover,.p-btn-waiting:focus {
  color: #fff;
}
.p-btn-waiting.grey {
  background: grey;
  cursor: not-allowed;
}

.user-inline {
  display: inline-block;
  vertical-align: top;
}
.user-navbar {
  width: 236px;
  background: #fff;
  margin-top: 86px;
  padding: 24px 27px;
}
.user-navbar-list {
  border: 1px solid #f4f4f4;
  margin: 0;
  padding: 0;
}
.user-navbar li {
  list-style: none;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding: 0;
}
.user-navbar li>a {
  color: #19293a;
  font-size: 15px;
  font-weight: normal;
  text-indent: 16px;
  display: block;
}
.user-navbar li.active>a {
  color: #f05036;
  font-size: 15px;
  font-weight: normal;
}
.user-container {
  width: 946px;
  margin: 0 auto;
  font-size: 0px;
}

.user-content {
  width: 670px;
  /*background: #fff;*/
  margin-left: 40px;
  font-size: 14px;
}
.work-status {
  color: #f05036;
  font-size: 15px;
  border: 1px solid #f05036;
  padding: 4px 9px;
}
.work-tab-content {
  background: #fff;
  padding: 28px 32px 42px;
  margin-bottom: 50px;
}
.work-content {
  display: none;
}
.work-content.active {
  display: block;
}
.work-tabs {
  margin-top: 38px;
  min-height: 40px;
  margin-bottom: 8px;
}
.work-tab {
  font-size: 18px;
  color: #747674;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  margin-right: 25px;
  display: inline-block;
}
.work-tab:active,
.work-tab:focus {
  text-decoration: none;
}
.work-tab.active {
  color: #f05036;
  border-bottom: 2px solid #f05036;
}
.work-languages {
  color: #747574;
}
.work-language {
  color: #747574;
  padding: 3px 7px;
}
.work-language.active {
  color: #fff;
  background: #f05036;
  font-size: 12px;
  border-radius: 5px;
}
.work-p1 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
.w-input-group {
  margin-top: 40px;
  position: relative;
}
.w-input-group > label {
  color: #000;
}
.w-input {
  display: block;
  width: 100%;
  height: 36px!important;
  line-height: 36px;
  border: 1px solid #eff0f1!important;
  border-radius: 5px!important;
  background-color: #f7f7f7!important;
  outline: none;
  text-indent: 10px;
  padding: 0!important;
  font-size: 14px!important;
}
select.w-input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.w-select::after {
  position: absolute;
  content: "";
  background: url('/img/icon-sanjiao.png') no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 10px;
  bottom: 12px;
}
.w-textarea {
  height: 132px!important;
  line-height: 22px;
  padding: 5px 10px!important;
  text-indent: 0;
}
.w-show > span {
  color: #f05036;
}
.w-file {
  position: relative;
}
.w-file-input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eff0f1;
  border-radius: 5px;
  background-color: #f7f7f7;
  outline: none;
  text-indent: 10px;
}
.w-file-input::after {
  top: 6px;
  right:10px;
  position: absolute;
  display: block;
  content: "浏览 / Browse";
  width: 100px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  background-color: #f05036;
  font-size: 12px;
  text-align: center;
  text-indent: 0px;
}
.work-l-en .w-file-input::after {
  content: "Choose";
}
.w-file-input-z {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  opacity: 0;
  cursor: pointer;
}
.work-p4 {
  color: #9e9e9e;
  margin-top: 10px;
}
.w-img-list {
  padding: 0 5px;
}
.w-img-list > li {
  list-style: none;
}

.work-btns {
  width: 265px;
  margin: 20px auto 0;
}
.work-btn {
  width: 104px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #f05036;
  display: inline-block;
}
.work-btn2 {
  color: #fff;
  background: #f05036;
}
.work-btn2:hover,.work-btn2:focus {
  color: #fff;
}
.w-agree {
  margin-top: 6px;
  margin-bottom: 20px;
  color: #747574;
}
.w-pimgs > img {
  width: 285px;
  margin: 5px;
}
.w-img-list > li {
  padding: 0;
  margin: 0;
}
.w-img-list > li > .fa {
  margin-top: 7px;
  cursor: pointer;
}
.w-preview-show video {
  width: 100%;
  padding: 5px;
}
.w-preview-show {
  display: none;
}
.work-p2 {
  margin-top: 10px;
  display: inline-block;
  color: #f05036;
}
.work-p3 {
  display: inline-block;
  color: #747574;
}



.g-index-pass .g-modal-wrap {
  width: 400px;
  top: 45%;
}
.g-index-pass .p-form {
  width: 400px;
  background: #fff;
  margin:48px 0;
  padding: 25px 28px 20px;
}
.g-index-pass .p-form1, .p-form2 {
  padding: 30px 70px;
}
.g-index-pass .p-signup-form {
  width: 100%;
  margin: auto;
}
.g-index-pass .p-hd2 {
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.g-index-pass .p-hd3 {
  font-size: 22px;
  color: #000;
  margin-left: -30px;
}
.g-index-pass .p-input {
  width: 100%;
  background-color: #fff!important;
  border: 1px solid #c4c5c4!important;
  border-top: 0px!important;
  outline: none;
  text-indent: 30px;
  height: 55px;
  line-height: 16px;
}
.g-index-pass .p-input.input-first {
  border-top: 1px solid #c4c5c4!important;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.g-index-pass .p-input.input-last {
  border-top: 0px!important;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.g-index-pass .p-login .p-input.input-last {
  border-top: 1px solid #c4c5c4!important;
}
.g-index-pass .p-input-group {
  position: relative;
}
.g-index-pass .p-input-group > .fa {
  position: absolute;
  left: 21px;
  top: 17px;
  font-size: 18px;
  color: #949694;
}
.g-index-pass .p-input-group-2 > label {
  color: #000;
  margin: 22px auto 10px;
  font-size: 15px;
}
.g-index-pass .input-small {
  height: 44px!important;
}
.g-index-pass .p-agree {
  margin: 15px auto;
  color: #949694;
}
.g-index-pass .p-btn {
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background: #f05036;
}
.g-index-pass .p-btn:hover, .p-btn:active, .p-btn:visited, .p-btn:focus {
  color: #fff;
}
.g-index-pass .p-info1 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #747574;
}
.g-index-pass .p-info2 {
  text-align: left;
}
.J_close_pass {
  cursor: pointer;
}
.u-submit-work {
  min-height: 500px;
}
.btn-reset-code {
  background: #ed513d;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
  padding: 5px 10px;
  border-radius:4px;
}
.btn-reset-code:hover,.btn-reset-code:focus {
  color: #fff;
}
.btn-reset-code.grey {
  background: grey;
}


/* loading */
.uploading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  display: none;
}
.spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  margin: auto;
  font-size: 10px;
}

.spinner > div {
  background-color: #eee;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner > p {
  color: #eee;
  font-size: 14px;
  width: 100px;
  margin-left: -25px;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.J_special_invoice {
  display: none;
}
.p-input-group-2 > .invoice-type {
  margin-right: 20px;
}
.m-bank {
  margin: 20px 0 35px;
  border: 1px solid #c4c5c4;
  border-radius: 3px;
  display: none;
}
.m-bank-header {
  padding: 20px 30px;
  color: #000;
  border-bottom: 1px solid #c4c5c4;
}
.m-bank-list {
  font-size: 0px;
}
.m-bank-item {
  vertical-align: top;
  display: inline-block;
  height: 300px;
  margin: 20px 0px 25px;
  padding: 0px 30px;
  width: 398px;
}
.m-bank-item:first-of-type {
  border-right: 1px solid #c4c5c4;
}
.m-bank-item:last-of-type {
  padding-left: 70px;
}
.m-bank-item > p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin: 0;
  line-height: 24px;
}

.doc-table {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.doc-table thead {
  background: #f2f2f2;
}
.doc-table tr th, .doc-table tr td {
  padding: 10px 20px;
  border: 0px;
  border-bottom: 1px solid #f2f2f2;
}
.underline {
  text-decoration: underline;
  cursor: pointer;
}
.underline:hover, .underline:focus{
  text-decoration: underline!important;
}
.download-doc {
  background:#f05036;
  color: #fff;
  padding: 3px 18px;
  border-radius: 4px;
}
.download-doc:focus, .download-doc:hover {
  color: #fff;
}

.message-type {
  color: #ed513d;
  border: 1px solid #ed513d;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 8px;
  margin-right: 5px;
}
.message-title {
  font-size: 16px;
  color: #3b4650;
  vertical-align: middle;
}
.message-hd {
  margin-bottom: 10px;
}
.message-content > pre {
  background: #f3f6f8;
  border: 1px solid #f0f1f2;
  padding: 15px;
  white-space: pre-line;
}
.message-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.work-search2 {
	position: relative;
}
.work-search2 .fa-search {
	position: absolute;
	left: 7px;
	top: 4px;
	color: #999;
}
.collection .work-s-input {
	height: 24px;
	width: 180px;
	border-radius: 3px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	vertical-align: middle;
}
.collection .work-s-btn {
	margin-left: 8px;
	vertical-align: middle;
	height: 24px;
	width: 56px;
	text-align: center;
	line-height: 22px;
	border-radius: 3px;
	background: #ed513d;
	color: #fff;
	border: 0px;
}