*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
a {
    color: #6f6f6f;
    text-decoration: none !important;
}
ul li {
    list-style: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
button,
input {
    /* 1 */
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    overflow-x: auto;
    overflow-y: scroll;
    min-height: 100%;
    font-size: 62.5%;
    font-family: sans-serif;
}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}


body {
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    overflow-x: hidden;
    background: url("../img/bg.jpg") no-repeat center;
    background-size: cover;
}
.mb16 {
    margin-bottom: 16px !important;
}
/* ------------- ���� ------------- */
.root {
    background: url("../img/background.png") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.logo {
    padding: 15px 25px 15px 80px;
    vertical-align: middle;
    float: left;
}

.desc {
    color: #106cc8;
    font-size: 28px;
    float: left;
    line-height: 85px;
}

/* ------------- ���贰�� ------------- */
.jhzh {
    width: 1150px;
    height: 600px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 16px rgb(50 111 145 / 15%);
    padding: 15px 40px;
    box-sizing: border-box;
    border-radius: 8px;
}
.jhzh .top {
    padding: 20px 0 30px;
    text-align: center;
}
.jhzh .top .lock {
    display: inline-block;
    vertical-align: sub;
}
.jhzh .top p {
    font-size: 22px;
    color: #000;
    display: inline-block;
    padding-left: 5px;
}

/* ------------- ������ ------------- */
.steps {
    clear: both;
    padding: 15px 0;
    height: 55px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .steps ul {
	overflow:hidden;
	position: absolute; 
	width:65%;
    top: 0;
    left: 50%;
} */
.steps ul li {
    float: left;
    text-align: left;
}
.steps ul li .current-info{
    display: none;
}
.steps ul li .number {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #ABB3B9;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #FFF;
}
.steps ul li label {
    display: none
}
.steps ul li .line {
    display: inline-block;
    margin: 0 3px 6px 3px;
    font-size: 14px;
    height: 1px;
    border-bottom: 1px dashed #000;
    width: 160px;
}
.steps ul li .name {
    margin: 10px 3px 0 -14px;
    color: #ABB3B9;
    display: block;
    clear: both;
    text-align: left;
    font-size: 14px;
}


.steps ul li.current .number {
    background: #3F7FF7;
}
.steps ul li.current .line {
    border-color: #3F7FF7;
}
.steps ul li.current .name {
    color: #3F7FF7;
}


.steps ul li.done .line{
    border-color: #9dc8e2;
}
.steps ul li.done .name{
    color: #9dc8e2;
}
.steps ul li.last .line{
    display: none
}

/* ------------- �������� ------------- */
.content {
    padding-top: 20px;
}
.content .title {
    display: none;
}
.content fieldset {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.content .mainjh {
    width: 50%;
    margin: 0 auto;
}
.content .mainjh li {
    position: relative;
    margin-bottom: 25px;
}
.content .mainjh .text-input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    padding-left: 15px;
}

.content .mainjh .readonly {
    background: #e7ebef;
}
.content .mainjh li .error-content {
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 6px;
    position: absolute;
    top: 100%;
    left: 0;
}
.content .mainjh .code-img {
    float: right;
    text-align: center;
}
.content .mainjh .code-img img {
    margin: 0 0 4px 0;
    text-align: center;
    display: block;
}
.content .mainjh .code-input {
    margin-right: 120px;
}
.content .mainjh .yzm-input {
    width: 55%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    padding-left: 15px;
}
.content .mainjh button.code-btn {
    width: 35%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #57a0f4;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 15px;
    float: right;
    cursor: pointer;
}
.content .mainjh button.code-time {
    display: none;
    cursor: not-allowed;
    width: 35%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #DCDFE6;
    color: #666;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 15px;
    float: right;
}
.content .mainjh img {
    margin: 20px auto 20px;
    text-align: center;
    display: block;
}
.content .mainjh .success {
    clear: both;
    text-align: center;
    font-size: 12px;
}
.content .mainjh .botms {
    clear: both;
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}
.content .mainjh .botms a {
    color: #3F7FF7;
}
.content .mainjh .phone-put {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    padding-left: 15px;
    margin-bottom: 10px;
}
.content .shuomin {
    width: 100%;
    height: 320px;
    border: 1px solid #D5D5D5;
}
.content .shuomin .shuomincon {
    height: 290px;
    overflow-y: scroll;
}
.content .shuomin .shuomincon .main {
    height: 500px;
    padding: 15px;
    box-sizing: border-box;
}
.content .shuomin .shuomincon .main p {
    line-height: 200%;
    text-align: left;
}
.content .shuomin ul {
    width: 60%;
    margin: 0 auto;
}
.content .shuomin ul input {
    margin: 0;
}
.content .shuomin ul label {
    font-size: 12px;
    color: red;
    font-weight: 100;
    vertical-align: text-bottom;
    margin: 0;
}

/* ------------- ������� ------------- */
.actions {
    margin-top: 16px;
}
.actions ul{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.actions ul li {
    display: inline-block;
    float: right;
    width: 48%;
}
.actions ul li:first-child{
    float: left;
}
.actions ul li a {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #3F7FF7;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}
.actions ul li.disabled a{
    color: #bcbec2;
    background-color: #f4f4f5;
    cursor: not-allowed;
}
/* ------------- ����ǿ�� ------------- */
.model .mmqd {
    margin-top: -20px;
    color: #ff7e10;
    font-size: 13px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.model .mmqd>span {
    display: inline-block;
    width: 38px;
    height: 8px;
    background: #e6eaed;
    margin-right: 3px;
}

.model .mmqd>span.active {
    background: #ff7e10;
}

/* ------------- �ƶ������� ------------- */
@media (max-width: 768px) {
    .logo {
        margin: 11px 8px 0 17px;
        padding: 0;
        height: 30px;
    }
    .desc {
        margin-top: 14px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }
    .jhzh {
        width: 90%;
        padding: 15px 10px;
        top: 64px;
        bottom: 24px;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .jhzh .top {
        padding: 20px 0;
    }
    .jhzh .wizard {
        flex: 1 1 200px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .content{
        flex: 1 1 200px;
        overflow: auto;
    }
    .content fieldset{
        height: 100%;
    }
    .content .shuomin {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .content .shuomin .shuomincon {
        flex: 1 1;
    }
    .content .shuomin ul {
        width: 90%;
    }
    .content .shuomin label {
        width: 90%;
        display: inline;
    }
    .steps {
        margin: 0;
        height: auto;
    }
    .steps ul {
        padding: 0 0px 0 30px;
        overflow: hidden;
        display: flex;
    }
    .steps ul li {
        flex: 1 1;
    }
    .steps ul li .line {
       width: calc(100% - 40px);
    }
    .steps ul li.mobile-last {
        flex: 0 0;
        text-align: left;
    }
    .steps ul li.mobile-last .line{
        width: 0;
    }
    .steps ul li.mobile-last .name{
        white-space: nowrap;
    }
    .content .mainjh {
        width: 96%;
    }
    .actions ul {
        width: 96%;
    }
}

.mainjh {
          position: relative;
      }
      .tips {
          position: absolute;
          top: 110px;
           right: -255px;
      }
      .tips .arrow{
          position: absolute;
          top: 20px;
          left: -7px;
      }
      .tips .arrow i {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 30px;
          color: #f9f9f9;
          font-style: normal;
      }
      .tips .arrow .arrow-a {
          color: #ddd;
          left: -2px;
      }
      .tips ul {
          /* margin-left: 5px; */
          padding: 5px;
          border: 1px solid #ddd;
          box-shadow: 1px 1px 1px #efefef;
          background: #f9f9f9;
          width: 246px;
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 0;
      }
      .tips ul li{
          background-position: -6px 0;
          line-height: 20px;
          padding-left: 5px;
          color: #666;
          font-size: 12px;
          margin-bottom: 0 !important;
      }
      .tips ul li::before{
          content: '';
          display: inline-block;
          width: 6px;
          height: 6px;
          border: 1px solid #999;
          border-radius: 50%;
          margin-right: 5px;
          vertical-align: middle;
      }
      @media (max-width: 768px) {
          .tips{
              position: unset;
          }
          .tips ul{
              width:100%
          }
          .tips .arrow{
              top: -18px;
              left: 50%;
              margin-left: -9px;
          }
          .tips .arrow .arrow-a {
              left: 0;
              top: -2px
          }
      }
