body {
    background: url('../../../images/bg1.jpg') no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #f1f1f1;
    color: #666;
    font-size: 14px;
    overflow-y: scroll;
}

.inner {
    margin: 0 auto;
    width: 1200px;
}

.header {
    height: 68px;
    line-height: 68px;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    color: #3e3f3f;
    font-size: 14px;
}

.header .nav {
    float: right;
}

.header .nav a {
    color: #4ea4fb;
}

.header img {
    vertical-align: middle;
}

.footer {
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #a6a6a6;
    line-height: 1.6;
}

.mod-step {
    position: relative;
    margin-top: 36px;
    padding-bottom: 20px;
    background: #fff;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
}

.step {
    padding: 0 15px;
    min-height: 585px;
}

.tabs-header {
    padding-top: 0;
    border: none;
}

.tabs-panels {
    border: none;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 40px 0;
    width: 1200px;
    border: none;
}

.tabs-header,
.tabs-tool {
    background-color: #fff;
}

.tabs a {
    position: relative;
    color: #a8a8a8;
    font-size: 14px;
    text-decoration: none;
}

.tabs .tabs-selected a {
    color: #7cb7fd;
}

.tabs li {
    margin: 0 20px;
    cursor: pointer;
}

.tabs li:nth-child(1):before,
.tabs li:nth-child(2):before,
.tabs li:nth-child(3):before,
.tabs li:nth-child(4):before,
.tabs li:nth-child(5):before,
.tabs li:nth-child(6):before,
.tabs li:nth-child(7):before {
    content: "";
    position: absolute;
    color: #a8a8a8;
    top: -30px;
    left: 42px;
    font-size: 14px;
    z-index: 2;
}

.tabs li:nth-child(1):before {
    content: "1";
}

.tabs li:nth-child(2):before {
    content: "2";
}

.tabs li:nth-child(3):before {
    content: "3";
}

.tabs li:nth-child(4):before {
    content: "4";
}

.tabs li:nth-child(5):before {
    content: "5";
}

.tabs li:nth-child(6):before {
    content: "6";
}

.tabs li:nth-child(7):before {
    content: "7";
}

.tabs li:nth-child(1):after,
.tabs li:nth-child(2):after,
.tabs li:nth-child(3):after,
.tabs li:nth-child(4):after,
.tabs li:nth-child(5):after,
.tabs li:nth-child(6):after,
.tabs li:nth-child(7):after {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    z-index: 1;
}

.tabs li.tabs-active .tabs-inner {
    color: #7cb7fd !important;
}

.tabs li.tabs-selected:before,
.tabs li.tabs-active:before {
    font-weight: bold !important;
    color: #fff !important;
}

.tabs li.tabs-selected:after,
.tabs li.tabs-active:after {
    border-color: #7cb7fd !important;
    background: #7cb7fd !important;
}

.tabs li a.tabs-inner:before {
    content: "";
    position: absolute;
    top: -19px;
    left: -55px;
    width: 70px;
    border-top: 1px dashed #a8a8a8;
}

.tabs li:nth-child(1) a.tabs-inner:before {
    border-top: none;
}

.tabs li a.tabs-inner {
    background: #fff;
    color: #a8a8a8;
    border: none;
    font-weight: normal;
    width: 90px;
}

.tabs li a.tabs-inner:hover {
    background: #fff;
    color: #a8a8a8;
    filter: none;
}

.tabs-header .tabs-pill li.tabs-selected a.tabs-inner,
.tabs li.tab-active a.tabs-inner {
    background: #fff;
    color: #7cb7fd;
    border: #7cb7fd;
    font-weight: normal;
}

.required-tips {
    color: #f00;
    font-size: 12px;
}

.form-label {
    display: inline-block;
    padding: 9px 5px;
    width: 130px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #666;
}

.desire {
    display: none;
    margin: 0 15px 0 134px;
    font-size: 12px;
    color: #666;
}

.step-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.step-ul .item {
    margin-bottom: 15px;
    width: 33%;
}

.step-ul input {
    padding-left: 10px;
    width: 242px;
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    box-sizing: border-box;
}

.step-ul input:focus {
    outline: none;
}

.step-ul input.form-input:focus {
    border-color: #bababa;
    -webkit-box-shadow: 0 0 3px 0 #d3d3d3;
    box-shadow: 0 0 3px 0 #d3d3d3;
}

.step-ul input.validatebox-invalid {
    border-color: #ffa8a8 !important;
    background-color: #fff3f3 !important;
}

.step-ul input.validatebox-invalid:focus {
    border-color: #ffa8a8 !important;
    background-color: #fff3f3 !important;
}

.step-ul .textbox {
    border-radius: 2px;
}

.step-ul .textbox .textbox-text {
    padding-left: 10px !important;
    padding: 0;
    height: 36px !important;
    line-height: 36px !important;
}

.step-ul .combo-arrow {
    width: 34px !important;
    height: 36px !important;
}

.form-align-center {
    margin-top: 40px;
    text-align: center;
}

.hanlde-btn {
    margin: 0 10px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 34px;
    background-color: #7cb7fd;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
}

.unit {
    display: inline-block;
    color: #666;
    text-align: left;
}

.unit .text {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
}

.form-group input.form-custom {
    padding: 0 5px;
}

.view-box {
    display: inline-flex;
    width: 100%;
}

.form-group .title {
    margin-bottom: 15px;
    font-size: 20px;
}

.form-group .table {
    margin-bottom: 20px;
}