.main {
    padding-top: 60px;
}
.form-top, .form-bottom {
    padding: 0 15px;
}
.step .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 58px;
}
.step .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 58px;
}
.step_item {
    display: inline-block;
    font-size: 15px;
    color: #666;
    width: calc((100vw - 30px) / 2.8);
    text-align: center;
    position: relative;
}
.step_one {
    margin-left: -3.6%;
}
.step_item_circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url("../images/step.png") center center/cover no-repeat;
    text-align: center;
    line-height: 36px;
    text-indent: -2px;
    font-size: 14px;
}
.step_item_line {
    position: absolute;
    right: -30%;
    top: 20px;
    width: 60%;
    height: 1px;
    background: #DDDDDD;
}
.step_item.active p:last-child {
    color: #FA3C3C;
}
.active .step_item_circle {
    background-image: url("../images/step_active.png");
    color: #fff;
}
.complete .step_item_circle {
    color: #fff;
    background-image: url("../images/step_completed.png");
}
.basic {
    font-size: 15px;
    color: #333;
    padding-left: 15px;
    line-height: 40px;
    background: #FBFBFB;
    margin-top: 30px;
}
.mui-input-row {
    border-bottom: 1px solid #ddd;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 15px;
}
.address {
    border-bottom: none;
}
.mui-input-row label {
    font-size: 15px;
    color: #555;
    padding: 11px 0;
    flex: 35%;
}
.mui-input-row > label {
    text-indent: -11px;
    padding-left: 15px;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {
    flex: 62%;
    font-size: 15px;
}
.mui-input-row label span, .mui-radio label span, .mui-checkbox label span {
    color: #FA3C3C;
    margin-right: 4px;
}
.mui-input-row .mui-input-clear~.mui-icon-clear {
    position: static;
    height: auto;
}
.radio_inline {
    display: inline-block;
    flex: 62%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.radio_inline label {
    width: 15%;
    padding: 0 20px;
    margin-right: 30px;
}
.radio_inline input[type=radio] {
    width: 15%;
    right: auto;
}
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before {
    color: #FA3C3C;
}
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before {
    font-size: 15px;
}
.mui-checkbox input[type=checkbox], .mui-radio input[type=radio] {
    top: 10px;
}
.mui-poppicker-btn-cancel, .mui-poppicker-btn-ok {
    font-size: 14px;
    border: none;
    background-color: transparent;
}
.mui-poppicker-btn-ok {
    color: #FA3C3C;
}
.mui-picker-inner {
    -webkit-mask-box-image: none;
    -webkit-mask-box-image: none;
}
.mui-dtpicker-header, .mui-dtpicker-title h5 {
    background: #fff;
}
.mui-dtpicker-header button {
    background: transparent;
    border: none;
}
.mui-dtpicker-header button:nth-child(2) {
    color: #FA3C3C;
}
button:enabled:active {
    background: #FA3C3C;
}
.accountInfo, .otherPrice, .otherTerm {
    display: none;
}
.radioGroup {
    padding: 0 15px;
}
.radioGroup .mui-radio, .mui-checkbox {
    line-height: 40px;
    font-size: 15px;
    color: #666;
}
.radioGroup .mui-radio input:checked + label {
    color: #FA3C3C;
}
.radioGroup .mui-radio.mui-left label, .radioGroup .mui-checkbox.mui-left label {
    padding-left: 30px;
    line-height: 24px;
}
.radioGroup .mui-radio.mui-left input[type=radio] {
    left: 8px;
}
.mui-checkbox input[type=checkbox]:before {
    font-size: 17px;
}
.sign {
    width: calc(100% - 30px);
    background: #FBFBFB;
    border: 1px solid #DDDDDE;
    border-radius: 2px;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin: 30px 15px 20px;
}
.sign p:first-child {
    margin-bottom: 10px;
}
.inscribe {
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 0 15px;
}
.btn {
    padding: 0 15px;
}
.btn a {
    display: block;
    text-align: center;
    line-height: 44px;
}
.btn button, .btn a {
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background: #FA3C3C;
    font-size: 15px;
    color: #fff;
}
.btn button {
    border: none;
    outline: none;
}
.prompt {
    margin: 40px 0 30px;
    padding: 0 15px;
}
.prompt_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 35px;
    text-align: center;
}
.prompt_content {
    padding: 15px 10px 0;
    border: 1px solid #DDDDDE;
    font-size: 12px;
}
.prompt_content p {
    margin-bottom: 10px;
    color: #555;
    line-height: 20px;
}
.titleItem {
    line-height: 40px;
    background: #FBFBFB;
    font-size: 15px;
    color: #333;
    padding-left: 15px;
}
.result {
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding: 0;
}
.result span {
    color: #FA3C3C;
}
.result .prompt_title {
    margin-bottom: 21px;
}
.notice {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #DDDDDE;
    border-radius: 2px;
    padding: 15px 10px 5px;
}
.notice p {
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.txt {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    text-align: center;
}
.agreement {
    margin-top: 40px;
}
.agreement_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.agreement_txt {
    font-size: 12px;
    line-height: 20px;
    color: #555;
    margin-bottom: 10px;
}
.agreement_txt span {
    color: #FA3C3C;
}
.agreement_content {
    width: 100%;
    height: 395px;
    background: #fff;
    border: 1px solid #DDDDDE;
    padding: 20px 0 15px 10px;
}
.agreement_content_title {
    font-size: 16px;
    color: #FA3C3C;
    margin-bottom: 10px;
    padding-right: 10PX;
    text-align: center;
}
.agreement_content_subtitle {
    padding-bottom: 15px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.agreement_content_detail {
    height: 305px;
    overflow: hidden;
    padding-top: 15px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.agreement_content_detail .detail {
    margin-right: 10px;
}
.agreement_content_detail .detail p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.agreement_content_detail .detail b {
    font-weight: bold;
}
.agree_checkbox {
    line-height: 20px;
    margin-top: 20px;
}
.agree_checkbox.mui-checkbox.mui-left label {
    padding-left: 45px;
}
.success {
    margin-top: 40px;
    text-align: center;
}
.success-txt {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
.success-box {
    margin-top: 60px;
    width: 100%;
    padding: 11px 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    background: #FBFBFB;
    border: 1px solid #DDDDDE;
    text-align: left;
}
.success-box p {
    margin-bottom: 10px;
}
.tab {
    margin: 20px 0;
}
.tab span {
    display: inline-block;
    margin-right: 5px;
    width: 74px;
    height: 24px;
    line-height: 24px;
    background: #F1F1F1;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.tab span.current {
    color: #FA3C3C;
    background: rgba(254, 110, 110, 0.12);
}
.tips {
    margin-top: 25px;
    font-size: 15px;
    color: #999;
    padding: 0 15px;
}
.tips-txt .circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #FC3B3F;
    border-radius: 50%;
}
.tips-item {
    margin-top: 15px;
    min-height: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.tips-item span {
    display: inline-block;
}
.tips-item span:first-child {
    font-size: 15px;
    color: #555;
    width: 120px;
    margin-right: 20px;
}
.fileinput-button {
    position: relative;
    text-align: center;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #F6F6F6;
    border: 1px solid #DDD;
    font-size: 12px;
    color: #999;
}
.fileinput-button input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.tips-item .name {
    margin-left: 5px;
    font-size: 15px;
    color: #333;
    width: calc(100% - 214px);
}
.template {
    margin: 13px 0 0 150px;
    font-size: 14px;
    color: #999;
}
.template a {
    color: #1D69F1;
}
.ability, .experience {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.ability textarea, .experience textarea {
    height: 120px;
}
.clearfix:after {
    content: "";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
  }
/* .layui-upload-file{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 1px;
    height:1;
} */





/* 图片预览 */
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 999;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

p img {
    max-width: 100%;
    height: auto;
}
























.uploadImgList{
   flex: 62%;
}
#demo-img{
    width: 190px;
}
.uploadDrag{
    float: left;
    height: 50px;
    width: 50px;
    padding: 0;
    margin-top: 10px;
    border: 0;
    background: url(../images/icon_camera.png)no-repeat center;
    background-size: contain;
}
.uploadImgList .imgBox{
    float: left;
    height: 50px;
    width: 50px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
.uploadImgList .imgBox img{
    height: 50px;
    width: 50px;
}
.uploadImgList .imgBox div{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon_delete.png)no-repeat top right;
    background-size: 50px 50px;
    z-index: 2;
}
.uploadImgList .imgBox .vector{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    z-index: 3;
}
