.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.header-place {
    height: 44px
}

.header-place .common-header {
    height: 44px;
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0;
    background-color: #fff;
    border-bottom: 1px #f3f5fd solid;
    z-index: 20
}

.header-place .common-header .header-content {
    width: 93%;
    margin: 11px auto;
    display: flex;
    align-items: center
}

.header-place .common-header .header-content .header-left {
    flex: 1;
    text-align: left
}

.header-place .common-header .header-content .header-left .icon-left {
    height: 17px;
    padding-top: 1px
}

.header-place .common-header .header-content .header-left .word-left {
    color: #4891ff;
    font-size: 15px;
    padding-left: 8px
}

.header-place .common-header .header-content .header-title {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400;
    display: inline
}

.header-place .common-header .header-content .header-right {
    flex: 1;
    text-align: right
}

.header-place .common-header .header-content .header-right .icon-right {
    height: 16px
}

.header-popup {
    transition: .2s ease-out;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%;
    height: 100%;
    position: fixed;
    right: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 30
}

.header-popup .header-popup-hd {
    position: absolute;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f3f5fd
}

.header-popup .header-popup-hd .icon-close {
    float: right;
    color: #999;
    height: 15px;
    margin: 15px 20px auto auto
}

.header-popup .header-popup-bd {
    height: 100%;
    display: flex;
    align-items: center
}

.header-popup .header-popup-bd ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto
}

.header-popup .header-popup-bd li {
    width: 33%;
    text-align: center;
    margin-bottom: 25px
}

.header-popup .header-popup-bd li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    border: 1px solid #a8d0ff;
    font-size: 24px;
    font-style: normal;
    color: #4891ff
}

.header-popup .header-popup-bd li a .link-pic {
    width: 25px;
    height: 25px;
    margin-top: 17px
}

.header-popup .header-popup-bd li span {
    display: block;
    margin-top: 10px
}

.trans-move-in {
    transition: .2s ease-out;
    transform: translate3d(0, 0, 0)
}

.trans-move-out {
    transition: .2s ease-out;
    transform: translate3d(0, -100%, 0)
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.common-footer {
    height: 54px;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background: #fff
}

.common-footer a {
    flex: 1;
    text-align: center;
    color: #7388ae;
    font-size: 12px
}

.common-footer a i {
    display: inline-block;
    font-size: 24px
}

.common-footer a span {
    display: block
}

.common-footer .router-easy-audit i {
    background-image: url(https://a.zbjimg.com/static/account-mobile/widget/subject/footer/img/easy-audit@2x_fdbc1de.png);
    width: 51.5px;
    height: 52.5px;
    background-size: contain;
    margin-top: -25px;
    margin-bottom: -6px
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

body {
    background: #f8f8f8;
    font-family: "Helvetica Neue", Helvetica, STHeiti, sans-serif
}

a:hover {
    text-decoration: none
}

@media screen and (min-width:640px) {
    .grid {
        width: 10rem;
        margin-right: auto;
        margin-left: auto
    }
}

.rich-media-content p {
    clear: both;
    min-height: 1em;
    white-space: pre-wrap
}

.rich-media-content * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important
}

.slide-view {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.slide-view.slide-enter {
    opacity: .5;
    -webkit-transform: translate3d(5rem, 0, 0);
    transform: translate3d(5rem, 0, 0)
}

.slide-view.slide-leave {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0)
}

.box {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row
}

.box-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1;
    box-flex: 1
}

.box-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.box-center-flex {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center
}

.dialog-group {
    display: none
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: .4;
    background-color: #000
}

.dialog-warp {
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.dialog-warp .dialog-title {
    text-align: center
}

.confirm-btn,
.confirm-btn-blue {
    display: block;
    background-color: #f60;
    color: #fff;
    text-align: center;
    font-size: .46875rem;
    height: 1.40625rem;
    line-height: 1.40625rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-right-radius: .390625rem;
    border-bottom-left-radius: .390625rem
}

.confirm-btn-blue {
    background-color: #309cfd
}

.mobile-dialog .dialog-warp,
.mobile-msg-dialog .dialog-warp {
    border-radius: .390625rem;
    background-color: #fff;
    overflow: hidden
}

.mobile-dialog .dialog-title,
.mobile-msg-dialog .dialog-title {
    height: 1.40625rem;
    font-size: .5rem;
    line-height: 1.40625rem;
    border-bottom: 1px solid #d9d9d9;
    color: #333
}

.mobile-dialog .dialog-container .dialog-content {
    color: #999;
    font-size: .46875rem;
    padding-top: .46875rem;
    padding-right: .625rem;
    padding-bottom: .46875rem;
    padding-left: .625rem;
    letter-spacing: 1px
}

.mobile-msg-dialog .dialog-container {
    padding-top: .46875rem;
    padding-right: .625rem;
    padding-bottom: .625rem;
    padding-left: .625rem;
    font-size: .46875rem;
    color: #999
}

.animation-tips {
    text-align: center;
    color: #fff;
    line-height: .625rem;
    font-size: .4375rem;
    width: 6.25rem;
    position: fixed;
    left: 50%;
    margin-left: -3.125rem;
    bottom: -9.375rem;
    margin-top: -.3125rem;
    opacity: 1;
    z-index: 1000;
    -webkit-transition: all 600ms;
    transition: all 600ms
}

.animation-tips.animation-tips-in {
    bottom: 50%
}

.animation-tips.animation-tips-out {
    opacity: 0;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.animation-tips span {
    background-color: rgba(0, 0, 0, .5);
    padding: .3125rem;
    border-radius: .15625rem;
    display: inline-block;
    height: 100%
}


.icon1-arrow-left:before {
    content: "\e616"
}

.icon1-list:before {
    content: "\e617"
}

.icon1-arrow-right:before {
    content: "\e618"
}

.icon1-user-bg:before {
    content: "\e619"
}

.icon1-tel:before {
    content: "\e61b"
}

.icon1-msg:before {
    content: "\e61c"
}

.icon1-product-bg:before {
    content: "\e61d"
}

.icon1-home-bg:before {
    content: "\e61e"
}

.icon1-home:before {
    content: "\e61f"
}

.icon1-msg-bg:before {
    content: "\e620"
}

.icon1-product:before {
    content: "\e621"
}

.icon1-user:before {
    content: "\e622"
}

.icon1-triangle-down:before {
    content: "\e601"
}

.icon1-close:before {
    content: "\e623"
}

.icon1-finger:before {
    content: "\e602"
}

.icon1-pen:before {
    content: "\e60a"
}

.icon1-wechat:before {
    content: "\e60b"
}

.icon1-triangle-right:before {
    content: "\e60d"
}

.icon1-hot:before {
    content: "\e607"
}

.icon1-wechat-white:before {
    content: "\e609"
}

.icon1-pc:before {
    content: "\e60c"
}

.icon1-gotop:before {
    content: "\e60e"
}

.icon1-location:before {
    content: "\e60f"
}

.icon1-smile:before {
    content: "\e610"
}

.icon1-handshake:before {
    content: "\e611"
}

.icon1-pencil:before {
    content: "\e612"
}

.icon1-tool:before {
    content: "\e613"
}

.icon1-hook:before {
    content: "\e614"
}

.icon1-notebook:before {
    content: "\e615"
}

.icon1-cellphone:before {
    content: "\e61a"
}

.icon1-user-thin:before {
    content: "\e624"
}

.icon1-shopping-cart:before {
    content: "\e625"
}

.icon11-arrow-down:before {
    content: "\e626"
}

.icon1-book:before {
    content: "\e605"
}

.icon1-record:before {
    content: "\e627"
}

.icon1-account-book:before {
    content: "\e628"
}

.icon1-square:before {
    content: "\e629"
}

.icon1-right:before {
    content: "\e721"
}