
body,html{
    min-width: 1180px;
}
.tmp {
    display: inline-block;
    margin-left: 20px;
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px)
}

.demo-ejs-identity {
    float: right;
    font-size: 0;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px)
}

.demo-ejs-identity .identity-step .steps {
    display: inline-block;
    width: 50%;
    color: #666a75
}

.demo-ejs-identity .identity-step .steps .text {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 19px
}

.demo-ejs-identity .identity-step .steps .step-decoration {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2
}

.demo-ejs-identity .identity-step .steps .step-decoration:after {
    position: absolute;
    top: -14px;
    left: -webkit-calc(50% - 17px);
    left: -moz-calc(50% - 17px);
    left: calc(50% - 17px);
    content: "";
    z-index: 2;
    width: 34px;
    height: 29px;
    background: url(../images/identity/decoration-nor.svg) no-repeat 50%/cover
}

.demo-ejs-identity .identity-step .steps .step-decoration:before {
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    top: -10px;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    z-index: 3
}

.demo-ejs-identity .identity-step .steps.steps1 .step-decoration:before {
    content: "1"
}

.demo-ejs-identity .identity-step .steps.steps2 .step-decoration:before {
    content: "2"
}

.demo-ejs-identity .identity-step .steps.active {
    color: #c7000b
}

.demo-ejs-identity .identity-step .steps.active .step-decoration {
    background-color: #c7000b
}

.demo-ejs-identity .identity-step .steps.active .step-decoration:after {
    background: url(../images/identity/decoration-sel.svg) no-repeat 50%/cover
}

.demo-ejs-identity .identity-btn {
    margin-top: 56px;
    max-width: 880px;
    text-align: center
}

.demo-ejs-identity .identity-btn .submit-conti {
    font-size: 14px;
    color: #adb0b8;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 36px;
    line-height: 22px;
    color: #fff;
    background-color: #c7000b;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c7000b;
    border-radius: 2px
}

.demo-ejs-identity .identity-btn .submit-conti:hover {
    box-shadow: 0 8px 16px 0 rgba(246,111,106,.3)
}

.demo-ejs-identity .identity-btn .submit-conti.expert-disabled {
    color: #adb0b8;
    background: #f5f5f6;
    border: 1px solid #dfe1e6;
    cursor: default
}

.demo-ejs-identity .identity-btn .submit-conti.expert-disabled:hover {
    box-shadow: none
}

.demo-ejs-identity .identity-content {
    display: inline-block;
    width: 100%;
    margin: 38px 0 57px
}

.demo-ejs-identity .identity-content .nav-list {
    display: inline-block;
    width: 100%
}

.demo-ejs-identity .identity-content .nav-list>span {
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #252b3a;
    line-height: 20px
}

.demo-ejs-identity .identity-content .nav-list>span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "*";
    font-size: 14px;
    color: #c7000b;
    letter-spacing: 0;
    line-height: 20px
}

.demo-ejs-identity .identity-content .nav-list>span.noicon:before {
    display: none
}

.demo-ejs-identity .identity-content .nav-list>span.radio-icon {
    padding-left: 28px
}

.demo-ejs-identity .identity-content .nav-list>span.radio-icon i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: inline-block;
    /* background: url(../images/identity/radio.png) no-repeat 50%/cover; */
    -o-background-size: cover;
       background-size: cover;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.demo-ejs-identity .identity-content .nav-list>span.radio-icon i:hover {
    border-color: #c7000b
}

.demo-ejs-identity .identity-content .nav-list>span.radio-icon i.sel {
    background: url(../images/identity/radio-select.svg) no-repeat 50%/cover
}

.demo-ejs-identity .identity-content .block-caption {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #252b3a;
    line-height: 28px
}

.demo-ejs-identity .identity-content .profile-wrapper .block-caption {
    padding-bottom: 24px
}

.demo-ejs-identity .identity-content .mt2 {
    margin-top: 2px
}

.demo-ejs-identity .identity-content .mt6 {
    margin-top: 6px
}

.demo-ejs-identity .identity-content .mt12 {
    margin-top: 12px
}

.demo-ejs-identity .identity-content .mt24 {
    margin-top: 24px
}

.demo-ejs-identity .identity-content .mt30 {
    margin-top: 30px
}

.demo-ejs-identity .identity-content .check-boxs .identity-expire {
    display: inline-block;
    margin-left: 16px;
    font-size: 12px;
    color: #252b3a;
    line-height: 18px;
    background: #ffeeed;
    border-radius: 2px;
    padding: 12px 0 12px 16px;
    width: 776px;
    vertical-align: middle
}

.demo-ejs-identity .identity-content .check-boxs .identity-expire i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: sub;
    background: url(../images/identity/tips_icon.svg) no-repeat 50%/cover
}

.demo-ejs-identity .identity-content .check-boxs .nav-li {
    display: inline-block;
    margin-top: 20px;
    padding-left: 18px;
    width: 100%
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span {
    display: inline-block;
    line-height: 22px;
    overflow: hidden;
    max-width: 50%;
    white-space: nowrap;
    word-break: break-all;
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span>span {
    font-size: 14px;
    color: #666a75;
    vertical-align: middle
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span>span .spec {
    color: #c7000b;
    font-style: normal
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span i {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/identity/select-nor.png) no-repeat 50%/cover
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span i.select {
    background: url(../images/identity/select-sel.svg) no-repeat 50%/cover
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span:first-child {
    min-width: 244px
}

.demo-ejs-identity .identity-content .check-boxs .nav-li>span:last-child {
    padding-left: 53px
}

.demo-ejs-identity .identity-content .profile-wrapper {
    margin-top: 32px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list>span {
    float: left;
    min-width: 98px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .real-name {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #adb0b8;
    line-height: 22px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname {
    display: inline-block;
    margin-left: 20px;
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px)
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 14px;
    color: #252b3a;
    line-height: 22px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname input[disabled] {
    color: #adb0b8;
    background: #f5f5f6;
    border: 1px solid #dfe1e6
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname input:focus {
    border-color: #c7000b
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname .tips-text {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #666a75;
    line-height: 22px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-nickname .error-text {
    color: #c7000b
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .avatar-img {
    display: inline-block;
    margin-left: 20px;
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px)
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .prompt-honor {
    display: none;
    margin-top: 8px;
    font-size: 0;
    position: relative
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .prompt-honor>i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: inline-block;
    background: url(../images/identity/tips_icon.svg) no-repeat 50%;
    width: 16px;
    height: 16px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .prompt-honor .nd {
    display: inline-block;
    min-width: 100px;
    font-size: 14px;
    color: #c7000b;
    margin-left: 26px;
    font-size: 12px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags {
    display: inline-block;
    margin-left: 20px;
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px)
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags .not-sel-tags {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #c7000b;
    line-height: 22px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags .common-blog-menu-btn {
    float: left;
    text-align: center;
    margin: 0 12px 12px 0;
    height: 32px;
    border: 1px solid #adb0b8;
    border-radius: 2px;
    padding: 6px 16px;
    font-size: 14px;
    color: #575d6c;
    line-height: 18px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags .myinfo_span_error {
    display: none;
    float: left;
    font-size: 14px;
    color: #c7000b;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 12px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags .tag-close {
    background-color: transparent!important;
    color: #c7000b!important;
    border: 1px solid #c7000b!important;
    padding: 6px 16px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .interest-tags .tag-close:after {
    display: inline-block;
    content: "";
    font-size: 0;
    position: static;
    margin-left: 8px;
    background: url(../images/identity/delete.png) no-repeat 50%/cover;
    width: 10px;
    height: 10px;
    vertical-align: unset
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px)
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me textarea {
    resize: none;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    height: 80px;
    padding: 8px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me textarea:focus {
    border-color: #c7000b
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me .profile-nickname-tip {
    font-size: 12px;
    color: #adb0b8;
    letter-spacing: 0;
    line-height: 18px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me .num-box {
    position: absolute;
    top: 57px;
    right: 10px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me .info-text {
    margin-top: 8px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list .profile-about-me .info-text>span {
    display: block;
    font-size: 14px;
    color: #666a75;
    line-height: 22px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list.statement-block {
    padding: 20px 21px 20px 18px;
    background-color: #f7f7f7
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list.statement-block>span.noicon {
    padding-left: 0;
    min-width: 80px
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list.statement-block .statement-content {
    display: inline-block;
    padding-left: 20px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px)
}

.demo-ejs-identity .identity-content .profile-wrapper .nav-list.statement-block .statement-content>div {
    font-size: 14px;
    color: #666a75;
    line-height: 22px
}

.statement-content p a:hover {
    text-decoration: underline;
}

.statement-content p a {
    color: #1b79c8;
}

.demo-ejs-identity .apply-result .submit-info {
    margin-top: 30px;
    padding: 0 165px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #252b3a;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-info .bold {
    color: #252b3a;
    font-weight: bolder
}

.demo-ejs-identity .apply-result .submit-info .files {
    margin-top: 30px
}

.demo-ejs-identity .apply-result .submit-info .files .strong {
    color: #1d79c8;
    cursor: pointer
}

.demo-ejs-identity .apply-result .submit-info .files .strong:hover {
    text-decoration: underline
}

.demo-ejs-identity .apply-result .submit-pass {
    max-width: 880px;
    margin-top: 100px
}

.demo-ejs-identity .apply-result .submit-pass .suc-title {
    width: auto;
    margin: 0 auto;
    font-size: 0;
    height: 47px;
    line-height: 47px;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-pass .suc-title .icon-pass {
    display: inline-block;
    width: 46px;
    height: 47px;
    -o-background-size: cover;
       background-size: cover;
    background: url(../images/identity/pass.png);
    vertical-align: top
}

.demo-ejs-identity .apply-result .submit-pass .suc-title .pass-info-title {
    display: inline-block;
    margin-left: 30px;
    font-size: 24px;
    color: #252b3a
}

.demo-ejs-identity .apply-result .submit-pass .pass-detial {
    margin-top: 60px;
    font-size: 14px;
    line-height: 21px;
    color: #252b3a;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-pass .pass-detial .strong {
    font-size: 16px;
    color: #c7000b
}

.demo-ejs-identity .apply-result .submit-failed {
    max-width: 880px;
    margin-top: 100px
}

.demo-ejs-identity .apply-result .submit-failed .suc-title {
    width: auto;
    margin: 0 auto;
    font-size: 0;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-failed .suc-title .icon-fail {
    display: inline-block;
    width: 45px;
    height: 46px;
    -o-background-size: cover;
       background-size: cover;
    background: url(../images/identity/failed.png);
    vertical-align: baseline
}

.demo-ejs-identity .apply-result .submit-failed .suc-title .failed-info {
    display: inline-block;
    font-size: 0;
    width: auto;
    height: 100%;
    text-align: left
}

.demo-ejs-identity .apply-result .submit-failed .suc-title .failed-info .failed-info-title {
    display: block;
    margin-left: 30px;
    font-size: 24px;
    color: #252b3a
}

.demo-ejs-identity .apply-result .submit-failed .suc-title .failed-info .failed-rea {
    display: block;
    margin: 3px 0 0 30px;
    font-size: 12px;
    color: #a0a2ab
}

.demo-ejs-identity .apply-result .submit-failed .failed-detial {
    margin-top: 60px;
    font-size: 14px;
    line-height: 21px;
    color: #666a75;
    text-align: center;
    word-break: break-all
}

.demo-ejs-identity .apply-result .submit-failed .failed-detial .detial-tit {
    color: #252b3a
}

.demo-ejs-identity .apply-result .submit-failed .failed-detial.text-left {
    text-align: left
}

.demo-ejs-identity .apply-result .submit-failed .identity-btn {
    margin-top: 60px;
    max-width: 880px;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-failed .identity-btn .apply-again {
    display: inline-block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #c7000b;
    background-color: #fff;
    border: 1px solid #c7000b;
    text-align: center;
    cursor: pointer
}

.demo-ejs-identity .apply-result .submit-failed .identity-btn .apply-again:hover {
    background-color: #c7000b;
    color: #fff
}

.demo-ejs-identity .apply-result .submit-sccess {
    max-width: 880px;
    margin-top: 100px
}

.demo-ejs-identity .apply-result .submit-sccess .suc-title {
    width: auto;
    margin: 0 auto;
    font-size: 0;
    height: 90px;
    line-height: 90px;
    text-align: center
}

.demo-ejs-identity .apply-result .submit-sccess .suc-title .icon-submit {
    display: inline-block;
    width: 90px;
    height: 90px;
    -o-background-size: cover;
       background-size: cover;
    background: url(../images/identity/submit.png);
    vertical-align: top
}

.demo-ejs-identity .apply-result .submit-sccess .suc-title .submit-title-info {
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
    color: #252b3a
}

.demo-ejs-identity .apply-result .expert-disabled {
    color: #a0a2ab;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    cursor: default
}

.demo-ejs-identity .apply-result .expert-disabled:hover {
    box-shadow: none
}

.pop-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,.3);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}

.pop-block.show {
    display: block;
}

.pop-detail-block {
    opacity: 1;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0;
    display: none;
}

.pop-block.show .pop-detail-block {
    display: block;
}

.pop-detail-block .icon-delete {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: inline-block;
    background: url(../images/identity/icon-delete.png) no-repeat center;
}

.pop-detail-block {
    width: 400px;
    height: 246px;
}

.pop-detail-block .buy-btn {
    text-align: center;
}

.pop-detail-block .buy-btn .red-btn {
    margin-right: 10px;
    border: 1px solid #c7000b;
    width: 118px;
}

.pop-title {
    font-size: 22px;
    color: #252b3a;
    line-height: 28px;
    text-align: left;
    padding-left: 30px;
    border-left: 3px solid #c7000b;
    height: 28px;
    line-height: 28px;
}

.detail-box {
    overflow-y: scroll;
    height: 284px;
    width: 100%;
    margin: 30px 0;
    padding: 0 30px;
}

.detail-box p {
    font-size: 14px;
    color: #666a75;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
}

.detail-box p.title {
    margin-top: 20px;
}

.detail-box p.title:first-child {
    margin-top: 0;
}

.detail-box p.detail {
    padding-left: 22px;
}

.warning-box {
    padding: 37px 58px 46px 30px;
}

.warning-box .icon-warning {
    width: 40px;
    height: 35px;
    display: inline-block;
    margin-right: 20px;
    background: url(../images/identity/icon-warning.png) no-repeat center;
}

.warning-box .warning-detail {
    display: inline-block;
    width: 252px;
    font-size: 12px;
    color: #575D6C;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    height: 44px;
    vertical-align: top;
}

.red-btn {
    display: inline-block;
    background: #c7000b;
    border-radius: 2px;
    width: 124px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #c7000b;
}

.pop-detail-block .buy-btn .red-btn:hover{
    background: #ff8b87;
    box-shadow: 0 8px 6px -4px rgba(246,111,106,.5);
    border: 1px solid transparent;
}
.pop-detail-block .buy-btn .red-btn:active{
    box-shadow: 0 8px 16px 0 rgba(246,111,106,0.3);
}

.white-btn {
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    color: #c7000b;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 118px;
    border: 1px solid #c7000b;
    cursor: pointer;
}


.pop-detail-block .buy-btn .white-btn:hover{
    border: 1px solid #c7000b;
    background: #c7000b;
    color: #fff;
}
