html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F8F8F8 !important;
}

* {
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.cursor {
  cursor: pointer;
}

.display-inline-block {
  display: inline-block;
}

select {
  outline: none !important;
}

.color-666 {
  color: #666666 !important;
}

input[type='checkbox'] {
  position: relative;
}

input[type='checkbox']:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url("/resources/images/login/checkbox_false.png");
  background-size: 100% 100%;
  content: '';
}

input[type='checkbox']:checked:after {
  width: 16px;
  height: 16px;
  background-image: url("/resources/images/login/checkbox_true.png");
  background-size: 100% 100%;
}

input[type='radio'] {
  position: relative;
}

input[type='radio']:before {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 16px;
  height: 16px;
  background-image: url("/resources/images/login/radio_false.png");
  background-size: 100% 100%;
  content: '';
}

input[type='radio']:checked:before {
  width: 16px;
  height: 16px;
  background-image: url("/resources/images/login/radio_true.png");
  background-size: 100% 100%;
}

.input_error {
  border: 1px solid #E20B0B !important;
  background-color: #ffffff !important;
}

.display-inline-block {
  display: inline-block;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.no-border {
  border: none !important;
}

.error-border {
  border: 1px dashed red !important;
}

.border-C1C1C1 {
  border: 1px solid #c1c1c1 !important;
}

.color-common {
  color: #3977D2 !important;
}

.login-now {
  color: #3976D1 !important;
}

#reg-agree:hover {
  text-decoration: underline;
}

.see-demo:hover {
  text-decoration: underline;
}

.go-my-clinic:hover {
  text-decoration: underline !important;
}

.main {
  width: 1140px;
  margin: 80px auto 20px;
}
.main .step {
  width: 100%;
  height: 100%;
}
.main .step1 {
  display: block;
}
.main .step2 {
  display: none;
}
.main .step3 {
  display: none;
}

.step1-main {
  width: 100%;
}
.step1-main .step1-img-box {
  width: 100%;
  height: 110px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.step1-main .step1-img-box .step1-img {
  width: 990px;
  height: 40px;
  margin: 35px 75px;
}
.step1-main .step1-content {
  width: 1140px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.step1-main .step1-content .step1-tab {
  width: 100%;
  height: 75px;
  border-bottom: 2px solid #F7F7F7;
}
.step1-main .step1-content .step1-tab .tab-box {
  width: 740px;
  height: 100%;
  margin: 0 auto;
}

.is-vdoctor .step1-main .step1-content .step1-tab .tab-box {
  width: 990px;
}

.step1-main .step1-content .step1-tab .tab-box .single-register {
  width: 246px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.step1-main .step1-content .step1-tab .tab-box .single-register .single-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 31px;
  left: 60px;
  background-image: url("../../images/login/single-register-hight.png");
  background-size: 100% 100%;
}

.is-vdoctor .step1-main .step1-content .step1-tab .tab-box .single-register .single-icon {
  background-image: url("../../images/login/single-register-hight-vdoctor.png");
}

.step1-main .step1-content .step1-tab .tab-box .single-register .single-name {
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  top: 30px;
  left: 90px;
  color: #333333;
}

.step1-main .step1-content .step1-tab .tab-box .chain-register {
  width: 246px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.step1-main .step1-content .step1-tab .tab-box .chain-register .single-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 31px;
  left: 40px;
  background-image: url("../../images/login/chain-register.png");
  background-size: 100% 100%;
}
.step1-main .step1-content .step1-tab .tab-box .chain-register .single-name {
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  top: 30px;
  left: 70px;
  color: #333333;
}
.step1-main .step1-content .step1-tab .tab-box .shop-register {
  width: 246px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.step1-main .step1-content .step1-tab .tab-box .shop-register .single-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 31px;
  left: 75px;
  background-image: url("../../images/login/pharmacy-register.png");
  background-size: 100% 100%;
}
.step1-main .step1-content .step1-tab .tab-box .shop-register .single-name {
  position: absolute;
  font-size: 18px;
  line-height: 22px;
  top: 30px;
  left: 105px;
  color: #333333;
}
.step1-main .step1-content .step1-tab .tab-box .active {
  border-bottom: 2px solid #3977D2;
  margin-top: 2px;
}
.step1-main .step1-content .step1-tab .tab-box .active .single-name {
  color: #3977D2;
}
.is-vdoctor .step1-main .step1-content .step1-tab .tab-box .active {
  border-bottom: 2px solid #03C067;
  margin-top: 2px;
}
.is-vdoctor .step1-main .step1-content .step1-tab .tab-box .active .single-name {
  color: #03C067;
}
.step1-main .step1-content .content-main {
  width: 740px;
  padding: 20px 0;
  margin: 0 auto;
}
.step1-main .step1-content .content-main .single-form, .step1-main .step1-content .content-main .chain-form {
  width: 100%;
  margin-top: 30px;
}
.step1-main .step1-content .content-main .single-form dl, .step1-main .step1-content .content-main .chain-form dl {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.step1-main .step1-content .content-main .single-form dl dt, .step1-main .step1-content .content-main .chain-form dl dt {
  width: 290px;
  text-align: right;
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.step1-main .step1-content .content-main .single-form dl dd, .step1-main .step1-content .content-main .chain-form dl dd {
  margin-left: 10px;
}
.step1-main .step1-content .content-main .single-form dl dd input, .step1-main .step1-content .content-main .chain-form dl dd input {
  width: 260px;
  height: 35px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding: 5px 10px;
  font-size: 14px;
  color: #333333;
}
.step1-main .step1-content .content-main .single-form dl dd input:focus, .step1-main .step1-content .content-main .chain-form dl dd input:focus {
  border: 1px solid #3977D2;
}
.step1-main .step1-content .content-main .single-form dl dd .look-psw, .step1-main .step1-content .content-main .chain-form dl dd .look-psw {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/resources/images/login/look-false.png");
  top: 9px;
  right: 10px;
  background-size: 100% 100%;
  cursor: pointer;
}
.step1-main .step1-content .content-main .single-form dl .tip, .step1-main .step1-content .content-main .chain-form dl .tip {
  position: absolute;
  top: 4px;
  right: -100px;
  font-size: 12px !important;
}
.step1-main .step1-content .content-main .single-form dl .tip .onError, .step1-main .step1-content .content-main .chain-form dl .tip .onError {
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #d83232;
  position: relative;
  background-color: #fdf1f1 !important;
}
.step1-main .step1-content .content-main .single-form dl .tip .onError .onError_top, .step1-main .step1-content .content-main .chain-form dl .tip .onError .onError_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: red;
}
.step1-main .step1-content .content-main .single-form dl .tip .onError .onError_bot, .step1-main .step1-content .content-main .chain-form dl .tip .onError .onError_bot {
  width: 300px !important;
  background: none !important;
}
.step1-main .step1-content .content-main .single-form dl .tip .onError:after, .step1-main .step1-content .content-main .chain-form dl .tip .onError:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/error.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step1-main .step1-content .content-main .single-form dl .tip .onError:before, .step1-main .step1-content .content-main .chain-form dl .tip .onError:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/red-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.step1-main .step1-content .content-main .single-form dl .tip .onFocus, .step1-main .step1-content .content-main .chain-form dl .tip .onFocus {
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #C1C1C1;
  background-color: #F9F9F9 !important;
  color: #535353;
}
.step1-main .step1-content .content-main .single-form dl .tip .onFocus .onFocus_top, .step1-main .step1-content .content-main .chain-form dl .tip .onFocus .onFocus_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: #535353;
}
.step1-main .step1-content .content-main .single-form dl .tip .onFocus .onFocus_bot, .step1-main .step1-content .content-main .chain-form dl .tip .onFocus .onFocus_bot {
  width: 300px !important;
  background: none !important;
}
.step1-main .step1-content .content-main .single-form dl .tip .onFocus:after, .step1-main .step1-content .content-main .chain-form dl .tip .onFocus:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/warning.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step1-main .step1-content .content-main .single-form dl .tip .onFocus:before, .step1-main .step1-content .content-main .chain-form dl .tip .onFocus:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/gray-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -5px;
  margin-top: -5px;
}
.step1-main .step1-content .content-main .single-form dl .tip .onCorrect, .step1-main .step1-content .content-main .chain-form dl .tip .onCorrect {
  position: relative;
  left: -125px;
}
.step1-main .step1-content .content-main .single-form dl .tip #img-codeTip .onCorrect, .step1-main .step1-content .content-main .single-form dl .tip #img-code2Tip .onCorrect, .step1-main .step1-content .content-main .chain-form dl .tip #img-codeTip .onCorrect, .step1-main .step1-content .content-main .chain-form dl .tip #img-code2Tip .onCorrect {
  display: none;
}
.step1-main .step1-content .content-main .single-form dl .tip #mobile-codeTip .onCorrect, .step1-main .step1-content .content-main .single-form dl .tip #mobile-code2Tip .onCorrect, .step1-main .step1-content .content-main .chain-form dl .tip #mobile-codeTip .onCorrect, .step1-main .step1-content .content-main .chain-form dl .tip #mobile-code2Tip .onCorrect {
  display: none;
}
.step1-main .step1-content .content-main .single-form dl .code, .step1-main .step1-content .content-main .chain-form dl .code {
  width: 130px;
}
.step1-main .step1-content .content-main .single-form dl .code input, .step1-main .step1-content .content-main .chain-form dl .code input {
  width: 100% !important;
}
.step1-main .step1-content .content-main .single-form dl .code-img, .step1-main .step1-content .content-main .chain-form dl .code-img {
  width: 120px;
  height: 35px;
  border: 1px solid #C1C1C1;
  margin-left: 10px;
}
.step1-main .step1-content .content-main .single-form dl .code-img img, .step1-main .step1-content .content-main .chain-form dl .code-img img {
  width: 100%;
  height: 100%;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile, .step1-main .step1-content .content-main .chain-form dl .code-mobile {
  width: 130px;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile input, .step1-main .step1-content .content-main .chain-form dl .code-mobile input {
  width: 100% !important;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile-button, .step1-main .step1-content .content-main .chain-form dl .code-mobile-button {
  width: 120px;
  height: 35px;
  margin-left: 10px;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile-button .send-mobile-code, .step1-main .step1-content .content-main .chain-form dl .code-mobile-button .send-mobile-code {
  width: 100%;
  border: 1px solid #C1C1C1;
  background: whitesmoke;
  font-size: 14px;
  color: #535353;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile-button .send-mobile-code:focus, .step1-main .step1-content .content-main .chain-form dl .code-mobile-button .send-mobile-code:focus {
  outline: 0;
}
.step1-main .step1-content .content-main .single-form dl .code-mobile-button .send-color, .step1-main .step1-content .content-main .chain-form dl .code-mobile-button .send-color {
  color: #3977D2;
}
.step1-main .step1-content .content-main .single-form .send-text, .step1-main .step1-content .content-main .chain-form .send-text {
  margin-left: 300px;
  margin-top: -15px;
  color: #333333;
  font-size: 12px;
  display: none;
}
.step1-main .step1-content .content-main .single-form .send-text img, .step1-main .step1-content .content-main .chain-form .send-text img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.step1-main .step1-content .content-main .single-form .check-agress-deal, .step1-main .step1-content .content-main .chain-form .check-agress-deal {
  color: #D83232;
  padding-left: 300px;
  display: none;
}
.step1-main .step1-content .content-main .single-form .agress-deal, .step1-main .step1-content .content-main .chain-form .agress-deal {
  margin-left: 300px;
  margin-top: 13px;
}
.step1-main .step1-content .content-main .single-form .agress-deal p, .step1-main .step1-content .content-main .chain-form .agress-deal p {
  margin-left: 10px;
}
.step1-main .step1-content .content-main .single-form .step1-next-box, .step1-main .step1-content .content-main .chain-form .step1-next-box {
  margin: 20px 0 50px 300px;
}
.step1-main .step1-content .content-main .single-form .step1-next-box .step1-post, .step1-main .step1-content .content-main .chain-form .step1-next-box .step1-post {
  width: 160px;
  height: 34px;
  background: #3977d2;
  text-align: center;
  line-height: 32px;
  color: #FFFFFF;
  font-size: 14px;
  border: 1px solid #3977D2;
  cursor: pointer;
}
.is-vdoctor .step1-main .step1-content .content-main .single-form .step1-next-box .step1-post, .step1-main .step1-content .content-main .chain-form .step1-next-box .step1-post {
  background: #03C067;
  border: 1px solid #03C067;
}
.step1-main .step1-content .common-problem {
  width: 100%;
  height: 34px;
  padding-left: 192px;
  background-color: #F7F7F7;
  color: #8F8F8F;
  line-height: 34px;
}
.step1-main .step1-content .problems-list-single, .step1-main .step1-content .problems-list-chain {
  width: 755px;
  margin: 0 auto;
  padding: 30px 0;
}
.step1-main .step1-content .problems-list-single .problem-item, .step1-main .step1-content .problems-list-chain .problem-item {
  margin-bottom: 16px;
  color: #333333;
  font-size: 12px;
}
.step1-main .step1-content .problems-list-single .problem-item span, .step1-main .step1-content .problems-list-chain .problem-item span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  margin: 3px;
}
.step1-main .step1-content .problems-list-single .problem-item a, .step1-main .step1-content .problems-list-chain .problem-item a {
  color: #3977D2;
}
.step1-main .step1-content .problems-list-single .problem-item-details, .step1-main .step1-content .problems-list-chain .problem-item-details {
  margin-bottom: 30px;
  color: #333333;
  font-size: 12px;
}
.step1-main .step1-content .problems-list-single .problem-item-details span, .step1-main .step1-content .problems-list-chain .problem-item-details span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  margin: 3px;
}
.step1-main .step1-content .problems-list-single .problem-item-details a, .step1-main .step1-content .problems-list-chain .problem-item-details a {
  color: #3977D2;
}

.step2-main {
  width: 100%;
}
.step2-main .step2-img-box {
  width: 100%;
  height: 110px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.step2-main .step2-img-box .step2-img {
  width: 990px;
  height: 40px;
  margin: 35px 75px;
}
.step2-main .step2-content-single, .step2-main .step2-content-chain {
  width: 1140px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.step2-main .step2-content-single section, .step2-main .step2-content-chain section {
  width: 100%;
  border-bottom: 1px dashed #D2D2D2;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.step2-main .step2-content-single section .section-title, .step2-main .step2-content-chain section .section-title {
  width: 100%;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  border-left: 2px solid #3977D2;
  padding-left: 10px;
  color: #333333;
  margin-bottom: 30px;
}
.step2-main .step2-content-single section .row, .step2-main .step2-content-chain section .row {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.step2-main .step2-content-single section .row .lab, .step2-main .step2-content-chain section .row .lab {
  width: 210px;
  text-align: right;
  color: #333333;
  height: 34px;
  line-height: 34px;
}
.step2-main .step2-content-single section .row .lab span, .step2-main .step2-content-chain section .row .lab span {
  color: #EA2B2B;
  margin-right: 3px;
}
.step2-main .step2-content-single section .row .lab .question, .step2-main .step2-content-chain section .row .lab .question {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/resources/images/login/question.png");
  background-size: 100% 100%;
  position: relative;
  top: 3px;
}
.step2-main .step2-content-single section .row .lab .question-hover, .step2-main .step2-content-chain section .row .lab .question-hover {
  position: absolute;
  width: 180px;
  top: 36px;
  left: 55px;
  line-height: 20px;
  border: 1px solid #c2d9e7;
  background-color: #f2faff;
  padding: 5px 8px;
  text-align: justify;
  display: none;
  font-size: 12px;
  color: #333333;
}
.step2-main .step2-content-single section .row .row-content, .step2-main .step2-content-chain section .row .row-content {
  width: 870px;
  padding-left: 30px;
  height: 34px;
  line-height: 34px;
  position: relative;
}
.step2-main .step2-content-single section .row .row-content .tip, .step2-main .step2-content-chain section .row .row-content .tip {
  position: absolute;
  top: 3px;
  left: 300px;
  font-size: 12px !important;
}
.step2-main .step2-content-single section .row .row-content .tip .onError, .step2-main .step2-content-chain section .row .row-content .tip .onError {
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #d83232;
  position: relative;
  background-color: #fdf1f1 !important;
}
.step2-main .step2-content-single section .row .row-content .tip .onError .onError_top, .step2-main .step2-content-chain section .row .row-content .tip .onError .onError_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .row-content .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .row-content .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .row-content .tip .onError:after, .step2-main .step2-content-chain section .row .row-content .tip .onError:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/error.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step2-main .step2-content-single section .row .row-content .tip .onError:before, .step2-main .step2-content-chain section .row .row-content .tip .onError:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/red-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.step2-main .step2-content-single section .row .row-content .tip .onFocus, .step2-main .step2-content-chain section .row .row-content .tip .onFocus {
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #C1C1C1;
  background-color: #F9F9F9 !important;
  color: #535353;
}
.step2-main .step2-content-single section .row .row-content .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .row-content .tip .onFocus .onFocus_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: #535353;
}
.step2-main .step2-content-single section .row .row-content .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .row-content .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .row-content .tip .onFocus:after, .step2-main .step2-content-chain section .row .row-content .tip .onFocus:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/warning.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step2-main .step2-content-single section .row .row-content .tip .onFocus:before, .step2-main .step2-content-chain section .row .row-content .tip .onFocus:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/gray-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -5px;
  margin-top: -5px;
}
.step2-main .step2-content-single section .row .row-content .tip .onCorrect, .step2-main .step2-content-chain section .row .row-content .tip .onCorrect {
  position: relative;
  top: -5px;
}
.step2-main .step2-content-single section .row .row-content .clinic-name, .step2-main .step2-content-chain section .row .row-content .clinic-name {
  margin-right: 25px;
  font-weight: bold;
}
.step2-main .step2-content-single section .row .row-content .change-clinicName, .step2-main .step2-content-chain section .row .row-content .change-clinicName {
  color: #3876D1;
  cursor: pointer;
}
.step2-main .step2-content-single section .row .row-content .input-item, .step2-main .step2-content-single section .row .row-content #licenceName, .step2-main .step2-content-single section .row .row-content #licenceNum, .step2-main .step2-content-single section .row .row-content #legal-representative, .step2-main .step2-content-single section .row .row-content #operator-name, .step2-main .step2-content-single section .row .row-content #operator-mobile, .step2-main .step2-content-single section .row .row-content #clinicName, .step2-main .step2-content-single section .row .row-content #enterpriseFullName, .step2-main .step2-content-chain section .row .row-content .input-item, .step2-main .step2-content-chain section .row .row-content #licenceName, .step2-main .step2-content-chain section .row .row-content #licenceNum, .step2-main .step2-content-chain section .row .row-content #legal-representative, .step2-main .step2-content-chain section .row .row-content #operator-name, .step2-main .step2-content-chain section .row .row-content #operator-mobile, .step2-main .step2-content-chain section .row .row-content #clinicName, .step2-main .step2-content-chain section .row .row-content #enterpriseFullName {
  outline: none;
  width: 260px;
  height: 34px;
  border: 1px solid #C1C1C1;
  padding-left: 4px;
}
.step2-main .step2-content-single section .row .row-content .work-time, .step2-main .step2-content-chain section .row .row-content .work-time {
  width: 116px;
  height: 34px;
}
.step2-main .step2-content-single section .row .row-content .work-time-else input, .step2-main .step2-content-chain section .row .row-content .work-time-else input {
  width: 200px;
  height: 28px;
  padding-left: 5px;
  border: 1px solid #C1C1C1;
}
.step2-main .step2-content-single section .row .row-content .expand-channel, .step2-main .step2-content-chain section .row .row-content .expand-channel {
  width: 263px;
  height: 34px;
  padding-left: 5px;
}
.step2-main .step2-content-single section .row .row-content .submit-sure, .step2-main .step2-content-chain section .row .row-content .submit-sure {
  display: inline-block;
  width: 96px;
  height: 34px;
  background: #3977d2;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  outline: 0;
  border: 1px solid #3977d2;
}
.step2-main .step2-content-single section .row .row-content .submit-cancel, .step2-main .step2-content-chain section .row .row-content .submit-cancel {
  display: inline-block;
  width: 67px;
  height: 34px;
  background: white;
  color: #3977D2;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  outline: 0;
  border: 1px solid #3977d2;
}
.step2-main .step2-content-single section .row .clinic-classly-content, .step2-main .step2-content-chain section .row .clinic-classly-content {
  width: 870px;
  padding-left: 30px;
  line-height: 34px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid white;
  padding-left: 2px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip {
  position: absolute;
  bottom: -25px;
  left: -40px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onError, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onError .onError_top, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onError:after, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onError:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onFocus, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onFocus:after, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onFocus:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .tip .onCorrect, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .checkbox-item, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .checkbox-item {
  margin-right: 20px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .checkbox-item .checkbox-lab, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .checkbox-item .checkbox-lab {
  margin-left: 5px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item {
  width: 96px;
  height: 34px;
  margin-right: 10px;
  position: relative;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip {
  position: absolute;
  bottom: -25px;
  left: -40px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onError, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onError .onError_top, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onError:after, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onError:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item .tip .onCorrect, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item select, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item select {
  width: 100%;
  height: 100%;
}
.step2-main .step2-content-single section .row .clinic-classly-content .clinic-classly .select-item input, .step2-main .step2-content-chain section .row .clinic-classly-content .clinic-classly .select-item input {
  width: 415px;
  height: 34px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding-left: 4px;
  margin-top: 1px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer, .step2-main .step2-content-single section .row .clinic-classly-content .umNum, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum {
  width: 260px;
  position: relative;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip {
  position: absolute;
  bottom: -25px;
  left: -40px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onError, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onError, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onError, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onError .onError_top, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onError .onError_top, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onError .onError_top, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onError .onError_bot, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onError:after, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onError:after, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onError:after, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onError:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onFocus, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onFocus, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onFocus, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onFocus .onFocus_top, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onFocus .onFocus_bot, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer .tip .onCorrect, .step2-main .step2-content-single section .row .clinic-classly-content .umNum .tip .onCorrect, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer .tip .onCorrect, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .clinic-classly-content .referrer #umNum, .step2-main .step2-content-single section .row .clinic-classly-content .umNum #umNum, .step2-main .step2-content-chain section .row .clinic-classly-content .referrer #umNum, .step2-main .step2-content-chain section .row .clinic-classly-content .umNum #umNum {
  outline: none;
  width: 260px;
  height: 34px;
  border: 1px solid #C1C1C1;
  padding-left: 4px;
}
.step2-main .step2-content-single section .row .country-content, .step2-main .step2-content-chain section .row .country-content {
  width: 870px;
  padding-left: 30px;
  line-height: 34px;
  position: relative;
}
.step2-main .step2-content-single section .row .country-content .country, .step2-main .step2-content-chain section .row .country-content .country {
  width: 116px;
  height: 34px;
}
.step2-main .step2-content-single section .row .country-content .tip, .step2-main .step2-content-chain section .row .country-content .tip {
  position: absolute;
  bottom: -25px;
  left: -10px;
}
.step2-main .step2-content-single section .row .country-content .tip .onError, .step2-main .step2-content-chain section .row .country-content .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .country-content .tip .onError .onError_top, .step2-main .step2-content-chain section .row .country-content .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .country-content .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .country-content .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .country-content .tip .onFocus, .step2-main .step2-content-chain section .row .country-content .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .country-content .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .country-content .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .country-content .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .country-content .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .country-content .tip .onFocus:after, .step2-main .step2-content-chain section .row .country-content .tip .onFocus:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .country-content .tip .onCorrect, .step2-main .step2-content-chain section .row .country-content .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .picture-box, .step2-main .step2-content-chain section .row .picture-box {
  width: 760px;
  display: flex;
  padding-left: 30px;
  flex-wrap: wrap;
}
.step2-main .step2-content-single section .row .picture-box .credential-separate, .step2-main .step2-content-chain section .row .picture-box .credential-separate {
  display: flex;
}
.step2-main .step2-content-single section .row .picture-box .picture-item, .step2-main .step2-content-chain section .row .picture-box .picture-item {
  width: 145px;
  margin-right: 12px;
}
.step2-main .step2-content-single section .row .picture-box .picture-item p, .step2-main .step2-content-chain section .row .picture-box .picture-item p {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 0;
}
.step2-main .step2-content-single section .row .picture-box .picture-item p span, .step2-main .step2-content-chain section .row .picture-box .picture-item p span {
  color: #EA2B2B;
  margin-right: 3px;
}
.step2-main .step2-content-single section .row .picture-box .picture-item .update-picture, .step2-main .step2-content-chain section .row .picture-box .picture-item .update-picture {
  width: 145px;
  height: 97px;
  border: 1px dashed #DDDDDD;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.step2-main .step2-content-single section .row .picture-box .picture-item .update-picture .picture-img, .step2-main .step2-content-chain section .row .picture-box .picture-item .update-picture .picture-img {
  width: 36px;
  height: 24px;
  margin: 27px auto 5px;
  background-image: url("/resources/images/login/upload-pictrue.png");
  background-size: 100% 100%;
}
.step2-main .step2-content-single section .row .picture-box .picture-item .update-picture .add-text, .step2-main .step2-content-chain section .row .picture-box .picture-item .update-picture .add-text {
  font-size: 12px;
  color: #333333;
}
.step2-main .step2-content-single section .row .picture-box .picture-item .update-picture .file, .step2-main .step2-content-chain section .row .picture-box .picture-item .update-picture .file {
  position: absolute;
  display: inline-block;
  width: 145px;
  height: 97px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.step2-main .step2-content-single section .row .picture-box .picture-item .update-picture:hover, .step2-main .step2-content-chain section .row .picture-box .picture-item .update-picture:hover {
  border: 1px dashed #1C77D9;
}
.step2-main .step2-content-single section .row .picture-box p, .step2-main .step2-content-chain section .row .picture-box p {
  width: 870px;
  color: #666666;
  margin-top: 10px;
}
.step2-main .step2-content-single section .row .picture-box p .look-picture, .step2-main .step2-content-chain section .row .picture-box p .look-picture {
  color: #3977D2;
  cursor: pointer;
}
.step2-main .step2-content-single section .row .picture-box .credentials, .step2-main .step2-content-chain section .row .picture-box .credentials {
  margin-top: 10px;
  position: relative;
  left: -10px;
}
.step2-main .step2-content-single section .row .picture-box .credentials span, .step2-main .step2-content-chain section .row .picture-box .credentials span {
  color: #EA2B2B;
  cursor: pointer;
}
.step2-main .step2-content-single section .row .picture-box .credentials input, .step2-main .step2-content-chain section .row .picture-box .credentials input {
  width: 145px;
  height: 34px;
  padding-left: 5px;
  outline: none;
  border: 1px solid #C1C1C1;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip, .step2-main .step2-content-chain section .row .picture-box .credentials .tip {
  position: absolute;
  bottom: -25px;
  left: -20px;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onError, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onError .onError_top, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onError .onError_top {
  padding: 0 30px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onFocus, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onFocus .onFocus_top {
  padding: 0 30px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onFocus:after, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onFocus:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .picture-box .credentials .tip .onCorrect, .step2-main .step2-content-chain section .row .picture-box .credentials .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .contact-way, .step2-main .step2-content-chain section .row .contact-way {
  width: 870px;
  height: 90px;
  padding-left: 30px;
  display: flex;
}
.step2-main .step2-content-single section .row .contact-way .contact1, .step2-main .step2-content-chain section .row .contact-way .contact1 {
  width: 85px;
  height: 90px;
  text-align: center;
  line-height: 85px;
  color: #333333;
  font-size: 14px;
}
.step2-main .step2-content-single section .row .contact-way .contact2, .step2-main .step2-content-chain section .row .contact-way .contact2 {
  width: 10px;
  height: 60px;
  margin: 15px 5px 15px 0px;
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.step2-main .step2-content-single section .row .contact-way .contact3, .step2-main .step2-content-chain section .row .contact-way .contact3 {
  width: 320px;
  height: 90px;
  color: #333333;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div, .step2-main .step2-content-chain section .row .contact-way .contact3 div {
  width: 100%;
  line-height: 32px;
  position: relative;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .order-mobile, .step2-main .step2-content-single section .row .contact-way .contact3 div #order-mobile, .step2-main .step2-content-single section .row .contact-way .contact3 div #fixed-mobile, .step2-main .step2-content-chain section .row .contact-way .contact3 div .order-mobile, .step2-main .step2-content-chain section .row .contact-way .contact3 div #order-mobile, .step2-main .step2-content-chain section .row .contact-way .contact3 div #fixed-mobile {
  width: 245px;
  height: 34px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding-left: 5px;
  color: #333333 !important;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip {
  position: absolute;
  top: 3px;
  left: 315px;
  font-size: 12px !important;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onError, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onError {
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #d83232;
  position: relative;
  background-color: #fdf1f1 !important;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onError .onError_top, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onError .onError_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onError:after, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onError:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/error.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onError:before, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onError:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/red-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onFocus, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onFocus {
  display: none !important;
  width: 268px !important;
  min-height: 28px !important;
  border: 1px solid #C1C1C1;
  background-color: #F9F9F9 !important;
  color: #535353;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onFocus .onFocus_top {
  padding: 0 0 0 26px !important;
  line-height: 26px !important;
  background: none !important;
  color: #535353;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onFocus:after, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onFocus:after {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/warning.png");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  margin-top: -7px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onFocus:before, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onFocus:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/gray-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div .tip .onCorrect, .step2-main .step2-content-chain section .row .contact-way .contact3 div .tip .onCorrect {
  position: relative;
  top: -3px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div:first-child, .step2-main .step2-content-chain section .row .contact-way .contact3 div:first-child {
  margin-bottom: 23px;
  position: relative;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div:first-child .order-mobile-tip, .step2-main .step2-content-chain section .row .contact-way .contact3 div:first-child .order-mobile-tip {
  width: 255px;
  height: 64px;
  position: absolute;
  top: -17px;
  left: 330px;
  line-height: 16px;
  border: 1px solid #C1C1C1;
  background-color: #F9F9F9;
  padding: 5px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div:first-child .order-mobile-tip .question, .step2-main .step2-content-chain section .row .contact-way .contact3 div:first-child .order-mobile-tip .question {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/resources/images/login/question.png");
  background-size: 100% 100%;
  position: relative;
  top: -3px;
  left: 2px;
}
.step2-main .step2-content-single section .row .contact-way .contact3 div:first-child .order-mobile-tip span, .step2-main .step2-content-chain section .row .contact-way .contact3 div:first-child .order-mobile-tip span {
  display: inline-block;
  width: 219px;
  text-align: justify;
  font-size: 12px;
}
.step2-main .step2-content-single section .row .health-insurance-content, .step2-main .step2-content-chain section .row .health-insurance-content {
  width: 870px;
  padding-left: 30px;
  line-height: 34px;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true {
  width: 100%;
  height: 155px;
  border: 1px solid #D2D2D2;
  padding: 10px 20px;
  position: relative;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true p, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true p {
  width: 100%;
  color: #333333;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true p span, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true p span {
  color: #EA2B2B;
  margin-right: 5px;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip {
  position: absolute;
  bottom: -25px;
  left: -20px;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onError, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onError .onError_top, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onFocus, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onFocus:after, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onFocus:after {
  content: '' !important;
}
.step2-main .step2-content-single section .row .health-insurance-content .health-insurance-true .tip .onCorrect, .step2-main .step2-content-chain section .row .health-insurance-content .health-insurance-true .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .service-content, .step2-main .step2-content-chain section .row .service-content {
  width: 870px;
  padding-left: 30px;
  line-height: 34px;
  position: relative;
}
.step2-main .step2-content-single section .row .service-content .service-type, .step2-main .step2-content-chain section .row .service-content .service-type {
  width: 263px;
  height: 34px;
  padding-left: 5px;
}
.step2-main .step2-content-single section .row .service-content .tip, .step2-main .step2-content-chain section .row .service-content .tip {
  position: absolute;
  bottom: -25px;
  left: -10px;
}
.step2-main .step2-content-single section .row .service-content .tip .onError, .step2-main .step2-content-chain section .row .service-content .tip .onError {
  height: 30px;
}
.step2-main .step2-content-single section .row .service-content .tip .onError .onError_top, .step2-main .step2-content-chain section .row .service-content .tip .onError .onError_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .service-content .tip .onError .onError_bot, .step2-main .step2-content-chain section .row .service-content .tip .onError .onError_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .service-content .tip .onFocus, .step2-main .step2-content-chain section .row .service-content .tip .onFocus {
  height: 30px;
}
.step2-main .step2-content-single section .row .service-content .tip .onFocus .onFocus_top, .step2-main .step2-content-chain section .row .service-content .tip .onFocus .onFocus_top {
  padding: 0 10px 0 40px !important;
  line-height: 28px !important;
  background: none !important;
  color: red;
}
.step2-main .step2-content-single section .row .service-content .tip .onFocus .onFocus_bot, .step2-main .step2-content-chain section .row .service-content .tip .onFocus .onFocus_bot {
  background: none !important;
}
.step2-main .step2-content-single section .row .service-content .tip .onCorrect, .step2-main .step2-content-chain section .row .service-content .tip .onCorrect {
  background: none !important;
}
.step2-main .step2-content-single section .row .service-content .service-details, .step2-main .step2-content-chain section .row .service-content .service-details {
  width: 100%;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box, .step2-main .step2-content-chain section .row .service-content .service-details .department-box {
  width: 100%;
  border: 1px dashed #D2D2D2;
  margin: 10px auto 0px;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box p, .step2-main .step2-content-chain section .row .service-content .service-details .department-box p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box p span, .step2-main .step2-content-chain section .row .service-content .service-details .department-box p span {
  color: #EA2B2B;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box .department, .step2-main .step2-content-chain section .row .service-content .service-details .department-box .department {
  width: 100%;
  padding: 0 30px 10px 30px;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box .department .department-other, .step2-main .step2-content-chain section .row .service-content .service-details .department-box .department .department-other {
  display: inline-block;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box .department .department-other input, .step2-main .step2-content-chain section .row .service-content .service-details .department-box .department .department-other input {
  width: 187px;
  height: 26px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding-left: 5px;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box .department .project-other, .step2-main .step2-content-chain section .row .service-content .service-details .department-box .department .project-other {
  display: inline-block;
}
.step2-main .step2-content-single section .row .service-content .service-details .department-box .department .project-other input, .step2-main .step2-content-chain section .row .service-content .service-details .department-box .department .project-other input {
  width: 187px;
  height: 26px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding-left: 5px;
}
.step2-main .step2-content-single section .row .service-content .service-project, .step2-main .step2-content-chain section .row .service-content .service-project {
  background-color: #F5F5F5;
  margin-top: 10px;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box, .step2-main .step2-content-chain section .row .service-content .service-project .project-box {
  width: 100%;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box p, .step2-main .step2-content-chain section .row .service-content .service-project .project-box p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box p span, .step2-main .step2-content-chain section .row .service-content .service-project .project-box p span {
  color: #EA2B2B;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project {
  width: 100%;
  padding: 0 30px 10px 30px;
  border-bottom: 1px dashed #E2E2E2;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .checkbox-all-box, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .checkbox-all-box {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box {
  position: relative;
  left: -18px;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box span, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box span {
  color: #EA2B2B;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box .project-name, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .checkbox-all-box .project-name-box .project-name {
  color: #333333;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .project-other, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .project-other {
  display: inline-block;
}
.step2-main .step2-content-single section .row .service-content .service-project .project-box .project .project-other input, .step2-main .step2-content-chain section .row .service-content .service-project .project-box .project .project-other input {
  width: 187px;
  height: 26px;
  outline: none;
  border: 1px solid #C1C1C1;
  padding-left: 5px;
}
.step2-main .step2-content-single section .row .synopsis-content, .step2-main .step2-content-chain section .row .synopsis-content {
  width: 870px;
  padding-left: 30px;
  position: relative;
}
.step2-main .step2-content-single section .row .synopsis-content .text-area, .step2-main .step2-content-chain section .row .synopsis-content .text-area {
  width: 625px;
  height: 140px;
  resize: none;
  border: 1px solid #C1C1C1;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  font-size: 14px;
}
.step2-main .step2-content-single section .row .synopsis-content .synopsis-text-box, .step2-main .step2-content-chain section .row .synopsis-content .synopsis-text-box {
  width: 250px;
  height: 120px;
  position: absolute;
  top: 17px;
  left: 670px;
  line-height: 16px;
  border: 1px solid #C1C1C1;
  background-color: #F9F9F9;
  padding: 5px;
  display: none;
}
.step2-main .step2-content-single section .row .synopsis-content .synopsis-text-box .question, .step2-main .step2-content-chain section .row .synopsis-content .synopsis-text-box .question {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/resources/images/login/warning.png");
  background-size: 100% 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
.step2-main .step2-content-single section .row .synopsis-content .synopsis-text-box .synopsis-text-content, .step2-main .step2-content-chain section .row .synopsis-content .synopsis-text-box .synopsis-text-content {
  width: 215px;
  text-align: justify;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 26px;
}
.step2-main .step2-content-single section .row .synopsis-content .synopsis-text-box:before, .step2-main .step2-content-chain section .row .synopsis-content .synopsis-text-box:before {
  content: '';
  position: absolute;
  background-image: url("/resources/images/login/gray-arrows.png");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -6px;
  margin-top: -5px;
}
.step2-main .step2-content-single section .row-work, .step2-main .step2-content-chain section .row-work {
  height: 70px;
}
.step2-main .step2-footer {
  width: 1140px;
  height: 190px;
  background-image: url("/resources/images/login/step2-footer.png");
  background-size: 100% 100%;
  margin: 30px auto;
}

.step3-main {
  width: 100%;
}
.step3-main .step3-img-box {
  width: 100%;
  height: 110px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.step3-main .step3-img-box .step3-img {
  width: 990px;
  height: 40px;
  margin: 35px 75px;
}
.step3-main .step3-content {
  width: 1140px;
  background: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.step3-main .step3-content .step3-header {
  width: 1060px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  font-size: 20px;
  color: #333333;
  margin: 0 auto;
  border-bottom: 1px dashed #D2D2D2;
}
.step3-main .step3-content .step3-header .current-img {
  width: 28px;
  height: 28px;
  position: relative;
  top: 40px;
  left: -20px;
}
.step3-main .step3-content .step3-content-main {
  width: 100%;
  height: 343px;
  text-align: center;
}
.step3-main .step3-content .step3-content-main .time {
  height: 90px;
  line-height: 90px;
}
.step3-main .step3-content .step3-content-main .time span {
  color: #DF1F1F;
}
.step3-main .step3-content .step3-content-main .clinic-center {
  height: 114px;
  line-height: 114px;
}
.step3-main .step3-content .step3-content-main .clinic-center a {
  color: #3876D1;
  text-decoration: none;
}
.step3-main .step3-content .step3-content-main div {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  background-image: url("/resources/images/login/register-success.png");
  background-size: 100% 100%;
}

.height-auto #licenceNameTip {
  height: auto !important;
}
.height-auto #licenceNameTip .onError_top {
  line-height: 24px !important;
}
.height-auto #licenceNameTip .onError_bot {
  height: 0 !important;
}
.height-auto #licenceNumTip {
  height: auto !important;
}
.height-auto #licenceNumTip .onError_top {
  line-height: 24px !important;
}
.height-auto #licenceNumTip .onError_bot {
  height: 0 !important;
}
