html {
    font-size: 14px;
    font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

body,html {
    height: 100%;
    width: 100%
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

.container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #f8f8f8
}

.container .header .header-top {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 64px;
    overflow: hidden
}

.container .header .header-top .top-center,.container .header .header-top .top-head,.container .header .header-top .top-tail {
    line-height: 64px;
    height: 64px
}

.container .header .header-top .top-head {
    float: left;
    width: 142px;
    background: #d8d8d8
}

.container .header .header-top .top-center {
    font-size: 0
}

.container .header .header-top .top-center .ivu-input-wrapper {
    width: 261px
}

.container .header .header-top .top-center .ivu-input-wrapper .ivu-input {
    border-radius: 4px 0 0 4px
}

.container .header .header-top .top-center .skipTo{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 32px;
    border-radius: 0 4px 4px 0;
    background: #333333;
}
.container .header .header-top .top-center .skipTo:hover{background: #B91F29;}

.container .header .header-top .top-tail {
    float: right;
    width: 135px;
    font-size: 0
}

.container .header .header-top .search-btn {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px
}

.container .header .header-top .search-btn .icon {
    font-size: 16px
}

.container .header .header-top .private {
    width: 162px
}

.container .header .header-bottom {
    width: 100%;
    background: #333333;
}

.container .header .header-bottom .bottom-content {
    position: relative;
    margin: 0 auto;
    width: 1120px;
    height: 48px;
    line-height: 48px
}

.container .header .header-bottom .bottom-content a {
    display: inline-block;
    width: 102px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle;
    height: 100%;
    position: relative;
    float: left;
}
.container .header .header-bottom .bottom-content a:hover {
   background: #1c1c1c;
}
.container .header .header-bottom .bottom-content .router-link-active{
    color: #fff
}
.container .header .header-bottom .bottom-content .router-link-active:hover{
    color: #fff
}
.container .header .header-bottom .bottom-content .write {
    float: right
}

.login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 300
}

.login .login-root-contianer {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 692px;
    height: 346px;
    border-radius: 4px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.login .login-root-contianer .login-left-img {
    z-index: 200;
    position: relative;
    width: 356px;
    height: 446px;
    margin: 0;
}

.login .login-body {
    position: relative;
    background-color: #fff;
    float: right
}

.login .login-body .login-close {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 29px;
    height: 29px;
    z-index: 201;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
}
.login .login-body .login-close:hover{
    background: url(../img/close_hover.png) no-repeat;
    background-size: 100%;
}

.login .login-body .login-right-panel {
    position: absolute;
    right: 0;
    top: 25px;
    width: 365px;
    height: 382px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    padding-left: 42px
}

.login .login-body .login-right-panel .login-part {
    width: 300px;
    overflow: hidden
}
.login .login-body .login-right-panel .login-part input {
    background: transparent
}

.login .login-body .login-right-panel .login-part input::-moz-placeholder {
    color: rgba(0,0,0,.25);
    font-size: 12px
}

.login .login-body .login-right-panel .login-part input::-webkit-input-placeholder {
    color: rgba(0,0,0,.25)
}

.login .login-body .login-right-panel .login-part input:-ms-input-placeholder {
    color: rgba(0,0,0,.25)
}

.login .login-body .login-right-panel .login-part .lgn-part-phone {
    width: 300px;
    height: 40px;
    border-radius: 4px;
    background-color: #fafafa;
    line-height: 40px;
    padding-left: 40px;
    margin-bottom: 24px;
}

.login .login-body .login-right-panel .login-part .lgn-part-phone .phone-login {
    height: 40px;
    width: 82%;
    font-size: 16px
}
.ic-login-active{border: 1px solid #333;}
.ic-login-active input{color: #333;}
.login .login-body .login-right-panel .login-part .phone-alert {
    color: red
}

.login .login-body .login-right-panel .login-part .lgn-part-capture {
    position: relative;
}

.login .login-body .login-right-panel .login-part .lgn-part-capture .capture-left {
    display: inline-block;
    line-height: 40px;
    width: 183px;
    height: 40px;
    border-radius: 4px;
    background-color: #fafafa;
    padding-left: 40px;
}

.login .login-body .login-right-panel .login-part .lgn-part-capture .capture-login {
    height: 40px;
    width: 102px;
    font-size: 16px
}

.login .login-body .login-right-panel .login-part .lgn-part-capture .get_verification {
    height: 40px;
    width: 102px;
    border-radius: 4px;
    background-color: #fafafa;
    outline: none;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    color: rgba(0,0,0,.65);
    position: absolute;
    top: 0;
    right: 0
}

.login .login-body .login-right-panel .login-part .lgn-part-capture .get_verification.right_phone_number {
    color: #000
}

.login .login-body .login-right-panel .login-part .auto-forget {
    margin-bottom: 22px
}

.login .login-body .login-right-panel .login-part .auto-forget .isAuto {
    color: rgba(0,0,0,.45)
}

.login .login-body .login-right-panel .login-part .auto-forget .selected {
    color: #4d8bee
}

.login .login-body .login-right-panel .login-part .auto-forget .fgt-pswd {
    float: right
}

.login .login-body .login-right-panel .login-part .login_submit {
    width: 300px;
    height: 40px;
    border-radius: 4px;
    font-size: 1.1rem;
    background-color: #333;
    box-shadow: 0 2px 6px 1px rgba(77,139,238,.5);
    color: #fff;
    margin-top: 23px
}
.login .login-body .login-right-panel .login-part .login_submit:hover{
    background: #B91F29;
}
.login .login-body .login-right-panel .login-part .otherWay {
    margin-top: 40px
}

.login .login-body .login-right-panel .login-part .otherWay .other-click {
    text-align: center;
    margin-bottom: 17px
}

.login .login-body .login-right-panel .login-part .otherWay .other-click a {
    color: rgba(0,0,0,.65)
}

.login .login-body .login-right-panel .login-part .otherWay .wx-qq {
    text-align: center
}

.login .login-body .login-right-panel .login-part .otherWay .wx-qq a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.65);
    text-align: center;
    line-height: 35px
}

.login .login-body .login-right-panel .login-part .otherWay .wx-qq .icon {
    font-size: 26px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    margin-left: -11px
}

.login .login-body .login-right-panel .login-part .otherWay .wx-qq .weixin {
    margin-right: 13px
}

.login .login-body .login-right-panel .login-part .otherWay .wx-qq .qq {
    margin-left: 13px
}

.login .login-tabs {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.login .login-tabs .tab {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    position: relative;
    padding-bottom: 6px;
    cursor: pointer
}

.login .login-tabs .tab p {
    color: rgba(0,0,0,.25);
    margin-top: 3px
}

.login .login-tabs .tab-selected {
    padding-right: 15px;
    font-weight: 700
}

.login .login-tabs .tab-indicator {
    width: 20px;
    height: 3px;
    background-color: #4d8bee;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.login .other-social-title {
    text-align: center;
    margin-right: 26px;
    margin-top: 16px
}

.login .other-social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 22px;
    margin-top: 10px
}

.invited-login {
    width: 39.29rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.invited-login .login-close {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 29px;
    height: 29px;
    z-index: 201
}

.invited-login .invite-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.invited-login .invite-info p {
    color: #fff;
    font-size: 1.8rem;
    margin-left: .91rem
}

.invited-login .invite-info span {
    font-size: 1.8rem;
    color: #fceeb4
}

.invited-login .invitor-avator {
    background: url(data:image/png;base64,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);
    background-size: 100% 100%;
    width: 5.71rem;
    height: 5.71rem;
    color: #fff
}

.invited-login .invitor-avator img {
    display: block;
    margin: auto;
    width: 92%;
    height: 92%;
    position: relative;
    top: 3px
}

.invited-login .header {
    width: 100%;
    z-index: 2;
    position: relative
}

.invited-login .main-content {
    box-sizing: border-box;
    height: 28.57rem;
    margin-left: 2.86rem;
    margin-right: 2.86rem;
    background: #b5d0ff;
    box-shadow: inset 0 0 26px 10px #5a79f5;
    border-radius: 30px;
    position: relative;
    top: -6rem
}

.invited-login .login-wrapper {
    padding-top: 6rem;
    padding-left: 5.36rem;
    padding-right: 5.36rem
}

.invited-login .login-wrapper input {
    font-size: 1.14rem
}

.invited-login .login-wrapper .login-part {
    width: 100%;
    overflow: hidden
}

.invited-login .login-wrapper .login-part .icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 8px;
    color: rgba(0,0,0,.25)
}

.invited-login .login-wrapper .login-part input {
    background: transparent
}

.invited-login .login-wrapper .login-part input::-moz-placeholder {
    color: rgba(0,0,0,.25);
    font-size: 12px
}

.invited-login .login-wrapper .login-part input::-webkit-input-placeholder {
    color: rgba(0,0,0,.25)
}

.invited-login .login-wrapper .login-part input:-ms-input-placeholder {
    color: rgba(0,0,0,.25)
}

.invited-login .login-wrapper .login-part .lgn-part-phone {
    border-radius: 2rem;
    height: 2.86rem;
    background: #fff
}

.invited-login .login-wrapper .login-part .lgn-part-phone .phone-login {
    height: 100%;
    width: 80%;
    font-size: 16px
}

.invited-login .login-wrapper .login-part .phone-alert {
    color: red
}

.invited-login .login-wrapper .login-part .lgn-part-capture {
    border-radius: 2rem;
    height: 2.86rem;
    position: relative;
    margin-top: 24px
}

.invited-login .login-wrapper .login-part .lgn-part-capture .capture-left {
    display: inline-block;
    line-height: 40px;
    width: 66%;
    height: 100%;
    border-radius: 2rem;
    background-color: #fafafa
}

.invited-login .login-wrapper .login-part .lgn-part-capture .capture-login {
    height: 100%;
    width: 60%;
    font-size: 16px
}

.invited-login .login-wrapper .login-part .lgn-part-capture .get_verification {
    height: 100%;
    width: 30%;
    border-radius: 3rem;
    background-color: #fafafa;
    outline: none;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    color: rgba(0,0,0,.65);
    position: absolute;
    top: 0;
    right: 0
}

.invited-login .login-wrapper .login-part .lgn-part-capture .get_verification.right_phone_number {
    color: #000
}

.invited-login .login-wrapper .login-part .auto-forget {
    margin-bottom: 22px
}

.invited-login .login-wrapper .login-part .auto-forget .isAuto {
    color: rgba(0,0,0,.45)
}

.invited-login .login-wrapper .login-part .auto-forget .selected {
    color: #4d8bee
}

.invited-login .login-wrapper .login-part .auto-forget .fgt-pswd {
    float: right
}

.invited-login .login-wrapper .login-part .login_submit {
    width: 100%;
    height: 3.24rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    background-color: #4d8bee;
    box-shadow: 0 2px 6px 1px rgba(77,139,238,.5);
    color: #fff;
    margin-top: 23px
}

.invited-login .login-wrapper .login-part .otherWay {
    margin-top: 40px
}

.invited-login .login-wrapper .login-part .otherWay .other-click {
    text-align: center;
    margin-bottom: 17px
}

.invited-login .login-wrapper .login-part .otherWay .other-click a {
    color: rgba(0,0,0,.65)
}

.invited-login .login-wrapper .login-part .otherWay .wx-qq {
    text-align: center
}

.invited-login .login-wrapper .login-part .otherWay .wx-qq a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.65);
    text-align: center;
    line-height: 35px
}

.invited-login .login-wrapper .login-part .otherWay .wx-qq .icon {
    font-size: 26px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    margin-left: -11px
}

.invited-login .login-wrapper .login-part .otherWay .wx-qq .weixin {
    margin-right: 13px
}

.invited-login .login-wrapper .login-part .otherWay .wx-qq .qq {
    margin-left: 13px
}

.invited-login .login-wrapper .other-social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px
}

.invited-login .login-wrapper .other-social-container img {
    width: 35px;
    height: 35px;
    margin-right: 22px;
    margin-left: 13px
}

.invited-login .login-wrapper .other-social-title {
    width: 100%;
    text-align: center;
    margin-top: 1.71rem;
    color: #4f6ac5
}

.invited-login .login-wrapper .ic-login-phone {
    position: relative;
    top: 2px;
    padding-top: 3px;
    margin-left: 20px;
    margin-right: 8px;
    width: 16px
}

.header-back[data-v-f2aed0fa] {
    background: url(/static/img/headback.987f5dd.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-color: #E9E9E9;
}

.header-back .header-top[data-v-f2aed0fa] {
    position: relative;
    margin: 0 auto;
    width: 1120px;
    height: 170px;
    overflow: hidden
}

.header-back .top-content[data-v-f2aed0fa] {
    overflow: hidden;
    margin-top: 74px
}

.header-back .top-content .top-center[data-v-f2aed0fa],.header-back .top-content .top-logo[data-v-f2aed0fa] {
    line-height: 64px;
    height: 64px
}

.header-back .top-content .top-logo[data-v-f2aed0fa] {
    float: left;
    width: 260px;
    height: 64px;
    background: url(../img/logo_b.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.header-back .top-content .top-center[data-v-f2aed0fa] {
    float: right;
    font-size: 0;
    margin: 0 405px 0 0;
}

.header-back .top-content .top-center .ivu-input-wrapper[data-v-f2aed0fa] {
    width: 261px;
}

.header-back .top-content .top-center .ivu-input-wrapper .ivu-input[data-v-f2aed0fa] {
    border-radius: 0;
}

.header-back .top-content .top-center .skipTo[data-v-f2aed0fa] {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4d8bee
}

.header-back .top-content .top-center .skipTo .icon[data-v-f2aed0fa] {
    font-size: 14px
}

.top-center[data-v-95c0cd72] {
    font-size: 0;
    text-align: center
}

.top-center .ivu-input-type[data-v-95c0cd72] {
    width: 261px
}

.top-center .ivu-input-type .ivu-input[data-v-95c0cd72] {
    border-radius: 0
}

.top-center .skipTo[data-v-95c0cd72] {
    position: relative;
    left: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #333;
    border-radius: 0 4px 4px 0
}
.top-center .skipTo[data-v-95c0cd72]:hover{
    background: #B91F29;
}
.header-fix[data-v-5500b73c] {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

.header-fix .fix-body[data-v-5500b73c] {
    width: 1120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
}

.header-fix .fix-body .private[data-v-5500b73c] {
    float: right
}

.header-fix .fix-body .private>.phone-login[data-v-5500b73c] {
    display: inline-block;
    font-size: 12px;
    margin: 0 8px;
    color: rgba(0,0,0,.65)
}
.header-fix .fix-body .private>.phone-login .red-point[data-v-5500b73c] {
    display: block;
    background: #ff6b6a;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 10px;
    position: absolute
}

.header-fix .fix-body .private>.collect[data-v-5500b73c] {
    margin-right: 10px
}

.header-fix .fix-body .private>.log[data-v-5500b73c] {
    float: right;
    position: relative;
}

.header-fix .fix-body .private>.log:hover .msite-list[data-v-5500b73c] {
    display: block
}

.header-bottom[data-v-497b25c6] {
    width: 100%;
    background: #4d8bee
}

.header-bottom .bottom-content[data-v-497b25c6] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.header-bottom .bottom-content .android-qr-code[data-v-497b25c6] {
    display: block;
    width: 120px;
    height: 120px;
    z-index: 9999;
    right: -20px;
    position: absolute;
    box-shadow: 0 3px 7px 0 rgba(77,139,238,.8)
}

.header-bottom .bottom-content a[data-v-497b25c6] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.header-bottom .bottom-content .router-link-active[data-v-497b25c6] {
    background-color: #BA0907!important;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px!important
}

.header-bottom .bottom-content .wl_router[data-v-497b25c6] {
    font-size: 14px!important;
 /*   background-color: #4d8bee!important;*/
    height: 46px;
    top: 0!important
}

.header-bottom .bottom-content .write[data-v-497b25c6] {
    padding-left: 28px;
    margin-left: 10px;
}

.header-bottom .bottom-content .phone-login[data-v-497b25c6],.header-bottom .bottom-content .write[data-v-497b25c6] {
    float: right
}

.header-bottom .bottom-content .phone-login img[data-v-497b25c6],.header-bottom .bottom-content .write img[data-v-497b25c6] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

@media only screen and (-webkit-device-pixel-ratio: 2) {
    .border-1px[data-v-a278bff0]:before {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .border-1px[data-v-a278bff0]:before {
        -webkit-transform:scaleY(.333333);
        transform: scaleY(.333333)
    }
}

img[data-v-a278bff0] {
    -o-object-fit: cover;
    object-fit: cover
}

img .demo-spin-col[data-v-a278bff0] {
    height: 100px;
    position: relative;
    border: 1px solid #eee
}

.padding-top-20[data-v-a278bff0] {
    padding-top: 20px
}

.main[data-v-a278bff0] {
    width: 100%
}

.main .body[data-v-a278bff0] {
    width: 1120px;
    margin: 0 auto;
    margin-bottom: 20px
}

.main .body .marginTop[data-v-a278bff0] {
    margin-top: 20px
}

.main .body .back-color[data-v-a278bff0] {
    background: #f7f7f7
}

.main .body .recommend[data-v-a278bff0] {
    height: 501px;
    padding: 24px 20px 0;
}

.main .body .recommend .rcmd-left[data-v-a278bff0],.main .body .recommend .rcmd-right[data-v-a278bff0] {
    float: left
}

.main .body .recommend .rcmd-left[data-v-a278bff0] {
    width: 500px;
}

.main .body .recommend .rcmd-left .left-container[data-v-a278bff0] {
    position: relative
}

.main .body .recommend .rcmd-left .left-container .banner[data-v-a278bff0] {
    height: 250px;
    width: 500px;
    position: relative
}

.main .body .recommend .rcmd-left .left-container .banner .banner-slide a img[data-v-a278bff0] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: none
}

.main .body .recommend .rcmd-left .left-container .banner .pag-banner[data-v-a278bff0] {
    position: absolute;
    bottom: 40px;
    left: 190px;
    z-index: 100;
    overflow: hidden
}

.main .body .recommend .rcmd-left .left-container .banner .pag-banner .pb-item[data-v-a278bff0] {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: hsla(0,0%,100%,.65);
    border-radius: 50%
}

.main .body .recommend .rcmd-left .left-container .banner .pag-banner .pb-item-active[data-v-a278bff0] {
    background-color: #f3799c;
    width: 20px;
    border-radius: 5px
}

.main .body .recommend .rcmd-left .left-container .book-name-slide-container[data-v-a278bff0] {
    position: absolute;
    bottom: 0;
    width: 500px;
    height: 42px;
    font-size: 0;
    z-index: 1;
    background: rgba(0,0,0,.85);
}

.main .body .recommend .rcmd-left .left-container .ct-book-content[data-v-a278bff0] {
    height: 121px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    line-height: 28px;
    width: 100%;
    padding: 20px 10px 28px;
}
.main .body .recommend .rcmd-left .left-container .ct-book-content[data-v-a278bff0] .rows{
    -webkit-line-clamp: 3;
}
.main .body .recommend .rcmd-left .left-container .ct-book-content p[data-v-a278bff0] {
    width: 480px;
}

.main .body .recommend .rcmd-right[data-v-a278bff0] {
    margin: 0 20px;
    width: 310px
}

.main .body .recommend .rcmd-right .right-container ul li[data-v-a278bff0]{
    margin-bottom: 12px
}

.main .body .recommend .rcmd-right .right-container ul li img[data-v-a278bff0] {
    width: 75px;
    height: 100px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.35)
}

.main .body .recommend .rcmd-right .right-container ul li .book-info[data-v-a278bff0] {
    width: 215px;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis
}

.main .body .recommend .rcmd-right .right-container ul li .book-info .name-type[data-v-a278bff0] {
    margin-bottom: 5px
}

.book-info .name-type .name[data-v-a278bff0] {
    font-size: 16px;
    color: rgba(0,0,0,.85)
}
.book-info .name-type .name:hover{color: #B91F29;}

.main .body .recommend .rcmd-right .right-container ul li .book-info .name-type .type[data-v-a278bff0] {
    float: right
}

.main .body .recommend .rcmd-right .right-container ul li .book-info .author-name[data-v-a278bff0] {
    color: #9b9b9b;
    font-size: 12px;
    margin-top: 4px
}

.main .body .recommend .rcmd-right .right-container ul li .book-info .simple-intro[data-v-a278bff0] {
    line-height: 22px;
    font-size: 12px;
    height: 42px;
    color: #9b9b9b;
    margin-top: 9px;
}
.main .body .recommend .rcmd-right .right-container .notice .notice-main[data-v-a278bff0] {
    position: absolute;
    bottom: 10px;
    right: 0
}

.main .body .recommend .rcmd-right .right-container .notice .notice-main .notice-item[data-v-a278bff0] {
    width: 114px;
    height: 38px;
    background: #fff;
    margin-right: 20px;
    border-radius: 4px
}

.main .body .recommend .rcmd-right .right-container .notice .notice-main .notice-item img[data-v-a278bff0] {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-left: 10px
}

.main .body .recommend .rcmd-right .right-container .notice .notice-main .notice-item .notice-word[data-v-a278bff0] {
    float: right;
    height: 38px;
    width: 60%;
    margin-right: 5px
}

.main .body .recommend .rcmd-right .right-container .notice .notice-main .notice-item .notice-word .for-chinese[data-v-a278bff0] {
    font-size: 12px;
    color: #4a4a4a
}

.main .body .recommend .rcmd-right .right-container .notice .android-qr-code[data-v-a278bff0] {
    display: block;
    position: absolute;
    right: 124px;
    width: 120px;
    height: 120px
}

.main .body .author-wish[data-v-a278bff0] {
    height: 161px;
    background: url(/static/img/wishBg.bcd0a65.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23px 64px 18px 126px
}

.main .body .author-wish .wishSlide[data-v-a278bff0] {
    height: 161px
}

.main .body .author-wish .wish-body[data-v-a278bff0] {
    height: 120px;
    margin: 0 auto
}

.main .body .author-wish .wish-body .wish-left[data-v-a278bff0] {
    position: relative;
    float: left;
    width: 50px
}

.main .body .author-wish .wish-body .wish-left .wish-avatar img[data-v-a278bff0] {
    margin-left: 3px;
    width: 112px;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #653c39
}

.main .body .author-wish .wish-body .wish-left .wish-author[data-v-a278bff0] {
    position: absolute;
    bottom: -5px;
    left: 0;
    padding: 0;
    padding-top: 2px;
    height: 33px;
    width: 119px;
    text-align: center;
    background: #edcb6a;
    border: 2px solid #653c39;
    font-size: 16px;
    border-radius: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .body .author-wish .wish-body .wish-right[data-v-a278bff0] {
    float: right;
    height: 120px;
    line-height: 148px
}

.main .body .author-wish .wish-body .wish-right img[data-v-a278bff0] {
    width: 663px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.main .body .strong-recommend[data-v-a278bff0] {
    min-height: 382px;
    padding: 20px;
}

.main .body .strong-recommend .strong-container[data-v-a278bff0] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    width: 100%
}

.main .body .strong-recommend .strong-container .strong-left[data-v-a278bff0] {
    width: 310px;
    margin: 0 30px 0 0;
}

.main .body .strong-recommend .strong-container .strong-left ul li[data-v-a278bff0] {
    height: 44px;
    padding-top: 13px
}

.main .body .strong-recommend .strong-container .strong-right[data-v-a278bff0] {
    margin: 0;
    position: relative;
    width: 740px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-swiper[data-v-a278bff0] {
    margin: 18px 40px 0;
    display: inline-block;
    width: 460px;
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-swiper .sl-slide a img[data-v-a278bff0] {
    width: 162px;
    height: 216px;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.35)
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list[data-v-a278bff0] {
    background-color: #e9eaec;
    width: 184px;
    height: 307px;
    float: right;
    padding-bottom: 5px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item[data-v-a278bff0] {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 10px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-header[data-v-a278bff0] {
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-header a[data-v-a278bff0] {
    color: rgba(0,0,0,.85);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 164px
}
.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-header a[data-v-a278bff0]:hover{
    color:  #B91F29;
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content[data-v-a278bff0] {
    height: 0;
    overflow: hidden
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content span[data-v-a278bff0] {
    font-size: 12px;
    color: #9b9b9b
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content .main-desc[data-v-a278bff0] {
    font-size: 12px;
    color: rgba(0,0,0,.65);
    margin-top: 14px;
    width: 163px;
    height: 35px;
    position: relative;
    overflow: hidden;
    line-height: 1.5
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content .main-desc .ellipsis[data-v-a278bff0] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.25);
    padding-left: 40px;
    font-size: 18px;
    height: 18px;
    line-height: 14px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#f6f8fc));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#f6f8fc 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#f6f8fc 55%)
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content .last-desc[data-v-a278bff0] {
    position: relative
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content .last-desc a[data-v-a278bff0] {
    position: absolute;
    bottom: -26px;
    right: 0;
    color: #212121;
}
.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item .item-content .last-desc a[data-v-a278bff0]:hover{
    color: #B91F29;
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item[data-v-a278bff0]:last-child {
    border-bottom: none
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item-active[data-v-a278bff0] {
    height: 137px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item-active .item-header[data-v-a278bff0] {
    margin-top: 10px
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item-active .item-header a[data-v-a278bff0] {
    color: #333333;
    font-size: 16px;
}

.main .body .strong-recommend .strong-container .strong-right .swiper-list .is-list .list-item-active .item-content[data-v-a278bff0] {
    height: 114px;
    -webkit-transition: 1s;
    transition: 1s
}

.main .body .strong-recommend .strong-container .strong-right .pag-container[data-v-a278bff0] {
    position: absolute;
    bottom: 35px;
    left: 190px;
    width: 100px;
    height: 10px;
    background: hsla(0,0%,100%,0)
}

.main .body .strong-recommend .strong-container .strong-right .pag-container .each-item[data-v-a278bff0] {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px
}

.main .body .strong-recommend .strong-container .strong-right .pag-container .each-item .each-inner[data-v-a278bff0] {
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #dedede
}

.main .body .strong-recommend .strong-container .strong-right .pag-container .each-item-active[data-v-a278bff0] {
    background: #ff3a6f
}

.main .body .strong-recommend .strong-container .strong-right .pag-container .each-item-active .each-inner[data-v-a278bff0] {
    background: #fff
}

.main .kindsOf-list[data-v-a278bff0] {
    height: 522px;
    padding: 0 40px
}

.main .kindsOf-list .kindsOf-listItem[data-v-a278bff0] {
    margin: 24px 40px 24px 0
}

.main .kindsOf-list .kindsOf-listItem[data-v-a278bff0]:last-child {
    margin-right: 0
}

.main .three-pic[data-v-a278bff0] {
    height: 235px;
    line-height: 235px;
    text-align: center
}

.main .three-pic .pic[data-v-a278bff0] {
    vertical-align: middle;
    height: 191px;
    display: inline-block;
    margin-left: 11px;
    margin-right: 12px
}

.main .three-pic .pic img[data-v-a278bff0] {
    width: 300px;
    height: 191px
}

.main .activity[data-v-a278bff0] {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.main .activity .img-left[data-v-a278bff0] {
    display: inline-block;
    width: 164px;
    height: 215px
}

.main .activity .img-left img[data-v-a278bff0] {
    width: 100%;
}

.main .activity .arrow-container[data-v-a278bff0] {
    height: 215px;
    overflow: hidden
}

.main .activity .arrow-container .arrow-wrapper .arrow-slide[data-v-a278bff0] {
    padding: 0 25px;

}

.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content[data-v-a278bff0] {
    margin: 20px 25px;
    display: inline-block
}

.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content .arrow-img img[data-v-a278bff0] {
    width: 96px;
    height: 128px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.45)
}

.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content .arrow-title[data-v-a278bff0] {
    width: 98px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px
}

.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content .arrow-title a[data-v-a278bff0] {
    color: #9b9b9b;
    font-size: 14px
}
.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content .arrow-title a[data-v-a278bff0]:hover{color: #B91F29;}

.main .activity .arrow-container .arrow-wrapper .arrow-slide .arrow-content .isPay[data-v-a278bff0] {
    text-align: left;
    color: #DC5B5B;
    line-height: 14px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500
}

.main .activity .arrow-container .arrow-button[data-v-a278bff0] {
    width: 26px;
    height: 26px
}

.main .activity .arrow-container .swiper-button-prev[data-v-a278bff0] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAq1BMVEUAAAC20v+20f+30f+20f+30f+20f/A3f/B2/+uyv/T9v+20P+20f+20P+10f+10f+20f+20P+20P+20f+20f+10f+30v+20v+20P+30v+40f+50f+50f9NjO9NjO9YlfhNjO9NjO9PjPBOjPC70/9OjfG10P9QjvFOj/BVkfFNi+9OjO9OjPC21f9OjO5NjO9OjO5OjO9Oi/FNjO5NjO9NjO9Oje+10P9Ni+79GfmfAAAAN3RSTlMAJNp/e29UDgoFA/vz6+jd0r+5rJCKZ1pXSj0hFvHRDPqvU0IpI/Y0LhLcf3Iq4rqXkFhL4JtiyFpFOQAAAe9JREFUSMetVul6gjAQlAIKKCIqp/dZtdqqPeD9n6xsIkayifSD7q9ck+xOZjdp/J9ZShT4fhAp1l8RI91tJzdru/qoHNHSeglnPa31FGLqdiIwWzflmKaTSMxpyqIf5ktevDBWDEOJQ+8lHxtawmj6dLarrR+H11qXjvcFkSl0z45q8DOG2qHnK+gcihmMRU6MBxTFnWVR31QZRSr1sBgX4WCLKNqtzJzYLWGjwHUChjBvaTqdyZaYjtC3ZZrZsuChw25ZJxwg3yYAWt37hA39zpwNXPO8zQ6A+XjgEJi3cwY1oXMLwBz2PIXardMDHRiIhMwmu8Itd0Hzt/xhGzD7TMGu9z5zacRoWBenN4SEC7fTiVHhgkI4EqaEBCRs0JpLLgly2xOQ8L5HavKgAsBWCpwZFuaOgJm/YgmGsBbEHkEjfpxazQH008AWw9ooawQUzcwkJJwRIvcqyBo+NAye7amwlBiw1heBNigiBMLuNb6JgGZS9xgR6JYWUiIY5VgPxyeUW4LLvXJhoctFMgI7A+prL5QRE+yJK+osLCRYnBo4LJwa8iRcsrBQEsrT/cKUjtIdFRYcFi4s8hK2EZawSsWyYlkufwAs9ABUeGoqPGpVn8/6D3X5l6DW56P+N6f8Q1X/64bdzD+JzK3a9gsD7ZskrvOYeAAAAABJRU5ErkJggg==);
    background-size: 26px 26px;
    background-repeat: no-repeat
}

.main .activity .arrow-container .swiper-button-next[data-v-a278bff0] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAvVBMVEUAAAC20f+30/+20f+30f+20f/d//+wxP+81v+20P+20f+20P+10f+10f+20f+20P+20P+20f+20f+10f+20f+30f+30v+20v+30v+40f+51P+10P+50f+/3//B2f9PjPFNi+9NjO9OjPDM5v9clP+10P9NjO9NjfFVlu9NjO5NjO9Oi+9NjO9Ni+9OjO9OjO9PjvBOkO5OjPBOi+5PjfFVkPNNi+9OjO9NjO9Oi+9Pi+9Oje9PjvO10P9Ni+6zODfmAAAAPXRSTlMAVSLaf3sDBgr78+vo3dK/uayQinBuZ1pKPSkmFhANVN75QgoK9tMiD/TwzrStln8yLnNLNhPqvpuNbmIodUt5egAAAftJREFUSMetVud6gzAMDDQkZO8BZJLdjCZp0w3v/1hFGGLg7LRfqH4Z4QPpdJKd+T/LWf1et9vrW7m/ItR2reAEVqi11d8RI63qJKyqjW5C8p2SI7BSJy/HKBVHYhVFln0z3PLQUgxVn6mG0noIfU0hJ8M6e1vWzKjb1MrMXx8KOGPfLGb15Bs9W2T/V+E/DNMYiIIYNBhqmMiHxZaVUZRlEcbz8jlYKCHz9gmIXfhsxFwOWYiZb133iS1xC69pJRbb2PVsLIywwqvc8Tm4PtoE2kCEPhudq95KxHWEtx2hJuskh8R8KdShliRuPSHUThigFjxUSQexmp42rotk6GXSfKCFyAc4F2TP3MFDYrpo09JMvP8g0OMq7jRpZ9tf1kghIPk3Qi3ncS9preYXiXq7BcK5+GTs484WTQDSksUqDXacEuqMsrC8RZ8WRgbti0BTO+oyaG/fW/QCStAOhHoN0uJE97xFlxYz4ZhZJnmf0d4ugDCrFYAgPBDTewbCu0XEnlcKiJBR/uk3yLeY8py4uC9T3opYXC4jTOiQEcuICxYT2uZFgpW2xjkmcmwNbEJMCJsQ2/0CCWG742CBhGCw4AjjCeEISzMscSwv5WNZfgDk7KPkAEhx1NxxqN1xfKY/qPFKoMOVIM3lI/01R36hSn11k4cJl8T09gNN6KrmJUZkvwAAAABJRU5ErkJggg==);
    background-size: 26px 26px;
    background-repeat: no-repeat
}

.main .update-list[data-v-a278bff0] {
    padding: 24px 20px 5px
}

.main .update-list .update-list-body[data-v-a278bff0] {
    overflow: hidden
}

.main .update-list .update-list-body .list-body-left[data-v-a278bff0] {
    float: left;
    width: 790px;
    padding: 4px 0 0 0;
}

.loading[data-v-a278bff0] {
    width: 100%
}

.loading .loading-container[data-v-a278bff0] {
    width: 990px;
    margin: 20px auto;
    background: #fff;
    height: 634px;
    text-align: center;
    line-height: 434px
}

.loading .loading-container img[data-v-a278bff0] {
    width: 200px;
    vertical-align: middle
}

.right-side-floating[data-v-a278bff0] {
    position: fixed;
    right: 24px;
    top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.right-side-floating .float-download[data-v-a278bff0] {
    background: #f3799c;
}

.right-side-floating .float-to-top[data-v-a278bff0] {
    background: #333333;
    margin-top: 10px
}
.right-side-floating .float-to-top[data-v-a278bff0]:hover{
    background: #B91F29;;
}

.right-side-floating .floating-fix-block[data-v-a278bff0] {
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 4px;
    line-height: 56px;
}
.right-side-floating .floating-fix-block[data-v-a278bff0]:before{
    width: 16px;
    height: 11px;
    background-position: -35px -22px;
    left: 20px;
    top: 8px;
}
.right-side-floating .floating-fix-block p[data-v-a278bff0] {
    display: block;
    color: #fff;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right-side-floating .outer[data-v-a278bff0] {
    background: #f8f8f8;
    padding-top: 10px;
    min-height: 100vh
}

.right-side-floating .wishContainer[data-v-a278bff0] {
    height: 127px
}

.right-side-floating .wishContainer .swiper-slide[data-v-a278bff0] {
    height: 123px
}

.right-side-floating .container-coverflow .swiper-container[data-v-a278bff0] {
    padding-bottom: 50px!important
}

.ct-book-tag {
    display: inline-block;
    width: 33.333%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    opacity: 0.8;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}
.ct-book-tag:hover{opacity: 1;}

.ct-book-tag .swiper-pagination-bullet-active {
    background: #2b85e4!important;
}

.coverFlow-pagination {
    position: relative!important;
    margin-top: 25px!important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}


.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #333;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 10px; 
    height: 10px;
    opacity: 1;
}
.swiper-pagination-bullet-active:hover{color: #fff;}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s,-webkit-transform .2s;
    transition: top .2s,-webkit-transform .2s;
    -webkit-transition: transform .2s,top .2s;
    transition: transform .2s,top .2s;
    -webkit-transition: transform .2s,top .2s,-webkit-transform .2s;
    transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s,-webkit-transform .2s;
    transition: left .2s,-webkit-transform .2s;
    -webkit-transition: transform .2s,left .2s;
    transition: transform .2s,left .2s;
    -webkit-transition: transform .2s,left .2s,-webkit-transform .2s;
    transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -webkit-transition: transform .2s,right .2s;
    transition: transform .2s,right .2s;
    -webkit-transition: transform .2s,right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.module-title[data-v-562117a4] {
    border-bottom: .5px solid rgba(0,0,0,.65);
    padding-bottom: 4px;
    font-size: 18px;
    margin-bottom: 18px
}

.module-title .icon[data-v-562117a4] {
    margin-right: 9px
}

.module-title span[data-v-562117a4] {
    line-height: 18px;
    color: rgba(0,0,0,.85);
    font-weight: 500
}

.module-title a[data-v-562117a4] {
    float: right;
    font-size: 12px;
    line-height: 14px;
    color: #212121;
    margin-top: 10px;
    font-weight: 500
}
.module-title a[data-v-562117a4]:hover{color: #B91F29; /*border-color: #B91F29;*/}

@media only screen and (-webkit-device-pixel-ratio: 2) {
    .border-1px[data-v-38ce0674]:before {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .border-1px[data-v-38ce0674]:before {
        -webkit-transform:scaleY(.333333);
        transform: scaleY(.333333)
    }
}

li[data-v-38ce0674] {
    height: 42px;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8
}

li a[data-v-38ce0674] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

li .rcmd-type[data-v-38ce0674] {
    color: #9b9b9b
}

li .rcmd-name[data-v-38ce0674] {
    color: rgba(0,0,0,.85);
    max-width: 160px;
    margin-right: 22px
}
li .rcmd-name[data-v-38ce0674]:hover{
    color: #B91F29;
}

li .authorname[data-v-38ce0674] {
    margin-right: 0;
    font-size: 12px;
    color: #9b9b9b;
    float: right;
    width: 48px;
    text-align: left;
}

[data-v-38ce0674]:last-child {
    border-bottom: none
}

img[data-v-66151918] {
    -o-object-fit: cover;
    object-fit: cover
}

.female-chanel[data-v-66151918] {
    padding: 18px 20px;
}

.female-chanel .female-body[data-v-66151918] {
    overflow: hidden
}

.female-chanel .female-body .fml-body-left[data-v-66151918] {
    float: left;
    width: 182px;
    background: #F7F7F7;
}

.female-chanel .female-body .fml-body-left .fml-left-content[data-v-66151918] {
    width: 142px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0
}

.female-chanel .female-body .fml-body-left .fml-left-content .book-img[data-v-66151918] {
    display: inline-block;
    margin-bottom: 8px
}

.female-chanel .female-body .fml-body-left .fml-left-content .book-img img[data-v-66151918] {
    width: 96px;
    height: 128px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.45)
}

.female-chanel .female-body .fml-body-left .fml-left-content .book-name[data-v-66151918] {
    font-size: 16px;
    text-align: center;
}

.female-chanel .female-body .fml-body-left .fml-left-content .book-name a[data-v-66151918] {
    color: rgba(0,0,0,.85);
    font-weight: 500
}
.female-chanel .female-body .fml-body-left .fml-left-content .book-name a:hover{
    color: #B91F29;
}
.female-chanel .female-body .fml-body-left .fml-left-content .book-click[data-v-66151918] {
    margin: 3px 0;
    font-size: 14px;
    color: #DE5A58;
    text-align: center;
}

.female-chanel .female-body .fml-body-left .fml-left-content .book-author[data-v-66151918] {
    font-size: 12px;
    color: #9b9b9b;
    margin-bottom: 15px;
    text-align: center;
}

.female-chanel .female-body .fml-body-left .fml-left-content .to-read[data-v-66151918] {
    display: inline-block;
    width: 74px;
    height: 32px;
    border-radius: 4px;
    background-color: #333;
    line-height: 32px;
    font-size: 14px;
    color: #fff
}
.female-chanel .female-body .fml-body-left .fml-left-content .to-read[data-v-66151918]:hover{
    background-color: #B91F29;
}

.female-chanel .female-body .fml-body-middle[data-v-66151918] {
    float: left;
    overflow: hidden;
    width: 500px;
    margin-left: 42px
}

.female-chanel .female-body .fml-body-middle .list[data-v-66151918] {
    float: left;
    width: 232px;
    margin-bottom: 50px;
    margin-top: 16px
}

.female-chanel .female-body .fml-body-middle .list>a[data-v-66151918] {
    display: inline-block
}

.female-chanel .female-body .fml-body-middle .list>a img[data-v-66151918] {
    width: 78px;
    height: 104px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.female-chanel .female-body .fml-body-middle .list .book-info[data-v-66151918] {
    float: right;
    width: 142px
}

.female-chanel .female-body .fml-body-middle .list .book-info>a[data-v-66151918] {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 142px
}
.female-chanel .female-body .fml-body-middle .list .book-info>a:hover{color: #B91F29;}

.female-chanel .female-body .fml-body-middle .list .book-info .book-intro[data-v-66151918] {
    color: rgba(0,0,0,.65);
    margin-bottom: 20px;
    margin-top: 2px;
    width: 142px;
    height: 35px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 19px
}

.female-chanel .female-body .fml-body-middle .list .book-info .book-intro .ellipsis[data-v-66151918] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.25);
    padding-left: 40px;
    font-size: 18px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.female-chanel .female-body .fml-body-middle .list .book-info .author-tag[data-v-66151918] {
    overflow: hidden
}

.female-chanel .female-body .fml-body-middle .list .book-info .author-tag>a[data-v-66151918] {
    font-size: 12px
}

.female-chanel .female-body .fml-body-middle .list .book-info .author-tag>a[data-v-66151918]:first-child {
    max-width: 78px;
    float: left;
    color: #9b9b9b
}

.female-chanel .female-body .fml-body-middle .list .book-info .author-tag>a[data-v-66151918]:last-child {
    display: block;
    width: 44px;
    height: 20px;
    float: right;
    border-radius: 2.4px;
    border: 1px solid #333;
    text-align: center;
    line-height: 18px;
    color: #333;
}

.female-chanel .female-body .fml-body-middle .list[data-v-66151918]:nth-child(2n+0) {
    margin-left: 36px
}

.female-chanel .female-body .fml-body-middle .list[data-v-66151918]:nth-child(3),.female-chanel .female-body .fml-body-middle .list[data-v-66151918]:nth-child(4) {
    margin-bottom: 0;
    margin-top: 0
}

.female-chanel .female-body .fml-body-right[data-v-66151918] {
    float: right
}

.female-chanel .female-body .fml-body-right .col-right[data-v-66151918] {
    width: 310px;
    margin-top: 3px
}

.female-chanel .female-body .fml-body-right .col-right li[data-v-66151918] {
    padding-top: 10px;
    height: 42px
}

.female-chanel .female-body .fml-body-right .magic-col-right[data-v-66151918] {
    width: 224px;
    float: left
}

.female-chanel .female-body .fml-body-right .magic-col-right li[data-v-66151918] {
    padding-top: 3px
}

.kindsOf-listItem[data-v-77c1c982] {
    width: 230px;
    float: left
}
.each-li .li-show[data-v-8e30c294],.each-li[data-v-8e30c294] {
    overflow: hidden;
    padding-right: 2px;
    position: relative;
}

.each-li .li-show .li-show-left[data-v-8e30c294] {
    float: left;
    width: 132px;
}

.each-li .li-show .li-show-left .num[data-v-8e30c294] {
    width: 34px;
    height: 18px;
    background: #e8e8e8;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 2px
}

.each-li .li-show .li-show-left .num-one[data-v-8e30c294] {
    background: #B91F29;
}

.each-li .li-show .li-show-left .name[data-v-8e30c294] {
    font-size: 16px;
    color: rgba(0,0,0,.85);
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
}
.each-li .li-show .li-show-left .book-name{width: 100%;}
.each-li .li-show .li-show-left .name[data-v-8e30c294]:hover{color: #B91F29;}

.each-li .li-show .li-show-left .clickNum[data-v-8e30c294] {
    color: #DE5A58;
    line-height: 12px;
    margin-bottom: 10px
}

.each-li .li-show .li-show-left .authorName[data-v-8e30c294] {
    max-width: 132px;
    color: #9b9b9b;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 3px;
}
.each-li .li-show .book-cover{float: right;}
.each-li .li-show a img[data-v-8e30c294] {
    width: 64px;
    height: 86px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.45)
}

.each-li .li-hide[data-v-8e30c294] {
    position: relative;
    display: block;
    font-size: 0;
    height: 35px;
    border-radius: 2px;
}
.each-li .li-hide .li-hide-rank[data-v-8e30c294] {
    position: absolute;
    bottom: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: rgba(0,0,0,.75);
    background: #e8e8e8;
    border-radius: 2px
}

.each-li .li-hide .num-two[data-v-8e30c294] {
    background: #FF9933;
    color: #fff
}

.each-li .li-hide .num-three[data-v-8e30c294] {
    background: #3366CC;
    color: #fff
}

.each-li .li-hide .hide-name-click[data-v-8e30c294] {
    display: inline-block;
    overflow: hidden;
    width: 201px;
    height: 34px;
    border-top: 1px solid #e8e8e8;
    line-height: 35px;
    margin-left: 30px
}

.each-li .li-hide .hide-name-click .span[data-v-8e30c294] {
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 135px;
}

.each-li .li-hide .hide-name-click .span[data-v-8e30c294]:first-child {
    float: left;
    font-size: 14px;
    color: rgba(0,0,0,.85)
}
.each-li .li-hide .hide-name-click .span[data-v-8e30c294]:first-child:hover{color: #B91F29;}
.each-li .li-hide .hide-name-click .span[data-v-8e30c294]:last-child {
    width: 48px;
    float: right;
    font-size: 12px;
    color: #9b9b9b;
    text-align: left;
}

.each-li .li-hide .hide-name-click .isBold[data-v-8e30c294] {
    font-weight: 500
}

.each-li[data-v-8e30c294]:first-child {
    padding-bottom: 8px
}

.per-left-list[data-v-6b5ce076] {
    font-size: 0;
    height: 18px;
    line-height: 18px;
    margin-bottom: 16px
}

.per-left-list a[data-v-6b5ce076] {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.per-left-list .per-type[data-v-6b5ce076] {
    width: 115px;
    height: 14px;
    font-size: 14px;
    color: #9b9b9b
}

.per-left-list .per-name[data-v-6b5ce076] {
    width: 188px;
    height: 14px;
    font-size: 14px;
    color: rgba(0,0,0,.85);
    margin-right: 45px;
}
.per-left-list .per-name[data-v-6b5ce076]:hover{
    color: #B91F29;
}

.per-left-list .per-authorName[data-v-6b5ce076] {
    width: 112px;
    height: 14px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    margin: 0 52px 0 0;
}

.per-left-list .per-character[data-v-6b5ce076] {
    width: 148px;
    height: 14px;
    font-size: 14px;
    color: #9b9b9b
}
.per-left-list .per-character[data-v-6b5ce076]:hover{
     color: #B91F29;
}

.per-left-list .release-time[data-v-6b5ce076] {
    line-height: 1;
    height: 12px;
    font-size: 12px;
    color: #9b9b9b;
    vertical-align: middle;
    float: right;
}

.list-body-right[data-v-c325b8c2] {
    background: #F7F7F7;
    float: right;
    padding: 13px 16px;
    margin-top: 2px;
    margin-bottom: 16px
}

.list-body-right .top-right-list[data-v-c325b8c2] {
    overflow: hidden
}

.list-body-right .top-right-list .right-list-left[data-v-c325b8c2] {
    float: left
}

.list-body-right .top-right-list .right-list-left a[data-v-c325b8c2] {
    display: inline-block
}

.list-body-right .top-right-list .right-list-left .daily-update[data-v-c325b8c2],.list-body-right .top-right-list .right-list-left .list-author-name[data-v-c325b8c2],.list-body-right .top-right-list .right-list-left .list-book-name[data-v-c325b8c2] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-body-right .top-right-list .right-list-left .list-book-name[data-v-c325b8c2] {
    max-width: 96px;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(0,0,0,.85);
    margin-top: 14px
}
.list-body-right .top-right-list .right-list-left .list-book-name[data-v-c325b8c2]:hover{
    color: #B91F29;
}
.list-body-right .top-right-list .right-list-left .daily-update[data-v-c325b8c2] {
    width: 72px;
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #DE5A58;
    margin: 18px 0 15px
}

.list-body-right .top-right-list .right-list-left .list-author-name[data-v-c325b8c2] {
    max-width: 96px;
    height: 14px;
    font-size: 12px;
    line-height: 1.17;
    color: #9b9b9b
}

.list-body-right .top-right-list .list-book-img[data-v-c325b8c2] {
    float: right
}

.list-body-right .top-right-list .list-book-img img[data-v-c325b8c2] {
    width: 72px;
    height: 96px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.list-body-right .bottom-right-list[data-v-c325b8c2] {
    width: 194px;
    height: 66px;
    max-height: 66px;
    font-size: 12px;
    line-height: 1.83;
    color: #9b9b9b;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.loading[data-v-5ae32211] {
    width: 100%
}

.loading .loading-container[data-v-5ae32211] {
    width: 990px;
    margin: 20px auto;
    background: #fff;
    height: 434px;
    text-align: center;
    line-height: 434px
}

.loading .loading-container img[data-v-5ae32211] {
    width: 200px;
    vertical-align: middle
}

.footer[data-v-4b3afd1a] {
    width: 1120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
}

.footer .friend-title[data-v-4b3afd1a] {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 20px
}

.footer .all-friends[data-v-4b3afd1a] {
    text-align: center
}

.footer .all-friends span[data-v-4b3afd1a] {
    font-size: 14px;
    color: rgba(0,0,0,.85)
}

.footer .all-friends a[data-v-4b3afd1a] {
    margin: 0 0 10px 14px;
    font-size: 14px;
    color: rgba(0,0,0,.85)
}
.footer .all-friends a[data-v-4b3afd1a]:hover{
    color: #B91F29;
}

.footer .copy-right[data-v-4b3afd1a] {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    width: 720px;
    color: rgba(0,0,0,.45);
    text-align: center
}

.footer .center[data-v-4b3afd1a] {
    width: 720px;
    margin: 20px auto 25px;
    text-align: center
}

.footer .center a[data-v-4b3afd1a] {
    color: rgba(0,0,0,.65);
    padding-left: 20px;
    padding-right: 20px
}
.footer .center a[data-v-4b3afd1a]:hover{
    color: #B91F29;
}

.footer .back-for[data-v-4b3afd1a] {
    color: rgba(0,0,0,.45);
    text-align: center;
    margin-bottom: 5px
}

.fake-logo[data-v-4b3afd1a] {
    width: 10px;
    height: 10px
}

.library-container[data-v-21f48344] {
    width: 100%;
    margin-top: 20px
}

.library-container .library-main[data-v-21f48344] {
    width: 1120px;
    overflow: hidden;
    margin: 0 auto
}

.library-container .library-main .main-left[data-v-21f48344] {
    width: 240px;
    min-height: 749px;
    float: left;
    padding: 25px 20px;
    background: #fff
}

.library-container .library-main .main-left .borderBottom[data-v-21f48344] {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16px;
    margin-bottom: 20px;
    overflow-y: hidden;
}

.library-container .library-main .main-left .borderBottom .type-title[data-v-21f48344] {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000
}

.library-container .library-main .main-left .already-select .selected[data-v-21f48344] {
    font-size: 12px;
    line-height: 1;
    color: #9b9b9b
}

.library-container .library-main .main-left .already-select .what-selected a[data-v-21f48344] {
    margin: 12px 6px 0 0;
    padding: 2px 6px;
    background: #DE5A58;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    float: left;
}

.library-container .library-main .main-left .type .type-body .item-container ul[data-v-21f48344] {
    overflow: hidden
}

.library-container .library-main .main-left .type .type-body .item-container ul .each-item[data-v-21f48344] {
    position: relative;
    float: left;
    margin-right: 15px
}

.library-container .library-main .main-left .type .type-body .item-container ul .each-item[data-v-21f48344]:last-child {
    margin: 0
}

.library-container .library-main .main-left .type .type-body .item-container ul .each-item a[data-v-21f48344] {
    color: rgba(0,0,0,.85);
    padding: 2px 4px;
    border-radius: 2px;
    margin-bottom: 10px
}
.library-container .library-main .main-left .type .type-body .item-container ul .each-item a[data-v-21f48344]:hover{
    color: #B91F29;
}
.library-container .library-main .main-left .type .type-body .item-container ul .each-item .list-active[data-v-21f48344] {
    background: #333;
    color: #fff
}
.library-container .library-main .main-left .type .type-body .item-container ul .each-item .list-active[data-v-21f48344]:hover{
    color: #fff;
}
.library-container .library-main .main-left .type .type-body .item-container ul .each-item .trangle[data-v-21f48344] {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    height: 0;
    width: 0;
    border-left: 2px solid hsla(0,0%,100%,0);
    border-right: 2px solid hsla(0,0%,100%,0);
    border-bottom: 4px solid #e8e8e8;
}

.library-container .library-main .main-left .type .type-body .item-container .item-child[data-v-21f48344] {
    padding: 10px 4px;
    border-radius: 1px;
    background-color: #F7F7F7;
    border: .5px solid #e8e8e8;
    margin-bottom: 15px
}

.library-container .library-main .main-left .type .type-body .item-container .item-child a[data-v-21f48344] {
    color: rgba(0,0,0,.65);
    margin-right: 7px;
    padding: 2px 4px;
    border-radius: 2px;
}
.library-container .library-main .main-left .type .type-body .item-container .item-child a[data-v-21f48344]:hover{
    color: #B91F29;
}
.library-container .library-main .main-left .type .type-body .item-container .item-child a[data-v-21f48344]:nth-child(3n+0) {
    margin: 0
}

.library-container .library-main .main-left .type .type-body .item-container .item-child .a-active[data-v-21f48344] {
    background: #333;
    color: #fff
}
.library-container .library-main .main-left .type .type-body .item-container .item-child .a-active[data-v-21f48344]:hover{
    color: #fff;
}
.library-container .library-main .main-left .state .state-body[data-v-21f48344] {
    margin-top: 14px
}

.library-container .library-main .main-left .state .state-body a[data-v-21f48344] {
    margin: 0 15px 10px 0;
    padding: 2px 6px;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
}
.library-container .library-main .main-left .state .state-body a[data-v-21f48344]:hover{
    color: #B91F29;
}
.library-container .library-main .main-left .state .state-body .isActive[data-v-21f48344] {
    background: #333;
    color: #fff
}
.library-container .library-main .main-left .state .state-body .isActive[data-v-21f48344]:hover{
    color: #fff;
}
.library-container .library-main .main-right[data-v-21f48344] {
    width: 860px;
    float: right;
    min-height: 749px;
    padding: 10px 0 10px 30px;
    background: #fff;
}

.library-container .library-main .main-right .right-container ul[data-v-21f48344] {
    overflow: hidden;
    margin-bottom: 20px
}

.library-container .library-main .main-right .right-container ul li[data-v-21f48344] {
    overflow: hidden;
    float: left;
    width: 390px;
    height: 173px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0 10px;
    margin-right: 20px;
}

.library-container .library-main .main-right .right-container ul li .book-cover[data-v-21f48344],.library-container .library-main .main-right .right-container ul li .book-info[data-v-21f48344] {
    float: left
}

.library-container .library-main .main-right .right-container ul li .book-cover[data-v-21f48344] {
    height: 128px;
    width: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 14px;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.35)
}

.library-container .library-main .main-right .right-container ul li .book-info[data-v-21f48344] {
    width: 280px;
    position: relative
}

.library-container .library-main .main-right .right-container ul li .book-info .name-words[data-v-21f48344] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    max-width: 280px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.library-container .library-main .main-right .right-container ul li .book-info .name-words[data-v-21f48344]:hover{
    color: #B91F29;
}
.library-container .library-main .main-right .right-container ul li .book-info .gray-info[data-v-21f48344] {
    color: #666;
    margin: 5px 0;
    height: 25px;
    white-space: nowrap;
    overflow: hidden
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info[data-v-21f48344]:first-child {
    width: 25%;
    float: left
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info[data-v-21f48344]:last-child {
    float: right
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info .author-avantar[data-v-21f48344] {
    width: 14px;
    height: 14px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info .author-name[data-v-21f48344] {
    color: #9b9b9b;
    font-size: 12px;
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info b[data-v-21f48344] {
    border-radius: 2.4px;
    margin-left: 8px;
    padding: 0 6px;
    height: 16px;
    line-height: 14px;
    border: .5px solid #333;
    display: inline-block;
    font-weight: normal;
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info a[data-v-21f48344]:first-child {
    margin-left: 10px
}

.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info .lianzai[data-v-21f48344]{
    border: .5px solid #3366CC;
    color: #3366CC;
}
.library-container .library-main .main-right .right-container ul li .book-info .gray-info .little-info .end[data-v-21f48344]{
    border: .5px solid #DE5A58;
    color: #DE5A58;
}

.library-container .library-main .main-right .right-container ul li .book-info .paragragh[data-v-21f48344] {
    width: 280px;
    position: relative;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0,0,0,.65)
}

.library-container .library-main .main-right .right-container ul li .book-info .paragragh .ellipsis[data-v-21f48344] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.library-container .library-main .main-right .right-container ul li .book-info .word-count[data-v-21f48344] {
    color: #9b9b9b;
    font-size: 12px;
    position: absolute
}

.library-container .library-main .main-right .right-container ul li .book-info a>img[data-v-21f48344] {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0
}

.library-container .library-main .main-right .empty[data-v-21f48344] {
    text-align: center;
    min-height: 749px;
    line-height: 749px;
    font-size: 18px;
    font-weight: 600;
    color: pink
}

.library-container .library-main .loading[data-v-21f48344] {
    float: right;
    width: 748px;
    margin: 0 auto;
    background: #fff;
    height: 749px;
    text-align: center;
    line-height: 600px
}

.library-container .library-main .loading img[data-v-21f48344] {
    width: 200px;
    vertical-align: middle
}

.pageControl[data-v-4603220d] {
    padding-bottom: 20px;
    width: 100%;
    margin-top: 26px
}

.pageControl .pageControl-main[data-v-4603220d] {
    width: 400px;
    margin: 0 auto;
    text-align: center
}

.pageControl .pageControl-main a[data-v-4603220d] {
    vertical-align: bottom;
}
.pageControl .pageControl-main .icons{
    width: 8px; 
    height: 10px; 
}
.pageControl .pageControl-main .icons[data-v-4603220d]:before{
    width: 8px;
    height: 10px;
    left: 0; 
    top: 0;
}
.pageControl .pageControl-main .icon-jiantou-zuo[data-v-4603220d]:before{
    background-position: -119px -43px;
}
.pageControl .pageControl-main .icon-jiantou-you[data-v-4603220d]:before{
    background-position: -119px -26px;
}

.pageControl .pageControl-main .prev[data-v-4603220d] {
    margin-right: 22px
}

.pageControl .pageControl-main .page-btn[data-v-4603220d] {
    width: 20px;
    height: 20px;
    background: #d9d9d9;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px
}
.pageControl .pageControl-main .page-btn[data-v-4603220d]:hover{
    background: #333;
}
.pageControl .pageControl-main .page-btn-active[data-v-4603220d] {
    background: #333;
}

.pageControl .pageControl-main .next[data-v-4603220d] {
    margin: 0 20px 0 22px;
}
.pageControl .pageControl-main .prev[data-v-4603220d]:hover .icon-jiantou-zuo[data-v-4603220d]:before{
    background-position: -138px -43px;
}
.pageControl .pageControl-main .next[data-v-4603220d]:hover .icon-jiantou-you[data-v-4603220d]:before{
    background-position: -138px -26px;
}
.pageControl .pageControl-main .page-input[data-v-4603220d],.pageControl .pageControl-main .skip[data-v-4603220d] {
    width: 36px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-left: 8px;
    text-align: center;
    line-height: 20px;
    color: rgba(0,0,0,.65);
    font-size: 12px
}
.pageControl .pageControl-main .page-input[data-v-4603220d]:hover,.pageControl .pageControl-main .skip[data-v-4603220d]:hover{
    border-color: #333;
    color: #333;
}

.rank-container[data-v-80677a2c] {
    width: 100%;
    height: 100%;
    min-height: 100vh
}

.rank-container .rank-main[data-v-80677a2c] {
    width: 1120px;
    margin: 20px auto;
    overflow: hidden
}

.rank-container .rank-main .main-left[data-v-80677a2c],.rank-container .rank-main .main-right[data-v-80677a2c] {
    float: left
}

.rank-container .rank-main .main-left[data-v-80677a2c] {
    width: 220px;
    background: #fff;
    padding: 26px 0;
    margin-right: 30px
}
.rank-container .rank-main .main-right[data-v-80677a2c] {
    width: 870px;
    background: #fff;
    min-height: 800px;
    padding: 28px 0 0;
}
.rank-container .rank-main .main-right[data-v-80677a2c] .synthesize{
    overflow: hidden;
    padding: 6px 30px;
}

.rank-container .rank-main .rank_tab_box{
    width: 870px;
    height: 62px;
    border-bottom: 1px solid #E8E8E8;
    padding: 4px 50px 0 0;
}
.rank-container .rank-main .rank_tab{
    width: 64px; 
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #9B9B9B;
    box-sizing: border-box;
    float: right;
}
.rank-container .rank-main .rank_tab:hover{
    color: #333;
}
.rank-container .rank-main .rank_tab_on{
    color: #333;
    border-radius: 50px;
    border: 1px solid #333;
}
.red-point-area[data-v-617f2e3b] {
    position: relative;
    margin-left: 5px;
    top: -3px;
}

.msite-container[data-v-617f2e3b] {
    width: 100%
}

.msite-container .left[data-v-617f2e3b] {
    overflow: hidden;
    width: 1120px;
    margin: 20px auto
}

.msite-container .left .left-container[data-v-617f2e3b] {
    float: left;
    width: 260px;
    height: 710px;
    background: #fff;
    border-radius: 10px 4px
}

.msite-container .left .left-container .avatar-name[data-v-617f2e3b] {
    width: 100%;
    height: 208px;
    border-radius: 4px;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 28px;
    background: url(../img/head-bg.png) no-repeat;
}

.msite-container .left .left-container .avatar-name img[data-v-617f2e3b] {
    border-radius: 50%;
    width: 88px;
    height: 88px
}

.msite-container .left .left-container .avatar-name p[data-v-617f2e3b] {
    font-size: 18px;
    margin: 33px auto 0;
    color: #fff;
    width: 135px;
    text-align: center;
}

.msite-container .left .left-container .mine[data-v-617f2e3b] {
    margin-top: 40px
}

.msite-container .left .left-container .mine a[data-v-617f2e3b] {
    color: rgba(0,0,0,.65);
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    position: relative
}
.msite-container .left .left-container .mine a[data-v-617f2e3b]:hover{
    background: #E8E8E8;
}
.msite-container .left .left-container .mine a img[data-v-617f2e3b] {
    height: 20px;
    width: 20px;
    margin-right: 17px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.msite-container .left .left-container .mine .router-link-active[data-v-617f2e3b]:before {
    content: " ";
    color: #333;
    display: inline-block;
    height: 34px;
    border-left: 3px solid #333;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.msite-container .left .homepage[data-v-617f2e3b] {
    float: right;
    width: 830px;
}

.nav-link {
    position: relative;
    padding: 0 14px;
    line-height: 34px;
    font-size: 10px;
    font-weight: 700;
    color: #555;
    text-decoration: none
}

.nav-link:hover {
    color: #333;
    text-decoration: underline
}

.nav-counter {
    position: absolute;
    top: -1px;
    right: 1px;
    min-width: 8px;
    line-height: 20px;
    margin-top: -11px;
    padding: 0 6px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0,0,0,.2);
    background: #e23442;
    background-image: -webkit-linear-gradient(top,#e8616c,#dd202f);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8616c),to(#dd202f));
    background-image: linear-gradient(180deg,#e8616c,#dd202f);
    box-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.1),0 1px rgba(0,0,0,.12)
}

.nav-counter,.nav-counter-red {
    height: 20px;
    border-radius: 10px
}

.nav-counter-red {
    background: #f17473;
    width: 30px
}

.hp-body[data-v-6e7a4781] {
    background: #fff;
    width: 830px;
    height: 710px;
    padding: 0 50px 44px;
    border-radius: 4px 10px
}

.hp-body .info[data-v-6e7a4781] {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.hp-body .info a[data-v-6e7a4781] {
    float: right;
    font-size: 12px
}

.hp-body .info a img[data-v-6e7a4781] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px
}

.hp-body .marginTop[data-v-6e7a4781] {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b
}

.hp-body .marginTop span[data-v-6e7a4781] {
    color: rgba(0,0,0,.85);
    line-height: 1
}

.hp-body .wallet[data-v-6e7a4781] {
    margin: 60px 0
}

.hp-body .wallet .wallet-title[data-v-6e7a4781] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.hp-body .wallet .line[data-v-6e7a4781] {
    border: 1px solid #e8e8e8;
    margin: 20px 0
}

.hp-body .wallet .read-coin[data-v-6e7a4781] {
    display: inline-block;
    height: 24px;
    color: #e8e8e8
}

.hp-body .wallet .read-coin span[data-v-6e7a4781] {
    color: #f3799c
}

.hp-body .wallet .charge[data-v-6e7a4781] {
    width: 54px;
    height: 24px;
    border-radius: 2.9px;
    background-color: #f3799c;
    text-align: center;
    line-height: 24px;
    margin-left: 15px;
    color: #fff
}

.hp-body .binding-info[data-v-6e7a4781] {
    margin-top: 60px;
    font-size: 14px
}

.hp-body .binding-info .security-title[data-v-6e7a4781] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.hp-body .binding-info .line[data-v-6e7a4781] {
    border: 1px solid #e8e8e8;
    margin: 20px 0
}

.hp-body .binding-info .my-phone[data-v-6e7a4781] {
    font-size: 14px;
    color: #9b9b9b
}

.hp-body .binding-info .my-phone span[data-v-6e7a4781] {
    color: rgba(0,0,0,.85);
    font-size: 14px
}

.hp-body .binding-info .my-wx[data-v-6e7a4781] {
    font-size: 14px;
    color: #9b9b9b;
    margin: 14px 0
}

.hp-body .binding-info .my-qq[data-v-6e7a4781] {
    font-size: 14px;
    color: #9b9b9b
}

.wallet[data-v-b5de0eba] {
    width: 830px;
    min-height: 710px
}

.wallet .assets[data-v-b5de0eba] {
    margin-bottom: 20px;
    background: #fff;
    padding: 30px 50px;
    border-radius: 4px
}

.wallet .assets .assets-title[data-v-b5de0eba] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.wallet .assets .line[data-v-b5de0eba] {
    border: 1px solid #e8e8e8
}

.wallet .assets .my-assets .assets-info[data-v-b5de0eba] {
    margin-top: 8px
}

.wallet .assets .my-assets .assets-info span[data-v-b5de0eba] {
    font-size: 34px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.wallet .assets .my-assets .assets-info a[data-v-b5de0eba] {
    font-size: 14px;
    float: right;
    margin-top: 35px;
    color: #fff;
    border-radius: 4px;
    background-color: #333;
    width: 104px;
    height: 38px;
    line-height: 38px;
    text-align: center
}
.wallet .assets .my-assets .assets-info a[data-v-b5de0eba]:hover{
    background: #B91F29;
}
.wallet .assets .my-assets .assets-coin[data-v-b5de0eba] {
    font-size: 12px;
    color: rgba(0,0,0,.64)
}

.wallet .record[data-v-b5de0eba] {
    background: #fff;
    border-radius: 4px
}

.wallet .record .record-body[data-v-b5de0eba] {
    min-height: 525px
}

.wallet .record .record-body .body-title[data-v-b5de0eba] {
    padding: 0 50px;
    height: 68px;
    line-height: 68px;
    vertical-align: middle
}

.wallet .record .record-body .body-title span[data-v-b5de0eba] {
    font-size: 18px;
    color: rgba(0,0,0,.85);
    font-weight: 500
}

.wallet .record .record-body .body-title a[data-v-b5de0eba] {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 20px;
    padding: 0 8px;
    border: 1px solid #fff;
}
.wallet .record .record-body .body-title a[data-v-b5de0eba]:hover{
    color: #333;
    border: 1px solid #333;
}
.wallet .record .record-body .body-title .router-link-active[data-v-b5de0eba] {
    color: #333;
    border: 1px solid #333;
}

.wallet .record .ivu-page[data-v-b5de0eba] {
    width: 88px;
    margin: 30px auto
}

.wallet .record .ivu-page .ivu-page-item[data-v-b5de0eba] {
    min-width: 20px;
    height: 20px
}

.ivu-table th {
    height: 54px!important
}

.ivu-table th .ivu-table-cell {
    font-weight: 700
}

.ivu-table td {
    height: 54px!important
}

.ivu-table-cell {
    font-size: 14px!important
}

.ivu-table:after {
    width: 100%!important;
    height: 1px!important;
    background-color: #e9e9e9!important;
    top: -1px!important
}

.ivu-table-row>td:nth-child(2)>div,.ivu-table-row>td:nth-child(4)>div {
    color: #9b9b9b
}

.ivu-table:before {
    background-color: #e9e9e9!important
}

.ivu-table-body>table {
    width: 100%!important
}

.ivu-table-overflowX {
    overflow-x: visible!important
}

.ivu-table-tip {
    overflow: hidden!important
}

.collection[data-v-57bdf6e4] {
    min-height: 710px;
    background: #fff;
    padding: 0 0 44px;
}

.collection .collection-title[data-v-57bdf6e4] ,.msgNotify .msgNotify-title{
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    padding: 0 50px;
}

.collection .maybe-change ul[data-v-57bdf6e4] {
    font-size: 12px
}

.collection .maybe-change ul li[data-v-57bdf6e4] {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0
}

.collection .maybe-change ul li .book_cover[data-v-57bdf6e4],.collection .maybe-change ul li .book-info[data-v-57bdf6e4] {
    float: left
}

.collection .maybe-change ul li .book_cover[data-v-57bdf6e4] {
    width: 60px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.35)
}

.collection .maybe-change ul li .book-info[data-v-57bdf6e4] {
    width: 584px;
    height: 80px;
    position: relative
}

.collection .maybe-change ul li .book-info .name-words[data-v-57bdf6e4] {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.collection .maybe-change ul li .book-info .gray-info .author-avantar[data-v-57bdf6e4] {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle
}

.collection .maybe-change ul li .book-info .gray-info .author-name[data-v-57bdf6e4] {
    color: #9b9b9b;
    font-size: 12px
}

.collection .maybe-change ul li .book-info .gray-info a[data-v-57bdf6e4] {
    border-radius: 2.4px;
    margin-left: 13px;
    padding: 2px 6px
}

.collection .maybe-change ul li .book-info .gray-info .type[data-v-57bdf6e4] {
    border: .5px solid #4f6ac5
}

.collection .maybe-change ul li .book-info .gray-info .comfort[data-v-57bdf6e4] {
    border: .5px solid #f3799c;
    color: #f3799c
}

.collection .maybe-change ul li .book-info .paragragh[data-v-57bdf6e4] a{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}
.collection .maybe-change ul li .book-info .paragragh[data-v-57bdf6e4] a:hover{
    color: #B91F29;
}
.collection .maybe-change ul li .book-info a>img[data-v-57bdf6e4] {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 35px;
    right: 0
}

.collection .maybe-change .ivu-page[data-v-57bdf6e4] {
    width: 88px;
    margin: 30px auto
}

.collection .maybe-change .ivu-page .ivu-page-item[data-v-57bdf6e4] {
    min-width: 20px;
    height: 20px
}

.collection .empty-collection .empty-main[data-v-57bdf6e4] {
    text-align: center;
    width: 144px;
    margin: 0 auto;
    margin-top: 167px
}

.collection .empty-collection .empty-main img[data-v-57bdf6e4] {
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.collection .empty-collection .empty-main p[data-v-57bdf6e4] {
    font-size: 18px;
    line-height: 1.33;
    color: #ccc
}

.source_reply[data-v-5c690782] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem
}

.source_reply .r_title[data-v-5c690782] {
    color: #4d8bee
}

.source_reply .r_content[data-v-5c690782] {
    margin-left: 3px
}

.msgNotify[data-v-5c690782] {
    min-height: 710px;
    background: #fff;
    padding: 0 30px 44px
}

.msgNotify .msgNotify-title[data-v-5c690782] {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.msgNotify .maybe-change ul[data-v-5c690782] {
    font-size: 14px
}

.msgNotify .maybe-change ul li[data-v-5c690782] {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0
}

.msgNotify .maybe-change ul li .book-cover[data-v-5c690782],.msgNotify .maybe-change ul li .book-info[data-v-5c690782] {
    float: left
}

.msgNotify .maybe-change ul li .book-cover[data-v-5c690782] {
    height: 80px;
    width: 58px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.35)
}

.msgNotify .maybe-change ul li .book-info[data-v-5c690782] {
    width: 80%;
    height: 80px;
    position: relative
}

.msgNotify .maybe-change ul li .book-info .name-words[data-v-5c690782] {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.msgNotify .maybe-change ul li .book-info .gray-info[data-v-5c690782] {
    color: #666;
    margin: 14px 0 16px;
    height: 20px
}

.msgNotify .maybe-change ul li .book-info .gray-info .author-avantar[data-v-5c690782] {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle
}

.msgNotify .maybe-change ul li .book-info .gray-info .author-name[data-v-5c690782] {
    color: #9b9b9b;
    font-size: 14px
}

.msgNotify .maybe-change ul li .book-info .gray-info a[data-v-5c690782] {
    border-radius: 2.4px;
    margin-left: 13px;
    padding: 2px 6px
}

.msgNotify .maybe-change ul li .book-info .gray-info .type[data-v-5c690782] {
    border: .5px solid #4f6ac5
}

.msgNotify .maybe-change ul li .book-info .gray-info .comfort[data-v-5c690782] {
    border: .5px solid #f3799c;
    color: #f3799c
}

.msgNotify .maybe-change ul li .book-info .paragragh[data-v-5c690782] {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}

.msgNotify .maybe-change ul li .book-info a>img[data-v-5c690782] {
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 35px;
    right: 0
}

.msgNotify .maybe-change .ivu-page[data-v-5c690782] {
    width: 88px;
    margin: 30px auto
}

.msgNotify .maybe-change .ivu-page .ivu-page-item[data-v-5c690782] {
    min-width: 20px;
    height: 20px
}

.msgNotify .empty-msgNotify .empty-main[data-v-5c690782] {
    text-align: center;
    width: 144px;
    margin: 0 auto;
    margin-top: 167px
}

.msgNotify .empty-msgNotify .empty-main img[data-v-5c690782] {
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.msgNotify .empty-msgNotify .empty-main p[data-v-5c690782] {
    font-size: 18px;
    line-height: 1.33;
    color: #ccc
}

.release-main>.ivu-input-type>.ivu-input[data-v-5c690782] {
    height: 40px
}

.first-intro[data-v-20d96bb8] {
    font-weight: 700
}

.text-container[data-v-20d96bb8] {
    background-color: hsla(0,0%,100%,0);
    font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

.text-container .header-bottom[data-v-20d96bb8] {
    width: 100%;
    background: #4d8bee
}

.text-container .header-bottom .bottom-content[data-v-20d96bb8] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.text-container .header-bottom .bottom-content a[data-v-20d96bb8] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.text-container .header-bottom .bottom-content .router-link-active[data-v-20d96bb8] {
    background: #f3799c;
    color: #fff
}

.text-container .header-bottom .bottom-content .write-phone[data-v-20d96bb8] {
    position: absolute;
    right: 0;
    bottom: 0
}

.text-container .header-bottom .bottom-content .write-phone .phone-port img[data-v-20d96bb8],.text-container .header-bottom .bottom-content .write-phone .write-plat img[data-v-20d96bb8] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.text-container .text-main[data-v-20d96bb8] {
    background-color: #fff;
    width: 990px;
    margin: 20px auto
}

.text-container .text-main .content-header[data-v-20d96bb8] {
    height: 120px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 85px;
    color: #637fa1;
    font-size: 20px;
    font-weight: 500;
    line-height: 120px
}

.text-container .text-main .content-main[data-v-20d96bb8] {
    padding: 77px 125px 54px 85px
}

.text-container .footer[data-v-20d96bb8] {
    width: 990px;
    margin: 0 auto
}

.text-container .footer .copy-right[data-v-20d96bb8] {
    margin: 0 auto 30px;
    width: 720px;
    color: #d9d9d9;
    text-align: center
}

.text-container .footer .center[data-v-20d96bb8] {
    width: 720px;
    margin: 30px auto 25px;
    text-align: center
}

.text-container .footer .center a[data-v-20d96bb8] {
    color: #b9b9b9
}

h2[data-v-20d96bb8] {
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 700
}

p[data-v-20d96bb8] {
    color: rgba(0,0,0,.85);
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 500px) and (min-height:200px),(max-width:500px) and (min-width:100px) {
    .text-container[data-v-20d96bb8] {
        background-color:#fff;
        color: rgba(38,48,54,.5);
        padding: 15px;
        width: auto;
        font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: justify
    }

    .content-header[data-v-20d96bb8],.footer[data-v-20d96bb8],.header-bottom[data-v-20d96bb8],.header-fix[data-v-20d96bb8] {
        display: none
    }

    .text-container>.text-main[data-v-20d96bb8] {
        background-color: hsla(0,0%,100%,0);
        width: 100%;
        margin: 0
    }

    .text-container>.text-main>.content-main[data-v-20d96bb8] {
        padding: 0
    }
}

.first-intro[data-v-e499d560] {
    font-weight: 700
}

.text-container[data-v-e499d560] {
    background-color: hsla(0,0%,100%,0);
    font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif
}

.text-container .header-bottom[data-v-e499d560] {
    width: 100%;
    background: #4d8bee
}

.text-container .header-bottom .bottom-content[data-v-e499d560] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.text-container .header-bottom .bottom-content a[data-v-e499d560] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.text-container .header-bottom .bottom-content .router-link-active[data-v-e499d560] {
    background: #f3799c;
    color: #fff
}

.text-container .header-bottom .bottom-content .write-phone[data-v-e499d560] {
    position: absolute;
    right: 0;
    bottom: 0
}

.text-container .header-bottom .bottom-content .write-phone .phone-port img[data-v-e499d560],.text-container .header-bottom .bottom-content .write-phone .write-plat img[data-v-e499d560] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.text-container .text-main[data-v-e499d560] {
    background-color: #fff;
    width: 990px;
    margin: 20px auto
}

.text-container .text-main .content-header[data-v-e499d560] {
    height: 120px; 
    padding-left: 85px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 120px
}

.text-container .text-main .content-main[data-v-e499d560] {
    padding: 0 125px 54px 85px
}

.text-container .footer[data-v-e499d560] {
    width: 1120px;
    margin: 0 auto
}

.text-container .footer .copy-right[data-v-e499d560] {
    margin: 0 auto 30px;
    width: 720px;
    color: #d9d9d9;
    text-align: center
}

.text-container .footer .center[data-v-e499d560] {
    width: 720px;
    margin: 30px auto 25px;
    text-align: center
}

.text-container .footer .center a[data-v-e499d560] {
    color: #b9b9b9
}

h2[data-v-e499d560] {
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 700
}

p[data-v-e499d560] {
    color: rgba(0,0,0,.85);
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 500px) and (min-height:200px),(max-width:500px) and (min-width:100px) {
    .text-container[data-v-e499d560] {
        background-color:#fff;
        color: rgba(38,48,54,.5);
        padding: 15px;
        width: auto;
        font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: justify
    }

    .content-header[data-v-e499d560],.footer[data-v-e499d560],.header-bottom[data-v-e499d560],.header-fix[data-v-e499d560] {
        display: none
    }

    .text-container>.text-main[data-v-e499d560] {
        background-color: hsla(0,0%,100%,0);
        width: 100%;
        margin: 0
    }

    .text-container>.text-main>.content-main[data-v-e499d560] {
        padding: 0
    }
}

.modify-container[data-v-3194d5f8] {
    padding: 40px 50px;
    background: #fff;
    height: 710px
}

.modify-container .modify-title[data-v-3194d5f8] {
    font-size: 16px;
    color: rgba(0,0,0,.85)
}

.modify-container .modify-base[data-v-3194d5f8] {
    padding-left: 28px;
    margin-top: 30px
}

.modify-container .modify-base .birthday[data-v-3194d5f8],.modify-container .modify-base .nickname[data-v-3194d5f8],.modify-container .modify-base .sex[data-v-3194d5f8] {
    color: #9b9b9b;
    font-size: 14px
}

.modify-container .modify-base .nickname .ivu-input-wrapper[data-v-3194d5f8] {
    width: 294px
}

.modify-container .modify-base .nickname .ivu-input-wrapper .ivu-input-small[data-v-3194d5f8] {
    height: 32px
}

.modify-container .modify-base .sex[data-v-3194d5f8] {
    margin: 36px 0
}

.modify-container .modify-base .birthday[data-v-3194d5f8] {
    margin-bottom: 30px
}

.modify-container .modify-base .birthday .ivu-row[data-v-3194d5f8] {
    width: 224px;
    display: inline-block;
    vertical-align: middle
}

.modify-container .modify-base .birthday .ivu-row .ivu-col-span-12[data-v-3194d5f8] {
    width: 100%
}

.modify-container .modify-base .birthday .ivu-row .ivu-col-span-12 .ivu-date-picker[data-v-3194d5f8] {
    width: 224px
}

.modify-container .modify-sign[data-v-3194d5f8] {
    color: #9b9b9b;
    font-size: 14px
}

.modify-container .modify-sign .ivu-input-wrapper[data-v-3194d5f8] {
    width: 354px;
    vertical-align: top
}

.modify-container .save[data-v-3194d5f8] {
    width: 104px;
    height: 38px;
    background: #333;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    margin: 64px 0 0 72px;
    color: #fff;
    font-size: 14px
}
.modify-container .save[data-v-3194d5f8]:hover{
    background: #B91F29;
}

.modify-success[data-v-3194d5f8] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.modify-success .success-font[data-v-3194d5f8] {
    width: 200px;
    height: 100px;
    margin: 500px auto
}

.brew[data-v-b859330c] {
    padding-top: 20px;
    height: 60px
}

.brew a[data-v-b859330c]:hover{
    color: #B91F29;
}
.outer[data-v-b859330c] {
    position: relative
}

.outer .header-fix[data-v-b859330c] {
    background: hsla(0,0%,100%,.5)
}

.outer .header-fix .fix-body .top-center[data-v-b859330c] {
    position: absolute;
    top: -1px;
    left: 342px
}

.outer .content[data-v-b859330c] {
    width: 100%
}

.outer .content .content-body[data-v-b859330c] {
    width: 1120px;
    margin: 0 auto
}

.outer .content .content-body .ivu-breadcrumb[data-v-b859330c] {
    margin: 23px 0
}

.outer .content .content-body .body-main[data-v-b859330c] {
    position: relative
}

.outer .content .content-body .body-main .art_box[data-v-b859330c] {
    min-height: 700px
}

.outer .art-box-left[data-v-b859330c] {
    position: fixed;
    background: #eaeaea;
    z-index: 99;
}

.outer .content .content-body .body-main .art-box-left .mask-left .mask-ul .mask-li .trangle[data-v-b859330c] {
    position: absolute;
    top: 50%;
    left: 81px;
    margin-top: -2px;
    height: 0;
    width: 0;
    border-top: 3px solid hsla(0,0%,100%,0);
    border-bottom: 3px solid hsla(0,0%,100%,0);
    border-left: 6px solid #fff
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one[data-v-b859330c] {
    text-align: center;
}


.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c] {
    cursor: pointer;
    position: relative;
    padding: 5px 0;
    width: 64px;
    border-bottom: 1px solid #d9d9d9;
}
.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:last-child{
    border-bottom: none;
}
.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li>p img[data-v-b859330c] {
    width: 22px;
    height: 22px
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle[data-v-b859330c] {
    position: absolute;
    top: 26px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 4px solid hsla(0,0%,100%,0);
    border-bottom: 4px solid hsla(0,0%,100%,0);
    border-right: 8px solid #fff;
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body[data-v-b859330c] {
    position: absolute;
    top: 0;
    background: #fff;
    left: 79px;
    padding: 20px;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45);
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body border none ul[data-v-b859330c] {
    border: none
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .chapter-title[data-v-b859330c] {
    font-size: 20px;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    padding: 30px 0;
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .all-chapter[data-v-b859330c] {
    width: 760px;
    max-height: 1500px;
    overflow: auto
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .all-chapter ul[data-v-b859330c] {
    width: 100%;
    overflow: hidden;
    border: none
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .all-chapter ul .chapter-li[data-v-b859330c] {
    height: 40px;
    width: 50%;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #e8e8e8
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .all-chapter ul .chapter-li .cpt-title[data-v-b859330c] {
    width: 270px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    float: left;
    padding-left: 40px;
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .trangle-body .all-chapter ul .chapter-li .cpt-key .icon[data-v-b859330c] {
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 16px
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .font-body[data-v-b859330c] {
    padding: 0;
    border: none
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .font-body .body-main[data-v-b859330c] {
    width: 184px;
    height: 64px;
    line-height: 64px;
    text-align: center
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .font-body .body-main .sameActive[data-v-b859330c] {
    min-height: 350px
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .font-body .body-main a[data-v-b859330c] {
    margin: 0 10px;
    color: rgba(0,0,0,.65);
    font-size: 22px;
    width: 30px;
}
.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .font-body .body-main .font-btn[data-v-b859330c]:hover{
    color: #B91F29;
}
.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body[data-v-b859330c] {
    width: 380px;
    height: 64px;
    padding: 6px 0 0 0;
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul[data-v-b859330c] {
    overflow: hidden;
    border: none
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .back-li[data-v-b859330c] {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 6px 11px
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj01[data-v-b859330c] {
    background: #e9e9e9
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj02[data-v-b859330c] {
    background: #fbf0cd
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj03[data-v-b859330c] {
    background: #ebcecf;
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj04[data-v-b859330c] {
    background: #cfdde0
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj05[data-v-b859330c] {
    background: #bdcace
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .back-body ul .bj06[data-v-b859330c] {
    background: #212121
}

.outer .content .content-body .body-main .art-box-left .mask-ul-one .left-li .li-title .icon[data-v-b859330c] {
    font-size: 22px
}



.outer .content .content-body .body-main .art_box[data-v-b859330c] {
    width: 962px
}

.outer .content .content-body .body-main .art_box .article[data-v-b859330c] {
    min-height: 650px;
    position: relative
}
.outer .content .content-body .body-main .art_box .article ul[data-v-b859330c] {
    overflow: hidden;
    width: 825px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
    color: #9B9B9B;
    text-align: center;
}
.outer .content .content-body .body-main .art_box ul[data-v-b859330c] a{
    color: #333;
}
.outer .content .content-body .body-main .art_box .article .sub-main[data-v-b859330c] {
    width: 366px;
    margin: 0 auto
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-title[data-v-b859330c] {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #9b9b9b;
    margin-top: 30px;
    margin-bottom: 26px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item[data-v-b859330c] {
    overflow: hidden
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-phone[data-v-b859330c] {
    background: #fafafa;
    border-radius: 4px;
    padding: 12px 25px;
    height: 40px;
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-phone img[data-v-b859330c] {
    width: 16px;
    height: 16px;
    vertical-align: top
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-phone .phone-login[data-v-b859330c] {
    font-size: 16px;
    width: 93%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background: #fafafa;
    padding-left: 5px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .phone-alert[data-v-b859330c] {
    color: red;
/*    position: absolute*/
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-capture[data-v-b859330c] {
    overflow: hidden;
    margin-top: 24px;
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-capture .capture-left[data-v-b859330c] {
    float: left;
    background: #fafafa;
    border-radius: 4px;
    padding: 7px 25px;
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-capture i[data-v-b859330c]:before {
    color: rgba(0,0,0,.25)
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-capture .capture-login[data-v-b859330c] {
    font-size: 16px;
    background: #fafafa;
    padding-left: 5px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .lgn-part-capture .get_verification[data-v-b859330c] {
    float: right;
    padding: 10px 9px;
    border-radius: 4px;
    background: #fafafa;
    letter-spacing: .5px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .login-btn[data-v-b859330c] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: .5px;
    cursor: pointer;
    margin-top: 24px;
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .other-social-container[data-v-b859330c] {
    text-align: center;
    margin-top: 54px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .other-social-container a[data-v-b859330c] {
    padding: 0 13px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .other-social-container img[data-v-b859330c] {
    width: 35px;
    height: 35px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item[data-v-b859330c] {
    float: left;
    margin-right: 38px;
    width: 164px;
    height: 58px;
    border-radius: 4px;
    background-color: hsla(0,0%,100%,.55);
    border: 1px solid #ccc;
    text-align: center;
    line-height: 58px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item[data-v-b859330c]:hover{
    background: rgba(0,0,0,0.85);
    color: #fff;
}
.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .buy-num-cha[data-v-b859330c] {
    background: rgba(0,0,0,0.85);
    color: #fff;
}
.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item[data-v-b859330c]:last-child {
    width: 366px;
    margin-bottom: 11px
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item .buy-num .need-num[data-v-b859330c] {
    font-size: 12px;
    line-height: 1.83;
    color: #9b9b9b;
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item .buy-num-login[data-v-b859330c] {
    color: #fff
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .active-item[data-v-b859330c] {
    background: #4d8bee;
    color: #fff
}

.outer .content .content-body .body-main .art_box .article .sub-main .sub-item .item[data-v-b859330c]:nth-child(2n+0) {
    margin-right: 0
}

.outer .content .content-body .body-main .art_box .article .sub-main .agreement[data-v-b859330c] {
    margin-bottom: 10px
}

.outer .content .content-body .body-main .art_box .article .sub-main .agreement .is-agree[data-v-b859330c] {
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.outer .content .content-body .body-main .art_box .article .sub-main .not-enough[data-v-b859330c] {
    font-size: 14px;
    color: rgba(0,0,0,.85);
    margin-bottom: 5px
}

.outer .content .content-body .body-main .art_box .article .sub-main .not-enough span[data-v-b859330c] {
    color: #B91F29;
}

.outer .content .content-body .body-main .art_box .article .sub-main .no-duty .onduty-title[data-v-b859330c] {
    margin: 15px 0 5px;
    color: #9b9b9b;
    font-size: 14px
}

.outer .content .content-body .body-main .art_box .article .sub-main .no-duty .onduty-content p[data-v-b859330c] {
    color: #9b9b9b;
    font-size: 12px
}

.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom[data-v-b859330c] {
    overflow: hidden;
    margin: 20px 0
}

.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom .bottom-left[data-v-b859330c] {
    float: left;
    width: 206px;
    height: 38px;
    border-radius: 4px;
    background-color: #fff;
    border: .5px solid #333;
    text-align: center;
    line-height: 38px
}

.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom .bottom-left .need-pay[data-v-b859330c] {
    font-size: 12px;
    color: #B91F29;
}

.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom .bottom-left .origin-pay[data-v-b859330c] {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: line-through
}

.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom .sub-btn[data-v-b859330c] {
    float: right;
    width: 148px;
    height: 38px;
    border-radius: 4px;
    background-color: #333;
    color: #fff
}
.outer .content .content-body .body-main .art_box .article .sub-main .buy-bottom .sub-btn[data-v-b859330c]:hover{
    background: #B91F29;
}
.outer .content .content-body .body-main .art_box .article .login-main[data-v-b859330c] {
    width: 320px
}

.outer .content .content-body .body-main .art_box .article .alert[data-v-b859330c] {
    position: absolute;
    top: 230px;
    left: 115px;
    z-index: 150px
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main[data-v-b859330c] {
    width: 570px;
    height: 388px;
    padding: 54px 121px;
    text-align: center
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-title[data-v-b859330c] {
    font-size: 20px;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: 20px
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-img a[data-v-b859330c] {
    width: 100px;
    height: 100px;
    text-align: center
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-img a[data-v-b859330c]:first-child {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-img a img[data-v-b859330c] {
    width: 100px;
    height: 100px
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-img a span[data-v-b859330c] {
    font-family: Helvetica;
    color: #9b9b9b;
    font-size: 12px;
    margin-top: 10px
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-foot[data-v-b859330c] {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    text-align: center;
    margin-top: 20px
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-foot span[data-v-b859330c] {
    color: rgba(0,0,0,.85)
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .alert-foot a[data-v-b859330c] {
    color: #4d8bee
}

.outer .content .content-body .body-main .art_box .article .alert .alert-main .icon[data-v-b859330c] {
    position: absolute;
    top: 0;
    line-height: 1;
    color: #000;
    right: 0;
    font-size: 18px;
    width: 18px;
    height: 18px
}

.outer .content .content-body .body-main .art-box-right[data-v-b859330c] {
    position: fixed;
    /*left: 1520px;*/
    bottom: 30px;
    width: 64px;
}
.outer .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]{
    height: 64px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}
.outer .content .content-body .body-main .art-box-right .right-li[data-v-b859330c] .icons{
    width: 64px; 
    height: 64px;
    padding-top: 40px;
    color: #455060;
    box-sizing: border-box;
}
.outer .art-box-right .right-li[data-v-b859330c]:hover{
    background: #fff;
}
.outer .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:last-child {
    border: none
}

.outer .content .content-body .read-foot[data-v-b859330c] {
    width: 965px;
    height: 70px;
    margin-top: 30px;
    margin-left: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.outer .content .content-body .read-foot a[data-v-b859330c] {
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #d9d9d9;
    font-size: 20px;
    color: rgba(0,0,0,.65);
    text-align: center;
}
.outer .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #fff;
}
.outer .content .content-body .read-foot a span[data-v-b859330c] {
    color: #9b9b9b
}
.outer .content .content-body .read-foot a[data-v-b859330c]:last-child {
    border: none
}

.outer .content .content-body .read-foot .bottom-btn-nxt[data-v-b859330c],.outer .content .content-body .read-foot .bottom-btn-pre[data-v-b859330c] {
    width: 372px
}

.outer .content .content-body .read-foot .bottom-btn-catalog[data-v-b859330c] {
    width: 372px
}

.outer .content .content-body .read-foot .dis[data-v-b859330c] {
    color: #9b9b9b;
}

.outer .art_con p[data-v-b859330c] {
    line-height: 30px;
    letter-spacing: 2px;
}

.outer .mask[data-v-b859330c] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.3)
}

.outer .mask .mask-right[data-v-b859330c] {
    position: absolute;
    margin-top: 300px;
    left: 50%;
    margin-left: -123px;
    width: 433px;
    height: 255px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
    padding: 14px 16px;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

.outer .mask .mask-right .right-title[data-v-b859330c] {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,.85)
}

.outer .mask .mask-right .right-main[data-v-b859330c] {
    margin-top: 36px;
    overflow: hidden
}

.outer .mask .mask-right .right-main .move[data-v-b859330c],.outer .mask .mask-right .right-main .page[data-v-b859330c],.outer .mask .mask-right .right-main .screen[data-v-b859330c] {
    float: left;
    margin-left: 12px;
    margin-right: 41px
}

.outer .mask .mask-right .right-main .move p[data-v-b859330c],.outer .mask .mask-right .right-main .page p[data-v-b859330c],.outer .mask .mask-right .right-main .screen p[data-v-b859330c] {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b
}

.outer .mask .mask-right .right-main .move a[data-v-b859330c],.outer .mask .mask-right .right-main .page a[data-v-b859330c],.outer .mask .mask-right .right-main .screen a[data-v-b859330c] {
    width: 44px;
    height: 44px;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 12px;
    text-align: center;
    line-height: 44px;
    color: gray
}

.outer .mask .mask-right .right-main .move[data-v-b859330c] {
    margin-right: 0
}

.outer .mask .mask-right .btn[data-v-b859330c] {
    margin-top: 40px;
    text-align: center
}

.outer .mask .mask-right .btn button[data-v-b859330c] {
    width: 65px;
    height: 32px;
    border-radius: 4px;
    background-color: #4d8bee;
    color: #fff
}

#reading_root_container[data-v-b859330c] {
    min-height: 100vh
}

.header-fix .fix-body[data-v-f7e09c14] {
    position: relative;
    width: 1120px;
    height: 48px;
    line-height: 40px;
    margin: 0 auto
}

.header-fix .fix-body .logo[data-v-f7e09c14] {
    width: 120px;
    margin-top: 4px;
    -o-object-fit: contain;
    object-fit: contain
}

.header-fix .fix-body .private[data-v-f7e09c14] {
    float: right
}

.header-fix .fix-body .private>.phone-login[data-v-f7e09c14] {
    position: relative;
    display: inline-block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin: 0 8px;
    color: rgba(0,0,0,.85)
}

.header-fix .fix-body .private>.phone-login>img[data-v-f7e09c14] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
}

.header-fix .fix-body .private>.phone-login .msite-list[data-v-f7e09c14] {
    display: none;
    background: #fff;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 300
}

.header-fix .fix-body .private>.phone-login .msite-list>a[data-v-f7e09c14] {
    display: block;
    height: 32px;
    width: 134px;
    text-align: center;
    line-height: 32px
}

.header-fix .fix-body .private>.phone-login .msite-list>a img[data-v-f7e09c14] {
    width: 14px;
    height: 16px;
    margin-right: 14px;
    vertical-align: middle
}

.header-fix .fix-body .private>.phone-login .msite-list>a[data-v-f7e09c14]:hover {
    background: #edf3fd
}

.header-fix .fix-body .private>.collect[data-v-f7e09c14] {
    margin-right: 10px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    color: #9e9e9e;
    font: 14px Microsoft Yahei,arial,sans-serif;
    background: #f0f0f0
}

img {
    border: none
}

a,s {
    text-decoration: none;
    outline: none;
    display: inline-block;
    color: #333
}

a:hover {
    color: #f26552
}

button,input,select,textarea {
    border: none;
    resize: none;
    outline: none;
    font-family: Microsoft Yahei;
    color: #666;
}

button {
    cursor: pointer;
    letter-spacing: 2px
}

b,em,h1,h2,h3,h4,i {
    font-style: normal;
    font-weight: 400
}

em,i,span {
    display: inline-block
}



.load {
    margin: 28px auto;
    width: 110px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #9e9e9e
}

.load img {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 14px
}

.headWrap {
    width: 1100px;
    margin: 0 auto;
    height: 80px;
    background: #fff
}

.headWrap h1 {
    padding-top: 15px;
    float: left
}

.headWrap h1,.headWrap h1 a {
    width: 170px;
    height: 50px
}

.headWrap h1 img {
    width: 100%;
    height: 100%
}

.headWrap .nav {
    float: left;
    margin: 24px 0 0 30px
}

.headWrap .nav li {
    float: left;
    margin: 0 2px
}

.headWrap .nav li a {
    width: 64px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #6a6a6a;
    border-radius: 4px
}

.headWrap .nav li a:hover {
    color: #f26552
}

.headWrap .nav .on a {
    background: #f26552;
    color: #fff
}

.headWrap .nav .on a:hover {
    color: #fff
}

.headWrap_r {
    float: right
}

.headWrap_r .search {
    float: left;
    position: relative;
    width: 48px;
    height: 28px;
    margin-top: 26px;
    border-left: 1px solid #d2d2d2;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s
}

.headWrap_r .long {
    width: 238px
}

.search_sel {
    height: 28px;
    position: absolute;
    left: 0;
    padding: 0 16px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opcity .5s
}

.headWrap_r .long .search_sel {
    visibility: visible;
    opacity: 1;
    border-right: 1px solid #d2d2d2
}

.search_sel input {
    width: 156px;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.headWrap_r .search .search_btn {
    width: 47px;
    height: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    border-right: 1px solid #d2d2d2;
    background: #fff
}

.headWrap_r .search .search_btn s {
    width: 24px;
    height: 24px;
    background-position: 0 0;
    margin-top: 2px
}

.headWrap_r .long .search_btn s,.headWrap_r .search .search_btn:hover s {
    background-position: -30px 0
}

.headWrap_r .login {
    float: right;
    position: relative;
    background: #fff;
    padding-top: 30px
}

.headWrap_r .login .login_before {
    width: 60px;
    height: 18px;
    padding-left: 20px;
    cursor: pointer;
    display: block
}

.headWrap_r .login .login_before s {
    width: 17px;
    height: 18px;
    background-position: -61px 0;
    margin-right: 5px
}

.headWrap_r .login s {
    float: left
}

.headWrap_r .login a {
    float: left;
    color: #9e9e9e
}

.headWrap_r .login .login_before:hover s {
    background-position: -81px 0
}

.headWrap_r .login .login_after {
    width: 146px;
    margin: 0 0 0 10px;
    position: relative;
    display: none
}

.headWrap_r .login .login_after img {
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px
}

.headWrap_r .login .login_after a {
    font-size: 12px;
    color: #6a6a6a;
    max-width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.headWrap_r .login .login_after .yh {
    padding: 0 10px 0 15px;
    position: relative;
    z-index: 100
}

.headWrap_r .login .login_after .yh a {
    margin: 2px 0 0
}

.headWrap_r .login a:hover {
    color: #f26552
}

.headWrap_r .login_after:hover .xiala {
    display: block
}

.headWrap_r .login_after .xiala {
    width: 146px;
    height: 126px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -14px;
    z-index: 99;
    padding-top: 50px;
    display: none
}

.headWrap_r .login_after .xiala li {
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 15px;
    cursor: pointer
}

.headWrap_r .login_after .xiala .on,.headWrap_r .login_after .xiala li:hover {
    background: #fafafa
}

.headWrap_r .login_after .xiala s {
    width: 14px;
    height: 14px;
    margin: 15px 14px 0 5px
}

.headWrap_r .login_after .xiala .sj {
    background-position: -203px 0
}

.headWrap_r .login_after .xiala .grzx {
    background-position: -203px -17px
}

.headWrap_r .login_after .xiala .tc {
    background-position: -203px -35px
}

.rec {
    width: 1100px;
    height: 230px;
    background: #fff;
    margin-top: 20px
}

.rec .rec_L {
    width: 74px;
    height: 200px;
    border-right: 1px solid #f0f0f0;
    float: left;
    margin: 15px 8px 0 0
}

.rec .rec_L h2 {
    width: 22px;
    font-size: 22px;
    color: #333;
    word-wrap: break-word;
    letter-spacing: 20px;
    margin: 0 auto;
    padding-top: 40px
}

.rec .rec_R {
    float: left
}

.rec .rec_R li {
    padding: 23px 12px 22px;
    float: left;
    height: 185px
}

.rec .rec_R li .book_cov {
    width: 100px;
    height: 125px;
    margin-bottom: 16px
}

.rec .rec_R li .book_inf {
    text-align: center
}

.rec .rec_R .aut,.rec .rec_R h3 a {
    max-width: 102px
}



.logTan {
    width: 480px;
    height: 423px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.3)
}

.tanCh .off {
    width: 15px;
    height: 15px;
    background-position: -153px -30px;
    float: right;
    margin: 14px 20px 0 0;
    cursor: pointer
}

.logTan .litlogo {
    padding: 24px 0 30px 28px
}

.logTan .litlogo img {
    margin: 0 auto;
    display: block
}

.logTan .hy {
    font-size: 14px;
    overflow: hidden;
    text-align: center
}

.logTan .hy span {
    width: 72px;
    height: 1px;
    background: #d2d2d2;
    margin: 10px 0 0
}

.logTan .hy .RL {
    float: right
}

.logTan .srq input {
    width: 272px
}

.jbcz {
    background: #fff;
    margin-bottom: 70px
}

.jbcz .conHead {
    width: 980px;
    height: 54px;
    background: #fafafa;
    padding: 34px 50px 0 80px;
    font-size: 20px;
    color: #333
}

.conHead .tit {
    float: left
}

.conHead .ts {
    float: right;
    font-size: 14px;
    margin: 7px 0 0
}

.conHead .ts a {
    color: #f26552
}

.coco {
    padding: 28px 0 90px
}

.srq .mmt,.srq .yht {
    width: 44px;
    height: 44px;
    background: #d2d2d2
}

.srq .mmt s,.srq .yht s {
    width: 16px;
    height: 16px;
    background-position: -170px -28px;
    margin: 13px 0 0 15px
}

.srq .mmt .suo {
    background-position: -186px -28px
}

.dlcon .fault,.logTan .fault {
    position: absolute;
    left: 0;
    top: 12px
}

.dlcon .srq,.logTan .srq {
    width: 346px
}

.srq {
    margin: 0 auto
}

.srq .difcon {
    overflow: hidden;
    position: relative;
    padding-top: 24px
}

.srq .Btn {
    padding: 0
}

.srq .end {
    width: 346px;
    padding: 0
}

.srq input {
    width: 316px;
    height: 42px;
    border: 1px solid #d2d2d2;
    padding: 0 14px;
    float: left
}

.srq input:hover {
    border: 1px solid #ffcfc9
}

.srq .yzm input {
    width: 220px;
    border-right: none
}

.srq .yzt {
    width: 94px;
    height: 42px;
    border: 1px solid #d2d2d2;
    cursor: pointer
}

.srq .yzt img {
    width: 100%;
    height: 100%
}

.srq .tjbtn {
    width: 346px;
    height: 42px;
    background: #f26552;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin: 30px 0 16px
}

.srq .tjbtn:hover {
    background: #e5533f
}

.srq .fault {
    font-size: 12px;
    color: #f26552
}

.srq .fault i {
    font-weight: 700
}

.regcon .srq {
    margin: 0 0 0 274px
}

.regcon .Btn button {
    margin: 12px 0 0
}

.regcon .yyd {
    font-size: 12px;
    margin: -1px 0 0
}

.regcon .yyd a {
    color: #f26552
}

.regcon .pd {
    font-size: 14px;
    color: #333;
    margin: -3px 22px 0 0
}

.regcon .pdts {
    font-size: 12px;
    color: #ccc
}

.autreg .Btn button {
    margin: 30px 0 0
}

.regcon .srq .ts {
    font-size: 12px;
    color: #ccc
}

.regcon .srq p {
    width: 230px;
    padding: 4px 0 0 10px;
    float: left
}

.fmm02 .tjbtn {
    margin: 10px 0 0
}

.fmm02 .tsh {
    padding: 10px 0 10px 290px;
    color: #f26552
}

.fmm .difcon span {
    text-align: right;
    color: #666;
    line-height: 12px
}

.fmm .difcon .dhj {
    line-height: 42px
}

.fmm .difcon .difl {
    width: 100px;
    text-align: right;
    margin: 0 10px 0 0
}

.fmm .btn {
    padding-left: 110px
}

.fmm01 .srq,.fmm02 .srq {
    margin: 0 0 0 290px
}

.dxBtn {
    width: 12px;
    height: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    margin: 0 8px 0 0;
    cursor: pointer;
    float: left
}

.dxBtn b {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2d2d2;
    margin: 2px 0 0 2px;
    float: left;
    display: none
}

.dxBtn.click b {
    display: block
}

.srq .for,.srq .rem {
    font-size: 12px;
    margin: -1px 0 0
}

.srq .for {
    float: right
}

.srq .for a {
    color: #9e9e9e
}

.srq .for a:hover {
    color: #f26552
}

.srq .for i {
    margin: 0 4px 0 0
}

.srq span {
    float: left
}

.error {
    background: #fff
}

.content .epic {
    margin: 60px auto 30px;
    display: block
}

.econ {
    color: #333
}

.econ .ay {
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

.econ .yqts {
    font-size: 18px;
    padding: 0 0 0 274px
}

.econ .yqts p {
    margin: 38px 0 28px
}

.econ .yqts a {
    width: 88px;
    height: 30px;
    border: 1px solid #f26552;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #f26552;
    font-size: 14px;
    margin: 0 10px
}

.gotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none
}

.tanCh {
    background: #fff
}

.tanCh h2 {
    height: 50px;
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 28px
}

.sxht {
    width: 500px;
    height: 350px
}

.sxht .sxhC {
    padding: 30px 35px 0 28px
}

.sxht .sxhC p {
    color: #666
}

.sxht .xht {
    padding: 28px 0
}

.sxht .xht img {
    margin: 0 25px 0 0;
    cursor: pointer
}

.sxht textarea {
    width: 403px;
    height: 38px;
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
    padding: 10px 16px;
    font-size: 12px
}

.sxht span {
    float: left;
    color: #666;
    margin: 15px 0 0
}

.sxht span i {
    color: #f26552
}

.pfcon .pfBtn,.tanCh .zsBtn {
    width: 58px;
    height: 30px;
    float: right;
    background: #f26552;
    color: #fff;
    border-radius: 2px;
    margin: 6px 0 0
}

.shbt {
    width: 500px;
    height: 334px
}

.shbt .shbC {
    padding: 30px 70px 0
}

.shbt .zansh {
    color: #666;
    font-size: 16px;
    margin: 0 0 10px
}

.shbt .xwz {
    font-size: 12px;
    line-height: 22px
}

.shbt .hbsl {
    width: 360px;
    margin: 0 auto;
    height: 16px;
    padding: 12px 0
}

.shbt .hbsl i {
    font-size: 12px;
    float: left;
    margin: -2px 15px 0 0
}

.shbt .hbsl .dxBtn {
    margin-right: 5px
}

.shbt .zxje {
    width: 360px;
    margin: 0 auto;
    font-size: 12px;
    color: #666
}

.shbt .zxje input {
    width: 148px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    padding: 0 10px
}

.pfcon .pfBtn,.shbt .zsBtn {
    width: 260px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 36px auto 0;
    float: none
}

.tanCh button:hover {
    background: #e5533f
}

.dszs .zuan_num {
    padding: 34px 0;
    overflow: hidden
}

.zuan_num img {
    float: left;
    width: 48px;
    margin-right: 8px;
    cursor: pointer
}

.zuan_num div {
    float: left;
    overflow: hidden
}

.dszs .number {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 120px;
    height: 32px;
    float: right;
    margin-top: 3px
}

.dszs .zuan_i {
    position: relative;
    width: 32px;
    height: 32px;
    float: left
}

.dszs .zuan_i:after {
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAA8CAYAAAANHtQDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjZjY3ZGI4Yy0wZWJjLTlkNGMtODA5OC0wZDY2ZTE4YmRjOWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThFRjY2MEI1M0RDMTFFNjg2RENGN0QxM0MyNkEyQUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThFRjY2MEE1M0RDMTFFNjg2RENGN0QxM0MyNkEyQUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdEOEFGN0RFNTJFNzExRTZCNDY1ODI2NjA2OENDQTg4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdEOEFGN0RGNTJFNzExRTZCNDY1ODI2NjA2OENDQTg4Ii8+IDwvcmRmOkRlc2Ny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) no-repeat;
    content: "";
    position: absolute
}

.dszs .redu:after {
    height: 2px;
    background-position: 0 -32px;
    top: 15px;
    left: 9px
}

.dszs .redu:hover:after {
    background-position: 0 -36px
}

.dszs input {
    height: 32px;
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 54px;
    float: left;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.dszs .add:after {
    background-position: 0 0;
    top: 9px;
    left: 9px
}

.dszs .add:hover:after {
    background-position: 0 -16px
}

.mengceng {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.content {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}


.con_hd {
    height: auto;
    padding: 32px 35px 30px 30px;
    font-size: 12px;
    margin: 0 0 1px
}

.con_hd a {
    color: #9e9e9e
}

.con_hd a:hover {
    color: #f26552
}

.con_hd .sm {
    max-width: 350px
}

.con_hd .gxsz {
    float: right;
    height: 18px;
    position: relative
}

.con_hd .gxsz span {
    cursor: pointer;
    margin: 0 7px
}

.con_hd .gxsz .bj {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e8dfdf;
    box-shadow: 0 2px 2px #a3a2a2
}

.con_hd .gxsz .zh s {
    width: 17px;
    height: 14px;
    background-position: -19px 0
}

.con_hd .gxsz .kd s {
    width: 15px;
    height: 15px;
    background-position: -39px 0
}

.con_hd .gxsz .ydfs s {
    width: 12px;
    height: 15px;
    background-position: -25px -156px
}

.con_hd .gxsz .qhfs s {
    width: 21px;
    height: 15px;
    background-position: -38px -156px
}

.con_hd .gxsz .xiala {
    width: 188px;
    height: 54px;
    background: #fff;
    box-shadow: 0 0 6px #c8c8c8;
    border-radius: 10px;
    position: absolute;
    top: 32px
}

.con_hd .gxsz .xiala .sjbj {
    width: 18px;
    height: 12px;
    background-position: 0 0;
    margin: -12px 0 0 87px
}

.con_hd .gxsz .bjxl {
    width: 200px;
    height: 100px;
    left: -81px;
    display: block
}

.con_hd .gxsz .bjxl ul {
    overflow: hidden;
    padding: 12px 12px 0
}

.con_hd .gxsz .bjxl li {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 2px 2px #a3a2a2;
    cursor: pointer;
    float: left;
    margin: 0 12px 8px
}

.con_hd .gxsz .bjxl .bj02 {
    background: #e6f0e6;
    border: 1px solid #e6f0e6
}

.con_hd .gxsz .bjxl .theme-pink {
    background: #e4e9f2;
    border: 1px solid #e4e9f2
}

.con_hd .gxsz .bjxl .bj04 {
    background: #ede2ef;
    border: 1px solid #ede2ef
}

.con_hd .gxsz .bjxl .bj05 {
    background: #f7f5ca;
    border: 1px solid #f7f5ca
}

.con_hd .gxsz .bjxl .bj06 {
    background: #333;
    border: 1px solid #333
}

.con_hd .gxsz .bjxl .cur,.con_hd .gxsz .bjxl li:hover {
    border: 1px solid #f26552
}

.con_hd .gxsz .zhxl {
    left: -47px
}

.con_hd .gxsz .xl_con {
    overflow: hidden;
    padding: 18px 30px 0
}

.con_hd .gxsz .xiala .add,.con_hd .gxsz .xiala .reduce {
    width: 28px;
    height: 16px;
    background-position: 0 -39px;
    cursor: pointer
}

.con_hd .gxsz .xiala a {
    font-size: 18px;
    color: #7e7e80;
    float: left;
    width: 48px;
    text-align: center;
    margin: -3px 0 0 13px
}

.con_hd .gxsz .xiala .add {
    background-position: 0 -19px;
    float: right
}

.con_hd .gxsz .kdxl {
    left: -47px
}

.con_hd .gxsz .kdxl .sjbj {
    margin: -12px 0 0 124px
}

.con_hd .gxsz .kdxl .reduce {
    background-position: -35px -39px
}

.con_hd .gxsz .kdxl .add {
    background-position: -35px -19px
}

.con_hd .gxsz .gdxl {
    left: -38px
}

.con_hd .gxsz .gdxl .sjbj {
    margin: -12px 0 0 139px
}

.con_hd .gxsz .gdxl p {
    font-size: 14px;
    color: #7e7e80;
    margin-left: 8px
}

.art_box {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 50px;
    width: 100%
}

.article {
    overflow: hidden;
    padding: 60px 70px 0
}

.article h2 {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 24px
}


.article ul li {
    margin: 0 12px;
    font-size: 12px;
    display: inline-block;
}

.article .art_con {
    padding: 30px 0
}

.article .art_con p {
    text-indent: 2em;
    line-height: 2em;
    letter-spacing: 2px;
    padding-bottom: 20px;
    color: #676767;
    font-size: 16px
}

.content .shang {
    text-align: center
}

.content .shang .dsbtn {
    cursor: pointer
}

.content .zjqh {
    width: 521px;
    margin: 30px auto 0
}

.zjqh .syz s {
    width: 22px;
    height: 9px;
    background-position: -26px -57px;
    float: none;
    margin: 0 0 0 6px
}

.zjqh .mulu {
    margin: 0 32px 0 38px
}

.zjqh .mulu s {
    width: 17px;
    height: 16px;
    background-position: -49px -58px;
    margin: 3px 6px 0 0
}

.zjqh .mulu a {
    margin: 0 2px 0 0
}

.zjqh .xyz s {
    width: 22px;
    height: 9px;
    background-position: 0 -55px;
    float: none;
    margin: 0 0 0 6px
}

.aut_word {
    width: 700px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 40px auto 0;
    padding: 18px 40px;
    color: #666;
    font-size: 12px;
    line-height: 22px
}

.aut_word .tit {
    color: #333;
    font-size: 14px;
    margin: 0 0 4px
}

.tools {
    position: fixed;
    left: 10px;
    top: 150px;
    z-index: 100
}

.tools ul .tool_bj {
    width: 68px;
    height: 68px;
    text-align: center;
    background: #fff;
    margin: 0 0 2px;
    cursor: pointer;
    position: relative
}

.tools ul .tool_bj s {
    width: 17px;
    height: 16px;
    background-position: -49px -58px;
    float: none;
    margin: 12px 0 3px
}

.tools ul li p {
    color: #6f6f6f;
    font-size: 12px
}

.tools ul li .tc {
    background: #fff;
    border-radius: 10px;
    padding: 18px 24px 40px;
    position: absolute;
    left: 82px;
    top: 0;
    box-shadow: 0 0 12px rgba(0,0,0,.5)
}

.tools ul .mulu .tc {
    display: none
}

.tools ul li .tc s {
    float: left;
    width: 12px;
    height: 14px;
    background-position: 0 -66px;
    margin: 0 0 0 -36px
}

.tools ul li .tc .tit {
    text-align: left;
    margin: 0 0 20px
}

.tools ul li .tc .tit span {
    font-size: 18px;
    color: #000
}

.tools ul li .tc .tit s {
    width: 14px;
    height: 14px;
    background-position: -18px -66px;
    float: right
}

.mulu .tc .flTit {
    width: 540px;
    height: 32px;
    padding: 0 15px;
    background: #f7f7f7;
    line-height: 32px;
    text-align: left;
    color: #333;
    margin: 0 0 8px
}


.tools ul .mulu .tc .load {
    width: 74px;
    color: #9e9e9e
}

.tools ul .back s {
    width: 15px;
    height: 20px;
    background-position: 0 -83px
}

.tools ul .jrsj s {
    width: 22px;
    height: 20px;
    background-position: -17px -82px
}

.tools ul .jrsj .yjr {
    background-position: 0 -150px
}

.tools ul .sxh s {
    width: 21px;
    height: 22px;
    background-position: -41px -80px
}

.tools ul .pj s {
    width: 20px;
    height: 18px;
    background-position: 0 -105px
}

.tools ul .sj s {
    width: 16px;
    height: 21px;
    background-position: -22px -103px
}

.tools ul .sj .tc {
    width: 320px;
    display: none
}

.tools ul .sj .tc img {
    margin: 10px 0
}

.tools ul .sj .tc p {
    margin-bottom: 10px
}

.tools ul .share s {
    width: 18px;
    height: 25px;
    background-position: -40px -103px
}

.tools ul .share .tc {
    width: 210px;
    height: 60px;
    padding: 9px 13px 0 24px;
    display: none
}

.tools ul .share .tc a {
    margin: -8px 8px 0;
    float: left
}

.zjqh_R {
    position: fixed;
    right: 333px;
    bottom: 0
}

.zjqh_R ul li {
    width: 66px;
    height: 88px;
    background: #fff;
    margin: 0 0 2px;
    text-align: center;
    cursor: pointer;
    color: #7e7e80
}

.zjqh_R ul li s {
    float: none;
    margin: 16px auto 14px;
    display: block
}

.zjqh_R ul li a {
    color: #7e7e80
}

.zjqh_R ul li .syz {
    width: 21px;
    height: 19px;
    background-position: 0 -129px
}

.zjqh_R ul li .xyz {
    width: 21px;
    height: 19px;
    background-position: -23px -129px
}

.zjqh_R ul li .back {
    width: 19px;
    height: 19px;
    background-position: -44px -129px
}

.end .tools .mulu .tc {
    display: none
}

.readend {
    width: 780px;
    height: 246px;
    background: #fff;
    margin: 80px auto;
    text-align: center
}

.readend h2 {
    font-size: 16px;
    padding: 40px 0 12px
}

.readend div {
    margin: 0 0 7px
}

.readend div a {
    width: 146px;
    height: 54px;
    padding: 12px 6px 0;
    border-radius: 10px;
    text-align: center;
    background: #ccc;
    color: #fff;
    cursor: pointer;
    margin: 0 26px
}

.readend i {
    display: block;
    margin: 0 0 4px
}

.readend .dybz {
    background: #f26552
}

.readend input {
    width: 12px;
    height: 12px
}

.readend .zddy {
    margin-left: 418px;
    font-size: 12px
}

.readend .zddy p {
    overflow: hidden;
    width: 146px
}

.readend .zddy i {
    float: left
}

.readend .dxBtn {
    margin: 2px 4px 0 0
}

.readend .dyzj {
    width: 144px;
    color: #ccc
}

.shzj {
    width: 475px;
    height: 212px;
    padding: 14px 151px;
    background: none
}


.chapter_load {
    text-align: center;
    padding: 40px 0 70px
}
.brew a[data-v-b859330c],.brew span[data-v-b859330c]{
    color: hsla(0,0%,0%,.65);
}
.brew a[data-v-b859330c]:hover{
    color: #B91F29;
}
.brew .brew-on,.bgcolor06 .brew .brew-on{color: #333!important;}
.bgcolor01 {
    background: #3d3e45
}
.bgcolor01 .brew a[data-v-b859330c],.bgcolor01 .brew span[data-v-b859330c],.bgcolor06 .brew a[data-v-b859330c],.bgcolor06 .brew span[data-v-b859330c] {
    color: hsla(0,0%,100%,.85)
}
.bgcolor01 .brew a[data-v-b859330c]:hover,.bgcolor06 .brew a[data-v-b859330c]:hover{
    color: #B91F29;
}
.bgcolor01 .brew .brew-on,.bgcolor06 .brew .brew-on{color: #fff!important;}
.bgcolor01 .art-box-right,.bgcolor01 .art_box,.bgcolor01 .con_hd,.bgcolor01 .read-foot {
    background: #eaeaea
}

.bgcolor02 {
    background: #eae0c1;
}
.bgcolor02 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:hover,.bgcolor02 .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:hover,.bgcolor02 .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #FDFBED;
}
.bgcolor02 .body-main .left-li[data-v-b859330c] .back .back-li{
    background: #FBF0CD;
    border-color: #DACA92;
}
.bgcolor02 .art-box-left[data-v-b859330c],.bgcolor02 .art-box-right,.bgcolor02 .art_box,.bgcolor02 .con_hd,.bgcolor02 .read-foot {
    background: #faf3db
}

.bgcolor02 .aut_word {
    background: #d7ead7;
    border: 1px solid #c5e6c5
}

.bgcolor03 {
    background: #ebcecf
}

.bgcolor03 .art-box-left[data-v-b859330c],.bgcolor03 .art-box-right,.bgcolor03 .art_box,.bgcolor03 .con_hd,.bgcolor03 .read-foot,.tools ul .tool_bj {
    background: #f5e4e4;
}
.bgcolor03 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:hover,.bgcolor03 .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:hover,.bgcolor03 .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #FBF1F1;
}
.bgcolor03 .body-main .left-li[data-v-b859330c] .back .back-li{
    background: #EBCECF;
    border-color: #E1B3B5;
}
.bgcolor03 .aut_word {
    background: #d1daeb;
    border: 1px solid #c6d3e9
}

.bgcolor04 {
    background: #cfdde0;
}
.bgcolor03 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:hover,.bgcolor04 .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:hover,.bgcolor04 .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #EEFAFF;
}
.bgcolor04 .body-main .left-li[data-v-b859330c] .back .back-li{
    background: #CFDDE0;
    border-color: #BDCACE;
}

.bgcolor04 .art-box-left[data-v-b859330c],.bgcolor04 .art-box-right,.bgcolor04 .art_box,.bgcolor04 .con_hd,.bgcolor04 .read-foot{
    background: #e1eef3
}

.bgcolor04 .aut_word {
    background: #e8d5ec;
    border: 1px solid #e4cae9
}

.bgcolor05 {
    background: #cee0ce
}

.bgcolor05 .art-box-left[data-v-b859330c],.bgcolor05 .art-box-right,.bgcolor05 .art_box,.bgcolor05 .con_hd,.bgcolor05 .read-foot {
    background: #e3efe3
}
.bgcolor05 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:hover,.bgcolor05 .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:hover,.bgcolor05 .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #F0FAF0;
}
.bgcolor05 .body-main .left-li[data-v-b859330c] .back .back-li{
    background: #C5D3C7;
    border-color: #BDCACE;
}
.bgcolor05 .aut_word {
    background: #f0eec0;
    border: 1px solid #e8e6b8
}

.bgcolor06 {
    background: #212121
}
.bgcolor06 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]{
    border-bottom: 1px solid #212121!important

}
.bgcolor06 .art-box-left[data-v-b859330c],.bgcolor06 .art-box-right,.bgcolor06 .art_box,.bgcolor06 .con_hd,.bgcolor06 .read-foot {
    background: #1A1A1A;
}

.bgcolor06 .article .art_con p,.bgcolor06 .article h2,.bgcolor06 .tools ul li p,.bgcolor06 .zjqh_R ul li a,.bgcolor06 a {
    color: #9e9e9e;
}
.bgcolor06 .content .content-body .body-main .art-box-left .mask-ul-one .left-li[data-v-b859330c]:hover,.bgcolor06 .content .content-body .body-main .art-box-right .right-li[data-v-b859330c]:hover,.bgcolor06 .content .content-body .read-foot a[data-v-b859330c]:hover{
    background: #fafafa;
}
.bgcolor06 .body-main .left-li[data-v-b859330c] .back .back-li{
    background: #212121;
    border-color: #212121;
}


.bgcolor06 .readend a:hover {
    color: #fff
}

.bgcolor06 .content .content-body .read-foot a[data-v-b859330c],.bgcolor06 .content .content-body .body-main .art_box .article .sub-main .agreement .is-agree[data-v-b859330c],.bgcolor06 .content .content-body .body-main .art_box .article .sub-main .not-enough[data-v-b859330c]{
    color: #999;
}
.bgcolor06 .content .content-body .body-main .art_box ul[data-v-b859330c] a{
    color: #999;
}

.bgcolor06 .content .content-body .read-foot a {
    border-right: 1px solid #212121!important
}

.bgcolor06 .content .content-body .body-main .art-box-right ul li {
    border-bottom: 1px solid #212121!important
}


.ivu-table-wrapper[data-v-5b98361f] {
    border: none
}

#dealRecord .ivu-table-tip:after {
    content: none!important;
    display: none!important
}

.ivu-table-wrapper[data-v-2e902fe6] {
    border: none
}

.recharge-container[data-v-5189920a] {
    width: 100%
}

.recharge-container .header-fix[data-v-5189920a] {
    background: hsla(0,0%,100%,.65);
    margin-bottom: 20px
}

.recharge-container .header-fix .fix-body[data-v-5189920a] {
    width: 1120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto
}

.recharge-container .header-fix .fix-body img[data-v-5189920a] {
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.recharge-container .header-fix .fix-body .private[data-v-5189920a] {
    float: right
}

.recharge-container .header-fix .fix-body .private .log>img[data-v-5189920a] {
    border-radius: 50%
}

.recharge-container .header-fix .fix-body .private .phone-login[data-v-5189920a] {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    position: relative;
    height: 48px;
    color: rgba(0,0,0,.85);
    vertical-align: sub
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list[data-v-5189920a] {
    display: none;
    background: #fff;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 300
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a[data-v-5189920a] {
    display: block;
    height: 32px;
    width: 134px;
    text-align: center;
    line-height: 32px
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a img[data-v-5189920a] {
    width: 14px;
    height: 16px;
    margin-right: 14px;
    vertical-align: middle
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a[data-v-5189920a]:hover {
    background: #edf3fd
}

.recharge-container .header-fix .fix-body .private .phone-login:hover .msite-list[data-v-5189920a] {
    display: block
}

.recharge-container .header-fix .fix-body .private .phone-login img[data-v-5189920a] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub
}

.recharge-container .recharge-main[data-v-5189920a] {
    width: 1120px;
    background: #fff;
    margin: 0 auto
}

.recharge-container .recharge-main .recharge-title[data-v-5189920a] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    height: 68px;
    padding-left: 70px;
    line-height: 68px;
    border-bottom: 1px solid #e8e8e8
}

.recharge-container .recharge-main .recharge-body[data-v-5189920a] {
    padding: 0 70px 40px;
}

.recharge-container .recharge-main .recharge-body .recharge-num[data-v-5189920a] {
    font-size: 14px;
    color: #9b9b9b;
    margin: 20px 0
}

.recharge-container .recharge-main .recharge-body .rcg-num-container[data-v-5189920a] {
    overflow: hidden
}

.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail[data-v-5189920a] {
    width: 248px;
    height: 56px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    float: left;
    margin-right: 45px;
    margin-bottom: 20px;
    padding-left: 21px;
    text-align: left;
    font-size: 20px;
    line-height: 56px;
    position: relative;
    cursor: pointer
}
.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail[data-v-5189920a]:hover{
    border-color: #333;
    background: #F7F7F7;
}
.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail span[data-v-5189920a] {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail .give_face[data-v-5189920a] {
    color: #B91F29;
}

/*.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail .recharge-select[data-v-5189920a] {
    position: absolute;
    top: -10px;
    right: 0
}
*/
.recharge-container .recharge-main .recharge-body .rcg-num-container .recharge-detail .recharge-select img[data-v-5189920a] {
    width: 24px
}

.recharge-container .recharge-main .recharge-body .rcg-num-container .isOn[data-v-5189920a] {
    border: 1px solid #333;
    background: #F7F7F7;
}

.recharge-container .recharge-main .recharge-body .recharge-type[data-v-5189920a] {
    font-size: 14px;
    color: #9b9b9b;
    margin: 0 0 20px
}

.recharge-container .recharge-main .recharge-body .rcg-type-container[data-v-5189920a] {
    overflow: hidden;
    margin-bottom: 40px
}

.recharge-container .recharge-main .recharge-body .rcg-type-container .alipay-type[data-v-5189920a] {
    width: 140px;
    height: 48px;
    float: left;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-right: 20px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    color: rgba(0,0,0,.85);
    position: relative
}
.recharge-container .recharge-main .recharge-body .rcg-type-container .alipay-type[data-v-5189920a]:hover{
    border-color: #333;
    background: #F7F7F7;
}
.recharge-container .recharge-main .recharge-body .rcg-type-container .alipay-type img[data-v-5189920a] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 12px
}

.recharge-container .recharge-main .recharge-body .rcg-type-container .alipay-type .whichWay-select[data-v-5189920a] {
    position: absolute;
    top: -11px;
    right: -13px;
    border-radius: 0
}

.recharge-container .recharge-main .recharge-body .rcg-type-container .alipay-type .whichWay-select img[data-v-5189920a] {
    width: 25px;
    height: 25px;
    border-radius: 0
}

.recharge-container .recharge-main .recharge-body .rcg-type-container .whichWay[data-v-5189920a] {
    background: #F7F7F7;
    border: 1px solid #333;
}

.recharge-container .recharge-main .recharge-body .pay-button[data-v-5189920a] {
    width: 104px;
    height: 38px;
    border-radius: 4px;
    background-color: #4d8bee;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px
}

.recharge-container .recharge-main .recharge-body .agree[data-v-5189920a] {
    background: #333;
}
.recharge-container .recharge-main .recharge-body .agree[data-v-5189920a]:hover{
    background: #B91F29;
}

.recharge-container .recharge-main .recharge-body .agreement[data-v-5189920a] {
    margin-bottom: 33px
}

.recharge-container .recharge-main .recharge-body .no-duty .onduty-title[data-v-5189920a] {
    font-weight: 500;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    margin-bottom: 14px
}

.recharge-container .recharge-main .recharge-body .no-duty .onduty-content p[data-v-5189920a] {
    font-size: 12px;
    line-height: 24px;
    color: #9b9b9b
}

.detail-container[data-v-07267b6a] {
    width: 100%
}

.detail-container .detail-main[data-v-07267b6a] {
    width: 1120px;
    margin: 0 auto
}

.detail-container .detail-main .detail-header-btn[data-v-07267b6a] {
    color: rgba(0,0,0,.65);
    font-weight: 400
}

.detail-container .detail-main .ivu-breadcrumb[data-v-07267b6a] {
    margin: 23px 0 20px 10px;
    font-size: 12px
}

.detail-container .detail-main .ivu-breadcrumb .demo-breadcrumb-separator[data-v-07267b6a] {
    color: #000
}

.detail-container .detail-main .detail-info[data-v-07267b6a] {
    border-radius: 4px;
    padding-top: 40px;
    position: relative;
    margin-bottom: 23px
}

.detail-container .detail-main .detail-info .detail-info-title[data-v-07267b6a] {
    margin-left: 266px;
    margin-bottom: 10px
}

.detail-container .detail-main .detail-info .detail-info-title .book-author[data-v-07267b6a] {
    height: 44px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    overflow-y: hidden;
}

.detail-container .detail-main .detail-info .detail-info-title .book-author .book-name[data-v-07267b6a] {
    max-width: 520px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .1px;
    margin-right: 4px;
    float: left;
}

.detail-container .detail-main .detail-info .detail-info-title .book-author .author-name[data-v-07267b6a] {
    padding: 0 6px;
    float: left;
    margin-top: 16px;
}

.detail-container .detail-main .detail-info .detail-info-mian[data-v-07267b6a] {
    background: #FFFFFF;
    height: 196px;
    width: 100%;
    border-radius: 8px;
}

.detail-container .detail-main .detail-info .detail-info-mian .read-collect[data-v-07267b6a] {
    padding-top: 0;
}
.detail-container .detail-main .detail-info .detail-info-mian .read-collect .free-read[data-v-07267b6a]{
    float: left;
    width: 124px;
    height: 38px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #333;
    font-size: 14px;
    letter-spacing: .1px;
    margin-right: 30px;
    line-height: 38px;
    text-align: center;
}
.detail-container .detail-main .detail-info .detail-info-mian .read-collect .free-read[data-v-07267b6a]:hover{
    color:#B91F29; 
    border-color: #B91F29;
}
.detail-container .detail-main .detail-info .detail-info-mian .read-collect .free-read[data-v-07267b6a]:first-child{
    background-color: #333;
    color: #fff;

}
.detail-container .detail-main .detail-info .detail-info-mian .read-collect .free-read[data-v-07267b6a]:first-child:hover{
    background: #B91F29;
    border-color: #B91F29;
}

.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left[data-v-07267b6a] {
    margin-left: 266px;
    display: inline-block
}

.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left p[data-v-07267b6a] {
    height: 50px;
    line-height: 60px;
    padding-top: 10px
}

.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .other-info .type[data-v-07267b6a] {
    height: 20px;
    border-radius: 2.4px;
    border: .5px solid #333;
    margin-right: 13px;
    text-align: center;
    line-height: 20px;
    padding: 0 9px;
    color: #333;
    cursor: auto!important
}

.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .other-info .comfort[data-v-07267b6a] {
    color: #3366CC;
    border: .5px solid #3366CC;
}
.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .other-info .end[data-v-07267b6a]{
    color: #DE5A58;
    border: .5px solid #DE5A58;
}
.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .words-num[data-v-07267b6a] {
    font-size: 14px;
    color: #9B9B9B;
    padding-top: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .words-num span[data-v-07267b6a] {
    float: left;
   
}
.detail-container .detail-main .detail-info .detail-info-mian .detail-info-main-left .words-num span[data-v-07267b6a] i{
    font-size: 22px;
    color: rgba(0,0,0,.65);
}

.detail-container .detail-main .detail-info .book-face[data-v-07267b6a] {
    padding: 0 65px;
    position: absolute;
    top: 11%;
    cursor: auto!important
}

.detail-container .detail-main .detail-info .book-face img[data-v-07267b6a] {
    width: 162px;
    height: 216px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 2px rgba(0,0,0,.35)
}

.detail-container .detail-main .detail-info .book-intro .intro-left[data-v-07267b6a] {
    width: 440px;
    float: left
}

.detail-container .detail-main .detail-info .book-intro .intro-left .book-author[data-v-07267b6a] {
    font-size: 14px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .book-author .book-name[data-v-07267b6a] {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    margin-right: 20px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .book-author .author-name[data-v-07267b6a] {
    font-size: 14px;
    color: rgba(0,0,0,.86)
}

.detail-container .detail-main .detail-info .book-intro .intro-left .words-num[data-v-07267b6a] {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    margin: 12px 0 16px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .words-num span[data-v-07267b6a] {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,.65)
}

.detail-container .detail-main .detail-info .book-intro .intro-left .update-new[data-v-07267b6a] {
    font-size: 14px;
    color: rgba(0,0,0,.65)
}

.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-info .update-title[data-v-07267b6a] {
    color: #f3799c
}

.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-info .chapter-name[data-v-07267b6a],.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-info .update-chapter[data-v-07267b6a],.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-info .update-time[data-v-07267b6a] {
    margin-right: 5px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-intro[data-v-07267b6a] {
    height: 44px;
    position: relative;
    overflow: hidden;
    line-height: 1.7;
    letter-spacing: 1px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .update-new .update-intro .ellipsis[data-v-07267b6a] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.25);
    padding-left: 40px;
    font-size: 18px;
    height: 18px;
    line-height: 14px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.detail-container .detail-main .detail-info .book-intro .intro-left .read-collect[data-v-07267b6a] {
    margin-top: 18px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .read-collect .free-read[data-v-07267b6a] {
    width: 104px;
    height: 38px;
    border-radius: 4px;
    background-color: #4d8bee;
    margin-right: 20px;
    color: #fff;
    font-size: 14px
}

.detail-container .detail-main .detail-info .book-intro .intro-left .read-collect .free-read[data-v-07267b6a]:last-child {
    background-color: #fff;
    color: #4d8bee;
    border: 1px solid #4d8bee
}

.detail-container .detail-main .detail-info .book-intro .share[data-v-07267b6a] {
    float: right;
    width: 190px
}

.detail-container .detail-main .detail-info .book-intro .share a[data-v-07267b6a] {
    margin-left: 24px
}

.detail-container .detail-main .detail-info .book-intro .share a img[data-v-07267b6a] {
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.detail-container .detail-main .book-nav[data-v-07267b6a] {
    margin-bottom: 10px
}

.detail-container .detail-main .book-nav a[data-v-07267b6a] {
    text-align: center;
    font-size: 20px;
    color: rgba(0,0,0,.65);
    font-weight: 500;
    margin: 0 40px;
}
.detail-container .detail-main .book-nav a[data-v-07267b6a]:hover{
    color: #333;
}
.detail-container .detail-main .book-nav .router-link-active[data-v-07267b6a] {
    color: #333;
}
.detail-container .detail-main .book-nav .router-link-active p[data-v-07267b6a] {
    border-bottom: 4px solid #333;
    width: 100%;
    border-radius: 100px;
    margin: 5px auto;
}

.detail-container .loading[data-v-07267b6a] {
    width: 100%
}

.detail-container .loading .loading-container[data-v-07267b6a] {
    width: 990px;
    margin: 20px auto;
    background: #fff;
    height: 434px;
    text-align: center;
    line-height: 434px
}

.detail-container .loading .loading-container img[data-v-07267b6a] {
    width: 200px;
    vertical-align: middle
}

button[data-v-2b17fe43] {
    background: #fff
}

.introduction[data-v-1aeb5fd4] {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.introduction .introduction-left[data-v-1aeb5fd4] {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    float: left;
    padding: 30px 50px;
}

.introduction .introduction-left .intro-content .intro-bookinfo[data-v-1aeb5fd4] {
    background: #fff;
    width: 100%;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 2
}

.introduction .introduction-left .intro-content pre[data-v-1aeb5fd4] {
    white-space: pre-wrap;
    word-wrap: break-word
}

.introduction .introduction-left .intro-content textarea[data-v-1aeb5fd4] {
    background: #fff;
    min-height: 65px;
    width: 100%;
    font-size: 16px;
    color: rgba(0,0,0,.65);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: auto;
    outline: none;
    border: none;
    resize: none
}

.introduction .introduction-left .update-info .update-title[data-v-1aeb5fd4] {
    color: #f3799c
}

.introduction .introduction-left .update-info .chapter-name[data-v-1aeb5fd4],.introduction .introduction-left .update-info .update-chapter[data-v-1aeb5fd4],.introduction .introduction-left .update-info .update-time[data-v-1aeb5fd4] {
    margin-right: 5px
}

.introduction .introduction-right[data-v-1aeb5fd4] {
    width: 260px;
    border-radius: 4px;
    background-color: #fff
}

.introduction .introduction-right .avatar-name[data-v-1aeb5fd4] {
    width: 100%;
    height: 208px;
    border-radius: 4px;
    text-align: center;
    padding-top: 41px
}

.introduction .introduction-right .avatar-name img[data-v-1aeb5fd4] {
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.introduction .introduction-right .avatar-name .author-name[data-v-1aeb5fd4] {
    font-size: 18px;
    margin: 15px 0 20px;
    color: rgba(0,0,0,.85)
}

.introduction .introduction-right .avatar-name .author-type[data-v-1aeb5fd4],.introduction .introduction-right .avatar-name .update-info[data-v-1aeb5fd4] {
    width: 190px;
    margin: 20px auto 0;
    color: #9b9b9b
}

#book_gift[data-v-1aeb5fd4] {
    margin: 20px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#book_gift .gift_header[data-v-1aeb5fd4] {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    padding-left: 50px
}

#book_gift #give_gift[data-v-1aeb5fd4] {
    background: #fff;
    width: 750px;
    height: 100%;
    min-height: 468px;
    border-radius: 8px;
    padding-top: 26px
}

#book_gift #give_gift .gift[data-v-1aeb5fd4] {
    margin-top: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}

#book_gift #give_gift .gift .gift_reward[data-v-1aeb5fd4]:after {
    content: "";
    position: absolute;
    height: 305px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    border-right: none;
    top: 20px;
    left: 375px;
}

#book_gift #give_gift .gift .gift_item[data-v-1aeb5fd4] {
   width: 374px;
   float: right;
}
#book_gift #give_gift .gift .gift_item[data-v-1aeb5fd4] p{
    text-align: center;
}
#book_gift #give_gift .gift .gift_item .gift_item_header[data-v-1aeb5fd4] {
    padding-left: 73px;
    color: rgba(0,0,0,.45);
}

#book_gift #give_gift .gift .gift_item .gift_main[data-v-1aeb5fd4] {
    margin-top: 31px
}

#book_gift #give_gift .gift .gift_item .gift_main p[data-v-1aeb5fd4] {
    margin: 1.5rem auto;
}

#book_gift #give_gift .gift .gift_item .gift_main .gift_quantity[data-v-1aeb5fd4] {
    font-size: 36px;
    font-weight: 500;
}

#book_gift #give_gift .gift .gift_item .gift_main .gift_ranking[data-v-1aeb5fd4] {
    font-size: 16px;
}
#book_gift #give_gift .gift .gift_item .gift_img{
    height: 83px;
}
#book_gift #give_gift .gift .gift_item .gift_main img[data-v-1aeb5fd4] {
    width: 99px;
    height: 70px;
    margin: 12px 0 0 0;
}
#book_gift #give_gift .gift .gift_item .month_img img[data-v-1aeb5fd4] {
    width: 88px;
    height: 83px;
    margin: 0;
}
#book_gift #give_gift .gift .gift_item .gift_main .gift_btn[data-v-1aeb5fd4] {
    display: block;
    width: 124px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;

}
#book_gift #give_gift .gift .gift_item .gift_main .gift_btn[data-v-1aeb5fd4]:hover{
    background: #B91F29;
}
#book_gift #give_gift .gift .gift_title[data-v-1aeb5fd4] {
    color: #333;
    font-size: 22px;
    font-weight: 500
}

#book_gift #give_gift .gift .gift_tips[data-v-1aeb5fd4] {
    font-size: 16px;
    padding-left: 8px
}

#book_gift #ranking_gift[data-v-1aeb5fd4] {
    background: #fff;
    width: 330px;
    height: 100%;
    min-height: 468px;
    border-radius: 8px;
    padding: 26px 40px 16px
}

#book_gift #ranking_gift .ranking_header[data-v-1aeb5fd4] {
    padding-left: 0
}

#book_gift #ranking_gift .ranking_main[data-v-1aeb5fd4] {
    margin-top: 15px
}

#book_gift #ranking_gift .ranking_main ul .top1_bg[data-v-1aeb5fd4] {
    background: hsla(51,94%,93%,.48);
    height: 86px;
    padding: 23px 0 0;
}

#book_gift #ranking_gift .ranking_main ul .top2_bg[data-v-1aeb5fd4] {
    background: rgba(237,249,253,.48)
}

#book_gift #ranking_gift .ranking_main ul .top3_bg[data-v-1aeb5fd4] {
    background: hsla(30,80%,96%,.48)
}

#book_gift #ranking_gift .ranking_main ul .top4[data-v-1aeb5fd4] {
    padding: 7px;
    vertical-align: text-bottom
}

#book_gift #ranking_gift .ranking_main ul li[data-v-1aeb5fd4] {
    width: 100%;
    min-width: 244px;
    height: 60px;
    background: #f8faff;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px 0 0
}

#book_gift #ranking_gift .ranking_main ul .top1 img[data-v-1aeb5fd4] {
    width: 20px;
    vertical-align: super
}

#book_gift #ranking_gift .ranking_main ul .user_img[data-v-1aeb5fd4] {
    width: 58px;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 20px;
}

#book_gift #ranking_gift .ranking_main ul .user_img img[data-v-1aeb5fd4] {
    width: 40px;
    vertical-align: bottom;
    border-radius: 50%
}

#book_gift #ranking_gift .ranking_main ul dl[data-v-1aeb5fd4] {
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    color: #9b9b9b;
    max-width: 110px;
}

#book_gift #ranking_gift .ranking_main ul dl .user_name[data-v-1aeb5fd4] {
    color: rgba(0,0,0,.85);
    font-weight: 700;
}

.others-like[data-v-1aeb5fd4] {
    background: #fff;
    margin-top: 20px;
    padding: 26px 0 36px 15px;
    border-radius: 8px
}

.others-like .like-title[data-v-1aeb5fd4] {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    padding-left: 25px;
}

.others-like .like-body[data-v-1aeb5fd4] {
    margin-top: 27px;
    overflow: hidden
}

.others-like .like-body .like-item[data-v-1aeb5fd4] {
    float: left;
    width: 105px;
    margin: 0 25px;
}

.others-like .like-body .like-item a img[data-v-1aeb5fd4] {
    width: 105px;
    height: 140px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.35)
}

.others-like .like-body .like-item .like-book[data-v-1aeb5fd4],.others-like .like-body .like-item .who-read[data-v-1aeb5fd4] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin: 5px auto 0
}

.others-like .like-body .like-item .like-book[data-v-1aeb5fd4] {
    width: 96px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.85)
}

.others-like .like-body .like-item .who-read[data-v-1aeb5fd4] {
    width: 100px;
    font-size: 14px;
    color: #9b9b9b
}

.others-like .like-body .like-item[data-v-1aeb5fd4]:last-child {
    margin-right: none
}

.comments[data-v-1aeb5fd4] {
    min-height: 270px;
    background: #fff;
    margin-top: 20px;
    border-radius: 8px
}

.comments .comments-book-title[data-v-1aeb5fd4] {
    font-size: 22px;
    font-weight: 500;
    height: 50px;
    padding-top: 10px;
    line-height: 60px;
    margin-left: 40px;
    color: rgba(0,0,0,.85)
}

.comments .want-comment[data-v-1aeb5fd4] {
    width: 100%;
    height: 84px;
    margin-top: 38px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}

.comments .want-comment .character[data-v-1aeb5fd4] {
    position: absolute;
    bottom: 4px;
    right: 170px;
}

.comments .want-comment .want-comment-img[data-v-1aeb5fd4] {
    width: 40px; 
    height: 40px;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 14px;
    float: left;
}

.comments .want-comment .want-comment-btn[data-v-1aeb5fd4] {
    float: right;
    width: 86px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 43px;
    border: 0
}
.comments .want-comment .want-comment-btn[data-v-1aeb5fd4]:hover{
    background: #B91F29;
}
.comments .comment-title[data-v-1aeb5fd4] {
    height: 74px;
    line-height: 74px;
    padding: 0 24px 0 50px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    border-bottom: 1px solid #e8e8e8;
}

.comments .comment-title .comment-orderby[data-v-1aeb5fd4] {
    float: right;
    display: inline-block;
    width: 72px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    margin-top: 20px;
    color: #9b9b9b;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    cursor: pointer
}
.comments .comment-title .comment-orderby[data-v-1aeb5fd4]:hover{
    color: #333;
}
.comments .comment-title .comment-orderby-active[data-v-1aeb5fd4] {
    color: #333;
    border: 1px solid #333;
}

.comments .comment-title a[data-v-1aeb5fd4] {
    margin-left: 680px;
    width: 104px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    background-color: #4d8bee;
    font-size: 14px;
    color: #fff
}

.comments .copyright[data-v-1aeb5fd4] {
    color: #9b9b9b;
    padding-left: 40px;
    padding-bottom: 25px
}

.comments .copyright p[data-v-1aeb5fd4] {
    line-height: 25px
}

.comments .copyright .copyright-header[data-v-1aeb5fd4] {
    color: rgba(0,0,0,.65);
    font-weight: 500
}

.comments .empty-collection[data-v-1aeb5fd4] {
    min-height: 270px;
    position: relative
}

.comments .empty-collection .empty-main[data-v-1aeb5fd4] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 308px;
    height: 150px;
    margin: auto
}

.comments .empty-collection .empty-main img[data-v-1aeb5fd4] {
    width: 100px;
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.comments .empty-collection .empty-main p[data-v-1aeb5fd4] {
    font-size: 18px;
    line-height: 1.33;
    color: #ccc;
    text-align: center;
}

.comments .all-comments[data-v-1aeb5fd4] {
    padding: 0 50px 20px;
}

.comments .all-comments .when-comment[data-v-1aeb5fd4] {
    font-size: 12px;
    color: #9b9b9b;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.comments .all-comments ul .comments-item[data-v-1aeb5fd4] {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.comments .all-comments ul .comments-item .release-main[data-v-1aeb5fd4] {
    padding-top: 13px;
    overflow: hidden;
    clear: both
}

.comments .all-comments ul .comments-item .release-main .comment-release[data-v-1aeb5fd4] {
    float: right;
    font-size: 14px;
    width: 66px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 4px
}
.comments .all-comments ul .comments-item .release-main .comment-release[data-v-1aeb5fd4]:hover{
    background: #B91F29;
}
.comments .all-comments ul .comments-item .comments-more[data-v-1aeb5fd4] {
    text-align: center;
    width: 810px;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 2px;
    color: #4d8bee;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1)
}

.comments .all-comments ul .comments-item .comments-more .item-dropselect[data-v-1aeb5fd4] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAg9JREFUSA3tlO1LU3EUx8+Zd7vTuc0Zoxf9AQlBkfQuEBV8SMKKuESG4Ct7EYmJvu+9IDJE8I29EBWcZEkEPVhQEAQRhCD1LkVYimzXbaLX7jqec8f1zjZ1Cb1yB7bf+Z2H7+fu3MMASnZ6JqDNUNn/+LUoou3DyfNkmgtI8FNRVO3pI1/sJLDuMaqIpRLj3HsJFeXmfG/gh0uEyKRaIDhHAFd/Z4x37cPps/8K0Iao/FdKf8E6d/hTY2myiAXwugLPEPGDJcpJMHcXtEgqXCyk6wl5jT/6cyJqkB4E/Cia4luAaB9uB6mqzYYQwQXDMN/eGkmekaKj7GGE1PhGYo7Fm6QOET6pFVVtoil3CyDOxABuHYAAXczsZN50jOohyRcyXgzP8q4+y6NtlTyLf/Z7QteiDzBt1+8DJJAHIbqc3qLX2lg8aDfYJ79Qt7Gsz/CTX5cYj+WL6oeWyR5M2jVyHgBIIA8CdMVIwat7EQpIXuzxe1JiSX2agG5kI/i10ofN0fvVm9m7822tqXN1vM5B8m2i/pKfsE6i1mzLQy0Qhu2dlcSktS3ZxDevy9UY7QvGnW7HOxQgJXkQ3g5AWuUluCt5hi76QGmc7g9syL2QHQmQhr8htgiLL5WRu2FuwL9uxwqdxwKkKQ+C8B0VT/18b+VaIdHcWFGAHMgUv5OwW1Fvn/TvJBde8ksTKG4CeznW3EC47G0kAAAAAElFTkSuQmCC) no-repeat 50%;
    padding: 6px;
    background-size: 100%;
    vertical-align: middle
}

.comments .all-comments ul .comments-item img[data-v-1aeb5fd4] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
}

.comments .all-comments ul .comments-item .comment-info[data-v-1aeb5fd4] {
    float: right;
    width: 966px;
    line-height: 22px
}

.comments .all-comments ul .comments-item .comment-info .who-when[data-v-1aeb5fd4] {   
    height: 23px;
    color: #9b9b9b;
    overflow: hidden;
}

.comments .all-comments ul .comments-item .comment-info .who-when .whose-comment[data-v-1aeb5fd4] {
    max-width: 440px;
    float: left;
    font-size: 14px;
    color: rgba(0,0,0,.85);
}
.comments .all-comments .comment-info .who-when .whose-comment[data-v-1aeb5fd4] span{
    font-weight: 600;
    float:left;
    margin-right: 10px; 
}
.comments .all-comments ul .comments-item .comment-info .who-when .comments-length[data-v-1aeb5fd4] {
    float: right;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    cursor: pointer;
}
.comments .all-comments .who-when .comments-length[data-v-1aeb5fd4]:before{
    width: 17px; 
    height: 16px;
    background-position: -100px -65px;
    left: 0;
    top: 3px;
}
.comments .all-comments ul .comments-item .comment-info .who-when .comments-length[data-v-1aeb5fd4]:hover{
    color: #B91F29;
}
.comments .all-comments .who-when .comments-length[data-v-1aeb5fd4]:hover:before{
    background-position: -125px -65px;
}

.comments .all-comments ul .comments-item .comment-info .who-when .comments-answer[data-v-1aeb5fd4] {
    float: right;
    margin: -2px 0 0 20px;
    font-size: 14px;
    cursor: pointer;
    color: #212121;
    vertical-align: top;
}
.comments .all-comments ul .comments-item .comment-info .who-when .comments-answer[data-v-1aeb5fd4]:hover{
    color: #B91F29;
}
.comments .all-comments ul .comments-item .comment-info .comment-content[data-v-1aeb5fd4] {
    position: relative;
    text-align: left
}

.comments .all-comments ul .comments-item .comment-info .comment-content .content-main[data-v-1aeb5fd4] {
    font-size: 14px;
    line-height: 24px
}

.comments .all-comments ul .comments-item .comment-info .comment-content .content-main .isTop[data-v-1aeb5fd4] {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    color: #dc5b5b;
    background: rgba(220,91,91,.1);
    letter-spacing: .55px;
    border-radius: 3px;
    text-align: center
}

.comments .all-comments ul .comments-item .comment-info .childs-item[data-v-1aeb5fd4] {
    background: #F7F7F7;
    padding: 0 30px 18px;
    margin-top: 18px;
    border-radius: 5px
}

.comments .all-comments ul .comments-item .comment-info .comments-item[data-v-1aeb5fd4] {
    border: 1px solid transparent;
    padding: 0;
    padding-top: 18px
}
.comments .all-comments ul .comments-item .comment-info .comment-info[data-v-1aeb5fd4] {
    float: right;
    width: 94%
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when[data-v-1aeb5fd4] {
    color: rgba(0,0,0,.65);
    overflow: hidden
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when .item-content[data-v-1aeb5fd4] {
    font-size: 14px;
    width: 720px
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when .content-release[data-v-1aeb5fd4] {
    color: rgba(0,0,0,.9);
    float: left;
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when .comment-answer[data-v-1aeb5fd4] {
    padding: 0 10px;
    cursor: pointer;
    color: #4d8bee;
    vertical-align: top
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when .comments-son—answer[data-v-1aeb5fd4] {
    margin-right: 19px
}

.comments .all-comments ul .comments-item .comment-info .comment-info .who-when-hf .whose-comment[data-v-1aeb5fd4] {
    font-size: 14px;
    color: #DE5A58;
    font-weight: 500;
    vertical-align: top
}

.comments .all-comments ul .comments-item .comment-info .comment-info .comment-content[data-v-1aeb5fd4] {
    width: 664px;
    color: rgba(0,0,0,.65);
    position: relative
}

.comments .all-comments ul .comments-item .comment-info .comment-info .comment-content .content-main[data-v-1aeb5fd4] {
    font-size: 14px;
    line-height: 24px
}

.comments .all-comments .more-comments[data-v-1aeb5fd4] {
    margin-top: 30px;
    width: 100%
}

.comments .all-comments .more-comments .more-click[data-v-1aeb5fd4] {
    margin: 0 auto;
    width: 494px;
    height: 44px;
    background: #f6f8fc;
    border: 1px solid #f6f8fc;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;

}

.comments .all-comments .more-comments .more-click a[data-v-1aeb5fd4] {
    width: 100%
}

.want-comment-content {
    border: 1px solid rgba(0,0,0,.09);
    background: #fff;
    resize: none;
    height: 84px;
    padding: 5px 14px;
    width: 860px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out
}

.want-comment-content:focus,.want-comment-content:hover {
    border: 1px solid #333;
}

.release-main #input_content {
    height: 41px
}

.release-main .input_content_son {
    width: 880px;
    height: 42px;
}

@media only screen and (-webkit-device-pixel-ratio: 2) {
    .border-1px[data-v-19bb0d66]:before {
        -webkit-transform:scaleY(.5);
        transform: scaleY(.5)
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .border-1px[data-v-19bb0d66]:before {
        -webkit-transform:scaleY(.333333);
        transform: scaleY(.333333)
    }
}

.item-check>.icon[data-v-19bb0d66] {
    -webkit-animation: scaling-data-v-19bb0d66 1s ease infinite alternate;
    animation: scaling-data-v-19bb0d66 1s ease infinite alternate
}

@-webkit-keyframes scaling-data-v-19bb0d66 {
    0% {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9)
    }
}

@keyframes scaling-data-v-19bb0d66 {
    0% {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9)
    }
}

.dirOuter .all-chapter[data-v-5c8b736d] {
    padding: 38px 50px;
    background: #fff;
    min-height: 655px
}

.dirOuter .all-chapter ul[data-v-5c8b736d] {
    width: 100%;
    overflow: hidden
}

.dirOuter .all-chapter ul li[data-v-5c8b736d] {
    height: 40px;
    width: 33.3%;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #e8e8e8
}

.dirOuter .all-chapter ul li a[data-v-5c8b736d] {
    max-width: 254px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top
}
.dirOuter .all-chapter ul li a[data-v-5c8b736d]:hover{
    color: #B91F29;
}
.dirOuter .loading[data-v-5c8b736d] {
    float: right;
    width: 990px;
    margin: 0 auto;
    background: #fff;
    height: 749px;
    text-align: center;
    line-height: 600px
}

.dirOuter .loading img[data-v-5c8b736d] {
    width: 200px;
    vertical-align: middle
}

.synthesize .right-container[data-v-7f26ca77] {
    width: 930px
}

.synthesize .loading[data-v-7f26ca77] {
    width: 748px;
    margin: 20px auto;
    background: #fff;
    height: 434px;
    text-align: center;
    line-height: 434px
}

.synthesize .loading img[data-v-7f26ca77] {
    width: 200px;
    vertical-align: middle
}

.recommend-container[data-v-a0d9bafa] {
    width: 748px;
    padding: 20px
}

.recommend-container .recommend-main[data-v-a0d9bafa] {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-a0d9bafa] {
    display: inline-block
}

.recommend-container .recommend-main>a img[data-v-a0d9bafa] {
    width: 98px;
    height: 128px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main .book-info[data-v-a0d9bafa] {
    float: right;
    width: 594px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-a0d9bafa] {
    width: 340px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-a0d9bafa] {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-a0d9bafa] {
    color: rgba(0,0,0,.65);
    margin: 7px 0 17px
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-a0d9bafa] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-a0d9bafa],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-a0d9bafa],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-a0d9bafa] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-a0d9bafa] {
    width: 14px;
    height: 14px
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-a0d9bafa] {
    color: rgba(0,0,0,.85);
    font-size: 18px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .author-tag .book-intro[data-v-a0d9bafa] {
    margin: 3px 0 5px;
    width: 340px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}

.recommend-container .recommend-main .book-info .info-container .author-tag .book-intro .ellipsis[data-v-a0d9bafa] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,transparent,#fff 55%);
    background: linear-gradient(90deg,transparent,#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag[data-v-a0d9bafa] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag a[data-v-a0d9bafa],.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag img[data-v-a0d9bafa],.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag span[data-v-a0d9bafa] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag img[data-v-a0d9bafa] {
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag>a[data-v-a0d9bafa] {
    font-size: 12px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag .author-tag span[data-v-a0d9bafa] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .info-container .read-fav[data-v-a0d9bafa] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px;
    height: 34px;
    border: 1px solid #4d8bee;
    border-radius: 4px;
    line-height: 34px;
    text-align: center
}

.recommend-container .recommend-main .book-info .info-container .read-now[data-v-a0d9bafa] {
    margin-bottom: 12px;
    background: #4d8bee;
    color: #fff
}

.recommend-container .recommend-main .book-info .info-container .fav[data-v-a0d9bafa] {
    background: #fff;
    color: #4d8bee
}

.recommend-container .recommend-main[data-v-a0d9bafa]:first-child {
    margin-top: 10px
}

.recommend-container[data-v-f9583328] {
    width: 870px;
    padding: 0 50px 42px;
}

.recommend-container .recommend-main[data-v-f9583328] {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-f9583328] {
    position: relative;
    display: inline-block
}

.recommend-container .recommend-main>a .avatar[data-v-f9583328] {
    width: 96px;
    height: 128px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main>a .little-icon[data-v-f9583328] {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -1px
}

.recommend-container .recommend-main>a .font[data-v-f9583328] {
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700
}

.recommend-container .recommend-main .book-info[data-v-f9583328] {
    float: right;
    width: 656px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-f9583328] {
    width: 510px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-f9583328] {
    color: rgba(0,0,0,.85);
    font-size: 18px;
    font-weight: 500
}
.recommend-container .recommend-main .book-info .info-container>a[data-v-f9583328]:hover{
    color:  #B91F29;
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-f9583328] {
    margin: 3px 0 5px;
    width: 510px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}

.recommend-container .recommend-main .book-info .info-container .book-intro .ellipsis[data-v-f9583328] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-f9583328] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-f9583328],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-f9583328],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-f9583328] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-f9583328] {
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-f9583328] {
    font-size: 12px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-f9583328] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .read-fav[data-v-f9583328] {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 94px
}

.recommend-container .recommend-main .book-info .read-fav button[data-v-f9583328] {
    width: 94px;
    height: 34px;
    border: 1px solid #333;
    border-radius: 4px;
    line-height: 32px;
    text-align: center
}

.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-f9583328] {
    margin-bottom: 12px;
    background: #333;
    color: #fff
}
.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-f9583328]:hover{
    background: #B91F29;
    border-color: #B91F29;
}
.recommend-container .recommend-main .book-info .read-fav .fav[data-v-f9583328] {
    background: #fff;
    color: #333;
}
.recommend-container .recommend-main .book-info .read-fav .fav[data-v-f9583328]:hover{
    color: #B91F29;
    border-color: #B91F29;
}
.recommend-container[data-v-413bba02] {
    width: 748px;
    padding: 20px
}

.recommend-container .recommend-main[data-v-413bba02] {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-413bba02] {
    position: relative;
    display: inline-block
}

.recommend-container .recommend-main>a .avatar[data-v-413bba02] {
    width: 96px;
    height: 129px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main>a .little-icon[data-v-413bba02] {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -1px
}

.recommend-container .recommend-main>a .font[data-v-413bba02] {
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700
}

.recommend-container .recommend-main .book-info[data-v-413bba02] {
    float: right;
    width: 594px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-413bba02] {
    width: 340px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-413bba02] {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-413bba02] {
    margin: 3px 0 5px;
    width: 340px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .info-container .book-intro .ellipsis[data-v-413bba02] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-413bba02] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-413bba02],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-413bba02],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-413bba02] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-413bba02] {
    width: 14px;
    height: 14px
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-413bba02] {
    font-size: 14px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-413bba02] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .read-fav[data-v-413bba02] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px
}

.recommend-container .recommend-main .book-info .read-fav>button[data-v-413bba02] {
    width: 94px;
    height: 34px;
    border: 1px solid #4d8bee;
    border-radius: 4px;
    line-height: 34px;
    text-align: center
}

.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-413bba02] {
    margin-bottom: 12px;
    background: #4d8bee;
    color: #fff
}

.recommend-container .recommend-main .book-info .read-fav .fav[data-v-413bba02] {
    background: #fff;
    color: #4d8bee
}

.recommend-container .recommend-main[data-v-413bba02]:first-child {
    margin-top: 10px
}

.recommend-container[data-v-85293a1e] {
    width: 748px;
    padding: 20px
}

.recommend-container .recommend-main[data-v-85293a1e] {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-85293a1e] {
    position: relative;
    display: inline-block
}

.recommend-container .recommend-main>a .avatar[data-v-85293a1e] {
    width: 98px;
    height: 128px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main>a .little-icon[data-v-85293a1e] {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -1px
}

.recommend-container .recommend-main>a .font[data-v-85293a1e] {
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700
}

.recommend-container .recommend-main .book-info[data-v-85293a1e] {
    float: right;
    width: 594px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-85293a1e] {
    width: 340px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-85293a1e] {
    color: rgba(0,0,0,.85);
    font-size: 18px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-85293a1e] {
    margin: 3px 0 5px;
    width: 340px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}

.recommend-container .recommend-main .book-info .info-container .book-intro .ellipsis[data-v-85293a1e] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,transparent,#fff 55%);
    background: linear-gradient(90deg,transparent,#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-85293a1e] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-85293a1e],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-85293a1e],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-85293a1e] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-85293a1e] {
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-85293a1e] {
    font-size: 12px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-85293a1e] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .read-fav[data-v-85293a1e] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px
}

.recommend-container .recommend-main .book-info .read-fav>button[data-v-85293a1e] {
    width: 94px;
    height: 34px;
    border: 1px solid #4d8bee;
    border-radius: 4px;
    line-height: 34px;
    text-align: center
}

.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-85293a1e] {
    margin-bottom: 12px;
    background: #4d8bee;
    color: #fff
}

.recommend-container .recommend-main .book-info .read-fav .fav[data-v-85293a1e] {
    color: #4d8bee
}

.recommend-container .recommend-main[data-v-85293a1e]:first-child {
    margin-top: 10px
}

.recommend-container[data-v-25555862] {
    width: 748px;
    padding: 20px
}

.recommend-container .recommend-main[data-v-25555862] {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-25555862] {
    position: relative;
    display: inline-block
}

.recommend-container .recommend-main>a .avatar[data-v-25555862] {
    width: 98px;
    height: 128px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main>a .little-icon[data-v-25555862] {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -1px
}

.recommend-container .recommend-main>a .font[data-v-25555862] {
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700
}

.recommend-container .recommend-main .book-info[data-v-25555862] {
    float: right;
    width: 594px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-25555862] {
    width: 340px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-25555862] {
    color: rgba(0,0,0,.85);
    font-size: 18px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-25555862] {
    margin: 3px 0 5px;
    width: 340px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: #9b9b9b
}

.recommend-container .recommend-main .book-info .info-container .book-intro .ellipsis[data-v-25555862] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,transparent,#fff 55%);
    background: linear-gradient(90deg,transparent,#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-25555862] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-25555862],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-25555862],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-25555862] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-25555862] {
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-25555862] {
    font-size: 12px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-25555862] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .read-fav[data-v-25555862] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px
}

.recommend-container .recommend-main .book-info .read-fav>button[data-v-25555862] {
    width: 94px;
    height: 34px;
    border: 1px solid #4d8bee;
    border-radius: 4px;
    line-height: 34px;
    text-align: center
}

.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-25555862] {
    margin-bottom: 12px;
    background: #4d8bee;
    color: #fff
}

.recommend-container .recommend-main .book-info .read-fav .fav[data-v-25555862] {
    color: #4d8bee
}

.recommend-container .recommend-main[data-v-25555862]:first-child {
    margin-top: 10px
}

.recommend-container[data-v-2a8f4ec3] {
    width: 748px;
    padding: 20px
}

.recommend-container .recommend-main[data-v-2a8f4ec3] {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.recommend-container .recommend-main>a[data-v-2a8f4ec3] {
    position: relative;
    display: inline-block
}

.recommend-container .recommend-main>a .avatar[data-v-2a8f4ec3] {
    width: 96px;
    height: 129px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.45)
}

.recommend-container .recommend-main>a .little-icon[data-v-2a8f4ec3] {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -1px
}

.recommend-container .recommend-main>a .font[data-v-2a8f4ec3] {
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700
}

.recommend-container .recommend-main .book-info[data-v-2a8f4ec3] {
    float: right;
    width: 594px;
    min-height: 133px;
    position: relative
}

.recommend-container .recommend-main .book-info .info-container[data-v-2a8f4ec3] {
    width: 340px
}

.recommend-container .recommend-main .book-info .info-container>a[data-v-2a8f4ec3] {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    font-weight: 500
}

.recommend-container .recommend-main .book-info .info-container .book-intro[data-v-2a8f4ec3] {
    margin: 3px 0 5px;
    width: 340px;
    position: relative;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .info-container .book-intro .ellipsis[data-v-2a8f4ec3] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.recommend-container .recommend-main .book-info .info-container .author-tag[data-v-2a8f4ec3] {
    color: #e8e8e8;
    line-height: 20px
}

.recommend-container .recommend-main .book-info .info-container .author-tag a[data-v-2a8f4ec3],.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-2a8f4ec3],.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-2a8f4ec3] {
    vertical-align: middle
}

.recommend-container .recommend-main .book-info .info-container .author-tag img[data-v-2a8f4ec3] {
    width: 14px;
    height: 14px
}

.recommend-container .recommend-main .book-info .info-container .author-tag>a[data-v-2a8f4ec3] {
    font-size: 14px;
    color: rgba(0,0,0,.65);
    margin: 0 10px 0 6px
}

.recommend-container .recommend-main .book-info .info-container .author-tag span[data-v-2a8f4ec3] {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(0,0,0,.65)
}

.recommend-container .recommend-main .book-info .read-fav[data-v-2a8f4ec3] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 94px
}

.recommend-container .recommend-main .book-info .read-fav>button[data-v-2a8f4ec3] {
    width: 94px;
    height: 34px;
    border: 1px solid #4d8bee;
    border-radius: 4px;
    line-height: 34px;
    text-align: center
}

.recommend-container .recommend-main .book-info .read-fav .read-now[data-v-2a8f4ec3] {
    margin-bottom: 12px;
    background: #4d8bee;
    color: #fff
}

.recommend-container .recommend-main .book-info .read-fav .fav[data-v-2a8f4ec3] {
    background: #fff;
    color: #4d8bee
}

.recommend-container .recommend-main[data-v-2a8f4ec3]:first-child {
    margin-top: 10px
}

.comments-container[data-v-5940e0ec] {
    width: 100%
}

.comments-container .comments-main[data-v-5940e0ec] {
    width: 990px;
    margin: 0 auto;
    overflow: hidden
}

.comments-container .comments-main .comments-left[data-v-5940e0ec] {
    width: 710px;
    float: left
}

.comments-container .comments-main .comments-left .ivu-breadcrumb[data-v-5940e0ec] {
    margin: 23px 0 20px 10px
}

.comments-container .comments-main .comments-left .write-comments[data-v-5940e0ec] {
    padding: 23px 43px;
    background: #fff;
    overflow: hidden
}

.comments-container .comments-main .comments-left .write-comments .book-title[data-v-5940e0ec] {
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    color: #4d8bee
}

.comments-container .comments-main .comments-left .write-comments .comments-input[data-v-5940e0ec] {
    margin-top: 37px
}

.comments-container .comments-main .comments-left .write-comments .comments-input img[data-v-5940e0ec] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px
}

.comments-container .comments-main .comments-left .write-comments .comments-input .ivu-input-wrapper[data-v-5940e0ec] {
    width: 570px
}

.comments-container .comments-main .comments-left .write-comments .publish[data-v-5940e0ec] {
    width: 104px;
    height: 38px;
    background: #4d8bee;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin-top: 14px;
    color: #fff
}

.comments-container .comments-main .comments-left .comments-content[data-v-5940e0ec] {
    margin-top: 20px;
    background: #fff;
    padding-bottom: 20px
}

.comments-container .comments-main .comments-left .comments-content .all-title[data-v-5940e0ec] {
    padding-left: 43px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    border-bottom: 1px solid #e8e8e8
}

.comments-container .comments-main .comments-left .comments-content .all-title span[data-v-5940e0ec] {
    font-size: 18px;
    line-height: 1.33;
    color: rgba(0,0,0,.65)
}

.comments-container .comments-main .comments-left .comments-content .all-comments[data-v-5940e0ec] {
    padding: 0 43px 20px
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item[data-v-5940e0ec] {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item img[data-v-5940e0ec] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info[data-v-5940e0ec] {
    float: right
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info .who-when[data-v-5940e0ec] {
    font-size: 12px;
    color: #9b9b9b;
    overflow: hidden
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info .who-when .whose-comment[data-v-5940e0ec] {
    float: left
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info .who-when .when-comment[data-v-5940e0ec] {
    float: right
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info .comment-content[data-v-5940e0ec] {
    width: 570px;
    position: relative
}

.comments-container .comments-main .comments-left .comments-content .all-comments ul .comments-item .comment-info .comment-content .content-main[data-v-5940e0ec] {
    font-size: 12px;
    line-height: 24px
}

.comments-container .comments-main .comments-left .empty-collection[data-v-5940e0ec] {
    min-height: 270px;
    position: relative;
    background: #fff;
    margin-top: 20px
}

.comments-container .comments-main .comments-left .empty-collection .empty-main[data-v-5940e0ec] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 308px;
    height: 150px;
    margin: auto
}

.comments-container .comments-main .comments-left .empty-collection .empty-main img[data-v-5940e0ec] {
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.comments-container .comments-main .comments-left .empty-collection .empty-main p[data-v-5940e0ec] {
    font-size: 18px;
    line-height: 1.33;
    color: #ccc
}

.coments-right[data-v-5940e0ec] {
    width: 260px;
    float: right;
    margin-top: 65px
}

.coments-right .right-top[data-v-5940e0ec] {
    background: #fff;
    padding: 25px 0
}

.coments-right .right-top .top-body[data-v-5940e0ec] {
    width: 98px;
    margin: 0 auto
}

.coments-right .right-top .top-body img[data-v-5940e0ec] {
    width: 98px;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

.coments-right .right-top .top-body p[data-v-5940e0ec] {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(0,0,0,.85);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.coments-right .right-top .top-body .collect-read[data-v-5940e0ec] {
    margin-top: 20px;
    width: 104px;
    height: 38px;
    border: 1px solid #4d8bee;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 4px
}

.coments-right .right-top .top-body .collect-read[data-v-5940e0ec]:last-child {
    color: #4d8bee
}

.coments-right .right-top .top-body .collect[data-v-5940e0ec] {
    color: #fff;
    background: #4d8bee
}

.coments-right .right-bottom[data-v-5940e0ec] {
    margin-top: 20px;
    background: #fff;
    padding: 22px 0
}

.coments-right .right-bottom .bottom-body[data-v-5940e0ec] {
    width: 170px;
    margin: 0 auto
}

.coments-right .right-bottom .bottom-body img[data-v-5940e0ec] {
    width: 170px;
    height: 170px
}

.coments-right .right-bottom .bottom-body p[data-v-5940e0ec] {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: rgba(0,0,0,.65);
    margin-top: 16px
}

.search-container[data-v-5bb450f6] {
    width: 100%;
    height: 100%;
    min-height: 100vh
}

.search-container .header-fix .fix-body[data-v-5bb450f6] {
    width: 990px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto
}

.search-container .header-fix .fix-body img[data-v-5bb450f6] {
    width: 142px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.search-container .header-fix .fix-body .private[data-v-5bb450f6] {
    float: right
}

.search-container .header-fix .fix-body .private phone-login[data-v-5bb450f6] {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px
}

.search-container .header-fix .fix-body .private phone-login .icon[data-v-5bb450f6] {
    font-size: 16px
}

.search-container .header-bottom[data-v-5bb450f6] {
    width: 100%;
    background: #4d8bee;
    margin-bottom: 20px
}

.search-container .header-bottom .bottom-content[data-v-5bb450f6] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.search-container .header-bottom .bottom-content a[data-v-5bb450f6] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.search-container .header-bottom .bottom-content .router-link-active[data-v-5bb450f6] {
    background: #f3799c;
    color: #fff
}

.search-container .header-bottom .bottom-content .write[data-v-5bb450f6] {
    position: absolute;
    right: 0
}

.search-container .header-bottom .bottom-content .write img[data-v-5bb450f6] {
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.search-container .search-main[data-v-5bb450f6] {
    width: 1120px;
    min-height: 666px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
}

.search-container .search-main .top-center[data-v-5bb450f6] {
    font-size: 0;
    text-align: center
}

.search-container .search-main .top-center .ivu-input-type[data-v-5bb450f6] {
    width: 261px
}

.search-container .search-main .top-center .skipTo[data-v-5bb450f6] {
    margin-top: 1px
}

.search-container .search-main .top-center span[data-v-5bb450f6] {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4d8bee
}

.search-container .search-main .top-center span .icon[data-v-5bb450f6] {
    font-size: 14px
}

.search-container .search-main .search-result[data-v-5bb450f6] {
    color: #9b9b9b;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    background: #FCFCFC;
    text-align: center;
    line-height: 32px;
    margin-top: 20px
}

.search-container .search-main .search-result span[data-v-5bb450f6] {
    color: #B91F29;
}

.search-container .search-main .result-list ul li[data-v-5bb450f6] {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0
}

.search-container .search-main .result-list ul li .book_cover[data-v-5bb450f6],.search-container .search-main .result-list ul li .book-info[data-v-5bb450f6] {
    float: left
}

.search-container .search-main .result-list ul li .book_cover[data-v-5bb450f6] {
    height: 120px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.35)
}

.search-container .search-main .result-list ul li .book-info[data-v-5bb450f6] {
    width: 88%;
    position: relative
}

.search-container .search-main .result-list ul li .book-info .name-words[data-v-5bb450f6] {
    font-size: 18px;
    font-weight: 500;
    max-width: 700px;
}

.search-container .search-main .result-list ul li .book-info .gray-info[data-v-5bb450f6] {
    color: #666;
    margin: 14px 0 16px;
    height: 20px
}

.search-container .search-main .result-list ul li .book-info .gray-info .author-avantar[data-v-5bb450f6] {
    width: 16px;
    height: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    vertical-align: middle
}

.search-container .search-main .result-list ul li .book-info .gray-info .author-name[data-v-5bb450f6] {
    color: #9b9b9b;
    font-size: 14px;
    margin: 0 15px 0 4px;
    position: relative;
    top: 2px;
    max-width: 400px;
}

.search-container .search-main .result-list ul li .book-info .gray-info a[data-v-5bb450f6] {
    border-radius: 2.4px;
    margin-left: 13px;
    padding: 2px 6px
}

.search-container .search-main .result-list ul li .book-info .gray-info .type[data-v-5bb450f6] {
    color: #333;
    border-radius: 2.4px;
    margin-left: 13px;
    padding: 0 6px;
    border: .5px solid #333;
}

.search-container .search-main .result-list ul li .book-info .gray-info .comfort[data-v-5bb450f6] {
    border: .5px solid #DE5A58;
    color: #DE5A58;
}
.search-container .search-main .result-list ul li .book-info .gray-info .lianzai[data-v-5bb450f6] {
    border-color: #3366CC;
    color: #3366CC;
}

.search-container .search-main .result-list ul li .book-info .paragragh[data-v-5bb450f6] {
    font-size: 14px;
    height: 48px;
    line-height: 1.7;
    color: rgba(0,0,0,.65);
    max-height: 48px;
    overflow: hidden
}

.search-container .search-main .result-list ul li .book-info .paragragh .ellipsis[data-v-5bb450f6] {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,.65);
    padding-left: 40px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 55%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 55%)
}

.search-container .search-main .result-list ul li .book-info .words-click[data-v-5bb450f6] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px
}

.search-container .search-main .result-list ul li .book-info .words-click p[data-v-5bb450f6] {
    color: #9b9b9b
}

.search-container .search-main .result-list ul li .book-info .words-click p span[data-v-5bb450f6] {
    color: rgba(0,0,0,.85)
}

.search-container .search-main .empty-collection .empty-main[data-v-5bb450f6] {
    text-align: center;
    width: 308px;
    margin: 0 auto;
    margin-top: 167px
}

.search-container .search-main .empty-collection .empty-main img[data-v-5bb450f6] {
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

.search-container .search-main .empty-collection .empty-main p[data-v-5bb450f6] {
    font-size: 18px;
    line-height: 1.33;
    color: #ccc
}

.first-intro[data-v-c113525c] {
    font-weight: 700
}

.text-container[data-v-c113525c] {
    background-color: hsla(0,0%,100%,0)
}

.text-container .header-bottom[data-v-c113525c] {
    width: 100%;
    background: #4d8bee
}

.text-container .header-bottom .bottom-content[data-v-c113525c] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.text-container .header-bottom .bottom-content a[data-v-c113525c] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.text-container .header-bottom .bottom-content .router-link-active[data-v-c113525c] {
    background: #f3799c;
    color: #fff
}

.text-container .header-bottom .bottom-content .write-phone[data-v-c113525c] {
    position: absolute;
    right: 0;
    bottom: 0
}

.text-container .header-bottom .bottom-content .write-phone .phone-port img[data-v-c113525c],.text-container .header-bottom .bottom-content .write-phone .write-plat img[data-v-c113525c] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.text-container .text-main[data-v-c113525c] {
    background-color: #fff;
    width: 990px;
    margin: 20px auto
}

.text-container .text-main .content-header[data-v-c113525c] {
    height: 120px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB7wAAADwCAMAAACkNusNAAAAQlBMVEX////f6v3g6v3h6v/Z5vzK3frk7fzJ2/q70vnW5PzO3/vV4/zT4vzQ4PvM3vvG2frR4fy/1PnL3fvC1/ne6f270fmi6OKNAAAABHRSTlMBks0rJ1A9IgAAD+JJREFUeNrs2kkKAkEMQNGaCIjbvv9ZRXFt186keO8SnwztbfZxxX9dCwD46Tn6bF89ElgAwK3ePkZksACAeyPN3G1vDgDbs/eMJBYAsGFmGbzFGwD29CQX77A3B4A9o12RhHgDwI5nizQWALBBvAGgmETxtjcHAPEGgAOJNwAUkyjejt4AIN4AcCDxBoBixBsAiskUbx9rACDeAHAe8QaAYsQbAIrJFG8fawBQLd6PBQCUivcCAMQbAE4j3gBQjHgDQDHiDQDFiDcAFCPeAFCMeAPwYudOcmMHoQCKTkBfdBaq/S/2g5NBBhmkqShAziks2Rvw1Xsqmc2INwBsZqV4+7Y5AIg3AJxHvAFgM+INAJsRbwDYzErxDgCAeAPAccQbADYj3gCwmYXi7f9qACDeAHAg8QaAzSwU7wAAiDcAnGedeNuaA4B4A8CJ1ol3AADEGwAOtEy8bc0BYLN4BwBAvAHgRKvE29YcADaLdwAAxJtfkV5/APyMZeJta76/9C4RB/6ClErtvbV8XePEV/dDbq33Wp75Olwm3oG9pZTKVEtJdUrzflJv4GCp9JZz/KCcW3/GW3GVeBu895bCbHXtU3vRWx9qraUYv4EDldqu+EVXqyV8wyrxDmwqpZCGl23RcI3zuK5xjZtx3euikoYg4cAZUm35Eb/tkVtN4UsWibfBe1ez2/fEnWe0YxznjfE0A97uEdwADhygtByfKrcSPm2ReAe2lOayvLd2xTlqx3/viY8hXu3ut3zzn717y3EbhsEo3Af/FUhJhCF0/2stkrSYTptxnItjqT7faxZwQEqKgYGV6tqE1zLdhXjjcWb5crWyhZS+JClahNeZegMYldXQpqLatFof8Z4woHxu92VbnrRQ78vP7bw/Z3cOYEClht4gVg/gxBuPMcv5MnVLUrpFv/I9l5zzBADDsOJ6Iy823dZFvLmuNh7LpVT3K+Ve7Pd5+i48/QYwCCuht4vb/e4h3rR7OJbLXD0kpXuoSTrVm39uATCAh2fu7efvHuI9YSx2aXeT0v2kxs01AAMorl15mb7WQbwZvAeTLdcaIaXHKMIZvgF0zWpodwv3zzuI94Sx5FI9pIfj3aQIr8zeAHpVXJ34avzeP94ThnJamXuT2jPxlprPhXgD6JBVdeXq+L17vFmaj8Vyqe4hpWc0NfeZzTmA7uRuhu4Pnqe/7R7vCSM5tztCSs+RojlvxgB0psd0X833vvFm8B7Mpd1NSs+Smnul3gD6YaWDS2or337fF2/afWyWyxzRUkvPa0nyuXBrDUAnZnVunj7sGm+W5mM5zd0RSq+iCB58A+hD0QDK9Ntd8abdx2aleii9jsJnFucA9jdEuv/M947xZmk+lvxrZ/5KEcF7bwB76/ms+29RprP18abdh3Z+3x0tvVYLZ3EOYFd5oHSfRJ5O1sabdh+b5eoRaq9tt1o4V84B7Mc6fRy2xG1aHW/afWyWZ28hpdeSIirn3gAe9Z/9m9pa1XaKN5fVBpNLDUnp1dRazCVPALDSEe+p/avsFG9mraFYmV1J6fWUmlf+5hzAKoc+7P7s2/T97Zi7B2N5riGlLag5D8YArMHG/FO8b9ebdh9cLtXVNoq3xOgNYAU25p/jfbPetPvgzrfV0laTd1IQbwC3HfyO+ZV4v7XenHcPx3INpa2oySt7cwBLGLuvxnv68f1NeCM2HrPiUtpMS+LUG8Db2NAX1T7ivVhv2n14Zrm60pYYvQEsYOy+Gu+letNuWJ5r2zjerfJxUABf4rT7WrwX6k27Ybm4K21LzgdKALxB1v/iHO+L7xvjmvmAzMp58N6Wos7M3gC2Nvjb7ivx3n74Zuwekv36ive2JCfeP9m7u93GQSCAwnuRER1+JgR73/9VtzbbprWi1KoDSuzzXUTKExwNGABwC1+q3Yn3rXrTbkzmdrePt/nMDecAFlgyXxfva75JN2YasxVxrUlJPA0KYIEl8xXxbrnzzW73y9KYTHrE22euWQOwwFfmd+PdePhm7H5hmq24DvEW88QbwHe8ILY23tVIulGpZhPXXB29+WINwBUXs6yN99VIu1HFZEVce6X4FE8AULHdvTLebba+2ex+barZ94m3iDF6A2hib9vdt+K9ffxm6N6TkL2IuNY4LAZgidPdv4h3NZLug9OYrLguxIzXSQCcaPe2eFcj6T4yDTGZuC6kGIfFAFTczLIl3tVIuQ9LQ/TF9SFiiXgDeMdn5pvjXY2U+5g0ZC/uJuIN4Pll2a0/p1XGcWW4KfeOdI43j3oD4IjYI+NdjfcLPhLuvdGQ+i2bF0uZdgOg3Zvjfdu4iPhItfdKNVu/yVs88QZAu9fGG3iKZXPhoDcA2k28sZWG1DfeHPQGQLuJN7ZRTSauF/Hc0gKAdhNvbJ+8S8d4c0sLANpNvLGVxmRydp1w0BsA7SbeeMTtqEK8AbyaA7SbeOOHwfuT+454A3hOR2g38cZtqhpSMne+couAs+cN4Ant+E5U4o27dBJj8u48XIbhMv0MrQdwjooB4C0S4o3f0ZOGEGLMKXl5b/eHYVLz3SLgpRTiDYA3QIk3fkM1hJhz9t68uPPw9t9HwS9Di/GbG9YAPITKQRBvfDWvlidvZiJTuy9vfyfXgs9L6A+vN3ebA3gENTkI4o0vNISYvC8mMrV7inf1UfDL2zR+N5i9pZjnSVAA2xym3cQbV6oackq+iBP5jPcc7Wr6Mw3fDZbORXgSFMBGXg6DeONTiPPYLSJutox3VfM9PD7enpNiADjgTbzxj717yXEYBKIoOnrCjQ0xZbH/rbZiD6KObFLE9OyeTTwV9aHLPB/dbimEV3iXqU5n6V0GN76VudECgCUxwhvdQ+YpZpkU/ob3mVLK4LFzGeENgCUxwht92b2se7P7j6vwrnU6ns5HpndmzRsAg+aEN/r+IImSwpvHdhHedSrTyJ0xyVjzBsCwGuGNDvuTeVbYOUrvo/Yu48bWZJE1bwAMqxHe8JvnNcWss/DepkuljJxai7S8AdDwJrzRVXhnO8nuY1nsUpmGhbcUEy1vAFxFJbxxo+Hdanq/lDJoZk3KtLwBcFmN8Ibbz/I+Z+5YFnuq06i2tywmjqMCoOFNeMP/F0nKCi/ud/NaR02cy9LCqzkAGt6EN9wr3ikqHHpL71pKGfBwLuVIeAOg4U14w2e/zpItXHg007vWMW3vvePNqzkANrwJbzjr7vW14X0R3lNpzawNeDlXTgvhDYCT5oQ3fOZljSaFp8a7eW1PnIdbTDGR3QB4NCe84fMsvKMUrj22bSvN8H7Gd7hDOXHXHABbYoQ3nOa3NbHTh/N26X3/3VwxUXcD4NGc8Ia/8Lag0HJsi9XGtvfNylsWKbwB8GhOeKMjvKXQdpTeDbe63jIuowJg0pzwRtdxtWyfw3vbppZ7Z9aU14XLqAB4NCe84T+u5qm8HRfOw5ekTOENgEdzwhsd4b1GmcInj639uVjZboU3hTcAbpoT3nCb1ywpfLT9V+ltlvnIGwA3zQlv+DXPmvtL7xuVtywnCm8ArHgT3ui5a+4L7/aF8+/HzWWR+ywAmFYjvNEV3jFbaHD9T/L9x6CmGDlqDoBpNcIbN7e8m1dST9WvN70trvwECoBpNcIbfeGdZc7wfra9y9AzLaYc14W6GwCFN+GNzsrbgtPjCO86LLyVE5+JAeC2GuGN3mHz7M/uvfYeWHnL4krDGwBrYoQ3uvz8pKzQ4Ly0VqdSusNbiomGNwDWxAhv/Ht4b2UqI8LbLDOsBoA1McL7l707WK0bBsIovMmP8UgzUQb6/q9a66q0CQFdbOt2k/NRSptNlgfJ0ggLt81nb3t/LNg2l4x1NwAW3sQbKw+sze97f9yMd47ZLLQbAAtv4o2FV8XmN8ZuDTeXlOa1MBQVAAtv4o01Q1rm3se0lutDWvqvy3CvO+fMAbDwJt5YPR51Pin149p41FSGeeOKGIDrBOL9g00eJpnW++/i+9evsw+TSDLnmDmAO5pAvH+y2ZOg83r/zfeZJ0EzleZeGc0CgMGoxBuXlRbSxXx/HE4cNlemIsxrId0A+OJNvHHZvjdTajvvffT78fH78GzlrUOEWXPSDYCj5sQb9+Jd3aRtu57vbr7wVpdpZo273QCYak68cddePVLbNb3eD6PdGrbh3/8lRZhb4xkSADwnRryx7qb3jXy/P9ot5ePP13iPn4SZNW+VM+YAWHgTb6yJd2536t1tm8LiICn1WRzM3FsthS1zACy8RbyxQKluqe0W9T43bzZERPZmdyPcdZwwp90AuCdGvLFo6W3Sdpmyp7uU2nlrzYfWee12JqECWMUF4o23Upvl9XpLaeMg2lHocqilDse/jx/0bpNuAExGJd5YaO9L74gb8Q5r9U+e+9+j4aPab+yUAzgwoEXEG8PS+eaRN753f5tUvrNPDuATjqtJxBuL7WPA+UVhXj6VmsU2gG84riYRb6yvd/XQdonMK6tsADMcVzsQbyy3X74uprRWaTeAGcaaH4g3lttLdZO0nSRFOKNXAExxXK0j3niBUj1SOtvuTK/lDQAmOK7WEW+8QCnNLaST7TZrhXgDeILjahLxxiuU6mdveyvDnA/eAGbYNddAvHHF+s/eCpnzThiAJ9g1fyDeeIV9L7WdOXOuNG+0G8Acu+YaiDeG9fV+bJ0rpe0JSRHmpXDDG8Acu+YaiDdepdfbLeJZvZUKc6+cVQPwFLvmA/HG65Ra3Sw1y7cUaeaVO2IAnmPXXAPxxquMF8HaI9+bDrl9kTps6uluhadHAPxnv9m7g9wGYSCAopvOwg5YFvc/bDFW001UwSJUo7y3STjBF/Zg90C8eWnufNetRbyO93ztdqwacIZV8yfx5p1KWebOd4vYImbAt+34G9HasdvtLhLgfoF48+fYee+97kbBY5sVb1HHO3dfF1PmwFlmzWMSb96szH4vva+91lZba+On7o99Ocrtym7gJLeBxiTe3KAcRsHXQ19Ht0sp5tSAK9wGGpN4c5vy2C2PUfFirRy4zodiP8Sb+5SnL+kGrrJq/ku8Afg8Vs3Fm0vMpwH/LxBvAFLxoZh4A5CMLW/xBiAZZ6OKNwDJBOINQCq+8hZvAJJxHah4A5CMLW/xBiCZQLwBSMWWt3gDkIwjWsQbgGQc0SLeACRjXk28AUhmC8QbgFQC8QYglUcg3gCkYthcvAFIxrC5eAOQTAvEG4BUAvEGIBWHo4o3AMmIt3gDfLd3xzQAwDAMBCfvVfmDLYESeOmOxE9OiLEUE28AYs4QbwBSLMXEG4AYb0nEG4AYM2/xBiBmiDcALUO8AUgx8xZvAGLMvMUbgBjxFm8AYnzzFm8AYhxYE28AYsRbvAGIcR1VvAGIEW/xBiDGaXPxBiBGvMUbgBh/ScQbgBjxFm8AYsRbvAGIuUO8AUgZ4g1AyxBvAFqGeAPQMj4eln7+Naijcg0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 85px;
    color: #637fa1;
    font-size: 20px;
    font-weight: 500;
    line-height: 120px
}

.text-container .text-main .content-main[data-v-c113525c] {
    padding: 77px 125px 54px 85px
}

.text-container .text-main .content-main .each-item[data-v-c113525c] {
    margin-bottom: 30px
}

.text-container .text-main .content-main .each-item .type-title[data-v-c113525c] {
    color: rgba(0,0,0,.85)
}

.text-container .text-main .content-main .each-item[data-v-c113525c]:last-child {
    margin-bottom: 30px
}

.text-container .footer[data-v-c113525c] {
    width: 990px;
    margin: 0 auto
}

.text-container .footer .copy-right[data-v-c113525c] {
    margin: 0 auto 30px;
    width: 720px;
    color: #d9d9d9;
    text-align: center
}

.text-container .footer .center[data-v-c113525c] {
    width: 720px;
    margin: 30px auto 25px;
    text-align: center
}

.text-container .footer .center a[data-v-c113525c] {
    color: #b9b9b9
}

h2[data-v-c113525c] {
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 700
}

p[data-v-c113525c] {
    color: rgba(0,0,0,.85);
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 500px) and (min-height:200px),(max-width:500px) and (min-width:100px) {
    .text-container[data-v-c113525c] {
        background-color:#fff;
        color: rgba(38,48,54,.5);
        padding: 15px;
        width: auto;
        font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: justify
    }

    .content-header[data-v-c113525c],.footer[data-v-c113525c],.header-bottom[data-v-c113525c],.header-fix[data-v-c113525c] {
        display: none
    }

    .text-container>.text-main[data-v-c113525c] {
        background-color: hsla(0,0%,100%,0);
        width: 100%;
        margin: 0
    }

    .text-container>.text-main>.content-main[data-v-c113525c] {
        padding: 0
    }
}

.first-intro[data-v-0a6157c4] {
    font-weight: 700
}

.text-container[data-v-0a6157c4] {
    background-color: hsla(0,0%,100%,0)
}

.text-container .header-bottom[data-v-0a6157c4] {
    width: 100%;
    background: #4d8bee
}

.text-container .header-bottom .bottom-content[data-v-0a6157c4] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.text-container .header-bottom .bottom-content a[data-v-0a6157c4] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.text-container .header-bottom .bottom-content .router-link-active[data-v-0a6157c4] {
    background: #f3799c;
    color: #fff
}

.text-container .header-bottom .bottom-content .write-phone[data-v-0a6157c4] {
    position: absolute;
    right: 0;
    bottom: 0
}

.text-container .header-bottom .bottom-content .write-phone .phone-port img[data-v-0a6157c4],.text-container .header-bottom .bottom-content .write-phone .write-plat img[data-v-0a6157c4] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.text-container .text-main[data-v-0a6157c4] {
    background-color: #fff;
    width: 990px;
    margin: 20px auto
}

.text-container .text-main .content-header[data-v-0a6157c4] {
    height: 120px;
    background: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 85px;
    color: #637fa1;
    font-size: 20px;
    font-weight: 500;
    line-height: 120px
}

.text-container .text-main .content-main[data-v-0a6157c4] {
    min-height: 450px;
    padding: 77px 125px 54px 85px
}

.text-container .text-main .each-item[data-v-0a6157c4] {
    margin-bottom: 30px
}

.text-container .text-main .each-item .type-title[data-v-0a6157c4] {
    color: rgba(0,0,0,.85)
}

.text-container .text-main .each-item[data-v-0a6157c4]:last-child {
    margin-bottom: 30px
}

.text-container .footer[data-v-0a6157c4] {
    width: 990px;
    margin: 0 auto
}

.text-container .footer .copy-right[data-v-0a6157c4] {
    margin: 0 auto 30px;
    width: 720px;
    color: #d9d9d9;
    text-align: center
}

.text-container .footer .center[data-v-0a6157c4] {
    width: 720px;
    margin: 30px auto 25px;
    text-align: center
}

.text-container .footer .center a[data-v-0a6157c4] {
    color: #b9b9b9
}

h2[data-v-0a6157c4] {
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 700
}

p[data-v-0a6157c4] {
    color: rgba(0,0,0,.85);
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 500px) and (min-height:200px),(max-width:500px) and (min-width:100px) {
    .text-container[data-v-0a6157c4] {
        background-color:#fff;
        color: rgba(38,48,54,.5);
        padding: 15px;
        width: auto;
        font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: justify
    }

    .content-header[data-v-0a6157c4],.footer[data-v-0a6157c4],.header-bottom[data-v-0a6157c4],.header-fix[data-v-0a6157c4] {
        display: none
    }

    .text-container>.text-main[data-v-0a6157c4] {
        background-color: hsla(0,0%,100%,0);
        width: 100%;
        margin: 0
    }

    .text-container>.text-main>.content-main[data-v-0a6157c4] {
        padding: 0
    }
}

.first-intro[data-v-34e706ce] {
    font-weight: 700
}

.text-container[data-v-34e706ce] {
    background-color: hsla(0,0%,100%,0)
}

.text-container .header-bottom[data-v-34e706ce] {
    width: 100%;
    background: #4d8bee
}

.text-container .header-bottom .bottom-content[data-v-34e706ce] {
    position: relative;
    margin: 0 auto;
    width: 990px;
    height: 48px;
    line-height: 48px
}

.text-container .header-bottom .bottom-content a[data-v-34e706ce] {
    display: inline-block;
    width: 80px;
    height: 47px;
    font-size: 14px;
    text-align: center;
    color: #eee;
    vertical-align: middle
}

.text-container .header-bottom .bottom-content .router-link-active[data-v-34e706ce] {
    background: #f3799c;
    color: #fff
}

.text-container .header-bottom .bottom-content .write-phone[data-v-34e706ce] {
    position: absolute;
    right: 0;
    bottom: 0
}

.text-container .header-bottom .bottom-content .write-phone .phone-port img[data-v-34e706ce],.text-container .header-bottom .bottom-content .write-phone .write-plat img[data-v-34e706ce] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.text-container .text-main[data-v-34e706ce] {
    background-color: #fff;
    width: 990px;
    margin: 20px auto
}

.text-container .text-main .content-header[data-v-34e706ce] {
    height: 120px;
    background: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 85px;
    color: #637fa1;
    font-size: 20px;
    font-weight: 500;
    line-height: 120px
}

.text-container .text-main .content-main[data-v-34e706ce] {
    min-height: 450px;
    padding: 77px 125px 54px 85px
}

.text-container .text-main .each-item[data-v-34e706ce] {
    margin-bottom: 30px
}

.text-container .text-main .each-item .type-title[data-v-34e706ce] {
    color: rgba(0,0,0,.85)
}

.text-container .text-main .each-item[data-v-34e706ce]:last-child {
    margin-bottom: 30px
}

.text-container .footer[data-v-34e706ce] {
    width: 990px;
    margin: 0 auto
}

.text-container .footer .copy-right[data-v-34e706ce] {
    margin: 0 auto 30px;
    width: 720px;
    color: #d9d9d9;
    text-align: center
}

.text-container .footer .center[data-v-34e706ce] {
    width: 720px;
    margin: 30px auto 25px;
    text-align: center
}

.text-container .footer .center a[data-v-34e706ce] {
    color: #b9b9b9
}

h2[data-v-34e706ce] {
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-weight: 700
}

p[data-v-34e706ce] {
    color: rgba(0,0,0,.85);
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 500px) and (min-height:200px),(max-width:500px) and (min-width:100px) {
    .text-container[data-v-34e706ce] {
        background-color:#fff;
        color: rgba(38,48,54,.5);
        padding: 15px;
        width: auto;
        font-family: system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-align: justify
    }

    .content-header[data-v-34e706ce],.footer[data-v-34e706ce],.header-bottom[data-v-34e706ce],.header-fix[data-v-34e706ce] {
        display: none
    }

    .text-container>.text-main[data-v-34e706ce] {
        background-color: hsla(0,0%,100%,0);
        width: 100%;
        margin: 0
    }

    .text-container>.text-main>.content-main[data-v-34e706ce] {
        padding: 0
    }
}

.welfare[data-v-2bca63de] {
    width: 100%;
    font-family: PingFangSC
}

.wl_main[data-v-2bca63de] {
    width: 990px;
    margin: 20px auto 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.wl_left[data-v-2bca63de] {
    width: 855px;
    height: auto
}

.wl_content[data-v-2bca63de] {
    background: #457ae5;
    width: 100%;
    margin-top: -5px
}

.wl_plane[data-v-2bca63de] {
    width: 100%;
    background: #fff
}

.wl_radius30[data-v-2bca63de] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.wlp_hearder[data-v-2bca63de] {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 35px
}

.wlp_pt25[data-v-2bca63de] {
    padding-top: 25px
}

.wlp_content[data-v-2bca63de] {
    width: 728px;
    margin: 0 auto
}

.wl_fz16[data-v-2bca63de] {
    font-size: 16px
}

.wl_fw500[data-v-2bca63de] {
    font-weight: 800
}

p[data-v-2bca63de] {
    line-height: 24px;
    vert-align: middle;
    font-size: 14px
}

.wl_ft40[data-v-2bca63de] {
    text-indent: 40px
}

.wl_mt20[data-v-2bca63de] {
    margin-top: 20px
}

.wl_mb20[data-v-2bca63de] {
    margin-bottom: 20px
}

.wl_fcred[data-v-2bca63de] {
    color: #ed4f4f
}

.wl_fcblue[data-v-2bca63de] {
    color: #4a90e2
}

.wl_ft22[data-v-2bca63de] {
    text-indent: 22px
}

.wl_fp30[data-v-2bca63de] {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 35px
}

.wl_footer[data-v-2bca63de] {
    width: 100%;
    padding: 73px 0
}

.wl_right[data-v-2bca63de] {
    padding-left: 15px;
    position: relative
}

.wl_right_inner[data-v-2bca63de] {
    position: fixed;
    top: 238px
}

.wlr_content[data-v-2bca63de] {
    background: url(/static/img/bg_bar.4b60392.png) no-repeat top;
    background-size: 100%
}

.wlr_content>li[data-v-2bca63de] {
    list-style: none
}

.wlr_content>li>a[data-v-2bca63de] {
    color: hsla(0,0%,100%,.85);
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 142px;
    font-size: 16px
}


.right-side-floating .floating-fix-block p[data-v-2bca63de] {
    display: block;
    color: #fff;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto
}

.right-side-floating .floating-fix-block[data-v-2bca63de] {
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 4px
}

.right-side-floating[data-v-2bca63de] {
    position: fixed;
    right: 24px;
    top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.right-side-floating .floating-fix-block img[data-v-2bca63de] {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto
}

.right-side-floating .float-to-top[data-v-2bca63de] {
    background: #4d8bee;
    margin-top: 10px
}

.hi-img[data-v-06ae6f25] {
    display: block;
    width: 990px;
    height: 1070px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.container[data-v-7bf45c38] {
    background: -webkit-gradient(linear,left top,left bottom,from(#5274fd),to(#294bd6));
    background: -webkit-linear-gradient(top,#5274fd,#294bd6);
    background: linear-gradient(180deg,#5274fd,#294bd6);
    padding-bottom: 5rem;
    height: 100%;
    width: 100%
}

.top-header[data-v-7bf45c38] {
    width: 100%
}

.top-header img[data-v-7bf45c38] {
    width: 85.71rem;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.invite-link-container[data-v-7bf45c38] {
    height: 4.71rem;
    width: 32.04rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.invite-link-container .btn-copy[data-v-7bf45c38] {
    color: #fff;
    font-size: 1.3rem;
    width: 6.57rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 1.4rem;
    padding-left: 1.5rem;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    background: -webkit-gradient(linear,right top,left top,from(#2ab0e5),to(#56ddbd));
    background: -webkit-linear-gradient(right,#2ab0e5,#56ddbd);
    background: linear-gradient(-90deg,#2ab0e5,#56ddbd)
}

.invite-link-container .light-left[data-v-7bf45c38] {
    width: 8.79rem;
    height: 1rem;
    position: absolute;
    bottom: -.7rem;
    left: -4rem
}

.invite-link-container .light-right[data-v-7bf45c38] {
    width: 8.79rem;
    height: 1rem;
    position: absolute;
    top: -.5rem;
    right: -4rem
}

.invite-link-input[data-v-7bf45c38] {
    height: 4.71rem;
    width: 32.04rem;
    display: block;
    border-radius: 3rem;
    border: 2px solid #27ade8;
    background: none;
    font-size: 1.6rem;
    color: #fff;
    padding-left: 1.6rem
}

.invite-people-count[data-v-7bf45c38] {
    color: #77e1ea;
    font-size: 1.5rem;
    text-align: right;
    top: -2rem;
    right: 0
}

.list-container-wrapper[data-v-7bf45c38] {
    width: 71.43rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem
}

.list-container[data-v-7bf45c38] {
    position: relative;
    width: 71.43rem;
    height: 49rem;
    border-radius: 30px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow-y: scroll;
    margin-top: 2rem;
    box-shadow: 0 0 40px 1px #5a79f5,inset 0 0 26px 19px #5a79f5;
    background-image: -webkit-radial-gradient(50% 119%,rgba(41,75,214,0) 0,rgba(47,81,220,.17) 80%,#4d6ff8 100%);
    background-image: radial-gradient(50% 119%,rgba(41,75,214,0) 0,rgba(47,81,220,.17) 80%,#4d6ff8 100%)
}

.list-container .list-item[data-v-7bf45c38] {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.71rem;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem
}

.list-container .list-item .time[data-v-7bf45c38] {
    width: 30%
}

.list-container .list-item .user-info-block[data-v-7bf45c38] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 35%
}

.list-container .list-item .user-info-block span[data-v-7bf45c38] {
    width: 100%
}

.list-container .list-item .user-info-block img[data-v-7bf45c38] {
    width: 2.71rem;
    height: 2.71rem;
    border-radius: 50%;
    margin-right: 1.79rem
}

.cloud-left[data-v-7bf45c38] {
    display: block;
    position: absolute;
    height: 48rem;
    left: 0
}

.cloud-right[data-v-7bf45c38] {
    display: block;
    position: absolute;
    width: 40rem;
    right: 0;
    height: 48rem
}

.loading-container[data-v-7bf45c38] {
    position: absolute;
    top: 0;
    left: 0;
    height: 128%;
    width: 100%;
    min-height: 100vh;
    min-width: 100vw
}

.empty-list-hint[data-v-7bf45c38] {
    color: #fff;
    font-size: 2rem;
    text-align: center
}

.recharge-container[data-v-5e76bff6] {
    width: 100%;
    height: 100%
}

.recharge-container .header-fix[data-v-5e76bff6] {
    background: hsla(0,0%,100%,.65);
    margin-bottom: 20px
}

.recharge-container .header-fix .fix-body[data-v-5e76bff6] {
    width: 990px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto
}

.recharge-container .header-fix .fix-body img[data-v-5e76bff6] {
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.recharge-container .header-fix .fix-body .private[data-v-5e76bff6] {
    float: right
}

.recharge-container .header-fix .fix-body .private .log>img[data-v-5e76bff6] {
    border-radius: 50%
}

.recharge-container .header-fix .fix-body .private .phone-login[data-v-5e76bff6] {
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
    position: relative;
    height: 48px;
    color: rgba(0,0,0,.85);
    vertical-align: sub
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list[data-v-5e76bff6] {
    display: none;
    background: #fff;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 300
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a[data-v-5e76bff6] {
    display: block;
    height: 32px;
    width: 134px;
    text-align: center;
    line-height: 32px
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a img[data-v-5e76bff6] {
    width: 14px;
    height: 16px;
    margin-right: 14px;
    vertical-align: middle
}

.recharge-container .header-fix .fix-body .private .phone-login .msite-list>a[data-v-5e76bff6]:hover {
    background: #edf3fd
}

.recharge-container .header-fix .fix-body .private .phone-login:hover .msite-list[data-v-5e76bff6] {
    display: block
}

.recharge-container .header-fix .fix-body .private .phone-login img[data-v-5e76bff6] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub
}

.recharge-container .recharge-main[data-v-5e76bff6] {
    width: 990px;
    background: #fff;
    margin: 0 auto;
    height: 100%;
    min-height: 85vh;
    position: relative
}

.recharge-container .recharge-main .recharge-title[data-v-5e76bff6] {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    height: 68px;
    padding-left: 30px;
    line-height: 68px;
    border-bottom: 1px solid #e8e8e8
}

.recharge-container .recharge-main .recharge-body[data-v-5e76bff6] {
    padding: 0 30px;
    margin-top: 80px
}

.recharge-container .recharge-main .recharge-body .recharge-code[data-v-5e76bff6] {
    margin: 0 auto;
    width: 190px;
    height: 190px;
    padding: 5px;
    border: 1px solid #d9d9d9
}

.recharge-container .recharge-main .recharge-body .code-body[data-v-5e76bff6] {
    margin: 0 auto;
    width: 190px;
    text-align: center
}

.recharge-container .recharge-main .recharge-body .code-body .code-title[data-v-5e76bff6] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #4d8bee;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: 30px 0
}

.recharge-container .recharge-main .recharge-body .code-body .code-price[data-v-5e76bff6] {
    font-size: 28px;
    color: rgba(0,0,0,.65)
}

.recharge-footer[data-v-5e76bff6] {
    width: 990px;
    margin: 30px auto;
    text-align: center;
    line-height: 22px;
    color: rgba(0,0,0,.45);
    font-size: 14px
}

.recharge-footer p>span[data-v-5e76bff6] {
    padding: 0 40px
}

.recharge-footer p[data-v-5e76bff6]:nth-child(2) {
    font-size: 12px
}

.ivu-load-loop {
    animation: ani-load-loop 1s linear infinite
}

@keyframes ani-load-loop {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.input-group-error-append,.input-group-error-prepend {
    background-color: #fff;
    border: 1px solid #ed3f14
}

.input-group-error-append .ivu-select-selection,.input-group-error-prepend .ivu-select-selection {
    background-color: inherit;
    border: 1px solid transparent
}

.input-group-error-prepend {
    border-right: 0
}

.input-group-error-append {
    border-left: 0
}

.ivu-breadcrumb {
    color: #999;
    font-size: 14px
}

.ivu-breadcrumb a {
    color: #495060;
    transition: color .2s ease-in-out
}

.ivu-breadcrumb>span:last-child .ivu-breadcrumb-item-separator {
    display: none
}

.ivu-breadcrumb-item-separator {
    margin: 0 8px;
    color: #dddee1
}

.ivu-breadcrumb-item-link>.ivu-icon+span {
    margin-left: 4px
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

*,:after,:before {
    box-sizing: border-box
}

body {
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #495060;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

a {
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease
}

a:hover {
    color: #57a3f3
}

a:active {
    color: #2b85e4
}

a:active,a:hover {
    outline: 0;
    text-decoration: none
}

a[disabled] {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none
}

code,kbd,pre,samp {
    font-family: Consolas,Menlo,Courier,monospace
}

@font-face {
    font-family: Ionicons;
    src: url(/static/fonts/ionicons.2c2ae06.eot);
    src: url(/static/fonts/ionicons.2c2ae06.eot#iefix) format("embedded-opentype"),url(/static/fonts/ionicons.24712f6.ttf) format("truetype"),url(/static/fonts/ionicons.05acfdb.woff) format("woff"),url(/static/img/ionicons.621bd38.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ivu-icon-alert:before {
    content: "\F101"
}

.ivu-icon-alert-circled:before {
    content: "\F100"
}

.ivu-icon-android-add:before {
    content: "\F2C7"
}

.ivu-icon-android-add-circle:before {
    content: "\F359"
}

.ivu-icon-android-alarm-clock:before {
    content: "\F35A"
}

.ivu-icon-android-alert:before {
    content: "\F35B"
}

.ivu-icon-android-apps:before {
    content: "\F35C"
}

.ivu-icon-android-archive:before {
    content: "\F2C9"
}

.ivu-icon-android-arrow-back:before {
    content: "\F2CA"
}

.ivu-icon-android-arrow-down:before {
    content: "\F35D"
}

.ivu-icon-android-arrow-dropdown:before {
    content: "\F35F"
}

.ivu-icon-android-arrow-dropdown-circle:before {
    content: "\F35E"
}

.ivu-icon-android-arrow-dropleft:before {
    content: "\F361"
}

.ivu-icon-android-arrow-dropleft-circle:before {
    content: "\F360"
}

.ivu-icon-android-arrow-dropright:before {
    content: "\F363"
}

.ivu-icon-android-arrow-dropright-circle:before {
    content: "\F362"
}

.ivu-icon-android-arrow-dropup:before {
    content: "\F365"
}

.ivu-icon-android-arrow-dropup-circle:before {
    content: "\F364"
}

.ivu-icon-android-arrow-forward:before {
    content: "\F30F"
}

.ivu-icon-android-arrow-up:before {
    content: "\F366"
}

.ivu-icon-android-attach:before {
    content: "\F367"
}

.ivu-icon-android-bar:before {
    content: "\F368"
}

.ivu-icon-android-bicycle:before {
    content: "\F369"
}

.ivu-icon-android-boat:before {
    content: "\F36A"
}

.ivu-icon-android-bookmark:before {
    content: "\F36B"
}

.ivu-icon-android-bulb:before {
    content: "\F36C"
}

.ivu-icon-android-bus:before {
    content: "\F36D"
}

.ivu-icon-android-calendar:before {
    content: "\F2D1"
}

.ivu-icon-android-call:before {
    content: "\F2D2"
}

.ivu-icon-android-camera:before {
    content: "\F2D3"
}

.ivu-icon-android-cancel:before {
    content: "\F36E"
}

.ivu-icon-android-car:before {
    content: "\F36F"
}

.ivu-icon-android-cart:before {
    content: "\F370"
}

.ivu-icon-android-chat:before {
    content: "\F2D4"
}

.ivu-icon-android-checkbox:before {
    content: "\F374"
}

.ivu-icon-android-checkbox-blank:before {
    content: "\F371"
}

.ivu-icon-android-checkbox-outline:before {
    content: "\F373"
}

.ivu-icon-android-checkbox-outline-blank:before {
    content: "\F372"
}

.ivu-icon-android-checkmark-circle:before {
    content: "\F375"
}

.ivu-icon-android-clipboard:before {
    content: "\F376"
}

.ivu-icon-android-close:before {
    content: "\F2D7"
}

.ivu-icon-android-cloud:before {
    content: "\F37A"
}

.ivu-icon-android-cloud-circle:before {
    content: "\F377"
}

.ivu-icon-android-cloud-done:before {
    content: "\F378"
}

.ivu-icon-android-cloud-outline:before {
    content: "\F379"
}

.ivu-icon-android-color-palette:before {
    content: "\F37B"
}

.ivu-icon-android-compass:before {
    content: "\F37C"
}

.ivu-icon-android-contact:before {
    content: "\F2D8"
}

.ivu-icon-android-contacts:before {
    content: "\F2D9"
}

.ivu-icon-android-contract:before {
    content: "\F37D"
}

.ivu-icon-android-create:before {
    content: "\F37E"
}

.ivu-icon-android-delete:before {
    content: "\F37F"
}

.ivu-icon-android-desktop:before {
    content: "\F380"
}

.ivu-icon-android-document:before {
    content: "\F381"
}

.ivu-icon-android-done:before {
    content: "\F383"
}

.ivu-icon-android-done-all:before {
    content: "\F382"
}

.ivu-icon-android-download:before {
    content: "\F2DD"
}

.ivu-icon-android-drafts:before {
    content: "\F384"
}

.ivu-icon-android-exit:before {
    content: "\F385"
}

.ivu-icon-android-expand:before {
    content: "\F386"
}

.ivu-icon-android-favorite:before {
    content: "\F388"
}

.ivu-icon-android-favorite-outline:before {
    content: "\F387"
}

.ivu-icon-android-film:before {
    content: "\F389"
}

.ivu-icon-android-folder:before {
    content: "\F2E0"
}

.ivu-icon-android-folder-open:before {
    content: "\F38A"
}

.ivu-icon-android-funnel:before {
    content: "\F38B"
}

.ivu-icon-android-globe:before {
    content: "\F38C"
}

.ivu-icon-android-hand:before {
    content: "\F2E3"
}

.ivu-icon-android-hangout:before {
    content: "\F38D"
}

.ivu-icon-android-happy:before {
    content: "\F38E"
}

.ivu-icon-android-home:before {
    content: "\F38F"
}

.ivu-icon-android-image:before {
    content: "\F2E4"
}

.ivu-icon-android-laptop:before {
    content: "\F390"
}

.ivu-icon-android-list:before {
    content: "\F391"
}

.ivu-icon-android-locate:before {
    content: "\F2E9"
}

.ivu-icon-android-lock:before {
    content: "\F392"
}

.ivu-icon-android-mail:before {
    content: "\F2EB"
}

.ivu-icon-android-map:before {
    content: "\F393"
}

.ivu-icon-android-menu:before {
    content: "\F394"
}

.ivu-icon-android-microphone:before {
    content: "\F2EC"
}

.ivu-icon-android-microphone-off:before {
    content: "\F395"
}

.ivu-icon-android-more-horizontal:before {
    content: "\F396"
}

.ivu-icon-android-more-vertical:before {
    content: "\F397"
}

.ivu-icon-android-navigate:before {
    content: "\F398"
}

.ivu-icon-android-notifications:before {
    content: "\F39B"
}

.ivu-icon-android-notifications-none:before {
    content: "\F399"
}

.ivu-icon-android-notifications-off:before {
    content: "\F39A"
}

.ivu-icon-android-open:before {
    content: "\F39C"
}

.ivu-icon-android-options:before {
    content: "\F39D"
}

.ivu-icon-android-people:before {
    content: "\F39E"
}

.ivu-icon-android-person:before {
    content: "\F3A0"
}

.ivu-icon-android-person-add:before {
    content: "\F39F"
}

.ivu-icon-android-phone-landscape:before {
    content: "\F3A1"
}

.ivu-icon-android-phone-portrait:before {
    content: "\F3A2"
}

.ivu-icon-android-pin:before {
    content: "\F3A3"
}

.ivu-icon-android-plane:before {
    content: "\F3A4"
}

.ivu-icon-android-playstore:before {
    content: "\F2F0"
}

.ivu-icon-android-print:before {
    content: "\F3A5"
}

.ivu-icon-android-radio-button-off:before {
    content: "\F3A6"
}

.ivu-icon-android-radio-button-on:before {
    content: "\F3A7"
}

.ivu-icon-android-refresh:before {
    content: "\F3A8"
}

.ivu-icon-android-remove:before {
    content: "\F2F4"
}

.ivu-icon-android-remove-circle:before {
    content: "\F3A9"
}

.ivu-icon-android-restaurant:before {
    content: "\F3AA"
}

.ivu-icon-android-sad:before {
    content: "\F3AB"
}

.ivu-icon-android-search:before {
    content: "\F2F5"
}

.ivu-icon-android-send:before {
    content: "\F2F6"
}

.ivu-icon-android-settings:before {
    content: "\F2F7"
}

.ivu-icon-android-share:before {
    content: "\F2F8"
}

.ivu-icon-android-share-alt:before {
    content: "\F3AC"
}

.ivu-icon-android-star:before {
    content: "\F2FC"
}

.ivu-icon-android-star-half:before {
    content: "\F3AD"
}

.ivu-icon-android-star-outline:before {
    content: "\F3AE"
}

.ivu-icon-android-stopwatch:before {
    content: "\F2FD"
}

.ivu-icon-android-subway:before {
    content: "\F3AF"
}

.ivu-icon-android-sunny:before {
    content: "\F3B0"
}

.ivu-icon-android-sync:before {
    content: "\F3B1"
}

.ivu-icon-android-textsms:before {
    content: "\F3B2"
}

.ivu-icon-android-time:before {
    content: "\F3B3"
}

.ivu-icon-android-train:before {
    content: "\F3B4"
}

.ivu-icon-android-unlock:before {
    content: "\F3B5"
}

.ivu-icon-android-upload:before {
    content: "\F3B6"
}

.ivu-icon-android-volume-down:before {
    content: "\F3B7"
}

.ivu-icon-android-volume-mute:before {
    content: "\F3B8"
}

.ivu-icon-android-volume-off:before {
    content: "\F3B9"
}

.ivu-icon-android-volume-up:before {
    content: "\F3BA"
}

.ivu-icon-android-walk:before {
    content: "\F3BB"
}

.ivu-icon-android-warning:before {
    content: "\F3BC"
}

.ivu-icon-android-watch:before {
    content: "\F3BD"
}

.ivu-icon-android-wifi:before {
    content: "\F305"
}

.ivu-icon-aperture:before {
    content: "\F313"
}

.ivu-icon-archive:before {
    content: "\F102"
}

.ivu-icon-arrow-down-a:before {
    content: "\F103"
}

.ivu-icon-arrow-down-b:before {
    content: "\F104"
}

.ivu-icon-arrow-down-c:before {
    content: "\F105"
}

.ivu-icon-arrow-expand:before {
    content: "\F25E"
}

.ivu-icon-arrow-graph-down-left:before {
    content: "\F25F"
}

.ivu-icon-arrow-graph-down-right:before {
    content: "\F260"
}

.ivu-icon-arrow-graph-up-left:before {
    content: "\F261"
}

.ivu-icon-arrow-graph-up-right:before {
    content: "\F262"
}

.ivu-icon-arrow-left-a:before {
    content: "\F106"
}

.ivu-icon-arrow-left-b:before {
    content: "\F107"
}

.ivu-icon-arrow-left-c:before {
    content: "\F108"
}

.ivu-icon-arrow-move:before {
    content: "\F263"
}

.ivu-icon-arrow-resize:before {
    content: "\F264"
}

.ivu-icon-arrow-return-left:before {
    content: "\F265"
}

.ivu-icon-arrow-return-right:before {
    content: "\F266"
}

.ivu-icon-arrow-right-a:before {
    content: "\F109"
}

.ivu-icon-arrow-right-b:before {
    content: "\F10A"
}

.ivu-icon-arrow-right-c:before {
    content: "\F10B"
}

.ivu-icon-arrow-shrink:before {
    content: "\F267"
}

.ivu-icon-arrow-swap:before {
    content: "\F268"
}

.ivu-icon-arrow-up-a:before {
    content: "\F10C"
}

.ivu-icon-arrow-up-b:before {
    content: "\F10D"
}

.ivu-icon-arrow-up-c:before {
    content: "\F10E"
}

.ivu-icon-asterisk:before {
    content: "\F314"
}

.ivu-icon-at:before {
    content: "\F10F"
}

.ivu-icon-backspace:before {
    content: "\F3BF"
}

.ivu-icon-backspace-outline:before {
    content: "\F3BE"
}

.ivu-icon-bag:before {
    content: "\F110"
}

.ivu-icon-battery-charging:before {
    content: "\F111"
}

.ivu-icon-battery-empty:before {
    content: "\F112"
}

.ivu-icon-battery-full:before {
    content: "\F113"
}

.ivu-icon-battery-half:before {
    content: "\F114"
}

.ivu-icon-battery-low:before {
    content: "\F115"
}

.ivu-icon-beaker:before {
    content: "\F269"
}

.ivu-icon-beer:before {
    content: "\F26A"
}

.ivu-icon-bluetooth:before {
    content: "\F116"
}

.ivu-icon-bonfire:before {
    content: "\F315"
}

.ivu-icon-bookmark:before {
    content: "\F26B"
}

.ivu-icon-bowtie:before {
    content: "\F3C0"
}

.ivu-icon-briefcase:before {
    content: "\F26C"
}

.ivu-icon-bug:before {
    content: "\F2BE"
}

.ivu-icon-calculator:before {
    content: "\F26D"
}

.ivu-icon-calendar:before {
    content: "\F117"
}

.ivu-icon-camera:before {
    content: "\F118"
}

.ivu-icon-card:before {
    content: "\F119"
}

.ivu-icon-cash:before {
    content: "\F316"
}

.ivu-icon-chatbox:before {
    content: "\F11B"
}

.ivu-icon-chatbox-working:before {
    content: "\F11A"
}

.ivu-icon-chatboxes:before {
    content: "\F11C"
}

.ivu-icon-chatbubble:before {
    content: "\F11E"
}

.ivu-icon-chatbubble-working:before {
    content: "\F11D"
}

.ivu-icon-chatbubbles:before {
    content: "\F11F"
}

.ivu-icon-checkmark:before {
    content: "\F122"
}

.ivu-icon-checkmark-circled:before {
    content: "\F120"
}

.ivu-icon-checkmark-round:before {
    content: "\F121"
}

.ivu-icon-chevron-down:before {
    content: "\F123"
}

.ivu-icon-chevron-left:before {
    content: "\F124"
}

.ivu-icon-chevron-right:before {
    content: "\F125"
}

.ivu-icon-chevron-up:before {
    content: "\F126"
}

.ivu-icon-clipboard:before {
    content: "\F127"
}

.ivu-icon-clock:before {
    content: "\F26E"
}

.ivu-icon-close:before {
    content: "\F12A"
}

.ivu-icon-close-circled:before {
    content: "\F128"
}

.ivu-icon-close-round:before {
    content: "\F129"
}

.ivu-icon-closed-captioning:before {
    content: "\F317"
}

.ivu-icon-cloud:before {
    content: "\F12B"
}

.ivu-icon-code:before {
    content: "\F271"
}

.ivu-icon-code-download:before {
    content: "\F26F"
}

.ivu-icon-code-working:before {
    content: "\F270"
}

.ivu-icon-coffee:before {
    content: "\F272"
}

.ivu-icon-compass:before {
    content: "\F273"
}

.ivu-icon-compose:before {
    content: "\F12C"
}

.ivu-icon-connection-bars:before {
    content: "\F274"
}

.ivu-icon-contrast:before {
    content: "\F275"
}

.ivu-icon-crop:before {
    content: "\F3C1"
}

.ivu-icon-cube:before {
    content: "\F318"
}

.ivu-icon-disc:before {
    content: "\F12D"
}

.ivu-icon-document:before {
    content: "\F12F"
}

.ivu-icon-document-text:before {
    content: "\F12E"
}

.ivu-icon-drag:before {
    content: "\F130"
}

.ivu-icon-earth:before {
    content: "\F276"
}

.ivu-icon-easel:before {
    content: "\F3C2"
}

.ivu-icon-edit:before {
    content: "\F2BF"
}

.ivu-icon-egg:before {
    content: "\F277"
}

.ivu-icon-eject:before {
    content: "\F131"
}

.ivu-icon-email:before {
    content: "\F132"
}

.ivu-icon-email-unread:before {
    content: "\F3C3"
}

.ivu-icon-erlenmeyer-flask:before {
    content: "\F3C5"
}

.ivu-icon-erlenmeyer-flask-bubbles:before {
    content: "\F3C4"
}

.ivu-icon-eye:before {
    content: "\F133"
}

.ivu-icon-eye-disabled:before {
    content: "\F306"
}

.ivu-icon-female:before {
    content: "\F278"
}

.ivu-icon-filing:before {
    content: "\F134"
}

.ivu-icon-film-marker:before {
    content: "\F135"
}

.ivu-icon-fireball:before {
    content: "\F319"
}

.ivu-icon-flag:before {
    content: "\F279"
}

.ivu-icon-flame:before {
    content: "\F31A"
}

.ivu-icon-flash:before {
    content: "\F137"
}

.ivu-icon-flash-off:before {
    content: "\F136"
}

.ivu-icon-folder:before {
    content: "\F139"
}

.ivu-icon-fork:before {
    content: "\F27A"
}

.ivu-icon-fork-repo:before {
    content: "\F2C0"
}

.ivu-icon-forward:before {
    content: "\F13A"
}

.ivu-icon-funnel:before {
    content: "\F31B"
}

.ivu-icon-gear-a:before {
    content: "\F13D"
}

.ivu-icon-gear-b:before {
    content: "\F13E"
}

.ivu-icon-grid:before {
    content: "\F13F"
}

.ivu-icon-hammer:before {
    content: "\F27B"
}

.ivu-icon-happy:before {
    content: "\F31C"
}

.ivu-icon-happy-outline:before {
    content: "\F3C6"
}

.ivu-icon-headphone:before {
    content: "\F140"
}

.ivu-icon-heart:before {
    content: "\F141"
}

.ivu-icon-heart-broken:before {
    content: "\F31D"
}

.ivu-icon-help:before {
    content: "\F143"
}

.ivu-icon-help-buoy:before {
    content: "\F27C"
}

.ivu-icon-help-circled:before {
    content: "\F142"
}

.ivu-icon-home:before {
    content: "\F144"
}

.ivu-icon-icecream:before {
    content: "\F27D"
}

.ivu-icon-image:before {
    content: "\F147"
}

.ivu-icon-images:before {
    content: "\F148"
}

.ivu-icon-information:before {
    content: "\F14A"
}

.ivu-icon-information-circled:before {
    content: "\F149"
}

.ivu-icon-ionic:before {
    content: "\F14B"
}

.ivu-icon-ios-alarm:before {
    content: "\F3C8"
}

.ivu-icon-ios-alarm-outline:before {
    content: "\F3C7"
}

.ivu-icon-ios-albums:before {
    content: "\F3CA"
}

.ivu-icon-ios-albums-outline:before {
    content: "\F3C9"
}

.ivu-icon-ios-americanfootball:before {
    content: "\F3CC"
}

.ivu-icon-ios-americanfootball-outline:before {
    content: "\F3CB"
}

.ivu-icon-ios-analytics:before {
    content: "\F3CE"
}

.ivu-icon-ios-analytics-outline:before {
    content: "\F3CD"
}

.ivu-icon-ios-arrow-back:before {
    content: "\F3CF"
}

.ivu-icon-ios-arrow-down:before {
    content: "\F3D0"
}

.ivu-icon-ios-arrow-forward:before {
    content: "\F3D1"
}

.ivu-icon-ios-arrow-left:before {
    content: "\F3D2"
}

.ivu-icon-ios-arrow-right:before {
    content: "\F3D3"
}

.ivu-icon-ios-arrow-thin-down:before {
    content: "\F3D4"
}

.ivu-icon-ios-arrow-thin-left:before {
    content: "\F3D5"
}

.ivu-icon-ios-arrow-thin-right:before {
    content: "\F3D6"
}

.ivu-icon-ios-arrow-thin-up:before {
    content: "\F3D7"
}

.ivu-icon-ios-arrow-up:before {
    content: "\F3D8"
}

.ivu-icon-ios-at:before {
    content: "\F3DA"
}

.ivu-icon-ios-at-outline:before {
    content: "\F3D9"
}

.ivu-icon-ios-barcode:before {
    content: "\F3DC"
}

.ivu-icon-ios-barcode-outline:before {
    content: "\F3DB"
}

.ivu-icon-ios-baseball:before {
    content: "\F3DE"
}

.ivu-icon-ios-baseball-outline:before {
    content: "\F3DD"
}

.ivu-icon-ios-basketball:before {
    content: "\F3E0"
}

.ivu-icon-ios-basketball-outline:before {
    content: "\F3DF"
}

.ivu-icon-ios-bell:before {
    content: "\F3E2"
}

.ivu-icon-ios-bell-outline:before {
    content: "\F3E1"
}

.ivu-icon-ios-body:before {
    content: "\F3E4"
}

.ivu-icon-ios-body-outline:before {
    content: "\F3E3"
}

.ivu-icon-ios-bolt:before {
    content: "\F3E6"
}

.ivu-icon-ios-bolt-outline:before {
    content: "\F3E5"
}

.ivu-icon-ios-book:before {
    content: "\F3E8"
}

.ivu-icon-ios-book-outline:before {
    content: "\F3E7"
}

.ivu-icon-ios-bookmarks:before {
    content: "\F3EA"
}

.ivu-icon-ios-bookmarks-outline:before {
    content: "\F3E9"
}

.ivu-icon-ios-box:before {
    content: "\F3EC"
}

.ivu-icon-ios-box-outline:before {
    content: "\F3EB"
}

.ivu-icon-ios-briefcase:before {
    content: "\F3EE"
}

.ivu-icon-ios-briefcase-outline:before {
    content: "\F3ED"
}

.ivu-icon-ios-browsers:before {
    content: "\F3F0"
}

.ivu-icon-ios-browsers-outline:before {
    content: "\F3EF"
}

.ivu-icon-ios-calculator:before {
    content: "\F3F2"
}

.ivu-icon-ios-calculator-outline:before {
    content: "\F3F1"
}

.ivu-icon-ios-calendar:before {
    content: "\F3F4"
}

.ivu-icon-ios-calendar-outline:before {
    content: "\F3F3"
}

.ivu-icon-ios-camera:before {
    content: "\F3F6"
}

.ivu-icon-ios-camera-outline:before {
    content: "\F3F5"
}

.ivu-icon-ios-cart:before {
    content: "\F3F8"
}

.ivu-icon-ios-cart-outline:before {
    content: "\F3F7"
}

.ivu-icon-ios-chatboxes:before {
    content: "\F3FA"
}

.ivu-icon-ios-chatboxes-outline:before {
    content: "\F3F9"
}

.ivu-icon-ios-chatbubble:before {
    content: "\F3FC"
}

.ivu-icon-ios-chatbubble-outline:before {
    content: "\F3FB"
}

.ivu-icon-ios-checkmark:before {
    content: "\F3FF"
}

.ivu-icon-ios-checkmark-empty:before {
    content: "\F3FD"
}

.ivu-icon-ios-checkmark-outline:before {
    content: "\F3FE"
}

.ivu-icon-ios-circle-filled:before {
    content: "\F400"
}

.ivu-icon-ios-circle-outline:before {
    content: "\F401"
}

.ivu-icon-ios-clock:before {
    content: "\F403"
}

.ivu-icon-ios-clock-outline:before {
    content: "\F402"
}

.ivu-icon-ios-close:before {
    content: "\F406"
}

.ivu-icon-ios-close-empty:before {
    content: "\F404"
}

.ivu-icon-ios-close-outline:before {
    content: "\F405"
}

.ivu-icon-ios-cloud:before {
    content: "\F40C"
}

.ivu-icon-ios-cloud-download:before {
    content: "\F408"
}

.ivu-icon-ios-cloud-download-outline:before {
    content: "\F407"
}

.ivu-icon-ios-cloud-outline:before {
    content: "\F409"
}

.ivu-icon-ios-cloud-upload:before {
    content: "\F40B"
}

.ivu-icon-ios-cloud-upload-outline:before {
    content: "\F40A"
}

.ivu-icon-ios-cloudy:before {
    content: "\F410"
}

.ivu-icon-ios-cloudy-night:before {
    content: "\F40E"
}

.ivu-icon-ios-cloudy-night-outline:before {
    content: "\F40D"
}

.ivu-icon-ios-cloudy-outline:before {
    content: "\F40F"
}

.ivu-icon-ios-cog:before {
    content: "\F412"
}

.ivu-icon-ios-cog-outline:before {
    content: "\F411"
}

.ivu-icon-ios-color-filter:before {
    content: "\F414"
}

.ivu-icon-ios-color-filter-outline:before {
    content: "\F413"
}

.ivu-icon-ios-color-wand:before {
    content: "\F416"
}

.ivu-icon-ios-color-wand-outline:before {
    content: "\F415"
}

.ivu-icon-ios-compose:before {
    content: "\F418"
}

.ivu-icon-ios-compose-outline:before {
    content: "\F417"
}

.ivu-icon-ios-contact:before {
    content: "\F41A"
}

.ivu-icon-ios-contact-outline:before {
    content: "\F419"
}

.ivu-icon-ios-copy:before {
    content: "\F41C"
}

.ivu-icon-ios-copy-outline:before {
    content: "\F41B"
}

.ivu-icon-ios-crop:before {
    content: "\F41E"
}

.ivu-icon-ios-crop-strong:before {
    content: "\F41D"
}

.ivu-icon-ios-download:before {
    content: "\F420"
}

.ivu-icon-ios-download-outline:before {
    content: "\F41F"
}

.ivu-icon-ios-drag:before {
    content: "\F421"
}

.ivu-icon-ios-email:before {
    content: "\F423"
}

.ivu-icon-ios-email-outline:before {
    content: "\F422"
}

.ivu-icon-ios-eye:before {
    content: "\F425"
}

.ivu-icon-ios-eye-outline:before {
    content: "\F424"
}

.ivu-icon-ios-fastforward:before {
    content: "\F427"
}

.ivu-icon-ios-fastforward-outline:before {
    content: "\F426"
}

.ivu-icon-ios-filing:before {
    content: "\F429"
}

.ivu-icon-ios-filing-outline:before {
    content: "\F428"
}

.ivu-icon-ios-film:before {
    content: "\F42B"
}

.ivu-icon-ios-film-outline:before {
    content: "\F42A"
}

.ivu-icon-ios-flag:before {
    content: "\F42D"
}

.ivu-icon-ios-flag-outline:before {
    content: "\F42C"
}

.ivu-icon-ios-flame:before {
    content: "\F42F"
}

.ivu-icon-ios-flame-outline:before {
    content: "\F42E"
}

.ivu-icon-ios-flask:before {
    content: "\F431"
}

.ivu-icon-ios-flask-outline:before {
    content: "\F430"
}

.ivu-icon-ios-flower:before {
    content: "\F433"
}

.ivu-icon-ios-flower-outline:before {
    content: "\F432"
}

.ivu-icon-ios-folder:before {
    content: "\F435"
}

.ivu-icon-ios-folder-outline:before {
    content: "\F434"
}

.ivu-icon-ios-football:before {
    content: "\F437"
}

.ivu-icon-ios-football-outline:before {
    content: "\F436"
}

.ivu-icon-ios-game-controller-a:before {
    content: "\F439"
}

.ivu-icon-ios-game-controller-a-outline:before {
    content: "\F438"
}

.ivu-icon-ios-game-controller-b:before {
    content: "\F43B"
}

.ivu-icon-ios-game-controller-b-outline:before {
    content: "\F43A"
}

.ivu-icon-ios-gear:before {
    content: "\F43D"
}

.ivu-icon-ios-gear-outline:before {
    content: "\F43C"
}

.ivu-icon-ios-glasses:before {
    content: "\F43F"
}

.ivu-icon-ios-glasses-outline:before {
    content: "\F43E"
}

.ivu-icon-ios-grid-view:before {
    content: "\F441"
}

.ivu-icon-ios-grid-view-outline:before {
    content: "\F440"
}

.ivu-icon-ios-heart:before {
    content: "\F443"
}

.ivu-icon-ios-heart-outline:before {
    content: "\F442"
}

.ivu-icon-ios-help:before {
    content: "\F446"
}

.ivu-icon-ios-help-empty:before {
    content: "\F444"
}

.ivu-icon-ios-help-outline:before {
    content: "\F445"
}

.ivu-icon-ios-home:before {
    content: "\F448"
}

.ivu-icon-ios-home-outline:before {
    content: "\F447"
}

.ivu-icon-ios-infinite:before {
    content: "\F44A"
}

.ivu-icon-ios-infinite-outline:before {
    content: "\F449"
}

.ivu-icon-ios-information:before {
    content: "\F44D"
}

.ivu-icon-ios-information-empty:before {
    content: "\F44B"
}

.ivu-icon-ios-information-outline:before {
    content: "\F44C"
}

.ivu-icon-ios-ionic-outline:before {
    content: "\F44E"
}

.ivu-icon-ios-keypad:before {
    content: "\F450"
}

.ivu-icon-ios-keypad-outline:before {
    content: "\F44F"
}

.ivu-icon-ios-lightbulb:before {
    content: "\F452"
}

.ivu-icon-ios-lightbulb-outline:before {
    content: "\F451"
}

.ivu-icon-ios-list:before {
    content: "\F454"
}

.ivu-icon-ios-list-outline:before {
    content: "\F453"
}

.ivu-icon-ios-location:before {
    content: "\F456"
}

.ivu-icon-ios-location-outline:before {
    content: "\F455"
}

.ivu-icon-ios-locked:before {
    content: "\F458"
}

.ivu-icon-ios-locked-outline:before {
    content: "\F457"
}

.ivu-icon-ios-loop:before {
    content: "\F45A"
}

.ivu-icon-ios-loop-strong:before {
    content: "\F459"
}

.ivu-icon-ios-medical:before {
    content: "\F45C"
}

.ivu-icon-ios-medical-outline:before {
    content: "\F45B"
}

.ivu-icon-ios-medkit:before {
    content: "\F45E"
}

.ivu-icon-ios-medkit-outline:before {
    content: "\F45D"
}

.ivu-icon-ios-mic:before {
    content: "\F461"
}

.ivu-icon-ios-mic-off:before {
    content: "\F45F"
}

.ivu-icon-ios-mic-outline:before {
    content: "\F460"
}

.ivu-icon-ios-minus:before {
    content: "\F464"
}

.ivu-icon-ios-minus-empty:before {
    content: "\F462"
}

.ivu-icon-ios-minus-outline:before {
    content: "\F463"
}

.ivu-icon-ios-monitor:before {
    content: "\F466"
}

.ivu-icon-ios-monitor-outline:before {
    content: "\F465"
}

.ivu-icon-ios-moon:before {
    content: "\F468"
}

.ivu-icon-ios-moon-outline:before {
    content: "\F467"
}

.ivu-icon-ios-more:before {
    content: "\F46A"
}

.ivu-icon-ios-more-outline:before {
    content: "\F469"
}

.ivu-icon-ios-musical-note:before {
    content: "\F46B"
}

.ivu-icon-ios-musical-notes:before {
    content: "\F46C"
}

.ivu-icon-ios-navigate:before {
    content: "\F46E"
}

.ivu-icon-ios-navigate-outline:before {
    content: "\F46D"
}

.ivu-icon-ios-nutrition:before {
    content: "\F470"
}

.ivu-icon-ios-nutrition-outline:before {
    content: "\F46F"
}

.ivu-icon-ios-paper:before {
    content: "\F472"
}

.ivu-icon-ios-paper-outline:before {
    content: "\F471"
}

.ivu-icon-ios-paperplane:before {
    content: "\F474"
}

.ivu-icon-ios-paperplane-outline:before {
    content: "\F473"
}

.ivu-icon-ios-partlysunny:before {
    content: "\F476"
}

.ivu-icon-ios-partlysunny-outline:before {
    content: "\F475"
}

.ivu-icon-ios-pause:before {
    content: "\F478"
}

.ivu-icon-ios-pause-outline:before {
    content: "\F477"
}

.ivu-icon-ios-paw:before {
    content: "\F47A"
}

.ivu-icon-ios-paw-outline:before {
    content: "\F479"
}

.ivu-icon-ios-people:before {
    content: "\F47C"
}

.ivu-icon-ios-people-outline:before {
    content: "\F47B"
}

.ivu-icon-ios-person:before {
    content: "\F47E"
}

.ivu-icon-ios-person-outline:before {
    content: "\F47D"
}

.ivu-icon-ios-personadd:before {
    content: "\F480"
}

.ivu-icon-ios-personadd-outline:before {
    content: "\F47F"
}

.ivu-icon-ios-photos:before {
    content: "\F482"
}

.ivu-icon-ios-photos-outline:before {
    content: "\F481"
}

.ivu-icon-ios-pie:before {
    content: "\F484"
}

.ivu-icon-ios-pie-outline:before {
    content: "\F483"
}

.ivu-icon-ios-pint:before {
    content: "\F486"
}

.ivu-icon-ios-pint-outline:before {
    content: "\F485"
}

.ivu-icon-ios-play:before {
    content: "\F488"
}

.ivu-icon-ios-play-outline:before {
    content: "\F487"
}

.ivu-icon-ios-plus:before {
    content: "\F48B"
}

.ivu-icon-ios-plus-empty:before {
    content: "\F489"
}

.ivu-icon-ios-plus-outline:before {
    content: "\F48A"
}

.ivu-icon-ios-pricetag:before {
    content: "\F48D"
}

.ivu-icon-ios-pricetag-outline:before {
    content: "\F48C"
}

.ivu-icon-ios-pricetags:before {
    content: "\F48F"
}

.ivu-icon-ios-pricetags-outline:before {
    content: "\F48E"
}

.ivu-icon-ios-printer:before {
    content: "\F491"
}

.ivu-icon-ios-printer-outline:before {
    content: "\F490"
}

.ivu-icon-ios-pulse:before {
    content: "\F493"
}

.ivu-icon-ios-pulse-strong:before {
    content: "\F492"
}

.ivu-icon-ios-rainy:before {
    content: "\F495"
}

.ivu-icon-ios-rainy-outline:before {
    content: "\F494"
}

.ivu-icon-ios-recording:before {
    content: "\F497"
}

.ivu-icon-ios-recording-outline:before {
    content: "\F496"
}

.ivu-icon-ios-redo:before {
    content: "\F499"
}

.ivu-icon-ios-redo-outline:before {
    content: "\F498"
}

.ivu-icon-ios-refresh:before {
    content: "\F49C"
}

.ivu-icon-ios-refresh-empty:before {
    content: "\F49A"
}

.ivu-icon-ios-refresh-outline:before {
    content: "\F49B"
}

.ivu-icon-ios-reload:before {
    content: "\F49D"
}

.ivu-icon-ios-reverse-camera:before {
    content: "\F49F"
}

.ivu-icon-ios-reverse-camera-outline:before {
    content: "\F49E"
}

.ivu-icon-ios-rewind:before {
    content: "\F4A1"
}

.ivu-icon-ios-rewind-outline:before {
    content: "\F4A0"
}

.ivu-icon-ios-rose:before {
    content: "\F4A3"
}

.ivu-icon-ios-rose-outline:before {
    content: "\F4A2"
}

.ivu-icon-ios-search:before {
    content: "\F4A5"
}

.ivu-icon-ios-search-strong:before {
    content: "\F4A4"
}

.ivu-icon-ios-settings:before {
    content: "\F4A7"
}

.ivu-icon-ios-settings-strong:before {
    content: "\F4A6"
}

.ivu-icon-ios-shuffle:before {
    content: "\F4A9"
}

.ivu-icon-ios-shuffle-strong:before {
    content: "\F4A8"
}

.ivu-icon-ios-skipbackward:before {
    content: "\F4AB"
}

.ivu-icon-ios-skipbackward-outline:before {
    content: "\F4AA"
}

.ivu-icon-ios-skipforward:before {
    content: "\F4AD"
}

.ivu-icon-ios-skipforward-outline:before {
    content: "\F4AC"
}

.ivu-icon-ios-snowy:before {
    content: "\F4AE"
}

.ivu-icon-ios-speedometer:before {
    content: "\F4B0"
}

.ivu-icon-ios-speedometer-outline:before {
    content: "\F4AF"
}

.ivu-icon-ios-star:before {
    content: "\F4B3"
}

.ivu-icon-ios-star-half:before {
    content: "\F4B1"
}

.ivu-icon-ios-star-outline:before {
    content: "\F4B2"
}

.ivu-icon-ios-stopwatch:before {
    content: "\F4B5"
}

.ivu-icon-ios-stopwatch-outline:before {
    content: "\F4B4"
}

.ivu-icon-ios-sunny:before {
    content: "\F4B7"
}

.ivu-icon-ios-sunny-outline:before {
    content: "\F4B6"
}

.ivu-icon-ios-telephone:before {
    content: "\F4B9"
}

.ivu-icon-ios-telephone-outline:before {
    content: "\F4B8"
}

.ivu-icon-ios-tennisball:before {
    content: "\F4BB"
}

.ivu-icon-ios-tennisball-outline:before {
    content: "\F4BA"
}

.ivu-icon-ios-thunderstorm:before {
    content: "\F4BD"
}

.ivu-icon-ios-thunderstorm-outline:before {
    content: "\F4BC"
}

.ivu-icon-ios-time:before {
    content: "\F4BF"
}

.ivu-icon-ios-time-outline:before {
    content: "\F4BE"
}

.ivu-icon-ios-timer:before {
    content: "\F4C1"
}

.ivu-icon-ios-timer-outline:before {
    content: "\F4C0"
}

.ivu-icon-ios-toggle:before {
    content: "\F4C3"
}

.ivu-icon-ios-toggle-outline:before {
    content: "\F4C2"
}

.ivu-icon-ios-trash:before {
    content: "\F4C5"
}

.ivu-icon-ios-trash-outline:before {
    content: "\F4C4"
}

.ivu-icon-ios-undo:before {
    content: "\F4C7"
}

.ivu-icon-ios-undo-outline:before {
    content: "\F4C6"
}

.ivu-icon-ios-unlocked:before {
    content: "\F4C9"
}

.ivu-icon-ios-unlocked-outline:before {
    content: "\F4C8"
}

.ivu-icon-ios-upload:before {
    content: "\F4CB"
}

.ivu-icon-ios-upload-outline:before {
    content: "\F4CA"
}

.ivu-icon-ios-videocam:before {
    content: "\F4CD"
}

.ivu-icon-ios-videocam-outline:before {
    content: "\F4CC"
}

.ivu-icon-ios-volume-high:before {
    content: "\F4CE"
}

.ivu-icon-ios-volume-low:before {
    content: "\F4CF"
}

.ivu-icon-ios-wineglass:before {
    content: "\F4D1"
}

.ivu-icon-ios-wineglass-outline:before {
    content: "\F4D0"
}

.ivu-icon-ios-world:before {
    content: "\F4D3"
}

.ivu-icon-ios-world-outline:before {
    content: "\F4D2"
}

.ivu-icon-ipad:before {
    content: "\F1F9"
}

.ivu-icon-iphone:before {
    content: "\F1FA"
}

.ivu-icon-ipod:before {
    content: "\F1FB"
}

.ivu-icon-jet:before {
    content: "\F295"
}

.ivu-icon-key:before {
    content: "\F296"
}

.ivu-icon-knife:before {
    content: "\F297"
}

.ivu-icon-laptop:before {
    content: "\F1FC"
}

.ivu-icon-leaf:before {
    content: "\F1FD"
}

.ivu-icon-levels:before {
    content: "\F298"
}

.ivu-icon-lightbulb:before {
    content: "\F299"
}

.ivu-icon-link:before {
    content: "\F1FE"
}

.ivu-icon-load-a:before {
    content: "\F29A"
}

.ivu-icon-load-b:before {
    content: "\F29B"
}

.ivu-icon-load-c:before {
    content: "\F29C"
}

.ivu-icon-load-d:before {
    content: "\F29D"
}

.ivu-icon-location:before {
    content: "\F1FF"
}

.ivu-icon-lock-combination:before {
    content: "\F4D4"
}

.ivu-icon-locked:before {
    content: "\F200"
}

.ivu-icon-log-in:before {
    content: "\F29E"
}

.ivu-icon-log-out:before {
    content: "\F29F"
}

.ivu-icon-loop:before {
    content: "\F201"
}

.ivu-icon-magnet:before {
    content: "\F2A0"
}

.ivu-icon-male:before {
    content: "\F2A1"
}

.ivu-icon-man:before {
    content: "\F202"
}

.ivu-icon-map:before {
    content: "\F203"
}

.ivu-icon-medkit:before {
    content: "\F2A2"
}

.ivu-icon-merge:before {
    content: "\F33F"
}

.ivu-icon-mic-a:before {
    content: "\F204"
}

.ivu-icon-mic-b:before {
    content: "\F205"
}

.ivu-icon-mic-c:before {
    content: "\F206"
}

.ivu-icon-minus:before {
    content: "\F209"
}

.ivu-icon-minus-circled:before {
    content: "\F207"
}

.ivu-icon-minus-round:before {
    content: "\F208"
}

.ivu-icon-model-s:before {
    content: "\F2C1"
}

.ivu-icon-monitor:before {
    content: "\F20A"
}

.ivu-icon-more:before {
    content: "\F20B"
}

.ivu-icon-mouse:before {
    content: "\F340"
}

.ivu-icon-music-note:before {
    content: "\F20C"
}

.ivu-icon-navicon:before {
    content: "\F20E"
}

.ivu-icon-navicon-round:before {
    content: "\F20D"
}

.ivu-icon-navigate:before {
    content: "\F2A3"
}

.ivu-icon-network:before {
    content: "\F341"
}

.ivu-icon-no-smoking:before {
    content: "\F2C2"
}

.ivu-icon-nuclear:before {
    content: "\F2A4"
}

.ivu-icon-outlet:before {
    content: "\F342"
}

.ivu-icon-paintbrush:before {
    content: "\F4D5"
}

.ivu-icon-paintbucket:before {
    content: "\F4D6"
}

.ivu-icon-paper-airplane:before {
    content: "\F2C3"
}

.ivu-icon-paperclip:before {
    content: "\F20F"
}

.ivu-icon-pause:before {
    content: "\F210"
}

.ivu-icon-person:before {
    content: "\F213"
}

.ivu-icon-person-add:before {
    content: "\F211"
}

.ivu-icon-person-stalker:before {
    content: "\F212"
}

.ivu-icon-pie-graph:before {
    content: "\F2A5"
}

.ivu-icon-pin:before {
    content: "\F2A6"
}

.ivu-icon-pinpoint:before {
    content: "\F2A7"
}

.ivu-icon-pizza:before {
    content: "\F2A8"
}

.ivu-icon-plane:before {
    content: "\F214"
}

.ivu-icon-planet:before {
    content: "\F343"
}

.ivu-icon-play:before {
    content: "\F215"
}

.ivu-icon-playstation:before {
    content: "\F30A"
}

.ivu-icon-plus:before {
    content: "\F218"
}

.ivu-icon-plus-circled:before {
    content: "\F216"
}

.ivu-icon-plus-round:before {
    content: "\F217"
}

.ivu-icon-podium:before {
    content: "\F344"
}

.ivu-icon-pound:before {
    content: "\F219"
}

.ivu-icon-power:before {
    content: "\F2A9"
}

.ivu-icon-pricetag:before {
    content: "\F2AA"
}

.ivu-icon-pricetags:before {
    content: "\F2AB"
}

.ivu-icon-printer:before {
    content: "\F21A"
}

.ivu-icon-pull-request:before {
    content: "\F345"
}

.ivu-icon-qr-scanner:before {
    content: "\F346"
}

.ivu-icon-quote:before {
    content: "\F347"
}

.ivu-icon-radio-waves:before {
    content: "\F2AC"
}

.ivu-icon-record:before {
    content: "\F21B"
}

.ivu-icon-refresh:before {
    content: "\F21C"
}

.ivu-icon-reply:before {
    content: "\F21E"
}

.ivu-icon-reply-all:before {
    content: "\F21D"
}

.ivu-icon-ribbon-a:before {
    content: "\F348"
}

.ivu-icon-ribbon-b:before {
    content: "\F349"
}

.ivu-icon-sad:before {
    content: "\F34A"
}

.ivu-icon-sad-outline:before {
    content: "\F4D7"
}

.ivu-icon-scissors:before {
    content: "\F34B"
}

.ivu-icon-search:before {
    content: "\F21F"
}

.ivu-icon-settings:before {
    content: "\F2AD"
}

.ivu-icon-share:before {
    content: "\F220"
}

.ivu-icon-shuffle:before {
    content: "\F221"
}

.ivu-icon-skip-backward:before {
    content: "\F222"
}

.ivu-icon-skip-forward:before {
    content: "\F223"
}

.ivu-icon-social-android:before {
    content: "\F225"
}

.ivu-icon-social-android-outline:before {
    content: "\F224"
}

.ivu-icon-social-angular:before {
    content: "\F4D9"
}

.ivu-icon-social-angular-outline:before {
    content: "\F4D8"
}

.ivu-icon-social-apple:before {
    content: "\F227"
}

.ivu-icon-social-apple-outline:before {
    content: "\F226"
}

.ivu-icon-social-bitcoin:before {
    content: "\F2AF"
}

.ivu-icon-social-bitcoin-outline:before {
    content: "\F2AE"
}

.ivu-icon-social-buffer:before {
    content: "\F229"
}

.ivu-icon-social-buffer-outline:before {
    content: "\F228"
}

.ivu-icon-social-chrome:before {
    content: "\F4DB"
}

.ivu-icon-social-chrome-outline:before {
    content: "\F4DA"
}

.ivu-icon-social-codepen:before {
    content: "\F4DD"
}

.ivu-icon-social-codepen-outline:before {
    content: "\F4DC"
}

.ivu-icon-social-css3:before {
    content: "\F4DF"
}

.ivu-icon-social-css3-outline:before {
    content: "\F4DE"
}

.ivu-icon-social-designernews:before {
    content: "\F22B"
}

.ivu-icon-social-designernews-outline:before {
    content: "\F22A"
}

.ivu-icon-social-dribbble:before {
    content: "\F22D"
}

.ivu-icon-social-dribbble-outline:before {
    content: "\F22C"
}

.ivu-icon-social-dropbox:before {
    content: "\F22F"
}

.ivu-icon-social-dropbox-outline:before {
    content: "\F22E"
}

.ivu-icon-social-euro:before {
    content: "\F4E1"
}

.ivu-icon-social-euro-outline:before {
    content: "\F4E0"
}

.ivu-icon-social-facebook:before {
    content: "\F231"
}

.ivu-icon-social-facebook-outline:before {
    content: "\F230"
}

.ivu-icon-social-foursquare:before {
    content: "\F34D"
}

.ivu-icon-social-foursquare-outline:before {
    content: "\F34C"
}

.ivu-icon-social-freebsd-devil:before {
    content: "\F2C4"
}

.ivu-icon-social-github:before {
    content: "\F233"
}

.ivu-icon-social-github-outline:before {
    content: "\F232"
}

.ivu-icon-social-google:before {
    content: "\F34F"
}

.ivu-icon-social-google-outline:before {
    content: "\F34E"
}

.ivu-icon-social-googleplus:before {
    content: "\F235"
}

.ivu-icon-social-googleplus-outline:before {
    content: "\F234"
}

.ivu-icon-social-hackernews:before {
    content: "\F237"
}

.ivu-icon-social-hackernews-outline:before {
    content: "\F236"
}

.ivu-icon-social-html5:before {
    content: "\F4E3"
}

.ivu-icon-social-html5-outline:before {
    content: "\F4E2"
}

.ivu-icon-social-instagram:before {
    content: "\F351"
}

.ivu-icon-social-instagram-outline:before {
    content: "\F350"
}

.ivu-icon-social-javascript:before {
    content: "\F4E5"
}

.ivu-icon-social-javascript-outline:before {
    content: "\F4E4"
}

.ivu-icon-social-linkedin:before {
    content: "\F239"
}

.ivu-icon-social-linkedin-outline:before {
    content: "\F238"
}

.ivu-icon-social-markdown:before {
    content: "\F4E6"
}

.ivu-icon-social-nodejs:before {
    content: "\F4E7"
}

.ivu-icon-social-octocat:before {
    content: "\F4E8"
}

.ivu-icon-social-pinterest:before {
    content: "\F2B1"
}

.ivu-icon-social-pinterest-outline:before {
    content: "\F2B0"
}

.ivu-icon-social-python:before {
    content: "\F4E9"
}

.ivu-icon-social-reddit:before {
    content: "\F23B"
}

.ivu-icon-social-reddit-outline:before {
    content: "\F23A"
}

.ivu-icon-social-rss:before {
    content: "\F23D"
}

.ivu-icon-social-rss-outline:before {
    content: "\F23C"
}

.ivu-icon-social-sass:before {
    content: "\F4EA"
}

.ivu-icon-social-skype:before {
    content: "\F23F"
}

.ivu-icon-social-skype-outline:before {
    content: "\F23E"
}

.ivu-icon-social-snapchat:before {
    content: "\F4EC"
}

.ivu-icon-social-snapchat-outline:before {
    content: "\F4EB"
}

.ivu-icon-social-tumblr:before {
    content: "\F241"
}

.ivu-icon-social-tumblr-outline:before {
    content: "\F240"
}

.ivu-icon-social-tux:before {
    content: "\F2C5"
}

.ivu-icon-social-twitch:before {
    content: "\F4EE"
}

.ivu-icon-social-twitch-outline:before {
    content: "\F4ED"
}

.ivu-icon-social-twitter:before {
    content: "\F243"
}

.ivu-icon-social-twitter-outline:before {
    content: "\F242"
}

.ivu-icon-social-usd:before {
    content: "\F353"
}

.ivu-icon-social-usd-outline:before {
    content: "\F352"
}

.ivu-icon-social-vimeo:before {
    content: "\F245"
}

.ivu-icon-social-vimeo-outline:before {
    content: "\F244"
}

.ivu-icon-social-whatsapp:before {
    content: "\F4F0"
}

.ivu-icon-social-whatsapp-outline:before {
    content: "\F4EF"
}

.ivu-icon-social-windows:before {
    content: "\F247"
}

.ivu-icon-social-windows-outline:before {
    content: "\F246"
}

.ivu-icon-social-wordpress:before {
    content: "\F249"
}

.ivu-icon-social-wordpress-outline:before {
    content: "\F248"
}

.ivu-icon-social-yahoo:before {
    content: "\F24B"
}

.ivu-icon-social-yahoo-outline:before {
    content: "\F24A"
}

.ivu-icon-social-yen:before {
    content: "\F4F2"
}

.ivu-icon-social-yen-outline:before {
    content: "\F4F1"
}

.ivu-icon-social-youtube:before {
    content: "\F24D"
}

.ivu-icon-social-youtube-outline:before {
    content: "\F24C"
}

.ivu-icon-soup-can:before {
    content: "\F4F4"
}

.ivu-icon-soup-can-outline:before {
    content: "\F4F3"
}

.ivu-icon-speakerphone:before {
    content: "\F2B2"
}

.ivu-icon-speedometer:before {
    content: "\F2B3"
}

.ivu-icon-spoon:before {
    content: "\F2B4"
}

.ivu-icon-star:before {
    content: "\F24E"
}

.ivu-icon-stats-bars:before {
    content: "\F2B5"
}

.ivu-icon-steam:before {
    content: "\F30B"
}

.ivu-icon-stop:before {
    content: "\F24F"
}

.ivu-icon-thermometer:before {
    content: "\F2B6"
}

.ivu-icon-thumbsdown:before {
    content: "\F250"
}

.ivu-icon-thumbsup:before {
    content: "\F251"
}

.ivu-icon-toggle:before {
    content: "\F355"
}

.ivu-icon-toggle-filled:before {
    content: "\F354"
}

.ivu-icon-transgender:before {
    content: "\F4F5"
}

.ivu-icon-trash-a:before {
    content: "\F252"
}

.ivu-icon-trash-b:before {
    content: "\F253"
}

.ivu-icon-trophy:before {
    content: "\F356"
}

.ivu-icon-tshirt:before {
    content: "\F4F7"
}

.ivu-icon-tshirt-outline:before {
    content: "\F4F6"
}

.ivu-icon-umbrella:before {
    content: "\F2B7"
}

.ivu-icon-university:before {
    content: "\F357"
}

.ivu-icon-unlocked:before {
    content: "\F254"
}

.ivu-icon-upload:before {
    content: "\F255"
}

.ivu-icon-usb:before {
    content: "\F2B8"
}

.ivu-icon-videocamera:before {
    content: "\F256"
}

.ivu-icon-volume-high:before {
    content: "\F257"
}

.ivu-icon-volume-low:before {
    content: "\F258"
}

.ivu-icon-volume-medium:before {
    content: "\F259"
}

.ivu-icon-volume-mute:before {
    content: "\F25A"
}

.ivu-icon-wand:before {
    content: "\F358"
}

.ivu-icon-waterdrop:before {
    content: "\F25B"
}

.ivu-icon-wifi:before {
    content: "\F25C"
}

.ivu-icon-wineglass:before {
    content: "\F2B9"
}

.ivu-icon-woman:before {
    content: "\F25D"
}

.ivu-icon-wrench:before {
    content: "\F2BA"
}

.ivu-icon-xbox:before {
    content: "\F30C"
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom:1;display: block
}

.ivu-row:after,.ivu-row:before {
    content: "";
    display: table
}

.ivu-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ivu-row-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ivu-row-flex:after,.ivu-row-flex:before {
    display: flex
}

.ivu-row-flex-start {
    justify-content: flex-start
}

.ivu-row-flex-center {
    justify-content: center
}

.ivu-row-flex-end {
    justify-content: flex-end
}

.ivu-row-flex-space-between {
    justify-content: space-between
}

.ivu-row-flex-space-around {
    justify-content: space-around
}

.ivu-row-flex-top {
    align-items: flex-start
}

.ivu-row-flex-middle {
    align-items: center
}

.ivu-row-flex-bottom {
    align-items: flex-end
}

.ivu-col {
    position: relative;
    display: block
}

.ivu-col-span-1,.ivu-col-span-2,.ivu-col-span-3,.ivu-col-span-4,.ivu-col-span-5,.ivu-col-span-6,.ivu-col-span-7,.ivu-col-span-8,.ivu-col-span-9,.ivu-col-span-10,.ivu-col-span-11,.ivu-col-span-12,.ivu-col-span-13,.ivu-col-span-14,.ivu-col-span-15,.ivu-col-span-16,.ivu-col-span-17,.ivu-col-span-18,.ivu-col-span-19,.ivu-col-span-20,.ivu-col-span-21,.ivu-col-span-22,.ivu-col-span-23,.ivu-col-span-24 {
    float: left;
    flex: 0 0 auto
}

.ivu-col-span-24 {
    display: block;
    width: 100%
}

.ivu-col-push-24 {
    left: 100%
}

.ivu-col-pull-24 {
    right: 100%
}

.ivu-col-offset-24 {
    margin-left: 100%
}

.ivu-col-order-24 {
    order: 24
}

.ivu-col-span-23 {
    display: block;
    width: 95.83333333%
}

.ivu-col-push-23 {
    left: 95.83333333%
}

.ivu-col-pull-23 {
    right: 95.83333333%
}

.ivu-col-offset-23 {
    margin-left: 95.83333333%
}

.ivu-col-order-23 {
    order: 23
}

.ivu-col-span-22 {
    display: block;
    width: 91.66666667%
}

.ivu-col-push-22 {
    left: 91.66666667%
}

.ivu-col-pull-22 {
    right: 91.66666667%
}

.ivu-col-offset-22 {
    margin-left: 91.66666667%
}

.ivu-col-order-22 {
    order: 22
}

.ivu-col-span-21 {
    display: block;
    width: 87.5%
}

.ivu-col-push-21 {
    left: 87.5%
}

.ivu-col-pull-21 {
    right: 87.5%
}

.ivu-col-offset-21 {
    margin-left: 87.5%
}

.ivu-col-order-21 {
    order: 21
}

.ivu-col-span-20 {
    display: block;
    width: 83.33333333%
}

.ivu-col-push-20 {
    left: 83.33333333%
}

.ivu-col-pull-20 {
    right: 83.33333333%
}

.ivu-col-offset-20 {
    margin-left: 83.33333333%
}

.ivu-col-order-20 {
    order: 20
}

.ivu-col-span-19 {
    display: block;
    width: 79.16666667%
}

.ivu-col-push-19 {
    left: 79.16666667%
}

.ivu-col-pull-19 {
    right: 79.16666667%
}

.ivu-col-offset-19 {
    margin-left: 79.16666667%
}

.ivu-col-order-19 {
    order: 19
}

.ivu-col-span-18 {
    display: block;
    width: 75%
}

.ivu-col-push-18 {
    left: 75%
}

.ivu-col-pull-18 {
    right: 75%
}

.ivu-col-offset-18 {
    margin-left: 75%
}

.ivu-col-order-18 {
    order: 18
}

.ivu-col-span-17 {
    display: block;
    width: 70.83333333%
}

.ivu-col-push-17 {
    left: 70.83333333%
}

.ivu-col-pull-17 {
    right: 70.83333333%
}

.ivu-col-offset-17 {
    margin-left: 70.83333333%
}

.ivu-col-order-17 {
    order: 17
}

.ivu-col-span-16 {
    display: block;
    width: 66.66666667%
}

.ivu-col-push-16 {
    left: 66.66666667%
}

.ivu-col-pull-16 {
    right: 66.66666667%
}

.ivu-col-offset-16 {
    margin-left: 66.66666667%
}

.ivu-col-order-16 {
    order: 16
}

.ivu-col-span-15 {
    display: block;
    width: 62.5%
}

.ivu-col-push-15 {
    left: 62.5%
}

.ivu-col-pull-15 {
    right: 62.5%
}

.ivu-col-offset-15 {
    margin-left: 62.5%
}

.ivu-col-order-15 {
    order: 15
}

.ivu-col-span-14 {
    display: block;
    width: 58.33333333%
}

.ivu-col-push-14 {
    left: 58.33333333%
}

.ivu-col-pull-14 {
    right: 58.33333333%
}

.ivu-col-offset-14 {
    margin-left: 58.33333333%
}

.ivu-col-order-14 {
    order: 14
}

.ivu-col-span-13 {
    display: block;
    width: 54.16666667%
}

.ivu-col-push-13 {
    left: 54.16666667%
}

.ivu-col-pull-13 {
    right: 54.16666667%
}

.ivu-col-offset-13 {
    margin-left: 54.16666667%
}

.ivu-col-order-13 {
    order: 13
}

.ivu-col-span-12 {
    display: block;
    width: 50%
}

.ivu-col-push-12 {
    left: 50%
}

.ivu-col-pull-12 {
    right: 50%
}

.ivu-col-offset-12 {
    margin-left: 50%
}

.ivu-col-order-12 {
    order: 12
}

.ivu-col-span-11 {
    display: block;
    width: 45.83333333%
}

.ivu-col-push-11 {
    left: 45.83333333%
}

.ivu-col-pull-11 {
    right: 45.83333333%
}

.ivu-col-offset-11 {
    margin-left: 45.83333333%
}

.ivu-col-order-11 {
    order: 11
}

.ivu-col-span-10 {
    display: block;
    width: 41.66666667%
}

.ivu-col-push-10 {
    left: 41.66666667%
}

.ivu-col-pull-10 {
    right: 41.66666667%
}

.ivu-col-offset-10 {
    margin-left: 41.66666667%
}

.ivu-col-order-10 {
    order: 10
}

.ivu-col-span-9 {
    display: block;
    width: 37.5%
}

.ivu-col-push-9 {
    left: 37.5%
}

.ivu-col-pull-9 {
    right: 37.5%
}

.ivu-col-offset-9 {
    margin-left: 37.5%
}

.ivu-col-order-9 {
    order: 9
}

.ivu-col-span-8 {
    display: block;
    width: 33.33333333%
}

.ivu-col-push-8 {
    left: 33.33333333%
}

.ivu-col-pull-8 {
    right: 33.33333333%
}

.ivu-col-offset-8 {
    margin-left: 33.33333333%
}

.ivu-col-order-8 {
    order: 8
}

.ivu-col-span-7 {
    display: block;
    width: 29.16666667%
}

.ivu-col-push-7 {
    left: 29.16666667%
}

.ivu-col-pull-7 {
    right: 29.16666667%
}

.ivu-col-offset-7 {
    margin-left: 29.16666667%
}

.ivu-col-order-7 {
    order: 7
}

.ivu-col-span-6 {
    display: block;
    width: 25%
}

.ivu-col-push-6 {
    left: 25%
}

.ivu-col-pull-6 {
    right: 25%
}

.ivu-col-offset-6 {
    margin-left: 25%
}

.ivu-col-order-6 {
    order: 6
}

.ivu-col-span-5 {
    display: block;
    width: 20.83333333%
}

.ivu-col-push-5 {
    left: 20.83333333%
}

.ivu-col-pull-5 {
    right: 20.83333333%
}

.ivu-col-offset-5 {
    margin-left: 20.83333333%
}

.ivu-col-order-5 {
    order: 5
}

.ivu-col-span-4 {
    display: block;
    width: 16.66666667%
}

.ivu-col-push-4 {
    left: 16.66666667%
}

.ivu-col-pull-4 {
    right: 16.66666667%
}

.ivu-col-offset-4 {
    margin-left: 16.66666667%
}

.ivu-col-order-4 {
    order: 4
}

.ivu-col-span-3 {
    display: block;
    width: 12.5%
}

.ivu-col-push-3 {
    left: 12.5%
}

.ivu-col-pull-3 {
    right: 12.5%
}

.ivu-col-offset-3 {
    margin-left: 12.5%
}

.ivu-col-order-3 {
    order: 3
}

.ivu-col-span-2 {
    display: block;
    width: 8.33333333%
}

.ivu-col-push-2 {
    left: 8.33333333%
}

.ivu-col-pull-2 {
    right: 8.33333333%
}

.ivu-col-offset-2 {
    margin-left: 8.33333333%
}

.ivu-col-order-2 {
    order: 2
}

.ivu-col-span-1 {
    display: block;
    width: 4.16666667%
}

.ivu-col-push-1 {
    left: 4.16666667%
}

.ivu-col-pull-1 {
    right: 4.16666667%
}

.ivu-col-offset-1 {
    margin-left: 4.16666667%
}

.ivu-col-order-1 {
    order: 1
}

.ivu-col-span-0 {
    display: none
}

.ivu-col-push-0 {
    left: auto
}

.ivu-col-pull-0 {
    right: auto
}

.ivu-col-span-xs-1,.ivu-col-span-xs-2,.ivu-col-span-xs-3,.ivu-col-span-xs-4,.ivu-col-span-xs-5,.ivu-col-span-xs-6,.ivu-col-span-xs-7,.ivu-col-span-xs-8,.ivu-col-span-xs-9,.ivu-col-span-xs-10,.ivu-col-span-xs-11,.ivu-col-span-xs-12,.ivu-col-span-xs-13,.ivu-col-span-xs-14,.ivu-col-span-xs-15,.ivu-col-span-xs-16,.ivu-col-span-xs-17,.ivu-col-span-xs-18,.ivu-col-span-xs-19,.ivu-col-span-xs-20,.ivu-col-span-xs-21,.ivu-col-span-xs-22,.ivu-col-span-xs-23,.ivu-col-span-xs-24 {
    float: left;
    flex: 0 0 auto
}

.ivu-col-span-xs-24 {
    display: block;
    width: 100%
}

.ivu-col-xs-push-24 {
    left: 100%
}

.ivu-col-xs-pull-24 {
    right: 100%
}

.ivu-col-xs-offset-24 {
    margin-left: 100%
}

.ivu-col-xs-order-24 {
    order: 24
}

.ivu-col-span-xs-23 {
    display: block;
    width: 95.83333333%
}

.ivu-col-xs-push-23 {
    left: 95.83333333%
}

.ivu-col-xs-pull-23 {
    right: 95.83333333%
}

.ivu-col-xs-offset-23 {
    margin-left: 95.83333333%
}

.ivu-col-xs-order-23 {
    order: 23
}

.ivu-col-span-xs-22 {
    display: block;
    width: 91.66666667%
}

.ivu-col-xs-push-22 {
    left: 91.66666667%
}

.ivu-col-xs-pull-22 {
    right: 91.66666667%
}

.ivu-col-xs-offset-22 {
    margin-left: 91.66666667%
}

.ivu-col-xs-order-22 {
    order: 22
}

.ivu-col-span-xs-21 {
    display: block;
    width: 87.5%
}

.ivu-col-xs-push-21 {
    left: 87.5%
}

.ivu-col-xs-pull-21 {
    right: 87.5%
}

.ivu-col-xs-offset-21 {
    margin-left: 87.5%
}

.ivu-col-xs-order-21 {
    order: 21
}

.ivu-col-span-xs-20 {
    display: block;
    width: 83.33333333%
}

.ivu-col-xs-push-20 {
    left: 83.33333333%
}

.ivu-col-xs-pull-20 {
    right: 83.33333333%
}

.ivu-col-xs-offset-20 {
    margin-left: 83.33333333%
}

.ivu-col-xs-order-20 {
    order: 20
}

.ivu-col-span-xs-19 {
    display: block;
    width: 79.16666667%
}

.ivu-col-xs-push-19 {
    left: 79.16666667%
}

.ivu-col-xs-pull-19 {
    right: 79.16666667%
}

.ivu-col-xs-offset-19 {
    margin-left: 79.16666667%
}

.ivu-col-xs-order-19 {
    order: 19
}

.ivu-col-span-xs-18 {
    display: block;
    width: 75%
}

.ivu-col-xs-push-18 {
    left: 75%
}

.ivu-col-xs-pull-18 {
    right: 75%
}

.ivu-col-xs-offset-18 {
    margin-left: 75%
}

.ivu-col-xs-order-18 {
    order: 18
}

.ivu-col-span-xs-17 {
    display: block;
    width: 70.83333333%
}

.ivu-col-xs-push-17 {
    left: 70.83333333%
}

.ivu-col-xs-pull-17 {
    right: 70.83333333%
}

.ivu-col-xs-offset-17 {
    margin-left: 70.83333333%
}

.ivu-col-xs-order-17 {
    order: 17
}

.ivu-col-span-xs-16 {
    display: block;
    width: 66.66666667%
}

.ivu-col-xs-push-16 {
    left: 66.66666667%
}

.ivu-col-xs-pull-16 {
    right: 66.66666667%
}

.ivu-col-xs-offset-16 {
    margin-left: 66.66666667%
}

.ivu-col-xs-order-16 {
    order: 16
}

.ivu-col-span-xs-15 {
    display: block;
    width: 62.5%
}

.ivu-col-xs-push-15 {
    left: 62.5%
}

.ivu-col-xs-pull-15 {
    right: 62.5%
}

.ivu-col-xs-offset-15 {
    margin-left: 62.5%
}

.ivu-col-xs-order-15 {
    order: 15
}

.ivu-col-span-xs-14 {
    display: block;
    width: 58.33333333%
}

.ivu-col-xs-push-14 {
    left: 58.33333333%
}

.ivu-col-xs-pull-14 {
    right: 58.33333333%
}

.ivu-col-xs-offset-14 {
    margin-left: 58.33333333%
}

.ivu-col-xs-order-14 {
    order: 14
}

.ivu-col-span-xs-13 {
    display: block;
    width: 54.16666667%
}

.ivu-col-xs-push-13 {
    left: 54.16666667%
}

.ivu-col-xs-pull-13 {
    right: 54.16666667%
}

.ivu-col-xs-offset-13 {
    margin-left: 54.16666667%
}

.ivu-col-xs-order-13 {
    order: 13
}

.ivu-col-span-xs-12 {
    display: block;
    width: 50%
}

.ivu-col-xs-push-12 {
    left: 50%
}

.ivu-col-xs-pull-12 {
    right: 50%
}

.ivu-col-xs-offset-12 {
    margin-left: 50%
}

.ivu-col-xs-order-12 {
    order: 12
}

.ivu-col-span-xs-11 {
    display: block;
    width: 45.83333333%
}

.ivu-col-xs-push-11 {
    left: 45.83333333%
}

.ivu-col-xs-pull-11 {
    right: 45.83333333%
}

.ivu-col-xs-offset-11 {
    margin-left: 45.83333333%
}

.ivu-col-xs-order-11 {
    order: 11
}

.ivu-col-span-xs-10 {
    display: block;
    width: 41.66666667%
}

.ivu-col-xs-push-10 {
    left: 41.66666667%
}

.ivu-col-xs-pull-10 {
    right: 41.66666667%
}

.ivu-col-xs-offset-10 {
    margin-left: 41.66666667%
}

.ivu-col-xs-order-10 {
    order: 10
}

.ivu-col-span-xs-9 {
    display: block;
    width: 37.5%
}

.ivu-col-xs-push-9 {
    left: 37.5%
}

.ivu-col-xs-pull-9 {
    right: 37.5%
}

.ivu-col-xs-offset-9 {
    margin-left: 37.5%
}

.ivu-col-xs-order-9 {
    order: 9
}

.ivu-col-span-xs-8 {
    display: block;
    width: 33.33333333%
}

.ivu-col-xs-push-8 {
    left: 33.33333333%
}

.ivu-col-xs-pull-8 {
    right: 33.33333333%
}

.ivu-col-xs-offset-8 {
    margin-left: 33.33333333%
}

.ivu-col-xs-order-8 {
    order: 8
}

.ivu-col-span-xs-7 {
    display: block;
    width: 29.16666667%
}

.ivu-col-xs-push-7 {
    left: 29.16666667%
}

.ivu-col-xs-pull-7 {
    right: 29.16666667%
}

.ivu-col-xs-offset-7 {
    margin-left: 29.16666667%
}

.ivu-col-xs-order-7 {
    order: 7
}

.ivu-col-span-xs-6 {
    display: block;
    width: 25%
}

.ivu-col-xs-push-6 {
    left: 25%
}

.ivu-col-xs-pull-6 {
    right: 25%
}

.ivu-col-xs-offset-6 {
    margin-left: 25%
}

.ivu-col-xs-order-6 {
    order: 6
}

.ivu-col-span-xs-5 {
    display: block;
    width: 20.83333333%
}

.ivu-col-xs-push-5 {
    left: 20.83333333%
}

.ivu-col-xs-pull-5 {
    right: 20.83333333%
}

.ivu-col-xs-offset-5 {
    margin-left: 20.83333333%
}

.ivu-col-xs-order-5 {
    order: 5
}

.ivu-col-span-xs-4 {
    display: block;
    width: 16.66666667%
}

.ivu-col-xs-push-4 {
    left: 16.66666667%
}

.ivu-col-xs-pull-4 {
    right: 16.66666667%
}

.ivu-col-xs-offset-4 {
    margin-left: 16.66666667%
}

.ivu-col-xs-order-4 {
    order: 4
}

.ivu-col-span-xs-3 {
    display: block;
    width: 12.5%
}

.ivu-col-xs-push-3 {
    left: 12.5%
}

.ivu-col-xs-pull-3 {
    right: 12.5%
}

.ivu-col-xs-offset-3 {
    margin-left: 12.5%
}

.ivu-col-xs-order-3 {
    order: 3
}

.ivu-col-span-xs-2 {
    display: block;
    width: 8.33333333%
}

.ivu-col-xs-push-2 {
    left: 8.33333333%
}

.ivu-col-xs-pull-2 {
    right: 8.33333333%
}

.ivu-col-xs-offset-2 {
    margin-left: 8.33333333%
}

.ivu-col-xs-order-2 {
    order: 2
}

.ivu-col-span-xs-1 {
    display: block;
    width: 4.16666667%
}

.ivu-col-xs-push-1 {
    left: 4.16666667%
}

.ivu-col-xs-pull-1 {
    right: 4.16666667%
}

.ivu-col-xs-offset-1 {
    margin-left: 4.16666667%
}

.ivu-col-xs-order-1 {
    order: 1
}

.ivu-col-span-xs-0 {
    display: none
}

.ivu-col-xs-push-0 {
    left: auto
}

.ivu-col-xs-pull-0 {
    right: auto
}

@media (min-width: 768px) {
    .ivu-col-span-sm-1,.ivu-col-span-sm-2,.ivu-col-span-sm-3,.ivu-col-span-sm-4,.ivu-col-span-sm-5,.ivu-col-span-sm-6,.ivu-col-span-sm-7,.ivu-col-span-sm-8,.ivu-col-span-sm-9,.ivu-col-span-sm-10,.ivu-col-span-sm-11,.ivu-col-span-sm-12,.ivu-col-span-sm-13,.ivu-col-span-sm-14,.ivu-col-span-sm-15,.ivu-col-span-sm-16,.ivu-col-span-sm-17,.ivu-col-span-sm-18,.ivu-col-span-sm-19,.ivu-col-span-sm-20,.ivu-col-span-sm-21,.ivu-col-span-sm-22,.ivu-col-span-sm-23,.ivu-col-span-sm-24 {
        float:left;
        flex: 0 0 auto
    }

    .ivu-col-span-sm-24 {
        display: block;
        width: 100%
    }

    .ivu-col-sm-push-24 {
        left: 100%
    }

    .ivu-col-sm-pull-24 {
        right: 100%
    }

    .ivu-col-sm-offset-24 {
        margin-left: 100%
    }

    .ivu-col-sm-order-24 {
        order: 24
    }

    .ivu-col-span-sm-23 {
        display: block;
        width: 95.83333333%
    }

    .ivu-col-sm-push-23 {
        left: 95.83333333%
    }

    .ivu-col-sm-pull-23 {
        right: 95.83333333%
    }

    .ivu-col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .ivu-col-sm-order-23 {
        order: 23
    }

    .ivu-col-span-sm-22 {
        display: block;
        width: 91.66666667%
    }

    .ivu-col-sm-push-22 {
        left: 91.66666667%
    }

    .ivu-col-sm-pull-22 {
        right: 91.66666667%
    }

    .ivu-col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .ivu-col-sm-order-22 {
        order: 22
    }

    .ivu-col-span-sm-21 {
        display: block;
        width: 87.5%
    }

    .ivu-col-sm-push-21 {
        left: 87.5%
    }

    .ivu-col-sm-pull-21 {
        right: 87.5%
    }

    .ivu-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .ivu-col-sm-order-21 {
        order: 21
    }

    .ivu-col-span-sm-20 {
        display: block;
        width: 83.33333333%
    }

    .ivu-col-sm-push-20 {
        left: 83.33333333%
    }

    .ivu-col-sm-pull-20 {
        right: 83.33333333%
    }

    .ivu-col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .ivu-col-sm-order-20 {
        order: 20
    }

    .ivu-col-span-sm-19 {
        display: block;
        width: 79.16666667%
    }

    .ivu-col-sm-push-19 {
        left: 79.16666667%
    }

    .ivu-col-sm-pull-19 {
        right: 79.16666667%
    }

    .ivu-col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .ivu-col-sm-order-19 {
        order: 19
    }

    .ivu-col-span-sm-18 {
        display: block;
        width: 75%
    }

    .ivu-col-sm-push-18 {
        left: 75%
    }

    .ivu-col-sm-pull-18 {
        right: 75%
    }

    .ivu-col-sm-offset-18 {
        margin-left: 75%
    }

    .ivu-col-sm-order-18 {
        order: 18
    }

    .ivu-col-span-sm-17 {
        display: block;
        width: 70.83333333%
    }

    .ivu-col-sm-push-17 {
        left: 70.83333333%
    }

    .ivu-col-sm-pull-17 {
        right: 70.83333333%
    }

    .ivu-col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .ivu-col-sm-order-17 {
        order: 17
    }

    .ivu-col-span-sm-16 {
        display: block;
        width: 66.66666667%
    }

    .ivu-col-sm-push-16 {
        left: 66.66666667%
    }

    .ivu-col-sm-pull-16 {
        right: 66.66666667%
    }

    .ivu-col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .ivu-col-sm-order-16 {
        order: 16
    }

    .ivu-col-span-sm-15 {
        display: block;
        width: 62.5%
    }

    .ivu-col-sm-push-15 {
        left: 62.5%
    }

    .ivu-col-sm-pull-15 {
        right: 62.5%
    }

    .ivu-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .ivu-col-sm-order-15 {
        order: 15
    }

    .ivu-col-span-sm-14 {
        display: block;
        width: 58.33333333%
    }

    .ivu-col-sm-push-14 {
        left: 58.33333333%
    }

    .ivu-col-sm-pull-14 {
        right: 58.33333333%
    }

    .ivu-col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .ivu-col-sm-order-14 {
        order: 14
    }

    .ivu-col-span-sm-13 {
        display: block;
        width: 54.16666667%
    }

    .ivu-col-sm-push-13 {
        left: 54.16666667%
    }

    .ivu-col-sm-pull-13 {
        right: 54.16666667%
    }

    .ivu-col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .ivu-col-sm-order-13 {
        order: 13
    }

    .ivu-col-span-sm-12 {
        display: block;
        width: 50%
    }

    .ivu-col-sm-push-12 {
        left: 50%
    }

    .ivu-col-sm-pull-12 {
        right: 50%
    }

    .ivu-col-sm-offset-12 {
        margin-left: 50%
    }

    .ivu-col-sm-order-12 {
        order: 12
    }

    .ivu-col-span-sm-11 {
        display: block;
        width: 45.83333333%
    }

    .ivu-col-sm-push-11 {
        left: 45.83333333%
    }

    .ivu-col-sm-pull-11 {
        right: 45.83333333%
    }

    .ivu-col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .ivu-col-sm-order-11 {
        order: 11
    }

    .ivu-col-span-sm-10 {
        display: block;
        width: 41.66666667%
    }

    .ivu-col-sm-push-10 {
        left: 41.66666667%
    }

    .ivu-col-sm-pull-10 {
        right: 41.66666667%
    }

    .ivu-col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .ivu-col-sm-order-10 {
        order: 10
    }

    .ivu-col-span-sm-9 {
        display: block;
        width: 37.5%
    }

    .ivu-col-sm-push-9 {
        left: 37.5%
    }

    .ivu-col-sm-pull-9 {
        right: 37.5%
    }

    .ivu-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .ivu-col-sm-order-9 {
        order: 9
    }

    .ivu-col-span-sm-8 {
        display: block;
        width: 33.33333333%
    }

    .ivu-col-sm-push-8 {
        left: 33.33333333%
    }

    .ivu-col-sm-pull-8 {
        right: 33.33333333%
    }

    .ivu-col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .ivu-col-sm-order-8 {
        order: 8
    }

    .ivu-col-span-sm-7 {
        display: block;
        width: 29.16666667%
    }

    .ivu-col-sm-push-7 {
        left: 29.16666667%
    }

    .ivu-col-sm-pull-7 {
        right: 29.16666667%
    }

    .ivu-col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .ivu-col-sm-order-7 {
        order: 7
    }

    .ivu-col-span-sm-6 {
        display: block;
        width: 25%
    }

    .ivu-col-sm-push-6 {
        left: 25%
    }

    .ivu-col-sm-pull-6 {
        right: 25%
    }

    .ivu-col-sm-offset-6 {
        margin-left: 25%
    }

    .ivu-col-sm-order-6 {
        order: 6
    }

    .ivu-col-span-sm-5 {
        display: block;
        width: 20.83333333%
    }

    .ivu-col-sm-push-5 {
        left: 20.83333333%
    }

    .ivu-col-sm-pull-5 {
        right: 20.83333333%
    }

    .ivu-col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .ivu-col-sm-order-5 {
        order: 5
    }

    .ivu-col-span-sm-4 {
        display: block;
        width: 16.66666667%
    }

    .ivu-col-sm-push-4 {
        left: 16.66666667%
    }

    .ivu-col-sm-pull-4 {
        right: 16.66666667%
    }

    .ivu-col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .ivu-col-sm-order-4 {
        order: 4
    }

    .ivu-col-span-sm-3 {
        display: block;
        width: 12.5%
    }

    .ivu-col-sm-push-3 {
        left: 12.5%
    }

    .ivu-col-sm-pull-3 {
        right: 12.5%
    }

    .ivu-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .ivu-col-sm-order-3 {
        order: 3
    }

    .ivu-col-span-sm-2 {
        display: block;
        width: 8.33333333%
    }

    .ivu-col-sm-push-2 {
        left: 8.33333333%
    }

    .ivu-col-sm-pull-2 {
        right: 8.33333333%
    }

    .ivu-col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .ivu-col-sm-order-2 {
        order: 2
    }

    .ivu-col-span-sm-1 {
        display: block;
        width: 4.16666667%
    }

    .ivu-col-sm-push-1 {
        left: 4.16666667%
    }

    .ivu-col-sm-pull-1 {
        right: 4.16666667%
    }

    .ivu-col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .ivu-col-sm-order-1 {
        order: 1
    }

    .ivu-col-span-sm-0 {
        display: none
    }

    .ivu-col-sm-push-0 {
        left: auto
    }

    .ivu-col-sm-pull-0 {
        right: auto
    }
}

@media (min-width: 992px) {
    .ivu-col-span-md-1,.ivu-col-span-md-2,.ivu-col-span-md-3,.ivu-col-span-md-4,.ivu-col-span-md-5,.ivu-col-span-md-6,.ivu-col-span-md-7,.ivu-col-span-md-8,.ivu-col-span-md-9,.ivu-col-span-md-10,.ivu-col-span-md-11,.ivu-col-span-md-12,.ivu-col-span-md-13,.ivu-col-span-md-14,.ivu-col-span-md-15,.ivu-col-span-md-16,.ivu-col-span-md-17,.ivu-col-span-md-18,.ivu-col-span-md-19,.ivu-col-span-md-20,.ivu-col-span-md-21,.ivu-col-span-md-22,.ivu-col-span-md-23,.ivu-col-span-md-24 {
        float:left;
        flex: 0 0 auto
    }

    .ivu-col-span-md-24 {
        display: block;
        width: 100%
    }

    .ivu-col-md-push-24 {
        left: 100%
    }

    .ivu-col-md-pull-24 {
        right: 100%
    }

    .ivu-col-md-offset-24 {
        margin-left: 100%
    }

    .ivu-col-md-order-24 {
        order: 24
    }

    .ivu-col-span-md-23 {
        display: block;
        width: 95.83333333%
    }

    .ivu-col-md-push-23 {
        left: 95.83333333%
    }

    .ivu-col-md-pull-23 {
        right: 95.83333333%
    }

    .ivu-col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .ivu-col-md-order-23 {
        order: 23
    }

    .ivu-col-span-md-22 {
        display: block;
        width: 91.66666667%
    }

    .ivu-col-md-push-22 {
        left: 91.66666667%
    }

    .ivu-col-md-pull-22 {
        right: 91.66666667%
    }

    .ivu-col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .ivu-col-md-order-22 {
        order: 22
    }

    .ivu-col-span-md-21 {
        display: block;
        width: 87.5%
    }

    .ivu-col-md-push-21 {
        left: 87.5%
    }

    .ivu-col-md-pull-21 {
        right: 87.5%
    }

    .ivu-col-md-offset-21 {
        margin-left: 87.5%
    }

    .ivu-col-md-order-21 {
        order: 21
    }

    .ivu-col-span-md-20 {
        display: block;
        width: 83.33333333%
    }

    .ivu-col-md-push-20 {
        left: 83.33333333%
    }

    .ivu-col-md-pull-20 {
        right: 83.33333333%
    }

    .ivu-col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .ivu-col-md-order-20 {
        order: 20
    }

    .ivu-col-span-md-19 {
        display: block;
        width: 79.16666667%
    }

    .ivu-col-md-push-19 {
        left: 79.16666667%
    }

    .ivu-col-md-pull-19 {
        right: 79.16666667%
    }

    .ivu-col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .ivu-col-md-order-19 {
        order: 19
    }

    .ivu-col-span-md-18 {
        display: block;
        width: 75%
    }

    .ivu-col-md-push-18 {
        left: 75%
    }

    .ivu-col-md-pull-18 {
        right: 75%
    }

    .ivu-col-md-offset-18 {
        margin-left: 75%
    }

    .ivu-col-md-order-18 {
        order: 18
    }

    .ivu-col-span-md-17 {
        display: block;
        width: 70.83333333%
    }

    .ivu-col-md-push-17 {
        left: 70.83333333%
    }

    .ivu-col-md-pull-17 {
        right: 70.83333333%
    }

    .ivu-col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .ivu-col-md-order-17 {
        order: 17
    }

    .ivu-col-span-md-16 {
        display: block;
        width: 66.66666667%
    }

    .ivu-col-md-push-16 {
        left: 66.66666667%
    }

    .ivu-col-md-pull-16 {
        right: 66.66666667%
    }

    .ivu-col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .ivu-col-md-order-16 {
        order: 16
    }

    .ivu-col-span-md-15 {
        display: block;
        width: 62.5%
    }

    .ivu-col-md-push-15 {
        left: 62.5%
    }

    .ivu-col-md-pull-15 {
        right: 62.5%
    }

    .ivu-col-md-offset-15 {
        margin-left: 62.5%
    }

    .ivu-col-md-order-15 {
        order: 15
    }

    .ivu-col-span-md-14 {
        display: block;
        width: 58.33333333%
    }

    .ivu-col-md-push-14 {
        left: 58.33333333%
    }

    .ivu-col-md-pull-14 {
        right: 58.33333333%
    }

    .ivu-col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .ivu-col-md-order-14 {
        order: 14
    }

    .ivu-col-span-md-13 {
        display: block;
        width: 54.16666667%
    }

    .ivu-col-md-push-13 {
        left: 54.16666667%
    }

    .ivu-col-md-pull-13 {
        right: 54.16666667%
    }

    .ivu-col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .ivu-col-md-order-13 {
        order: 13
    }

    .ivu-col-span-md-12 {
        display: block;
        width: 50%
    }

    .ivu-col-md-push-12 {
        left: 50%
    }

    .ivu-col-md-pull-12 {
        right: 50%
    }

    .ivu-col-md-offset-12 {
        margin-left: 50%
    }

    .ivu-col-md-order-12 {
        order: 12
    }

    .ivu-col-span-md-11 {
        display: block;
        width: 45.83333333%
    }

    .ivu-col-md-push-11 {
        left: 45.83333333%
    }

    .ivu-col-md-pull-11 {
        right: 45.83333333%
    }

    .ivu-col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .ivu-col-md-order-11 {
        order: 11
    }

    .ivu-col-span-md-10 {
        display: block;
        width: 41.66666667%
    }

    .ivu-col-md-push-10 {
        left: 41.66666667%
    }

    .ivu-col-md-pull-10 {
        right: 41.66666667%
    }

    .ivu-col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .ivu-col-md-order-10 {
        order: 10
    }

    .ivu-col-span-md-9 {
        display: block;
        width: 37.5%
    }

    .ivu-col-md-push-9 {
        left: 37.5%
    }

    .ivu-col-md-pull-9 {
        right: 37.5%
    }

    .ivu-col-md-offset-9 {
        margin-left: 37.5%
    }

    .ivu-col-md-order-9 {
        order: 9
    }

    .ivu-col-span-md-8 {
        display: block;
        width: 33.33333333%
    }

    .ivu-col-md-push-8 {
        left: 33.33333333%
    }

    .ivu-col-md-pull-8 {
        right: 33.33333333%
    }

    .ivu-col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .ivu-col-md-order-8 {
        order: 8
    }

    .ivu-col-span-md-7 {
        display: block;
        width: 29.16666667%
    }

    .ivu-col-md-push-7 {
        left: 29.16666667%
    }

    .ivu-col-md-pull-7 {
        right: 29.16666667%
    }

    .ivu-col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .ivu-col-md-order-7 {
        order: 7
    }

    .ivu-col-span-md-6 {
        display: block;
        width: 25%
    }

    .ivu-col-md-push-6 {
        left: 25%
    }

    .ivu-col-md-pull-6 {
        right: 25%
    }

    .ivu-col-md-offset-6 {
        margin-left: 25%
    }

    .ivu-col-md-order-6 {
        order: 6
    }

    .ivu-col-span-md-5 {
        display: block;
        width: 20.83333333%
    }

    .ivu-col-md-push-5 {
        left: 20.83333333%
    }

    .ivu-col-md-pull-5 {
        right: 20.83333333%
    }

    .ivu-col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .ivu-col-md-order-5 {
        order: 5
    }

    .ivu-col-span-md-4 {
        display: block;
        width: 16.66666667%
    }

    .ivu-col-md-push-4 {
        left: 16.66666667%
    }

    .ivu-col-md-pull-4 {
        right: 16.66666667%
    }

    .ivu-col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .ivu-col-md-order-4 {
        order: 4
    }

    .ivu-col-span-md-3 {
        display: block;
        width: 12.5%
    }

    .ivu-col-md-push-3 {
        left: 12.5%
    }

    .ivu-col-md-pull-3 {
        right: 12.5%
    }

    .ivu-col-md-offset-3 {
        margin-left: 12.5%
    }

    .ivu-col-md-order-3 {
        order: 3
    }

    .ivu-col-span-md-2 {
        display: block;
        width: 8.33333333%
    }

    .ivu-col-md-push-2 {
        left: 8.33333333%
    }

    .ivu-col-md-pull-2 {
        right: 8.33333333%
    }

    .ivu-col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .ivu-col-md-order-2 {
        order: 2
    }

    .ivu-col-span-md-1 {
        display: block;
        width: 4.16666667%
    }

    .ivu-col-md-push-1 {
        left: 4.16666667%
    }

    .ivu-col-md-pull-1 {
        right: 4.16666667%
    }

    .ivu-col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .ivu-col-md-order-1 {
        order: 1
    }

    .ivu-col-span-md-0 {
        display: none
    }

    .ivu-col-md-push-0 {
        left: auto
    }

    .ivu-col-md-pull-0 {
        right: auto
    }
}

@media (min-width: 1200px) {
    .ivu-col-span-lg-1,.ivu-col-span-lg-2,.ivu-col-span-lg-3,.ivu-col-span-lg-4,.ivu-col-span-lg-5,.ivu-col-span-lg-6,.ivu-col-span-lg-7,.ivu-col-span-lg-8,.ivu-col-span-lg-9,.ivu-col-span-lg-10,.ivu-col-span-lg-11,.ivu-col-span-lg-12,.ivu-col-span-lg-13,.ivu-col-span-lg-14,.ivu-col-span-lg-15,.ivu-col-span-lg-16,.ivu-col-span-lg-17,.ivu-col-span-lg-18,.ivu-col-span-lg-19,.ivu-col-span-lg-20,.ivu-col-span-lg-21,.ivu-col-span-lg-22,.ivu-col-span-lg-23,.ivu-col-span-lg-24 {
        float:left;
        flex: 0 0 auto
    }

    .ivu-col-span-lg-24 {
        display: block;
        width: 100%
    }

    .ivu-col-lg-push-24 {
        left: 100%
    }

    .ivu-col-lg-pull-24 {
        right: 100%
    }

    .ivu-col-lg-offset-24 {
        margin-left: 100%
    }

    .ivu-col-lg-order-24 {
        order: 24
    }

    .ivu-col-span-lg-23 {
        display: block;
        width: 95.83333333%
    }

    .ivu-col-lg-push-23 {
        left: 95.83333333%
    }

    .ivu-col-lg-pull-23 {
        right: 95.83333333%
    }

    .ivu-col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .ivu-col-lg-order-23 {
        order: 23
    }

    .ivu-col-span-lg-22 {
        display: block;
        width: 91.66666667%
    }

    .ivu-col-lg-push-22 {
        left: 91.66666667%
    }

    .ivu-col-lg-pull-22 {
        right: 91.66666667%
    }

    .ivu-col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .ivu-col-lg-order-22 {
        order: 22
    }

    .ivu-col-span-lg-21 {
        display: block;
        width: 87.5%
    }

    .ivu-col-lg-push-21 {
        left: 87.5%
    }

    .ivu-col-lg-pull-21 {
        right: 87.5%
    }

    .ivu-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .ivu-col-lg-order-21 {
        order: 21
    }

    .ivu-col-span-lg-20 {
        display: block;
        width: 83.33333333%
    }

    .ivu-col-lg-push-20 {
        left: 83.33333333%
    }

    .ivu-col-lg-pull-20 {
        right: 83.33333333%
    }

    .ivu-col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .ivu-col-lg-order-20 {
        order: 20
    }

    .ivu-col-span-lg-19 {
        display: block;
        width: 79.16666667%
    }

    .ivu-col-lg-push-19 {
        left: 79.16666667%
    }

    .ivu-col-lg-pull-19 {
        right: 79.16666667%
    }

    .ivu-col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .ivu-col-lg-order-19 {
        order: 19
    }

    .ivu-col-span-lg-18 {
        display: block;
        width: 75%
    }

    .ivu-col-lg-push-18 {
        left: 75%
    }

    .ivu-col-lg-pull-18 {
        right: 75%
    }

    .ivu-col-lg-offset-18 {
        margin-left: 75%
    }

    .ivu-col-lg-order-18 {
        order: 18
    }

    .ivu-col-span-lg-17 {
        display: block;
        width: 70.83333333%
    }

    .ivu-col-lg-push-17 {
        left: 70.83333333%
    }

    .ivu-col-lg-pull-17 {
        right: 70.83333333%
    }

    .ivu-col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .ivu-col-lg-order-17 {
        order: 17
    }

    .ivu-col-span-lg-16 {
        display: block;
        width: 66.66666667%
    }

    .ivu-col-lg-push-16 {
        left: 66.66666667%
    }

    .ivu-col-lg-pull-16 {
        right: 66.66666667%
    }

    .ivu-col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .ivu-col-lg-order-16 {
        order: 16
    }

    .ivu-col-span-lg-15 {
        display: block;
        width: 62.5%
    }

    .ivu-col-lg-push-15 {
        left: 62.5%
    }

    .ivu-col-lg-pull-15 {
        right: 62.5%
    }

    .ivu-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .ivu-col-lg-order-15 {
        order: 15
    }

    .ivu-col-span-lg-14 {
        display: block;
        width: 58.33333333%
    }

    .ivu-col-lg-push-14 {
        left: 58.33333333%
    }

    .ivu-col-lg-pull-14 {
        right: 58.33333333%
    }

    .ivu-col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .ivu-col-lg-order-14 {
        order: 14
    }

    .ivu-col-span-lg-13 {
        display: block;
        width: 54.16666667%
    }

    .ivu-col-lg-push-13 {
        left: 54.16666667%
    }

    .ivu-col-lg-pull-13 {
        right: 54.16666667%
    }

    .ivu-col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .ivu-col-lg-order-13 {
        order: 13
    }

    .ivu-col-span-lg-12 {
        display: block;
        width: 50%
    }

    .ivu-col-lg-push-12 {
        left: 50%
    }

    .ivu-col-lg-pull-12 {
        right: 50%
    }

    .ivu-col-lg-offset-12 {
        margin-left: 50%
    }

    .ivu-col-lg-order-12 {
        order: 12
    }

    .ivu-col-span-lg-11 {
        display: block;
        width: 45.83333333%
    }

    .ivu-col-lg-push-11 {
        left: 45.83333333%
    }

    .ivu-col-lg-pull-11 {
        right: 45.83333333%
    }

    .ivu-col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .ivu-col-lg-order-11 {
        order: 11
    }

    .ivu-col-span-lg-10 {
        display: block;
        width: 41.66666667%
    }

    .ivu-col-lg-push-10 {
        left: 41.66666667%
    }

    .ivu-col-lg-pull-10 {
        right: 41.66666667%
    }

    .ivu-col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .ivu-col-lg-order-10 {
        order: 10
    }

    .ivu-col-span-lg-9 {
        display: block;
        width: 37.5%
    }

    .ivu-col-lg-push-9 {
        left: 37.5%
    }

    .ivu-col-lg-pull-9 {
        right: 37.5%
    }

    .ivu-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .ivu-col-lg-order-9 {
        order: 9
    }

    .ivu-col-span-lg-8 {
        display: block;
        width: 33.33333333%
    }

    .ivu-col-lg-push-8 {
        left: 33.33333333%
    }

    .ivu-col-lg-pull-8 {
        right: 33.33333333%
    }

    .ivu-col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .ivu-col-lg-order-8 {
        order: 8
    }

    .ivu-col-span-lg-7 {
        display: block;
        width: 29.16666667%
    }

    .ivu-col-lg-push-7 {
        left: 29.16666667%
    }

    .ivu-col-lg-pull-7 {
        right: 29.16666667%
    }

    .ivu-col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .ivu-col-lg-order-7 {
        order: 7
    }

    .ivu-col-span-lg-6 {
        display: block;
        width: 25%
    }

    .ivu-col-lg-push-6 {
        left: 25%
    }

    .ivu-col-lg-pull-6 {
        right: 25%
    }

    .ivu-col-lg-offset-6 {
        margin-left: 25%
    }

    .ivu-col-lg-order-6 {
        order: 6
    }

    .ivu-col-span-lg-5 {
        display: block;
        width: 20.83333333%
    }

    .ivu-col-lg-push-5 {
        left: 20.83333333%
    }

    .ivu-col-lg-pull-5 {
        right: 20.83333333%
    }

    .ivu-col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .ivu-col-lg-order-5 {
        order: 5
    }

    .ivu-col-span-lg-4 {
        display: block;
        width: 16.66666667%
    }

    .ivu-col-lg-push-4 {
        left: 16.66666667%
    }

    .ivu-col-lg-pull-4 {
        right: 16.66666667%
    }

    .ivu-col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .ivu-col-lg-order-4 {
        order: 4
    }

    .ivu-col-span-lg-3 {
        display: block;
        width: 12.5%
    }

    .ivu-col-lg-push-3 {
        left: 12.5%
    }

    .ivu-col-lg-pull-3 {
        right: 12.5%
    }

    .ivu-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .ivu-col-lg-order-3 {
        order: 3
    }

    .ivu-col-span-lg-2 {
        display: block;
        width: 8.33333333%
    }

    .ivu-col-lg-push-2 {
        left: 8.33333333%
    }

    .ivu-col-lg-pull-2 {
        right: 8.33333333%
    }

    .ivu-col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .ivu-col-lg-order-2 {
        order: 2
    }

    .ivu-col-span-lg-1 {
        display: block;
        width: 4.16666667%
    }

    .ivu-col-lg-push-1 {
        left: 4.16666667%
    }

    .ivu-col-lg-pull-1 {
        right: 4.16666667%
    }

    .ivu-col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .ivu-col-lg-order-1 {
        order: 1
    }

    .ivu-col-span-lg-0 {
        display: none
    }

    .ivu-col-lg-push-0 {
        left: auto
    }

    .ivu-col-lg-pull-0 {
        right: auto
    }
}

.ivu-article h1 {
    font-size: 26px;
    font-weight: 400
}

.ivu-article h2 {
    font-size: 20px;
    font-weight: 400
}

.ivu-article h3 {
    font-size: 16px;
    font-weight: 400
}

.ivu-article h4 {
    font-size: 14px;
    font-weight: 400
}

.ivu-article h5,.ivu-article h6 {
    font-size: 12px;
    font-weight: 400
}

.ivu-article blockquote {
    padding: 5px 5px 3px 10px;
    line-height: 1.5;
    border-left: 4px solid #ddd;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px
}

.ivu-article ul:not([class^=ivu-]) {
    padding-left: 40px;
    list-style-type: disc
}

.ivu-article li:not([class^=ivu-]) {
    margin-bottom: 5px;
    font-size: 14px
}

.ivu-article ol ul:not([class^=ivu-]),.ivu-article ul ul:not([class^=ivu-]) {
    list-style-type: circle
}

.ivu-article p {
    margin: 5px;
    font-size: 14px
}

.ivu-article a[target=_blank]:after {
    content: "\F220";
    font-family: Ionicons;
    color: #aaa;
    margin-left: 3px
}

.fade-appear,.fade-enter-active,.fade-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.fade-appear,.fade-enter-active {
    animation-name: ivuFadeIn;
    animation-play-state: running
}

.fade-leave-active {
    animation-name: ivuFadeOut;
    animation-play-state: running
}

.fade-appear,.fade-enter-active {
    opacity: 0
}

.fade-appear,.fade-enter-active,.fade-leave-active {
    animation-timing-function: linear
}

@keyframes ivuFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ivuFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.move-up-appear,.move-up-enter-active,.move-up-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-up-appear,.move-up-enter-active {
    animation-name: ivuMoveUpIn;
    animation-play-state: running
}

.move-up-leave-active {
    animation-name: ivuMoveUpOut;
    animation-play-state: running
}

.move-up-appear,.move-up-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-up-leave-active {
    animation-timing-function: ease-in-out
}

.move-down-appear,.move-down-enter-active,.move-down-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-down-appear,.move-down-enter-active {
    animation-name: ivuMoveDownIn;
    animation-play-state: running
}

.move-down-leave-active {
    animation-name: ivuMoveDownOut;
    animation-play-state: running
}

.move-down-appear,.move-down-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-down-leave-active {
    animation-timing-function: ease-in-out
}

.move-left-appear,.move-left-enter-active,.move-left-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-left-appear,.move-left-enter-active {
    animation-name: ivuMoveLeftIn;
    animation-play-state: running
}

.move-left-leave-active {
    animation-name: ivuMoveLeftOut;
    animation-play-state: running
}

.move-left-appear,.move-left-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-left-leave-active {
    animation-timing-function: ease-in-out
}

.move-right-appear,.move-right-enter-active,.move-right-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-right-appear,.move-right-enter-active {
    animation-name: ivuMoveRightIn;
    animation-play-state: running
}

.move-right-leave-active {
    animation-name: ivuMoveRightOut;
    animation-play-state: running
}

.move-right-appear,.move-right-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-right-leave-active {
    animation-timing-function: ease-in-out
}

@keyframes ivuMoveDownIn {
    0% {
        transform-origin: 0 0;
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform-origin: 0 0;
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes ivuMoveDownOut {
    0% {
        transform-origin: 0 0;
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes ivuMoveLeftIn {
    0% {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes ivuMoveLeftOut {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes ivuMoveRightIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes ivuMoveRightOut {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes ivuMoveUpIn {
    0% {
        transform-origin: 0 0;
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform-origin: 0 0;
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes ivuMoveUpOut {
    0% {
        transform-origin: 0 0;
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateY(-100%);
        opacity: 0
    }
}

.move-notice-appear,.move-notice-enter-active,.move-notice-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.move-notice-appear,.move-notice-enter-active {
    animation-name: ivuMoveNoticeIn;
    animation-play-state: running
}

.move-notice-leave-active {
    animation-name: ivuMoveNoticeOut;
    animation-play-state: running
}

.move-notice-appear,.move-notice-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.move-notice-leave-active {
    animation-timing-function: ease-in-out
}

@keyframes ivuMoveNoticeIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes ivuMoveNoticeOut {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    70% {
        transform-origin: 0 0;
        transform: translateX(100%);
        height: auto;
        padding: 16px;
        margin-bottom: 10px;
        opacity: 0
    }

    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        height: 0;
        padding: 0;
        margin-bottom: 0;
        opacity: 0
    }
}

.ease-appear,.ease-enter-active,.ease-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.ease-appear,.ease-enter-active {
    animation-name: ivuEaseIn;
    animation-play-state: running
}

.ease-leave-active {
    animation-name: ivuEaseOut;
    animation-play-state: running
}

.ease-appear,.ease-enter-active {
    opacity: 0
}

.ease-appear,.ease-enter-active,.ease-leave-active {
    animation-timing-function: linear;
    animation-duration: .2s
}

@keyframes ivuEaseIn {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes ivuEaseOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.9)
    }
}

.transition-drop-appear,.transition-drop-enter-active,.transition-drop-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.transition-drop-appear,.transition-drop-enter-active {
    animation-name: ivuTransitionDropIn;
    animation-play-state: running
}

.transition-drop-leave-active {
    animation-name: ivuTransitionDropOut;
    animation-play-state: running
}

.transition-drop-appear,.transition-drop-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.transition-drop-leave-active {
    animation-timing-function: ease-in-out
}

.slide-up-appear,.slide-up-enter-active,.slide-up-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.slide-up-appear,.slide-up-enter-active {
    animation-name: ivuSlideUpIn;
    animation-play-state: running
}

.slide-up-leave-active {
    animation-name: ivuSlideUpOut;
    animation-play-state: running
}

.slide-up-appear,.slide-up-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.slide-up-leave-active {
    animation-timing-function: ease-in-out
}

.slide-down-appear,.slide-down-enter-active,.slide-down-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.slide-down-appear,.slide-down-enter-active {
    animation-name: ivuSlideDownIn;
    animation-play-state: running
}

.slide-down-leave-active {
    animation-name: ivuSlideDownOut;
    animation-play-state: running
}

.slide-down-appear,.slide-down-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.slide-down-leave-active {
    animation-timing-function: ease-in-out
}

.slide-left-appear,.slide-left-enter-active,.slide-left-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.slide-left-appear,.slide-left-enter-active {
    animation-name: ivuSlideLeftIn;
    animation-play-state: running
}

.slide-left-leave-active {
    animation-name: ivuSlideLeftOut;
    animation-play-state: running
}

.slide-left-appear,.slide-left-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.slide-left-leave-active {
    animation-timing-function: ease-in-out
}

.slide-right-appear,.slide-right-enter-active,.slide-right-leave-active {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.slide-right-appear,.slide-right-enter-active {
    animation-name: ivuSlideRightIn;
    animation-play-state: running
}

.slide-right-leave-active {
    animation-name: ivuSlideRightOut;
    animation-play-state: running
}

.slide-right-appear,.slide-right-enter-active {
    opacity: 0;
    animation-timing-function: ease-in-out
}

.slide-right-leave-active {
    animation-timing-function: ease-in-out
}

@keyframes ivuTransitionDropIn {
    0% {
        opacity: 0;
        transform: scaleY(.8)
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes ivuTransitionDropOut {
    0% {
        opacity: 1;
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        transform: scaleY(.8)
    }
}

@keyframes ivuSlideUpIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(.8)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }
}

@keyframes ivuSlideUpOut {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleY(.8)
    }
}

@keyframes ivuSlideDownIn {
    0% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(.8)
    }

    to {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1)
    }
}

@keyframes ivuSlideDownOut {
    0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1)
    }

    to {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(.8)
    }
}

@keyframes ivuSlideLeftIn {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleX(.8)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleX(1)
    }
}

@keyframes ivuSlideLeftOut {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleX(1)
    }

    to {
        opacity: 0;
        transform-origin: 0 0;
        transform: scaleX(.8)
    }
}

@keyframes ivuSlideRightIn {
    0% {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scaleX(.8)
    }

    to {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scaleX(1)
    }
}

@keyframes ivuSlideRightOut {
    0% {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scaleX(1)
    }

    to {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scaleX(.8)
    }
}

.collapse-transition {
    transition: height .2s ease-in-out,padding-top .2s ease-in-out,padding-bottom .2s ease-in-out
}

.ivu-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;
    transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
    color: #495060;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn>.ivu-icon {
    line-height: 1
}

.ivu-btn,.ivu-btn:active,.ivu-btn:focus {
    outline: 0
}

.ivu-btn:not([disabled]):hover {
    text-decoration: none
}

.ivu-btn:not([disabled]):active {
    outline: 0
}

.ivu-btn.disabled,.ivu-btn[disabled] {
    cursor: not-allowed
}

.ivu-btn.disabled>*,.ivu-btn[disabled]>* {
    pointer-events: none
}

.ivu-btn-large {
    padding: 6px 15px 7px;
    font-size: 14px;
    border-radius: 4px
}

.ivu-btn-small {
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 3px
}

.ivu-btn>a:only-child {
    color: currentColor
}

.ivu-btn>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn:hover {
    color: #6d7380;
    background-color: #f9f9f9;
    border-color: #e4e5e7
}

.ivu-btn.active,.ivu-btn:active {
    color: #454c5b;
    background-color: #ebebeb;
    border-color: #ebebeb
}

.ivu-btn.disabled,.ivu-btn.disabled.active,.ivu-btn.disabled:active,.ivu-btn.disabled:focus,.ivu-btn.disabled:hover,.ivu-btn[disabled],.ivu-btn[disabled].active,.ivu-btn[disabled]:active,.ivu-btn[disabled]:focus,.ivu-btn[disabled]:hover,fieldset[disabled] .ivu-btn,fieldset[disabled] .ivu-btn.active,fieldset[disabled] .ivu-btn:active,fieldset[disabled] .ivu-btn:focus,fieldset[disabled] .ivu-btn:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn.disabled.active>a:only-child,.ivu-btn.disabled:active>a:only-child,.ivu-btn.disabled:focus>a:only-child,.ivu-btn.disabled:hover>a:only-child,.ivu-btn.disabled>a:only-child,.ivu-btn[disabled].active>a:only-child,.ivu-btn[disabled]:active>a:only-child,.ivu-btn[disabled]:focus>a:only-child,.ivu-btn[disabled]:hover>a:only-child,.ivu-btn[disabled]>a:only-child,fieldset[disabled] .ivu-btn.active>a:only-child,fieldset[disabled] .ivu-btn:active>a:only-child,fieldset[disabled] .ivu-btn:focus>a:only-child,fieldset[disabled] .ivu-btn:hover>a:only-child,fieldset[disabled] .ivu-btn>a:only-child {
    color: currentColor
}

.ivu-btn.disabled.active>a:only-child:after,.ivu-btn.disabled:active>a:only-child:after,.ivu-btn.disabled:focus>a:only-child:after,.ivu-btn.disabled:hover>a:only-child:after,.ivu-btn.disabled>a:only-child:after,.ivu-btn[disabled].active>a:only-child:after,.ivu-btn[disabled]:active>a:only-child:after,.ivu-btn[disabled]:focus>a:only-child:after,.ivu-btn[disabled]:hover>a:only-child:after,.ivu-btn[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn.active>a:only-child:after,fieldset[disabled] .ivu-btn:active>a:only-child:after,fieldset[disabled] .ivu-btn:focus>a:only-child:after,fieldset[disabled] .ivu-btn:hover>a:only-child:after,fieldset[disabled] .ivu-btn>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn:hover {
    color: #57a3f3;
    background-color: #fff;
    border-color: #57a3f3
}

.ivu-btn:hover>a:only-child {
    color: currentColor
}

.ivu-btn:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn.active,.ivu-btn:active {
    color: #2b85e4;
    background-color: #fff;
    border-color: #2b85e4
}

.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child {
    color: currentColor
}

.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-btn-long {
    width: 100%
}

.ivu-btn>.ivu-icon+span,.ivu-btn>span+.ivu-icon {
    margin-left: 4px
}

.ivu-btn-primary {
    color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0
}

.ivu-btn-primary>a:only-child {
    color: currentColor
}

.ivu-btn-primary>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary:hover {
    color: #fff;
    background-color: #57a3f3;
    border-color: #57a3f3
}

.ivu-btn-primary:hover>a:only-child {
    color: currentColor
}

.ivu-btn-primary:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.active,.ivu-btn-primary:active {
    color: #f2f2f2;
    background-color: #2b85e4;
    border-color: #2b85e4
}

.ivu-btn-primary.active>a:only-child,.ivu-btn-primary:active>a:only-child {
    color: currentColor
}

.ivu-btn-primary.active>a:only-child:after,.ivu-btn-primary:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.disabled,.ivu-btn-primary.disabled.active,.ivu-btn-primary.disabled:active,.ivu-btn-primary.disabled:focus,.ivu-btn-primary.disabled:hover,.ivu-btn-primary[disabled],.ivu-btn-primary[disabled].active,.ivu-btn-primary[disabled]:active,.ivu-btn-primary[disabled]:focus,.ivu-btn-primary[disabled]:hover,fieldset[disabled] .ivu-btn-primary,fieldset[disabled] .ivu-btn-primary.active,fieldset[disabled] .ivu-btn-primary:active,fieldset[disabled] .ivu-btn-primary:focus,fieldset[disabled] .ivu-btn-primary:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-primary.disabled.active>a:only-child,.ivu-btn-primary.disabled:active>a:only-child,.ivu-btn-primary.disabled:focus>a:only-child,.ivu-btn-primary.disabled:hover>a:only-child,.ivu-btn-primary.disabled>a:only-child,.ivu-btn-primary[disabled].active>a:only-child,.ivu-btn-primary[disabled]:active>a:only-child,.ivu-btn-primary[disabled]:focus>a:only-child,.ivu-btn-primary[disabled]:hover>a:only-child,.ivu-btn-primary[disabled]>a:only-child,fieldset[disabled] .ivu-btn-primary.active>a:only-child,fieldset[disabled] .ivu-btn-primary:active>a:only-child,fieldset[disabled] .ivu-btn-primary:focus>a:only-child,fieldset[disabled] .ivu-btn-primary:hover>a:only-child,fieldset[disabled] .ivu-btn-primary>a:only-child {
    color: currentColor
}

.ivu-btn-primary.disabled.active>a:only-child:after,.ivu-btn-primary.disabled:active>a:only-child:after,.ivu-btn-primary.disabled:focus>a:only-child:after,.ivu-btn-primary.disabled:hover>a:only-child:after,.ivu-btn-primary.disabled>a:only-child:after,.ivu-btn-primary[disabled].active>a:only-child:after,.ivu-btn-primary[disabled]:active>a:only-child:after,.ivu-btn-primary[disabled]:focus>a:only-child:after,.ivu-btn-primary[disabled]:hover>a:only-child:after,.ivu-btn-primary[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-primary.active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:focus>a:only-child:after,fieldset[disabled] .ivu-btn-primary:hover>a:only-child:after,fieldset[disabled] .ivu-btn-primary>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-primary.active,.ivu-btn-primary:active,.ivu-btn-primary:hover {
    color: #fff
}

.ivu-btn-primary:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child) {
    border-right-color: #2b85e4;
    border-left-color: #2b85e4
}

.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child) {
    border-right-color: #2b85e4
}

.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled] {
    border-right-color: #dddee1
}

.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn,.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child) {
    border-left-color: #2b85e4
}

.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled] {
    border-left-color: #dddee1
}

.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child) {
    border-top-color: #2b85e4;
    border-bottom-color: #2b85e4
}

.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child) {
    border-bottom-color: #2b85e4
}

.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled] {
    border-top-color: #dddee1
}

.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn,.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child) {
    border-top-color: #2b85e4
}

.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled] {
    border-bottom-color: #dddee1
}

.ivu-btn-ghost {
    color: #495060;
    background-color: transparent;
    border-color: #dddee1
}

.ivu-btn-ghost>a:only-child {
    color: currentColor
}

.ivu-btn-ghost>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-ghost:hover {
    color: #6d7380;
    background-color: hsla(0,0%,100%,.2);
    border-color: #e4e5e7
}

.ivu-btn-ghost.active,.ivu-btn-ghost:active {
    color: #454c5b;
    background-color: rgba(0,0,0,.05);
    border-color: rgba(0,0,0,.05)
}

.ivu-btn-ghost.disabled,.ivu-btn-ghost.disabled.active,.ivu-btn-ghost.disabled:active,.ivu-btn-ghost.disabled:focus,.ivu-btn-ghost.disabled:hover,.ivu-btn-ghost[disabled],.ivu-btn-ghost[disabled].active,.ivu-btn-ghost[disabled]:active,.ivu-btn-ghost[disabled]:focus,.ivu-btn-ghost[disabled]:hover,fieldset[disabled] .ivu-btn-ghost,fieldset[disabled] .ivu-btn-ghost.active,fieldset[disabled] .ivu-btn-ghost:active,fieldset[disabled] .ivu-btn-ghost:focus,fieldset[disabled] .ivu-btn-ghost:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-ghost.disabled.active>a:only-child,.ivu-btn-ghost.disabled:active>a:only-child,.ivu-btn-ghost.disabled:focus>a:only-child,.ivu-btn-ghost.disabled:hover>a:only-child,.ivu-btn-ghost.disabled>a:only-child,.ivu-btn-ghost[disabled].active>a:only-child,.ivu-btn-ghost[disabled]:active>a:only-child,.ivu-btn-ghost[disabled]:focus>a:only-child,.ivu-btn-ghost[disabled]:hover>a:only-child,.ivu-btn-ghost[disabled]>a:only-child,fieldset[disabled] .ivu-btn-ghost.active>a:only-child,fieldset[disabled] .ivu-btn-ghost:active>a:only-child,fieldset[disabled] .ivu-btn-ghost:focus>a:only-child,fieldset[disabled] .ivu-btn-ghost:hover>a:only-child,fieldset[disabled] .ivu-btn-ghost>a:only-child {
    color: currentColor
}

.ivu-btn-ghost.disabled.active>a:only-child:after,.ivu-btn-ghost.disabled:active>a:only-child:after,.ivu-btn-ghost.disabled:focus>a:only-child:after,.ivu-btn-ghost.disabled:hover>a:only-child:after,.ivu-btn-ghost.disabled>a:only-child:after,.ivu-btn-ghost[disabled].active>a:only-child:after,.ivu-btn-ghost[disabled]:active>a:only-child:after,.ivu-btn-ghost[disabled]:focus>a:only-child:after,.ivu-btn-ghost[disabled]:hover>a:only-child:after,.ivu-btn-ghost[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-ghost.active>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:active>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:focus>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:hover>a:only-child:after,fieldset[disabled] .ivu-btn-ghost>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-ghost:hover {
    color: #57a3f3;
    background-color: transparent;
    border-color: #57a3f3
}

.ivu-btn-ghost:hover>a:only-child {
    color: currentColor
}

.ivu-btn-ghost:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-ghost.active,.ivu-btn-ghost:active {
    color: #2b85e4;
    background-color: transparent;
    border-color: #2b85e4
}

.ivu-btn-ghost.active>a:only-child,.ivu-btn-ghost:active>a:only-child {
    color: currentColor
}

.ivu-btn-ghost.active>a:only-child:after,.ivu-btn-ghost:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-ghost:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-btn-dashed {
    color: #495060;
    background-color: transparent;
    border-color: #dddee1;
    border-style: dashed
}

.ivu-btn-dashed>a:only-child {
    color: currentColor
}

.ivu-btn-dashed>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-dashed:hover {
    color: #6d7380;
    background-color: hsla(0,0%,100%,.2);
    border-color: #e4e5e7
}

.ivu-btn-dashed.active,.ivu-btn-dashed:active {
    color: #454c5b;
    background-color: rgba(0,0,0,.05);
    border-color: rgba(0,0,0,.05)
}

.ivu-btn-dashed.disabled,.ivu-btn-dashed.disabled.active,.ivu-btn-dashed.disabled:active,.ivu-btn-dashed.disabled:focus,.ivu-btn-dashed.disabled:hover,.ivu-btn-dashed[disabled],.ivu-btn-dashed[disabled].active,.ivu-btn-dashed[disabled]:active,.ivu-btn-dashed[disabled]:focus,.ivu-btn-dashed[disabled]:hover,fieldset[disabled] .ivu-btn-dashed,fieldset[disabled] .ivu-btn-dashed.active,fieldset[disabled] .ivu-btn-dashed:active,fieldset[disabled] .ivu-btn-dashed:focus,fieldset[disabled] .ivu-btn-dashed:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-dashed.disabled.active>a:only-child,.ivu-btn-dashed.disabled:active>a:only-child,.ivu-btn-dashed.disabled:focus>a:only-child,.ivu-btn-dashed.disabled:hover>a:only-child,.ivu-btn-dashed.disabled>a:only-child,.ivu-btn-dashed[disabled].active>a:only-child,.ivu-btn-dashed[disabled]:active>a:only-child,.ivu-btn-dashed[disabled]:focus>a:only-child,.ivu-btn-dashed[disabled]:hover>a:only-child,.ivu-btn-dashed[disabled]>a:only-child,fieldset[disabled] .ivu-btn-dashed.active>a:only-child,fieldset[disabled] .ivu-btn-dashed:active>a:only-child,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child,fieldset[disabled] .ivu-btn-dashed>a:only-child {
    color: currentColor
}

.ivu-btn-dashed.disabled.active>a:only-child:after,.ivu-btn-dashed.disabled:active>a:only-child:after,.ivu-btn-dashed.disabled:focus>a:only-child:after,.ivu-btn-dashed.disabled:hover>a:only-child:after,.ivu-btn-dashed.disabled>a:only-child:after,.ivu-btn-dashed[disabled].active>a:only-child:after,.ivu-btn-dashed[disabled]:active>a:only-child:after,.ivu-btn-dashed[disabled]:focus>a:only-child:after,.ivu-btn-dashed[disabled]:hover>a:only-child:after,.ivu-btn-dashed[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-dashed.active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child:after,fieldset[disabled] .ivu-btn-dashed>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-dashed:hover {
    color: #57a3f3;
    background-color: transparent;
    border-color: #57a3f3
}

.ivu-btn-dashed:hover>a:only-child {
    color: currentColor
}

.ivu-btn-dashed:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-dashed.active,.ivu-btn-dashed:active {
    color: #2b85e4;
    background-color: transparent;
    border-color: #2b85e4
}

.ivu-btn-dashed.active>a:only-child,.ivu-btn-dashed:active>a:only-child {
    color: currentColor
}

.ivu-btn-dashed.active>a:only-child:after,.ivu-btn-dashed:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-dashed:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-btn-text {
    color: #495060;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text>a:only-child {
    color: currentColor
}

.ivu-btn-text>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text:hover {
    color: #6d7380;
    background-color: hsla(0,0%,100%,.2);
    border-color: hsla(0,0%,100%,.2)
}

.ivu-btn-text.active,.ivu-btn-text:active {
    color: #454c5b;
    background-color: rgba(0,0,0,.05);
    border-color: rgba(0,0,0,.05)
}

.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover {
    background-color: #f7f7f7;
    border-color: #dddee1;
    color: #bbbec4;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child {
    color: currentColor
}

.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text:hover {
    color: #57a3f3;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text:hover>a:only-child {
    color: currentColor
}

.ivu-btn-text:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text.active,.ivu-btn-text:active {
    color: #2b85e4;
    background-color: transparent;
    border-color: transparent
}

.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child {
    color: currentColor
}

.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-text:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-btn-success {
    color: #fff;
    background-color: #19be6b;
    border-color: #19be6b
}

.ivu-btn-success>a:only-child {
    color: currentColor
}

.ivu-btn-success>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success:hover {
    color: #fff;
    background-color: #47cb89;
    border-color: #47cb89
}

.ivu-btn-success:hover>a:only-child {
    color: currentColor
}

.ivu-btn-success:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.active,.ivu-btn-success:active {
    color: #f2f2f2;
    background-color: #18b566;
    border-color: #18b566
}

.ivu-btn-success.active>a:only-child,.ivu-btn-success:active>a:only-child {
    color: currentColor
}

.ivu-btn-success.active>a:only-child:after,.ivu-btn-success:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.disabled,.ivu-btn-success.disabled.active,.ivu-btn-success.disabled:active,.ivu-btn-success.disabled:focus,.ivu-btn-success.disabled:hover,.ivu-btn-success[disabled],.ivu-btn-success[disabled].active,.ivu-btn-success[disabled]:active,.ivu-btn-success[disabled]:focus,.ivu-btn-success[disabled]:hover,fieldset[disabled] .ivu-btn-success,fieldset[disabled] .ivu-btn-success.active,fieldset[disabled] .ivu-btn-success:active,fieldset[disabled] .ivu-btn-success:focus,fieldset[disabled] .ivu-btn-success:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-success.disabled.active>a:only-child,.ivu-btn-success.disabled:active>a:only-child,.ivu-btn-success.disabled:focus>a:only-child,.ivu-btn-success.disabled:hover>a:only-child,.ivu-btn-success.disabled>a:only-child,.ivu-btn-success[disabled].active>a:only-child,.ivu-btn-success[disabled]:active>a:only-child,.ivu-btn-success[disabled]:focus>a:only-child,.ivu-btn-success[disabled]:hover>a:only-child,.ivu-btn-success[disabled]>a:only-child,fieldset[disabled] .ivu-btn-success.active>a:only-child,fieldset[disabled] .ivu-btn-success:active>a:only-child,fieldset[disabled] .ivu-btn-success:focus>a:only-child,fieldset[disabled] .ivu-btn-success:hover>a:only-child,fieldset[disabled] .ivu-btn-success>a:only-child {
    color: currentColor
}

.ivu-btn-success.disabled.active>a:only-child:after,.ivu-btn-success.disabled:active>a:only-child:after,.ivu-btn-success.disabled:focus>a:only-child:after,.ivu-btn-success.disabled:hover>a:only-child:after,.ivu-btn-success.disabled>a:only-child:after,.ivu-btn-success[disabled].active>a:only-child:after,.ivu-btn-success[disabled]:active>a:only-child:after,.ivu-btn-success[disabled]:focus>a:only-child:after,.ivu-btn-success[disabled]:hover>a:only-child:after,.ivu-btn-success[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-success.active>a:only-child:after,fieldset[disabled] .ivu-btn-success:active>a:only-child:after,fieldset[disabled] .ivu-btn-success:focus>a:only-child:after,fieldset[disabled] .ivu-btn-success:hover>a:only-child:after,fieldset[disabled] .ivu-btn-success>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-success.active,.ivu-btn-success:active,.ivu-btn-success:hover {
    color: #fff
}

.ivu-btn-success:focus {
    box-shadow: 0 0 0 2px rgba(25,190,107,.2)
}

.ivu-btn-warning {
    color: #fff;
    background-color: #f90;
    border-color: #f90
}

.ivu-btn-warning>a:only-child {
    color: currentColor
}

.ivu-btn-warning>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning:hover {
    color: #fff;
    background-color: #ffad33;
    border-color: #ffad33
}

.ivu-btn-warning:hover>a:only-child {
    color: currentColor
}

.ivu-btn-warning:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.active,.ivu-btn-warning:active {
    color: #f2f2f2;
    background-color: #f29100;
    border-color: #f29100
}

.ivu-btn-warning.active>a:only-child,.ivu-btn-warning:active>a:only-child {
    color: currentColor
}

.ivu-btn-warning.active>a:only-child:after,.ivu-btn-warning:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.disabled,.ivu-btn-warning.disabled.active,.ivu-btn-warning.disabled:active,.ivu-btn-warning.disabled:focus,.ivu-btn-warning.disabled:hover,.ivu-btn-warning[disabled],.ivu-btn-warning[disabled].active,.ivu-btn-warning[disabled]:active,.ivu-btn-warning[disabled]:focus,.ivu-btn-warning[disabled]:hover,fieldset[disabled] .ivu-btn-warning,fieldset[disabled] .ivu-btn-warning.active,fieldset[disabled] .ivu-btn-warning:active,fieldset[disabled] .ivu-btn-warning:focus,fieldset[disabled] .ivu-btn-warning:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-warning.disabled.active>a:only-child,.ivu-btn-warning.disabled:active>a:only-child,.ivu-btn-warning.disabled:focus>a:only-child,.ivu-btn-warning.disabled:hover>a:only-child,.ivu-btn-warning.disabled>a:only-child,.ivu-btn-warning[disabled].active>a:only-child,.ivu-btn-warning[disabled]:active>a:only-child,.ivu-btn-warning[disabled]:focus>a:only-child,.ivu-btn-warning[disabled]:hover>a:only-child,.ivu-btn-warning[disabled]>a:only-child,fieldset[disabled] .ivu-btn-warning.active>a:only-child,fieldset[disabled] .ivu-btn-warning:active>a:only-child,fieldset[disabled] .ivu-btn-warning:focus>a:only-child,fieldset[disabled] .ivu-btn-warning:hover>a:only-child,fieldset[disabled] .ivu-btn-warning>a:only-child {
    color: currentColor
}

.ivu-btn-warning.disabled.active>a:only-child:after,.ivu-btn-warning.disabled:active>a:only-child:after,.ivu-btn-warning.disabled:focus>a:only-child:after,.ivu-btn-warning.disabled:hover>a:only-child:after,.ivu-btn-warning.disabled>a:only-child:after,.ivu-btn-warning[disabled].active>a:only-child:after,.ivu-btn-warning[disabled]:active>a:only-child:after,.ivu-btn-warning[disabled]:focus>a:only-child:after,.ivu-btn-warning[disabled]:hover>a:only-child:after,.ivu-btn-warning[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-warning.active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:focus>a:only-child:after,fieldset[disabled] .ivu-btn-warning:hover>a:only-child:after,fieldset[disabled] .ivu-btn-warning>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-warning.active,.ivu-btn-warning:active,.ivu-btn-warning:hover {
    color: #fff
}

.ivu-btn-warning:focus {
    box-shadow: 0 0 0 2px rgba(255,153,0,.2)
}

.ivu-btn-error {
    color: #fff;
    background-color: #ed3f14;
    border-color: #ed3f14
}

.ivu-btn-error>a:only-child {
    color: currentColor
}

.ivu-btn-error>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-error:hover {
    color: #fff;
    background-color: #f16543;
    border-color: #f16543
}

.ivu-btn-error:hover>a:only-child {
    color: currentColor
}

.ivu-btn-error:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-error.active,.ivu-btn-error:active {
    color: #f2f2f2;
    background-color: #e13c13;
    border-color: #e13c13
}

.ivu-btn-error.active>a:only-child,.ivu-btn-error:active>a:only-child {
    color: currentColor
}

.ivu-btn-error.active>a:only-child:after,.ivu-btn-error:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-error.disabled,.ivu-btn-error.disabled.active,.ivu-btn-error.disabled:active,.ivu-btn-error.disabled:focus,.ivu-btn-error.disabled:hover,.ivu-btn-error[disabled],.ivu-btn-error[disabled].active,.ivu-btn-error[disabled]:active,.ivu-btn-error[disabled]:focus,.ivu-btn-error[disabled]:hover,fieldset[disabled] .ivu-btn-error,fieldset[disabled] .ivu-btn-error.active,fieldset[disabled] .ivu-btn-error:active,fieldset[disabled] .ivu-btn-error:focus,fieldset[disabled] .ivu-btn-error:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-error.disabled.active>a:only-child,.ivu-btn-error.disabled:active>a:only-child,.ivu-btn-error.disabled:focus>a:only-child,.ivu-btn-error.disabled:hover>a:only-child,.ivu-btn-error.disabled>a:only-child,.ivu-btn-error[disabled].active>a:only-child,.ivu-btn-error[disabled]:active>a:only-child,.ivu-btn-error[disabled]:focus>a:only-child,.ivu-btn-error[disabled]:hover>a:only-child,.ivu-btn-error[disabled]>a:only-child,fieldset[disabled] .ivu-btn-error.active>a:only-child,fieldset[disabled] .ivu-btn-error:active>a:only-child,fieldset[disabled] .ivu-btn-error:focus>a:only-child,fieldset[disabled] .ivu-btn-error:hover>a:only-child,fieldset[disabled] .ivu-btn-error>a:only-child {
    color: currentColor
}

.ivu-btn-error.disabled.active>a:only-child:after,.ivu-btn-error.disabled:active>a:only-child:after,.ivu-btn-error.disabled:focus>a:only-child:after,.ivu-btn-error.disabled:hover>a:only-child:after,.ivu-btn-error.disabled>a:only-child:after,.ivu-btn-error[disabled].active>a:only-child:after,.ivu-btn-error[disabled]:active>a:only-child:after,.ivu-btn-error[disabled]:focus>a:only-child:after,.ivu-btn-error[disabled]:hover>a:only-child:after,.ivu-btn-error[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-error.active>a:only-child:after,fieldset[disabled] .ivu-btn-error:active>a:only-child:after,fieldset[disabled] .ivu-btn-error:focus>a:only-child:after,fieldset[disabled] .ivu-btn-error:hover>a:only-child:after,fieldset[disabled] .ivu-btn-error>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-error.active,.ivu-btn-error:active,.ivu-btn-error:hover {
    color: #fff
}

.ivu-btn-error:focus {
    box-shadow: 0 0 0 2px rgba(237,63,20,.2)
}

.ivu-btn-info {
    color: #fff;
    background-color: #2db7f5;
    border-color: #2db7f5
}

.ivu-btn-info>a:only-child {
    color: currentColor
}

.ivu-btn-info>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-info:hover {
    color: #fff;
    background-color: #57c5f7;
    border-color: #57c5f7
}

.ivu-btn-info:hover>a:only-child {
    color: currentColor
}

.ivu-btn-info:hover>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-info.active,.ivu-btn-info:active {
    color: #f2f2f2;
    background-color: #2baee9;
    border-color: #2baee9
}

.ivu-btn-info.active>a:only-child,.ivu-btn-info:active>a:only-child {
    color: currentColor
}

.ivu-btn-info.active>a:only-child:after,.ivu-btn-info:active>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-info.disabled,.ivu-btn-info.disabled.active,.ivu-btn-info.disabled:active,.ivu-btn-info.disabled:focus,.ivu-btn-info.disabled:hover,.ivu-btn-info[disabled],.ivu-btn-info[disabled].active,.ivu-btn-info[disabled]:active,.ivu-btn-info[disabled]:focus,.ivu-btn-info[disabled]:hover,fieldset[disabled] .ivu-btn-info,fieldset[disabled] .ivu-btn-info.active,fieldset[disabled] .ivu-btn-info:active,fieldset[disabled] .ivu-btn-info:focus,fieldset[disabled] .ivu-btn-info:hover {
    color: #bbbec4;
    background-color: #f7f7f7;
    border-color: #dddee1
}

.ivu-btn-info.disabled.active>a:only-child,.ivu-btn-info.disabled:active>a:only-child,.ivu-btn-info.disabled:focus>a:only-child,.ivu-btn-info.disabled:hover>a:only-child,.ivu-btn-info.disabled>a:only-child,.ivu-btn-info[disabled].active>a:only-child,.ivu-btn-info[disabled]:active>a:only-child,.ivu-btn-info[disabled]:focus>a:only-child,.ivu-btn-info[disabled]:hover>a:only-child,.ivu-btn-info[disabled]>a:only-child,fieldset[disabled] .ivu-btn-info.active>a:only-child,fieldset[disabled] .ivu-btn-info:active>a:only-child,fieldset[disabled] .ivu-btn-info:focus>a:only-child,fieldset[disabled] .ivu-btn-info:hover>a:only-child,fieldset[disabled] .ivu-btn-info>a:only-child {
    color: currentColor
}

.ivu-btn-info.disabled.active>a:only-child:after,.ivu-btn-info.disabled:active>a:only-child:after,.ivu-btn-info.disabled:focus>a:only-child:after,.ivu-btn-info.disabled:hover>a:only-child:after,.ivu-btn-info.disabled>a:only-child:after,.ivu-btn-info[disabled].active>a:only-child:after,.ivu-btn-info[disabled]:active>a:only-child:after,.ivu-btn-info[disabled]:focus>a:only-child:after,.ivu-btn-info[disabled]:hover>a:only-child:after,.ivu-btn-info[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-info.active>a:only-child:after,fieldset[disabled] .ivu-btn-info:active>a:only-child:after,fieldset[disabled] .ivu-btn-info:focus>a:only-child:after,fieldset[disabled] .ivu-btn-info:hover>a:only-child:after,fieldset[disabled] .ivu-btn-info>a:only-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.ivu-btn-info.active,.ivu-btn-info:active,.ivu-btn-info:hover {
    color: #fff
}

.ivu-btn-info:focus {
    box-shadow: 0 0 0 2px rgba(45,183,245,.2)
}

.ivu-btn-circle,.ivu-btn-circle-outline {
    border-radius: 32px
}

.ivu-btn-circle-outline.ivu-btn-large,.ivu-btn-circle.ivu-btn-large {
    border-radius: 36px
}

.ivu-btn-circle-outline.ivu-btn-size,.ivu-btn-circle.ivu-btn-size {
    border-radius: 24px
}

.ivu-btn-circle-outline.ivu-btn-icon-only,.ivu-btn-circle.ivu-btn-icon-only {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    border-radius: 50%
}

.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 16px;
    border-radius: 50%
}

.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small {
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 14px;
    border-radius: 50%
}

.ivu-btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #fff;
    opacity: .35;
    content: "";
    border-radius: inherit;
    z-index: 1;
    transition: opacity .2s;
    pointer-events: none;
    display: none
}

.ivu-btn.ivu-btn-loading {
    pointer-events: none;
    position: relative
}

.ivu-btn.ivu-btn-loading:before {
    display: block
}

.ivu-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.ivu-btn-group>.ivu-btn {
    position: relative;
    float: left
}

.ivu-btn-group>.ivu-btn.active,.ivu-btn-group>.ivu-btn:active,.ivu-btn-group>.ivu-btn:hover {
    z-index: 2
}

.ivu-btn-group .ivu-btn-icon-only .ivu-icon {
    font-size: 14px;
    position: relative;
    top: 1px
}

.ivu-btn-group-large .ivu-btn-icon-only .ivu-icon {
    font-size: 16px;
    top: 2px
}

.ivu-btn-group-small .ivu-btn-icon-only .ivu-icon {
    font-size: 12px;
    top: 0
}

.ivu-btn-group-circle .ivu-btn {
    border-radius: 32px
}

.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
    border-radius: 36px
}

.ivu-btn-group-large>.ivu-btn {
    padding: 6px 15px 7px;
    font-size: 14px;
    border-radius: 4px
}

.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
    border-radius: 24px
}

.ivu-btn-group-small>.ivu-btn {
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 3px
}

.ivu-btn-group-small>.ivu-btn>.ivu-icon {
    font-size: 12px
}

.ivu-btn+.ivu-btn-group,.ivu-btn-group+.ivu-btn,.ivu-btn-group+.ivu-btn-group,.ivu-btn-group .ivu-btn+.ivu-btn {
    margin-left: -1px
}

.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child {
    margin-left: 0
}

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.ivu-btn-group>.ivu-btn-group {
    float: left
}

.ivu-btn-group>.ivu-btn-group:not(:first-child):not(:last-child)>.ivu-btn {
    border-radius: 0
}

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:first-child:not(:last-child)>.ivu-btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 8px
}

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:last-child:not(:first-child)>.ivu-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 8px
}

.ivu-btn-group-vertical {
    display: inline-block;
    vertical-align: middle
}

.ivu-btn-group-vertical>.ivu-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.ivu-btn+.ivu-btn-group-vertical,.ivu-btn-group-vertical+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn-group-vertical,.ivu-btn-group-vertical .ivu-btn+.ivu-btn {
    margin-top: -1px;
    margin-left: 0
}

.ivu-btn-group-vertical>.ivu-btn:first-child {
    margin-top: 0
}

.ivu-btn-group-vertical>.ivu-btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ivu-btn-group-vertical>.ivu-btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ivu-btn-group-vertical>.ivu-btn-group-vertical:first-child:not(:last-child)>.ivu-btn:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 8px
}

.ivu-btn-group-vertical>.ivu-btn-group-vertical:last-child:not(:first-child)>.ivu-btn:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px
}

.ivu-affix,.ivu-back-top {
    position: fixed;
    z-index: 10
}

.ivu-back-top {
    cursor: pointer;
    display: none
}

.ivu-back-top.ivu-back-top-show {
    display: block
}

.ivu-back-top-inner {
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: all .2s ease-in-out
}

.ivu-back-top-inner:hover {
    background-color: rgba(0,0,0,.7)
}

.ivu-back-top i {
    color: #fff;
    font-size: 24px;
    padding: 8px 12px
}

.ivu-badge {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.ivu-badge-count {
    position: absolute;
    transform: translateX(50%);
    top: -10px;
    right: 0;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    background: #ed3f14;
    border: 1px solid transparent;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
    transform-origin: -10% center;
    z-index: 10;
    box-shadow: 0 0 0 1px #fff
}

.ivu-badge-count a,.ivu-badge-count a:hover {
    color: #fff
}

.ivu-badge-count-alone {
    top: auto;
    display: block;
    position: relative;
    transform: translateX(0)
}

.ivu-badge-dot {
    position: absolute;
    transform: translateX(-50%);
    transform-origin: 0 center;
    top: -4px;
    right: -8px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #ed3f14;
    z-index: 10;
    box-shadow: 0 0 0 1px #fff
}

.ivu-chart-circle {
    display: inline-block;
    position: relative
}

.ivu-chart-circle-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}

.ivu-spin {
    color: #2d8cf0;
    vertical-align: middle;
    text-align: center
}

.ivu-spin-dot {
    position: relative;
    display: block;
    border-radius: 50%;
    background-color: #2d8cf0;
    width: 20px;
    height: 20px;
    animation: ani-spin-bounce 1s 0s ease-in-out infinite
}

.ivu-spin-large .ivu-spin-dot {
    width: 32px;
    height: 32px
}

.ivu-spin-small .ivu-spin-dot {
    width: 12px;
    height: 12px
}

.ivu-spin-fix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.9)
}

.ivu-spin-fullscreen {
    z-index: 2010
}

.ivu-spin-fullscreen-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ivu-spin-fix .ivu-spin-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.ivu-spin-fix .ivu-spin-dot {
    display: inline-block
}

.ivu-spin-show-text .ivu-spin-dot,.ivu-spin-text {
    display: none
}

.ivu-spin-show-text .ivu-spin-text {
    display: block
}

.ivu-table-wrapper>.ivu-spin-fix {
    border: 1px solid #dddee1;
    border-top: 0;
    border-left: 0
}

@keyframes ani-spin-bounce {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.ivu-alert {
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 6px;
    color: #495060;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.ivu-alert.ivu-alert-with-icon {
    padding: 8px 48px 8px 38px
}

.ivu-alert-icon {
    font-size: 14px;
    top: 8px;
    left: 16px;
    position: absolute
}

.ivu-alert-desc {
    font-size: 12px;
    color: #495060;
    line-height: 21px;
    display: none;
    text-align: justify
}

.ivu-alert-success {
    border: 1px solid #d1f2e1;
    background-color: #e8f9f0
}

.ivu-alert-success .ivu-alert-icon {
    color: #19be6b
}

.ivu-alert-info {
    border: 1px solid #d5e8fc;
    background-color: #eaf4fe
}

.ivu-alert-info .ivu-alert-icon {
    color: #2d8cf0
}

.ivu-alert-warning {
    border: 1px solid #ffebcc;
    background-color: #fff5e6
}

.ivu-alert-warning .ivu-alert-icon {
    color: #f90
}

.ivu-alert-error {
    border: 1px solid #fbd9d0;
    background-color: #fdece8
}

.ivu-alert-error .ivu-alert-icon {
    color: #ed3f14
}

.ivu-alert-close {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 8px;
    overflow: hidden;
    cursor: pointer
}

.ivu-alert-close .ivu-icon-ios-close-empty {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-alert-close .ivu-icon-ios-close-empty:hover {
    color: #444
}

.ivu-alert-with-desc {
    padding: 16px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #495060;
    line-height: 1.5
}

.ivu-alert-with-desc.ivu-alert-with-icon {
    padding: 16px 16px 16px 69px
}

.ivu-alert-with-desc .ivu-alert-desc {
    display: block
}

.ivu-alert-with-desc .ivu-alert-message {
    font-size: 14px;
    color: #1c2438;
    display: block
}

.ivu-alert-with-desc .ivu-alert-icon {
    top: 50%;
    left: 24px;
    margin-top: -21px;
    font-size: 28px
}

.ivu-alert-with-banner {
    border-radius: 0
}

.ivu-collapse {
    background-color: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #dddee1
}

.ivu-collapse>.ivu-collapse-item {
    border-top: 1px solid #dddee1
}

.ivu-collapse>.ivu-collapse-item:first-child {
    border-top: 0
}

.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header {
    height: 38px;
    line-height: 38px;
    padding-left: 32px;
    color: #666;
    cursor: pointer;
    position: relative
}

.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i {
    transition: transform .2s ease-in-out
}

.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i {
    transform: rotate(90deg)
}

.ivu-collapse-content {
    color: #495060;
    padding: 0 16px;
    background-color: #fff
}

.ivu-collapse-content>.ivu-collapse-content-box {
    padding-top: 16px;
    padding-bottom: 16px
}

.ivu-collapse-item:last-child>.ivu-collapse-content {
    border-radius: 0 0 3px 3px
}

.ivu-card {
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    transition: all .2s ease-in-out
}

.ivu-card-bordered {
    border: 1px solid #dddee1;
    border-color: #e9eaec
}

.ivu-card-shadow {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
}

.ivu-card:hover {
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    border-color: #eee
}

.ivu-card.ivu-card-dis-hover:hover {
    box-shadow: none;
    border-color: transparent
}

.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
    border-color: #e9eaec
}

.ivu-card.ivu-card-shadow:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1)
}

.ivu-card-head {
    border-bottom: 1px solid #e9eaec;
    padding: 14px 16px;
    line-height: 1
}

.ivu-card-head-inner,.ivu-card-head p {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #1c2438;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ivu-card-extra {
    position: absolute;
    right: 16px;
    top: 14px
}

.ivu-card-body {
    padding: 16px
}

.ivu-message {
    font-size: 12px;
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 16px;
    left: 0;
    pointer-events: none
}

.ivu-message-notice {
    padding: 8px;
    text-align: center;
    transition: height .3s ease-in-out,padding .3s ease-in-out
}

.ivu-message-notice:first-child {
    margin-top: -8px
}

.ivu-message-notice-close {
    position: absolute;
    right: 4px;
    top: 9px;
    color: #999;
    outline: 0
}

.ivu-message-notice-close i.ivu-icon {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-message-notice-close i.ivu-icon:hover {
    color: #444
}

.ivu-message-notice-content {
    display: inline-block;
    pointer-events: all;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    background: #fff;
    position: relative
}

.ivu-message-notice-content-text {
    display: inline-block
}

.ivu-message-notice-closable .ivu-message-notice-content-text {
    padding-right: 32px
}

.ivu-message-success .ivu-icon {
    color: #19be6b
}

.ivu-message-error .ivu-icon {
    color: #ed3f14
}

.ivu-message-warning .ivu-icon {
    color: #f90
}

.ivu-message-info .ivu-icon,.ivu-message-loading .ivu-icon {
    color: #2d8cf0
}

.ivu-message .ivu-icon {
    margin-right: 8px;
    font-size: 14px;
    top: 1px;
    position: relative
}

.ivu-notice {
    width: 335px;
    margin-right: 24px;
    position: fixed;
    z-index: 1010
}

.ivu-notice-content-with-icon,.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
    margin-left: 51px
}

.ivu-notice-notice {
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    background: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden
}

.ivu-notice-notice-close {
    position: absolute;
    right: 16px;
    top: 15px;
    color: #999;
    outline: 0
}

.ivu-notice-notice-close i {
    font-size: 22px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: -3px
}

.ivu-notice-notice-close i:hover {
    color: #444
}

.ivu-notice-notice-content-with-render .ivu-notice-desc {
    display: none
}

.ivu-notice-notice-with-desc .ivu-notice-notice-close {
    top: 11px
}

.ivu-notice-content-with-render-notitle {
    margin-left: 26px
}

.ivu-notice-title {
    font-size: 14px;
    line-height: 17px;
    color: #1c2438;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ivu-notice-with-desc .ivu-notice-title {
    font-weight: 700;
    margin-bottom: 8px
}

.ivu-notice-desc {
    font-size: 12px;
    color: #495060;
    text-align: justify;
    line-height: 1.5
}

.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc {
    margin-left: 51px
}

.ivu-notice-with-icon .ivu-notice-title {
    margin-left: 26px
}

.ivu-notice-icon {
    position: absolute;
    left: 20px;
    margin-top: -1px;
    font-size: 16px
}

.ivu-notice-icon-success {
    color: #19be6b
}

.ivu-notice-icon-info {
    color: #2d8cf0
}

.ivu-notice-icon-warning {
    color: #f90
}

.ivu-notice-icon-error {
    color: #ed3f14
}

.ivu-notice-with-desc .ivu-notice-icon {
    font-size: 36px
}

.ivu-notice-custom-content:after {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.ivu-notice-with-info:after,.ivu-notice-with-normal:after {
    background: #2d8cf0
}

.ivu-notice-with-success:after {
    background: #19be6b
}

.ivu-notice-with-warning:after {
    background: #f90
}

.ivu-notice-with-error:after {
    background: #ed3f14
}

.ivu-radio-focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2);
    z-index: 1
}

.ivu-radio-group {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle
}

.ivu-radio-group-vertical .ivu-radio-wrapper {
    display: block;
    height: 30px;
    line-height: 30px
}

.ivu-radio-wrapper {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin-right: 8px;
    cursor: pointer
}

.ivu-radio-wrapper-disabled {
    cursor: not-allowed
}

.ivu-radio {
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer
}

.ivu-radio:hover .ivu-radio-inner {
    border-color: #bcbcbc
}

.ivu-radio-inner {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #dddee1;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.ivu-radio-inner:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
    border-radius: 6px;
    display: table;
    border-top: 0;
    border-left: 0;
    content: " ";
    background-color: #333;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0)
}

.ivu-radio-large {
    font-size: 14px
}

.ivu-radio-large .ivu-radio-inner {
    width: 16px;
    height: 16px
}

.ivu-radio-large .ivu-radio-inner:after {
    width: 10px;
    height: 10px
}

.ivu-radio-large.ivu-radio-wrapper,.ivu-radio-large .ivu-radio-wrapper {
    font-size: 14px
}

.ivu-radio-small .ivu-radio-inner {
    width: 12px;
    height: 12px
}

.ivu-radio-small .ivu-radio-inner:after {
    width: 6px;
    height: 6px
}

.ivu-radio-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.ivu-radio-checked .ivu-radio-inner {
    border-color: #333;
}

.ivu-radio-checked .ivu-radio-inner:after {
    opacity: 1;
    transform: scale(1);
    transition: all .2s ease-in-out
}

.ivu-radio-checked:hover .ivu-radio-inner {
    border-color: #333;
}

.ivu-radio-disabled,.ivu-radio-disabled .ivu-radio-input {
    cursor: not-allowed
}

.ivu-radio-disabled:hover .ivu-radio-inner {
    border-color: #dddee1;
}

.ivu-radio-disabled .ivu-radio-inner {
    border-color: #dddee1;
    background-color: #f3f3f3
}

.ivu-radio-disabled .ivu-radio-inner:after {
    background-color: #ccc
}

.ivu-radio-disabled .ivu-radio-disabled+span {
    color: #ccc
}

span.ivu-radio+* {
    margin-left: 2px;
    margin-right: 2px
}

.ivu-radio-group-button {
    font-size: 0;
    -webkit-text-size-adjust: none
}

.ivu-radio-group-button .ivu-radio {
    width: 0;
    margin-right: 0
}

.ivu-radio-group-button .ivu-radio-wrapper {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    color: #495060;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: 1px solid #dddee1;
    border-left: 0;
    background: #fff;
    position: relative
}

.ivu-radio-group-button .ivu-radio-wrapper>span {
    margin-left: 0
}

.ivu-radio-group-button .ivu-radio-wrapper:after,.ivu-radio-group-button .ivu-radio-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
    background: #dddee1;
    transition: all .2s ease-in-out
}

.ivu-radio-group-button .ivu-radio-wrapper:after {
    height: 36px;
    left: -1px;
    top: -3px;
    background: rgba(45,140,240,.2);
    opacity: 0
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #dddee1
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child:after,.ivu-radio-group-button .ivu-radio-wrapper:first-child:before {
    display: none
}

.ivu-radio-group-button .ivu-radio-wrapper:last-child {
    border-radius: 0 4px 4px 0
}

.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
    border-radius: 4px
}

.ivu-radio-group-button .ivu-radio-wrapper:hover {
    position: relative;
    color: #2d8cf0
}

.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio {
    background-color: #000
}

.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,.ivu-radio-group-button .ivu-radio-wrapper input {
    opacity: 0;
    width: 0;
    height: 0
}

.ivu-radio-group-button .ivu-radio-wrapper-checked {
    background: #fff;
    border-color: #2d8cf0;
    color: #2d8cf0;
    box-shadow: -1px 0 0 0 #2d8cf0;
    z-index: 1
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
    background: #2d8cf0;
    opacity: .1
}

.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
    box-shadow: -1px 0 0 0 #2d8cf0,0 0 0 2px rgba(45,140,240,.2);
    transition: all .2s ease-in-out
}

.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after {
    left: -3px;
    top: -3px;
    opacity: 1;
    background: rgba(45,140,240,.2)
}

.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
    border-color: #2d8cf0;
    box-shadow: none
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
    border-color: #57a3f3;
    color: #57a3f3
}

.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
    border-color: #2b85e4;
    color: #2b85e4
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled {
    cursor: not-allowed
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled,.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
    border-color: #dddee1;
    background-color: #f7f7f7;
    color: #ccc
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
    border-left-color: #dddee1
}

.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #dddee1;
    box-shadow: none!important
}

.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
    height: 36px;
    line-height: 34px;
    font-size: 14px
}

.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
    height: 40px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
    height: 24px;
    line-height: 22px;
    padding: 0 12px;
    font-size: 12px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after {
    height: 28px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
    border-radius: 3px 0 0 3px
}

.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
    border-radius: 0 3px 3px 0
}

.ivu-checkbox-focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2);
    z-index: 1
}

.ivu-checkbox {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    position: relative
}

.ivu-checkbox-disabled {
    cursor: not-allowed
}

.ivu-checkbox:hover .ivu-checkbox-inner {
    border-color: #bcbcbc
}

.ivu-checkbox-inner {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #dddee1;
    border-radius: 2px;
    background-color: #fff;
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-checkbox-inner:after {
    content: "";
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0);
    transition: all .2s ease-in-out
}

.ivu-checkbox-large .ivu-checkbox-inner {
    width: 16px;
    height: 16px
}

.ivu-checkbox-large .ivu-checkbox-inner:after {
    width: 5px;
    height: 9px
}

.ivu-checkbox-small {
    font-size: 12px
}

.ivu-checkbox-small .ivu-checkbox-inner {
    width: 12px;
    height: 12px
}

.ivu-checkbox-small .ivu-checkbox-inner:after {
    top: 0;
    left: 3px
}

.ivu-checkbox-input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.ivu-checkbox-input[disabled] {
    cursor: not-allowed
}

.ivu-checkbox-checked:hover .ivu-checkbox-inner {
    border-color: #2d8cf0
}

.ivu-checkbox-checked .ivu-checkbox-inner {
    border-color: #2d8cf0;
    background-color: #2d8cf0
}

.ivu-checkbox-checked .ivu-checkbox-inner:after {
    content: "";
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out
}

.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
    width: 5px;
    height: 9px
}

.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
    top: 0;
    left: 3px
}

.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
    border-color: #dddee1
}

.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
    background-color: #f3f3f3;
    border-color: #dddee1
}

.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
    animation-name: none;
    border-color: #ccc
}

.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
    border-color: #dddee1
}

.ivu-checkbox-disabled .ivu-checkbox-inner {
    border-color: #dddee1;
    background-color: #f3f3f3
}

.ivu-checkbox-disabled .ivu-checkbox-inner:after {
    animation-name: none;
    border-color: #f3f3f3
}

.ivu-checkbox-disabled .ivu-checkbox-inner-input {
    cursor: default
}

.ivu-checkbox-disabled+span {
    color: #ccc;
    cursor: not-allowed
}

.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
    content: "";
    width: 8px;
    height: 1px;
    transform: scale(1);
    position: absolute;
    left: 2px;
    top: 5px
}

.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
    border-color: #2d8cf0
}

.ivu-checkbox-indeterminate .ivu-checkbox-inner {
    background-color: #2d8cf0;
    border-color: #2d8cf0
}

.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner {
    background-color: #f3f3f3;
    border-color: #dddee1
}

.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after {
    border-color: #bbbec4
}

.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
    width: 10px;
    top: 6px
}

.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
    width: 6px;
    top: 4px
}

.ivu-checkbox-wrapper {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px
}

.ivu-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ivu-checkbox-wrapper.ivu-checkbox-large {
    font-size: 14px
}

.ivu-checkbox+span,.ivu-checkbox-wrapper+span {
    margin-right: 4px
}

.ivu-checkbox-group {
    font-size: 14px
}

.ivu-checkbox-group-item,.ivu-switch {
    display: inline-block
}

.ivu-switch {
    width: 48px;
    height: 24px;
    line-height: 22px;
    border-radius: 24px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out
}

.ivu-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 25px
}

.ivu-switch-inner i {
    width: 12px;
    height: 12px;
    text-align: center
}

.ivu-switch:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    cursor: pointer;
    transition: left .2s ease-in-out,width .2s ease-in-out
}

.ivu-switch:active:after {
    width: 26px
}

.ivu-switch:focus {
    box-shadow: 0 0 0 2px rgba(45,140,240,.2);
    outline: 0
}

.ivu-switch:focus:hover {
    box-shadow: none
}

.ivu-switch-small {
    width: 24px;
    height: 12px;
    line-height: 10px
}

.ivu-switch-small:after {
    width: 10px;
    height: 10px;
    top: 0;
    left: 0
}

.ivu-switch-small:active:after {
    width: 14px
}

.ivu-switch-small.ivu-switch-checked:after {
    left: 12px
}

.ivu-switch-small:active.ivu-switch-checked:after {
    left: 8px
}

.ivu-switch-large {
    width: 60px
}

.ivu-switch-large:active:after {
    width: 26px;
    width: 32px
}

.ivu-switch-large.ivu-switch-checked:after {
    left: 37px
}

.ivu-switch-large:active.ivu-switch-checked:after {
    left: 25px
}

.ivu-switch-checked {
    border-color: #2d8cf0;
    background-color: #2d8cf0
}

.ivu-switch-checked .ivu-switch-inner {
    left: 8px
}

.ivu-switch-checked:after {
    left: 25px
}

.ivu-switch-checked:active:after {
    left: 19px
}

.ivu-switch-disabled {
    cursor: not-allowed;
    background: #f3f3f3;
    border-color: #f3f3f3
}

.ivu-switch-disabled:after {
    background: #ccc;
    cursor: not-allowed
}

.ivu-switch-disabled .ivu-switch-inner {
    color: #ccc
}

.ivu-input-number {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #dddee1;
    border-radius: 4px;
    overflow: hidden
}

.ivu-input-number::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ivu-input-number:-ms-input-placeholder {
    color: #bbbec4
}

.ivu-input-number::-webkit-input-placeholder {
    color: #bbbec4
}

.ivu-input-number:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-input-number[disabled],fieldset[disabled] .ivu-input-number {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number[disabled]:hover,fieldset[disabled] .ivu-input-number:hover {
    border-color: #e4e5e7
}

textarea.ivu-input-number {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    font-size: 14px
}

.ivu-input-number-large {
    font-size: 14px;
    padding: 6px 7px;
    height: 36px
}

.ivu-input-number-small {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px
}

.ivu-input-number-handler-wrap {
    width: 22px;
    height: 100%;
    border-left: 1px solid #dddee1;
    border-radius: 0 4px 4px 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.ivu-input-number:hover .ivu-input-number-handler-wrap {
    opacity: 1
}

.ivu-input-number-handler-up {
    cursor: pointer
}

.ivu-input-number-handler-up-inner {
    top: 1px
}

.ivu-input-number-handler-down {
    border-top: 1px solid #dddee1;
    top: -1px;
    cursor: pointer
}

.ivu-input-number-handler {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    color: #999;
    position: relative
}

.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner {
    color: #57a3f3
}

.ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-inner {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 4px;
    transition: all .2s linear
}

.ivu-input-number:hover {
    border-color: #57a3f3
}

.ivu-input-number-focused {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-input-number-disabled {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number-disabled:hover {
    border-color: #e4e5e7
}

.ivu-input-number-input-wrap {
    overflow: hidden;
    height: 32px
}

.ivu-input-number-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    text-align: left;
    outline: 0;
    -moz-appearance: textfield;
    color: #666;
    border: 0;
    border-radius: 4px;
    transition: all .2s linear
}

.ivu-input-number-input[disabled] {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input-number-input[disabled]:hover {
    border-color: #e4e5e7
}

.ivu-input-number-large {
    padding: 0
}

.ivu-input-number-large .ivu-input-number-input-wrap {
    height: 36px
}

.ivu-input-number-large .ivu-input-number-handler {
    height: 18px
}

.ivu-input-number-large input {
    height: 36px;
    line-height: 36px
}

.ivu-input-number-large .ivu-input-number-handler-up-inner {
    top: 2px
}

.ivu-input-number-large .ivu-input-number-handler-down-inner {
    bottom: 2px
}

.ivu-input-number-small {
    padding: 0
}

.ivu-input-number-small .ivu-input-number-input-wrap {
    height: 24px
}

.ivu-input-number-small .ivu-input-number-handler {
    height: 12px
}

.ivu-input-number-small input {
    height: 24px;
    line-height: 24px;
    margin-top: -1px;
    vertical-align: top
}

.ivu-input-number-small .ivu-input-number-handler-up-inner {
    top: -1px
}

.ivu-input-number-small .ivu-input-number-handler-down-inner {
    bottom: -1px
}

.ivu-input-number-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner {
    opacity: .72;
    color: #ccc!important;
    cursor: not-allowed
}

.ivu-input-number-disabled .ivu-input-number-input {
    opacity: .72;
    cursor: not-allowed;
    background-color: #f3f3f3
}

.ivu-input-number-disabled .ivu-input-number-handler-wrap {
    display: none
}

.ivu-input-number-disabled .ivu-input-number-handler {
    opacity: .72;
    color: #ccc!important;
    cursor: not-allowed
}

.ivu-form-item-error .ivu-input-number {
    border: 1px solid #ed3f14
}

.ivu-form-item-error .ivu-input-number:hover {
    border-color: #ed3f14
}

.ivu-form-item-error .ivu-input-number-focused,.ivu-form-item-error .ivu-input-number:focus {
    border-color: #ed3f14;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(237,63,20,.2)
}

.ivu-scroll-wrapper {
    width: auto;
    margin: 0 auto;
    position: relative;
    outline: 0
}

.ivu-scroll-container {
    overflow-y: scroll
}

.ivu-scroll-content {
    opacity: 1;
    transition: opacity .5s
}

.ivu-scroll-content-loading {
    opacity: .5
}

.ivu-scroll-loader {
    text-align: center;
    padding: 0;
    transition: padding .5s
}

.ivu-scroll-loader-wrapper {
    padding: 5px 0;
    height: 0;
    background-color: inherit;
    transform: scale(0);
    transition: opacity .3s,transform .5s,height .5s
}

.ivu-scroll-loader-wrapper-active {
    height: 40px;
    transform: scale(1)
}

@keyframes ani-demo-spin {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
    position: relative
}

.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
    animation: ani-demo-spin 1s linear infinite
}

.ivu-tag {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
    border: 1px solid #e9eaec;
    border-radius: 3px;
    background: #f7f7f7;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer
}

.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) {
    background: 0 0;
    border: 0;
    color: #495060
}

.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close-empty {
    color: #495060!important
}

.ivu-tag-color-red {
    color: #ed3f14!important;
    border-color: #ed3f14
}

.ivu-tag-color-green {
    color: #19be6b!important;
    border-color: #19be6b
}

.ivu-tag-color-blue {
    color: #2d8cf0!important;
    border-color: #2d8cf0
}

.ivu-tag-color-yellow {
    color: #f90!important;
    border-color: #f90
}

.ivu-tag-color-white {
    color: #fff!important
}

.ivu-tag-dot {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e9eaec!important;
    color: #495060!important;
    background: #fff!important;
    padding: 0 12px
}

.ivu-tag-dot-inner {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 50%;
    background: #e9eaec;
    position: relative;
    top: 1px
}

.ivu-tag-dot .ivu-icon-ios-close-empty {
    color: #666!important;
    margin-left: 12px!important
}

.ivu-tag-border {
    height: 24px;
    line-height: 24px;
    border: 1px solid #e9eaec;
    color: #e9eaec;
    background: #fff!important;
    position: relative
}

.ivu-tag-border .ivu-icon-ios-close-empty {
    color: #666;
    margin-left: 12px!important
}

.ivu-tag-border:after {
    content: "";
    display: none;
    width: 1px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px
}

.ivu-tag-border.ivu-tag-closable:after {
    display: block
}

.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close-empty {
    margin-left: 18px!important
}

.ivu-tag-border.ivu-tag-blue {
    color: #2d8cf0!important;
    border: 1px solid #2d8cf0!important
}

.ivu-tag-border.ivu-tag-blue:after {
    background: #2d8cf0
}

.ivu-tag-border.ivu-tag-blue .ivu-icon-ios-close-empty {
    color: #2d8cf0!important
}

.ivu-tag-border.ivu-tag-green {
    color: #19be6b!important;
    border: 1px solid #19be6b!important
}

.ivu-tag-border.ivu-tag-green:after {
    background: #19be6b
}

.ivu-tag-border.ivu-tag-green .ivu-icon-ios-close-empty {
    color: #19be6b!important
}

.ivu-tag-border.ivu-tag-yellow {
    color: #f90!important;
    border: 1px solid #f90!important
}

.ivu-tag-border.ivu-tag-yellow:after {
    background: #f90
}

.ivu-tag-border.ivu-tag-yellow .ivu-icon-ios-close-empty {
    color: #f90!important
}

.ivu-tag-border.ivu-tag-red {
    color: #ed3f14!important;
    border: 1px solid #ed3f14!important
}

.ivu-tag-border.ivu-tag-red:after {
    background: #ed3f14
}

.ivu-tag-border.ivu-tag-red .ivu-icon-ios-close-empty {
    color: #ed3f14!important
}

.ivu-tag:hover {
    opacity: .85
}

.ivu-tag-text {
    color: #495060
}

.ivu-tag-text a:first-child:last-child {
    display: inline-block;
    margin: 0 -8px;
    padding: 0 8px
}

.ivu-tag .ivu-icon-ios-close-empty {
    display: inline-block;
    font-size: 14px;
    transform: scale(1.42857143) rotate(0);
    cursor: pointer;
    margin-left: 8px;
    color: #666;
    opacity: .66;
    position: relative;
    top: 1px
}

:root .ivu-tag .ivu-icon-ios-close-empty {
    font-size: 14px
}

.ivu-tag .ivu-icon-ios-close-empty:hover {
    opacity: 1
}

.ivu-tag-blue,.ivu-tag-green,.ivu-tag-red,.ivu-tag-yellow {
    border: 0
}

.ivu-tag-blue,.ivu-tag-blue .ivu-icon-ios-close-empty,.ivu-tag-blue .ivu-icon-ios-close-empty:hover,.ivu-tag-blue a,.ivu-tag-blue a:hover,.ivu-tag-green,.ivu-tag-green .ivu-icon-ios-close-empty,.ivu-tag-green .ivu-icon-ios-close-empty:hover,.ivu-tag-green a,.ivu-tag-green a:hover,.ivu-tag-red,.ivu-tag-red .ivu-icon-ios-close-empty,.ivu-tag-red .ivu-icon-ios-close-empty:hover,.ivu-tag-red a,.ivu-tag-red a:hover,.ivu-tag-yellow,.ivu-tag-yellow .ivu-icon-ios-close-empty,.ivu-tag-yellow .ivu-icon-ios-close-empty:hover,.ivu-tag-yellow a,.ivu-tag-yellow a:hover {
    color: #fff
}

.ivu-tag-blue,.ivu-tag-blue.ivu-tag-dot .ivu-tag-dot-inner {
    background: #2d8cf0
}

.ivu-tag-green,.ivu-tag-green.ivu-tag-dot .ivu-tag-dot-inner {
    background: #19be6b
}

.ivu-tag-yellow,.ivu-tag-yellow.ivu-tag-dot .ivu-tag-dot-inner {
    background: #f90
}

.ivu-tag-red,.ivu-tag-red.ivu-tag-dot .ivu-tag-dot-inner {
    background: #ed3f14
}

.ivu-layout {
    display: flex;
    flex-direction: column;
    flex: auto;
    background: #f5f7f9
}

.ivu-layout.ivu-layout-has-sider {
    flex-direction: row
}

.ivu-layout.ivu-layout-has-sider>.ivu-layout,.ivu-layout.ivu-layout-has-sider>.ivu-layout-content {
    overflow-x: hidden
}

.ivu-layout-footer,.ivu-layout-header {
    flex: 0 0 auto
}

.ivu-layout-header {
    background: #495060;
    padding: 0 50px;
    height: 64px;
    line-height: 64px
}

.ivu-layout-sider {
    transition: all .2s ease-in-out;
    position: relative;
    background: #495060;
    min-width: 0
}

.ivu-layout-sider-children {
    height: 100%;
    padding-top: .1px;
    margin-top: -.1px
}

.ivu-layout-sider-has-trigger {
    padding-bottom: 48px
}

.ivu-layout-sider-trigger {
    position: fixed;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #495060;
    z-index: 1000;
    transition: all .2s ease-in-out
}

.ivu-layout-sider-trigger .ivu-icon {
    font-size: 16px
}

.ivu-layout-sider-trigger>* {
    transition: all .2s
}

.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
    transform: rotate(180deg)
}

.ivu-layout-sider-zero-width>* {
    overflow: hidden
}

.ivu-layout-sider-zero-width-trigger {
    position: absolute;
    top: 64px;
    right: -36px;
    text-align: center;
    width: 36px;
    height: 42px;
    line-height: 42px;
    background: #495060;
    color: #fff;
    font-size: 18px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background .3s ease
}

.ivu-layout-sider-zero-width-trigger:hover {
    background: #5b6270
}

.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left {
    right: 0;
    left: -36px;
    border-radius: 6px 0 0 6px
}

.ivu-layout-footer {
    background: #f5f7f9;
    padding: 24px 50px;
    color: #495060;
    font-size: 14px
}

.ivu-layout-content {
    flex: auto
}

.ivu-loading-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000
}

.ivu-loading-bar-inner {
    transition: width .2s linear
}

.ivu-loading-bar-inner-color-primary {
    background-color: #2d8cf0
}

.ivu-loading-bar-inner-failed-color-error {
    background-color: #ed3f14
}

.ivu-progress {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    position: relative
}

.ivu-progress-vertical {
    height: 100%;
    width: auto
}

.ivu-progress-outer {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-right: 0
}

.ivu-progress-show-info .ivu-progress-outer {
    padding-right: 55px;
    margin-right: -55px
}

.ivu-progress-vertical .ivu-progress-outer {
    height: 100%;
    width: auto
}

.ivu-progress-inner {
    display: inline-block;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 100px;
    vertical-align: middle
}

.ivu-progress-vertical .ivu-progress-inner {
    height: 100%;
    width: auto
}

.ivu-progress-vertical .ivu-progress-inner:after,.ivu-progress-vertical .ivu-progress-inner>* {
    display: inline-block;
    vertical-align: bottom
}

.ivu-progress-vertical .ivu-progress-inner:after {
    content: "";
    height: 100%
}

.ivu-progress-bg {
    border-radius: 100px;
    background-color: #2db7f5;
    transition: all .2s linear;
    position: relative
}

.ivu-progress-text {
    display: inline-block;
    margin-left: 5px;
    text-align: left;
    font-size: 1em;
    vertical-align: middle
}

.ivu-progress-active .ivu-progress-bg:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    animation: ivu-progress-active 2s ease-in-out infinite
}

.ivu-progress-wrong .ivu-progress-bg {
    background-color: #ed3f14
}

.ivu-progress-wrong .ivu-progress-text {
    color: #ed3f14
}

.ivu-progress-success .ivu-progress-bg {
    background-color: #19be6b
}

.ivu-progress-success .ivu-progress-text {
    color: #19be6b
}

@keyframes ivu-progress-active {
    0% {
        opacity: .3;
        width: 0
    }

    to {
        opacity: 0;
        width: 100%
    }
}

.ivu-timeline {
    list-style: none;
    margin: 0;
    padding: 0
}

.ivu-timeline-item {
    margin: 0!important;
    padding: 0 0 12px;
    list-style: none;
    position: relative
}

.ivu-timeline-item-tail {
    height: 100%;
    border-left: 1px solid #e9eaec;
    position: absolute;
    left: 6px;
    top: 0
}

.ivu-timeline-item-pending .ivu-timeline-item-tail {
    display: none
}

.ivu-timeline-item-head {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute
}

.ivu-timeline-item-head-blue {
    border-color: #2d8cf0;
    color: #2d8cf0
}

.ivu-timeline-item-head-red {
    border-color: #ed3f14;
    color: #ed3f14
}

.ivu-timeline-item-head-green {
    border-color: #19be6b;
    color: #19be6b
}

.ivu-timeline-item-head-custom {
    width: 40px;
    height: auto;
    margin-top: 6px;
    padding: 3px 0;
    text-align: center;
    line-height: 1;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    position: absolute;
    left: -13px;
    transform: translateY(-50%)
}

.ivu-timeline-item-content {
    padding: 1px 1px 10px 24px;
    font-size: 12px;
    position: relative;
    top: -3px
}

.ivu-timeline-item:last-child .ivu-timeline-item-tail {
    display: none
}

.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail {
    border-left: 1px dotted #e9eaec
}

.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content {
    min-height: 48px
}

.ivu-page:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.ivu-page-item {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: Arial;
    border: 1px solid #dddee1;
    border-radius: 4px;
    transition: border .2s ease-in-out,color .2s ease-in-out
}

.ivu-page-item a {
    margin: 0 6px;
    text-decoration: none;
    color: #495060
}

.ivu-page-item:hover {
    border-color: #2d8cf0
}

.ivu-page-item:hover a {
    color: #2d8cf0
}

.ivu-page-item-active {
    background-color: #2d8cf0;
    border-color: #2d8cf0
}

.ivu-page-item-active:hover a,.ivu-page-item-active a {
    color: #fff
}

.ivu-page-item-jump-next:after,.ivu-page-item-jump-prev:after {
    content: "\2022\2022\2022";
    display: block;
    letter-spacing: 1px;
    color: #ccc;
    text-align: center
}

.ivu-page-item-jump-next:hover:after,.ivu-page-item-jump-next i,.ivu-page-item-jump-prev:hover:after,.ivu-page-item-jump-prev i {
    display: none
}

.ivu-page-item-jump-next:hover i,.ivu-page-item-jump-prev:hover i {
    display: inline
}

.ivu-page-item-jump-prev:hover i:after {
    content: "\F3D2"
}

.ivu-page-item-jump-next:hover i:after {
    content: "\F3D3"
}

.ivu-page-prev {
    margin-right: 8px
}

.ivu-page-item-jump-next,.ivu-page-item-jump-prev {
    margin-right: 4px
}

.ivu-page-next {
    margin-left: 4px
}

.ivu-page-item-jump-next,.ivu-page-item-jump-prev,.ivu-page-next,.ivu-page-prev {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-family: Arial;
    border: 1px solid #dddee1;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.ivu-page-next,.ivu-page-prev {
    background-color: #fff
}

.ivu-page-next a,.ivu-page-prev a {
    color: #666;
    font-size: 14px
}

.ivu-page-next:hover,.ivu-page-prev:hover {
    border-color: #2d8cf0
}

.ivu-page-next:hover a,.ivu-page-prev:hover a {
    color: #2d8cf0
}

.ivu-page-disabled {
    cursor: not-allowed
}

.ivu-page-disabled a {
    color: #ccc
}

.ivu-page-disabled:hover {
    border-color: #dddee1
}

.ivu-page-disabled:hover a {
    color: #ccc;
    cursor: not-allowed
}

.ivu-page-options {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.ivu-page-options-sizer {
    display: inline-block;
    margin-right: 10px
}

.ivu-page-options-elevator {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px
}

.ivu-page-options-elevator input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dddee1;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    border-radius: 4px;
    margin: 0 8px;
    width: 50px
}

.ivu-page-options-elevator input::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ivu-page-options-elevator input:-ms-input-placeholder {
    color: #bbbec4
}

.ivu-page-options-elevator input::-webkit-input-placeholder {
    color: #bbbec4
}

.ivu-page-options-elevator input:hover {
    border-color: #57a3f3
}

.ivu-page-options-elevator input:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-page-options-elevator input[disabled],fieldset[disabled] .ivu-page-options-elevator input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-page-options-elevator input[disabled]:hover,fieldset[disabled] .ivu-page-options-elevator input:hover {
    border-color: #e4e5e7
}

textarea.ivu-page-options-elevator input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    font-size: 14px
}

.ivu-page-options-elevator input-large {
    font-size: 14px;
    padding: 6px 7px;
    height: 36px
}

.ivu-page-options-elevator input-small {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px
}

.ivu-page-total {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 10px
}

.ivu-page-simple .ivu-page-next,.ivu-page-simple .ivu-page-prev {
    margin: 0;
    border: 0;
    height: 24px;
    line-height: 24px;
    font-size: 18px
}

.ivu-page-simple .ivu-page-simple-pager {
    display: inline-block;
    margin-right: 8px
}

.ivu-page-simple .ivu-page-simple-pager input {
    width: 30px;
    height: 24px;
    margin: 0 8px;
    padding: 5px 8px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
    border: 1px solid #dddee1;
    border-radius: 4px;
    transition: border-color .2s ease-in-out
}

.ivu-page-simple .ivu-page-simple-pager input:hover {
    border-color: #2d8cf0
}

.ivu-page-simple .ivu-page-simple-pager span {
    padding: 0 8px 0 2px
}

.ivu-page.mini .ivu-page-total {
    height: 24px;
    line-height: 24px
}

.ivu-page.mini .ivu-page-item {
    border: 0;
    margin: 0;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px
}

.ivu-page.mini .ivu-page-next,.ivu-page.mini .ivu-page-prev {
    margin: 0;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0
}

.ivu-page.mini .ivu-page-next a i:after,.ivu-page.mini .ivu-page-prev a i:after {
    height: 24px;
    line-height: 24px
}

.ivu-page.mini .ivu-page-item-jump-next,.ivu-page.mini .ivu-page-item-jump-prev {
    height: 24px;
    line-height: 24px;
    border: none;
    margin-right: 0
}

.ivu-page.mini .ivu-page-options {
    margin-left: 8px
}

.ivu-page.mini .ivu-page-options-elevator {
    height: 24px;
    line-height: 24px
}

.ivu-page.mini .ivu-page-options-elevator input {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px;
    width: 44px
}

.ivu-steps {
    font-size: 0;
    width: 100%;
    line-height: 1.5
}

.ivu-steps-item {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
    background-color: #fff
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner>.ivu-steps-icon,.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span {
    color: #ccc
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content,.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
    color: #999
}

.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail>i {
    background-color: #e9eaec
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
    border-color: #2d8cf0;
    background-color: #2d8cf0
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon,.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span {
    color: #fff
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-content,.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
    color: #666
}

.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail>i {
    background-color: #e9eaec
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
    background-color: #fff;
    border-color: #2d8cf0
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner>.ivu-steps-icon,.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span {
    color: #2d8cf0
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail>i:after {
    width: 100%;
    background: #2d8cf0;
    transition: all .2s ease-in-out;
    opacity: 1
}

.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content,.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
    color: #999
}

.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner {
    background-color: #fff;
    border-color: #ed3f14
}

.ivu-steps-item.ivu-steps-status-error .ivu-steps-content,.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner>.ivu-steps-icon,.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
    color: #ed3f14
}

.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail>i {
    background-color: #e9eaec
}

.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i,.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i:after {
    background-color: #ed3f14
}

.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
    background: 0 0;
    border: 0;
    width: auto;
    height: auto
}

.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner>.ivu-steps-icon {
    font-size: 20px;
    top: 2px;
    width: 20px;
    height: 20px
}

.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon {
    color: #2d8cf0
}

.ivu-steps-item:last-child .ivu-steps-tail {
    display: none
}

.ivu-steps .ivu-steps-head,.ivu-steps .ivu-steps-main {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.ivu-steps .ivu-steps-head {
    background: #fff
}

.ivu-steps .ivu-steps-head-inner {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color .2s ease-in-out
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon {
    line-height: 1;
    position: relative
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon {
    font-size: 24px
}

.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-checkmark-empty,.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-close-empty {
    font-weight: 700
}

.ivu-steps .ivu-steps-main {
    margin-top: 2.5px;
    display: inline
}

.ivu-steps .ivu-steps-custom .ivu-steps-title {
    margin-top: 2.5px
}

.ivu-steps .ivu-steps-title {
    display: inline-block;
    margin-bottom: 4px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    background: #fff
}

.ivu-steps .ivu-steps-title>a:first-child:last-child {
    color: #666
}

.ivu-steps .ivu-steps-item-last .ivu-steps-title {
    padding-right: 0;
    width: 100%
}

.ivu-steps .ivu-steps-content {
    font-size: 12px;
    color: #999
}

.ivu-steps .ivu-steps-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px
}

.ivu-steps .ivu-steps-tail>i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #e9eaec;
    border-radius: 1px;
    position: relative
}

.ivu-steps .ivu-steps-tail>i:after {
    content: "";
    width: 0;
    height: 100%;
    background: #e9eaec;
    opacity: 0;
    position: absolute;
    top: 0
}

.ivu-steps.ivu-steps-small .ivu-steps-head-inner {
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px
}

.ivu-steps.ivu-steps-small .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon {
    font-size: 16px;
    top: 0
}

.ivu-steps.ivu-steps-small .ivu-steps-main {
    margin-top: 0
}

.ivu-steps.ivu-steps-small .ivu-steps-title {
    margin-bottom: 4px;
    margin-top: 0;
    color: #666;
    font-size: 12px;
    font-weight: 700
}

.ivu-steps.ivu-steps-small .ivu-steps-content {
    font-size: 12px;
    color: #999;
    padding-left: 30px
}

.ivu-steps.ivu-steps-small .ivu-steps-tail {
    top: 8px;
    padding: 0 8px
}

.ivu-steps.ivu-steps-small .ivu-steps-tail>i {
    height: 1px;
    width: 100%;
    border-radius: 1px
}

.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    border: 0;
    background: 0 0
}

.ivu-steps-vertical .ivu-steps-item {
    display: block
}

.ivu-steps-vertical .ivu-steps-tail {
    position: absolute;
    left: 13px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 30px 0 4px
}

.ivu-steps-vertical .ivu-steps-tail>i {
    height: 100%;
    width: 1px
}

.ivu-steps-vertical .ivu-steps-tail>i:after {
    height: 0;
    width: 100%
}

.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail>i:after {
    height: 100%
}

.ivu-steps-vertical .ivu-steps-head {
    float: left
}

.ivu-steps-vertical .ivu-steps-head-inner {
    margin-right: 16px
}

.ivu-steps-vertical .ivu-steps-main {
    min-height: 47px;
    overflow: hidden;
    display: block
}

.ivu-steps-vertical .ivu-steps-main .ivu-steps-title {
    line-height: 26px
}

.ivu-steps-vertical .ivu-steps-main .ivu-steps-content {
    padding-bottom: 12px;
    padding-left: 0
}

.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon {
    left: 4px
}

.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon {
    left: 0
}

.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail {
    position: absolute;
    left: 9px;
    top: 0;
    padding: 22px 0 4px
}

.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail>i {
    height: 100%
}

.ivu-steps-vertical.ivu-steps-small .ivu-steps-title {
    line-height: 18px
}

.ivu-steps-horizontal.ivu-steps-hidden {
    visibility: hidden
}

.ivu-steps-horizontal .ivu-steps-content {
    padding-left: 35px
}

.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
    padding-left: 10px;
    margin-left: -10px
}

.ivu-modal {
    width: auto;
    margin: 0 auto;
    position: relative;
    outline: 0;
    top: 100px
}

.ivu-modal-hidden {
    display: none!important
}

.ivu-modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.ivu-modal-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.ivu-modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55,55,55,.6);
    height: 100%;
    z-index: 1000
}

.ivu-modal-mask-hidden {
    display: none
}

.ivu-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box
}

.ivu-modal-header {
    border-bottom: 1px solid #e9eaec;
    padding: 14px 16px;
    line-height: 1
}

.ivu-modal-header-inner,.ivu-modal-header p {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #1c2438;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ivu-modal-close {
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: 8px;
    overflow: hidden;
    cursor: pointer
}

.ivu-modal-close .ivu-icon-ios-close-empty {
    font-size: 31px;
    color: #999;
    transition: color .2s ease;
    position: relative;
    top: 1px
}

.ivu-modal-close .ivu-icon-ios-close-empty:hover {
    color: #444
}

.ivu-modal-body {
    padding: 16px;
    font-size: 12px;
    line-height: 1.5
}

.ivu-modal-footer {
    border-top: 1px solid #e9eaec;
    padding: 12px 18px;
    text-align: right
}

.ivu-modal-footer button+button {
    margin-left: 8px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .ivu-modal {
        width:auto!important;
        margin: 10px
    }

    .vertical-center-modal .ivu-modal {
        flex: 1
    }
}

.ivu-modal-confirm {
    padding: 0 4px
}

.ivu-modal-confirm-head-title {
    display: inline-block;
    font-size: 14px;
    color: #1c2438;
    font-weight: 700
}

.ivu-modal-confirm-body {
    margin-top: 6px;
    padding-left: 48px;
    padding-top: 18px;
    font-size: 12px;
    color: #495060;
    position: relative
}

.ivu-modal-confirm-body-render {
    margin: 0;
    padding: 0
}

.ivu-modal-confirm-body-icon {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0
}

.ivu-modal-confirm-body-icon-info {
    color: #2d8cf0
}

.ivu-modal-confirm-body-icon-success {
    color: #19be6b
}

.ivu-modal-confirm-body-icon-warning {
    color: #f90
}

.ivu-modal-confirm-body-icon-error {
    color: #ed3f14
}

.ivu-modal-confirm-body-icon-confirm {
    color: #f90
}

.ivu-modal-confirm-footer {
    margin-top: 40px;
    text-align: right
}

.ivu-modal-confirm-footer button+button {
    margin-left: 8px;
    margin-bottom: 0
}

.ivu-select {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #495060;
    font-size: 14px;
    line-height: normal
}

.ivu-select-selection {
    display: block;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dddee1;
    transition: all .2s ease-in-out
}

.ivu-select-selection-focused,.ivu-select-selection:hover {
    border-color: #57a3f3
}

.ivu-select-selection-focused .ivu-select-arrow,.ivu-select-selection:hover .ivu-select-arrow {
    display: inline-block
}

.ivu-select-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 1;
    margin-top: -7px;
    font-size: 14px;
    color: #80848f;
    transition: all .2s ease-in-out
}

.ivu-select-visible .ivu-select-selection {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-select-visible .ivu-select-arrow {
    transform: rotate(180deg);
    display: inline-block
}

.ivu-select-disabled .ivu-select-selection {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-select-disabled .ivu-select-selection:hover {
    border-color: #e4e5e7
}

.ivu-select-disabled .ivu-select-selection .ivu-select-arrow {
    display: none
}

.ivu-select-disabled .ivu-select-selection:hover {
    border-color: #dddee1;
    box-shadow: none
}

.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow {
    display: inline-block
}

.ivu-select-single .ivu-select-selection {
    height: 32px;
    position: relative
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
    color: #bbbec4
}

.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 24px
}

.ivu-select-multiple .ivu-select-selection {
    padding: 0 24px 0 4px
}

.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #bbbec4;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 22px
}

.ivu-select-large.ivu-select-single .ivu-select-selection {
    height: 36px
}

.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    height: 34px;
    line-height: 34px;
    font-size: 14px
}

.ivu-select-large.ivu-select-multiple .ivu-select-selection {
    min-height: 36px
}

.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
    min-height: 34px;
    line-height: 34px;
    font-size: 14px
}

.ivu-select-small.ivu-select-single .ivu-select-selection {
    height: 24px;
    border-radius: 3px
}

.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
    height: 22px;
    line-height: 22px
}

.ivu-select-small.ivu-select-multiple .ivu-select-selection {
    min-height: 24px;
    border-radius: 3px
}

.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
    height: auto;
    min-height: 22px;
    line-height: 22px
}

.ivu-select-input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 24px 0 8px;
    font-size: 12px;
    outline: 0;
    border: none;
    box-sizing: border-box;
    color: #495060;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.ivu-select-input::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ivu-select-input:-ms-input-placeholder {
    color: #bbbec4
}

.ivu-select-input::-webkit-input-placeholder {
    color: #bbbec4
}

.ivu-select-input[disabled] {
    cursor: not-allowed;
    color: #ccc
}

.ivu-select-single .ivu-select-input {
    width: 100%
}

.ivu-select-large .ivu-select-input {
    font-size: 14px;
    height: 36px
}

.ivu-select-small .ivu-select-input {
    height: 22px;
    line-height: 22px
}

.ivu-select-multiple .ivu-select-input {
    height: 29px;
    line-height: 32px;
    padding: 0 0 0 4px
}

.ivu-select-not-found {
    text-align: center;
    color: #bbbec4
}

.ivu-select-not-found li:not([class^=ivu-]) {
    margin-bottom: 0
}

.ivu-select-loading {
    text-align: center;
    color: #bbbec4
}

.ivu-select-multiple .ivu-tag {
    height: 24px;
    line-height: 22px;
    margin: 3px 4px 3px 0
}

.ivu-select-large.ivu-select-multiple .ivu-tag {
    height: 28px;
    line-height: 26px;
    font-size: 14px
}

.ivu-select-small.ivu-select-multiple .ivu-tag {
    height: 17px;
    line-height: 15px;
    font-size: 12px;
    padding: 0 6px;
    margin: 3px 4px 2px 0
}

.ivu-select-dropdown-list {
    min-width: 100%;
    list-style: none
}

.ivu-select-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-select-item-focus,.ivu-select-item:hover {
    background: #f3f3f3
}

.ivu-select-item-disabled,.ivu-select-item-disabled:hover {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-select-item-disabled:hover {
    background-color: #fff
}

.ivu-select-item-selected,.ivu-select-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-select-item-selected.ivu-select-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-select-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-select-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-select-large .ivu-select-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-select-item {
        white-space: normal
    }
}

.ivu-select-multiple .ivu-select-item {
    position: relative
}

.ivu-select-multiple .ivu-select-item-selected {
    color: rgba(45,140,240,.9);
    background: #fff
}

.ivu-select-multiple .ivu-select-item-focus,.ivu-select-multiple .ivu-select-item-selected:hover {
    background: #f3f3f3
}

.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus {
    color: rgba(40,123,211,.91);
    background: #fff
}

.ivu-select-multiple .ivu-select-item-selected:after {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: "\F3FD";
    color: rgba(45,140,240,.9);
    position: absolute;
    top: 2px;
    right: 16px
}

.ivu-select-group {
    list-style: none;
    margin: 0;
    padding: 0
}

.ivu-select-group-title {
    padding-left: 8px;
    font-size: 12px;
    color: #999;
    height: 30px;
    line-height: 30px
}

.ivu-form-item-error .ivu-select-selection {
    border: 1px solid #ed3f14
}

.ivu-form-item-error .ivu-select-arrow {
    color: #ed3f14
}

.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
    border-color: #ed3f14;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(237,63,20,.2)
}

.ivu-select-dropdown {
    width: inherit;
    max-height: 200px;
    overflow: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    position: absolute;
    z-index: 900
}

.ivu-select-dropdown-transfer {
    z-index: 1060
}

.ivu-select-dropdown.ivu-transfer-no-max-height {
    max-height: none
}

.ivu-modal .ivu-select-dropdown {
    position: absolute!important
}

.ivu-tooltip,.ivu-tooltip-rel {
    display: inline-block
}

.ivu-tooltip-rel {
    position: relative
}

.ivu-tooltip-popper {
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    z-index: 1060
}

.ivu-tooltip-popper[x-placement^=top] {
    padding: 5px 0 8px
}

.ivu-tooltip-popper[x-placement^=right] {
    padding: 0 5px 0 8px
}

.ivu-tooltip-popper[x-placement^=bottom] {
    padding: 8px 0 5px
}

.ivu-tooltip-popper[x-placement^=left] {
    padding: 0 8px 0 5px
}

.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow {
    bottom: 3px;
    border-width: 5px 5px 0;
    border-top-color: rgba(70,76,91,.9)
}

.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow {
    left: 16px
}

.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow {
    right: 16px
}

.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow {
    left: 3px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(70,76,91,.9)
}

.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow {
    top: 50%;
    margin-top: -5px
}

.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow {
    top: 8px
}

.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow {
    bottom: 8px
}

.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow {
    right: 3px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(70,76,91,.9)
}

.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow {
    top: 50%;
    margin-top: -5px
}

.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow {
    top: 8px
}

.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow {
    bottom: 8px
}

.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow {
    top: 3px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(70,76,91,.9)
}

.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow {
    left: 16px
}

.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow {
    right: 16px
}

.ivu-tooltip-inner {
    max-width: 250px;
    min-height: 34px;
    padding: 8px 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(70,76,91,.9);
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    white-space: nowrap
}

.ivu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.ivu-poptip,.ivu-poptip-rel {
    display: inline-block
}

.ivu-poptip-rel {
    position: relative
}

.ivu-poptip-title {
    margin: 0;
    padding: 8px 16px;
    position: relative
}

.ivu-poptip-title:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    background-color: #e9eaec
}

.ivu-poptip-title-inner {
    color: #1c2438;
    font-size: 14px
}

.ivu-poptip-body {
    padding: 8px 16px
}

.ivu-poptip-body-content {
    overflow: auto
}

.ivu-poptip-body-content-inner {
    color: #495060
}

.ivu-poptip-inner {
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    white-space: nowrap
}

.ivu-poptip-popper {
    min-width: 150px;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    z-index: 1060
}

.ivu-poptip-popper[x-placement^=top] {
    padding: 5px 0 8px
}

.ivu-poptip-popper[x-placement^=right] {
    padding: 0 5px 0 8px
}

.ivu-poptip-popper[x-placement^=bottom] {
    padding: 8px 0 5px
}

.ivu-poptip-popper[x-placement^=left] {
    padding: 0 8px 0 5px
}

.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow {
    bottom: 3px;
    border-width: 5px 5px 0;
    border-top-color: hsla(0,0%,85%,.5)
}

.ivu-poptip-popper[x-placement=top] .ivu-poptip-arrow {
    left: 50%;
    margin-left: -5px
}

.ivu-poptip-popper[x-placement=top-start] .ivu-poptip-arrow {
    left: 16px
}

.ivu-poptip-popper[x-placement=top-end] .ivu-poptip-arrow {
    right: 16px
}

.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow {
    left: 3px;
    border-width: 5px 5px 5px 0;
    border-right-color: hsla(0,0%,85%,.5)
}

.ivu-poptip-popper[x-placement=right] .ivu-poptip-arrow {
    top: 50%;
    margin-top: -5px
}

.ivu-poptip-popper[x-placement=right-start] .ivu-poptip-arrow {
    top: 8px
}

.ivu-poptip-popper[x-placement=right-end] .ivu-poptip-arrow {
    bottom: 8px
}

.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow {
    right: 3px;
    border-width: 5px 0 5px 5px;
    border-left-color: hsla(0,0%,85%,.5)
}

.ivu-poptip-popper[x-placement=left] .ivu-poptip-arrow {
    top: 50%;
    margin-top: -5px
}

.ivu-poptip-popper[x-placement=left-start] .ivu-poptip-arrow {
    top: 8px
}

.ivu-poptip-popper[x-placement=left-end] .ivu-poptip-arrow {
    bottom: 8px
}

.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow {
    top: 3px;
    border-width: 0 5px 5px;
    border-bottom-color: hsla(0,0%,85%,.5)
}

.ivu-poptip-popper[x-placement=bottom] .ivu-poptip-arrow {
    left: 50%;
    margin-left: -5px
}

.ivu-poptip-popper[x-placement=bottom-start] .ivu-poptip-arrow {
    left: 16px
}

.ivu-poptip-popper[x-placement=bottom-end] .ivu-poptip-arrow {
    right: 16px
}

.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -5px;
    border-bottom-width: 0;
    border-top-width: 5px;
    border-top-color: #fff
}

.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow:after {
    content: " ";
    left: 1px;
    bottom: -5px;
    border-left-width: 0;
    border-right-width: 5px;
    border-right-color: #fff
}

.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-width: 5px;
    border-bottom-color: #fff
}

.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-width: 5px;
    border-left-color: #fff;
    bottom: -5px
}

.ivu-poptip-arrow,.ivu-poptip-arrow:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.ivu-poptip-arrow {
    border-width: 6px
}

.ivu-poptip-arrow:after {
    content: "";
    border-width: 5px
}

.ivu-poptip-confirm .ivu-poptip-popper {
    max-width: 300px
}

.ivu-poptip-confirm .ivu-poptip-inner {
    white-space: normal
}

.ivu-poptip-confirm .ivu-poptip-body {
    padding: 16px 16px 8px
}

.ivu-poptip-confirm .ivu-poptip-body .ivu-icon {
    font-size: 16px;
    color: #f90;
    line-height: 18px;
    position: absolute
}

.ivu-poptip-confirm .ivu-poptip-body-message {
    padding-left: 20px
}

.ivu-poptip-confirm .ivu-poptip-footer {
    text-align: right;
    padding: 8px 16px 16px
}

.ivu-poptip-confirm .ivu-poptip-footer button {
    margin-left: 4px
}

.ivu-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-input::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ivu-input:-ms-input-placeholder {
    color: #bbbec4
}

.ivu-input::-webkit-input-placeholder {
    color: #bbbec4
}

.ivu-input:focus,.ivu-input:hover {
    border-color: #333
}

.ivu-input:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1)
}

.ivu-input[disabled],fieldset[disabled] .ivu-input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-input[disabled]:hover,fieldset[disabled] .ivu-input:hover {
    border-color: #e4e5e7
}

textarea.ivu-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    font-size: 14px
}

.ivu-input-large {
    font-size: 14px;
    padding: 6px 7px;
    height: 36px
}

.ivu-input-small {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px
}

.ivu-input-wrapper {
    /*width: 100%;*/
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}

.ivu-input-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #80848f;
    position: absolute;
    right: 0;
    z-index: 3
}

.ivu-input-hide-icon .ivu-input-icon,.ivu-input-icon-clear,.ivu-input-icon-validate {
    display: none
}

.ivu-input-wrapper:hover .ivu-input-icon-clear {
    display: inline-block
}

.ivu-input-icon-normal+.ivu-input {
    padding-right: 32px
}

.ivu-input-hide-icon .ivu-input-icon-normal+.ivu-input {
    padding-right: 7px
}

.ivu-input-wrapper-large .ivu-input-icon {
    font-size: 18px;
    height: 36px;
    line-height: 36px
}

.ivu-input-wrapper-small .ivu-input-icon {
    width: 24px;
    font-size: 14px;
    height: 24px;
    line-height: 24px
}

.ivu-input-group {
    display: table;
    width: 100%;
    border-collapse: separate;
    position: relative;
    font-size: 12px;
    top: 1px
}

.ivu-input-group-large {
    font-size: 14px
}

.ivu-input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.ivu-input-group>[class*=col-] {
    padding-right: 8px
}

.ivu-input-group-append,.ivu-input-group-prepend,.ivu-input-group>.ivu-input {
    display: table-cell
}

.ivu-input-group-with-prepend .ivu-input,.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ivu-input-group-with-append .ivu-input,.ivu-input-group-with-append.ivu-input-group-small .ivu-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ivu-input-group-append .ivu-btn,.ivu-input-group-prepend .ivu-btn {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    margin: -6px -7px
}

.ivu-input-group-append,.ivu-input-group-prepend {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle
}

.ivu-input-group .ivu-input {
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.ivu-input-group-append,.ivu-input-group-prepend {
    padding: 4px 7px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    color: #495060;
    text-align: center;
    background-color: #eee;
    border: 1px solid #dddee1;
    border-radius: 6px
}

.ivu-input-group-append .ivu-select,.ivu-input-group-prepend .ivu-select {
    margin: -5px -7px
}

.ivu-input-group-append .ivu-select-selection,.ivu-input-group-prepend .ivu-select-selection {
    background-color: inherit;
    margin: -1px;
    border: 1px solid transparent
}

.ivu-input-group-append .ivu-select-visible .ivu-select-selection,.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection {
    box-shadow: none
}

.ivu-input-group-prepend,.ivu-input-group>.ivu-input:first-child,.ivu-input-group>span>.ivu-input:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.ivu-input-group-prepend .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:first-child .ivu--select .ivu--select-selection,.ivu-input-group>span>.ivu-input:first-child .ivu--select .ivu--select-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.ivu-input-group-prepend {
    border-right: 0
}

.ivu-input-group-append {
    border-left: 0
}

.ivu-input-group-append,.ivu-input-group>.ivu-input:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.ivu-input-group-append .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:last-child .ivu--select .ivu--select-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.ivu-input-group-large .ivu-input,.ivu-input-group-large>.ivu-input-group-append,.ivu-input-group-large>.ivu-input-group-prepend {
    font-size: 14px;
    padding: 6px 7px;
    height: 36px
}

.ivu-input-group-small .ivu-input,.ivu-input-group-small>.ivu-input-group-append,.ivu-input-group-small>.ivu-input-group-prepend {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px
}

.ivu-form-item-error .ivu-input {
    border: 1px solid #ed3f14
}

.ivu-form-item-error .ivu-input:hover {
    border-color: #ed3f14
}

.ivu-form-item-error .ivu-input:focus {
    border-color: #ed3f14;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(237,63,20,.2)
}

.ivu-form-item-error .ivu-input-icon {
    color: #ed3f14
}

.ivu-form-item-error .ivu-input-group-append,.ivu-form-item-error .ivu-input-group-prepend {
    background-color: #fff;
    border: 1px solid #ed3f14
}

.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection {
    background-color: inherit;
    border: 1px solid transparent
}

.ivu-form-item-error .ivu-input-group-prepend {
    border-right: 0
}

.ivu-form-item-error .ivu-input-group-append {
    border-left: 0
}

.ivu-form-item-error .ivu-transfer .ivu-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder {
    color: #bbbec4;
    opacity: 1
}

.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder {
    color: #bbbec4
}

.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder {
    color: #bbbec4
}

.ivu-form-item-error .ivu-transfer .ivu-input:hover {
    border-color: #57a3f3
}

.ivu-form-item-error .ivu-transfer .ivu-input:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-form-item-error .ivu-transfer .ivu-input[disabled],fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover {
    border-color: #e4e5e7
}

textarea.ivu-form-item-error .ivu-transfer .ivu-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    vertical-align: bottom;
    font-size: 14px
}

.ivu-form-item-error .ivu-transfer .ivu-input-large {
    font-size: 14px;
    padding: 6px 7px;
    height: 36px
}

.ivu-form-item-error .ivu-transfer .ivu-input-small {
    padding: 1px 7px;
    height: 24px;
    border-radius: 3px
}

.ivu-form-item-error .ivu-transfer .ivu-input-icon {
    color: #80848f
}

.ivu-form-item-validating .ivu-input-icon-validate {
    display: inline-block
}

.ivu-form-item-validating .ivu-input-icon+.ivu-input {
    padding-right: 32px
}

.ivu-slider {
    line-height: normal
}

.ivu-slider-wrap {
    width: 100%;
    height: 4px;
    margin: 16px 0;
    background-color: #e9eaec;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
    cursor: pointer
}

.ivu-slider-button-wrap {
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    top: -4px;
    transform: translateX(-50%)
}

.ivu-slider-button-wrap .ivu-tooltip {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ivu-slider-button {
    width: 12px;
    height: 12px;
    border: 2px solid #57a3f3;
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s linear;
    outline: 0
}

.ivu-slider-button-dragging,.ivu-slider-button:focus,.ivu-slider-button:hover {
    border-color: #2d8cf0;
    transform: scale(1.5)
}

.ivu-slider-button:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.ivu-slider-button-dragging,.ivu-slider-button-dragging:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.ivu-slider-bar {
    height: 4px;
    background: #57a3f3;
    border-radius: 3px;
    position: absolute
}

.ivu-slider-stop {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc;
    transform: translateX(-50%)
}

.ivu-slider-disabled {
    cursor: not-allowed
}

.ivu-slider-disabled .ivu-slider-wrap {
    background-color: #ccc;
    cursor: not-allowed
}

.ivu-slider-disabled .ivu-slider-bar {
    background-color: #ccc
}

.ivu-slider-disabled .ivu-slider-button,.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button:hover {
    border-color: #ccc
}

.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button-dragging:hover,.ivu-slider-disabled .ivu-slider-button:hover {
    cursor: not-allowed
}

.ivu-slider-input .ivu-slider-wrap {
    width: auto;
    margin-right: 100px
}

.ivu-slider-input .ivu-input-number {
    float: right;
    margin-top: -14px
}

.selectDropDown {
    width: auto;
    padding: 0;
    white-space: nowrap;
    overflow: visible
}

.ivu-cascader {
    line-height: normal
}

.ivu-cascader-rel {
    display: inline-block;
    width: 100%;
    position: relative
}

.ivu-cascader .ivu-input {
    display: block;
    cursor: pointer
}

.ivu-cascader-disabled .ivu-input {
    cursor: not-allowed
}

.ivu-cascader-label {
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 7px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0
}

.ivu-cascader-size-large .ivu-cascader-label {
    line-height: 36px;
    font-size: 14px
}

.ivu-cascader-size-small .ivu-cascader-label {
    line-height: 26px
}

.ivu-cascader .ivu-cascader-arrow:first-of-type {
    display: none;
    cursor: pointer
}

.ivu-cascader:hover .ivu-cascader-arrow:first-of-type {
    display: inline-block
}

.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
    display: none
}

.ivu-cascader-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 1;
    margin-top: -7px;
    font-size: 14px;
    color: #80848f;
    transition: all .2s ease-in-out
}

.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
    transform: rotate(180deg)
}

.ivu-cascader .ivu-select-dropdown {
    width: auto;
    padding: 0;
    white-space: nowrap;
    overflow: visible
}

.ivu-cascader .ivu-cascader-menu-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-cascader .ivu-cascader-menu-item-focus,.ivu-cascader .ivu-cascader-menu-item:hover {
    background: #f3f3f3
}

.ivu-cascader .ivu-cascader-menu-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-cascader .ivu-cascader-menu-item-selected,.ivu-cascader .ivu-cascader-menu-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-cascader .ivu-cascader-menu-item-selected.ivu-cascader .ivu-cascader-menu-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-cascader .ivu-cascader-menu-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-cascader .ivu-cascader-menu-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-cascader .ivu-cascader-menu-item {
        white-space: normal
    }
}

.ivu-cascader .ivu-select-item span {
    color: #ed3f14
}

.ivu-cascader-dropdown {
    padding: 5px 0
}

.ivu-cascader-dropdown .ivu-select-dropdown-list {
    max-height: 190px;
    box-sizing: border-box;
    overflow: auto
}

.ivu-cascader-not-found-tip {
    padding: 5px 0;
    text-align: center;
    color: #bbbec4
}

.ivu-cascader-not-found-tip li:not([class^=ivu-]) {
    list-style: none;
    margin-bottom: 0
}

.ivu-cascader-not-found .ivu-select-dropdown {
    width: inherit
}

.ivu-cascader-menu {
    display: inline-block;
    min-width: 100px;
    height: 180px;
    margin: 0;
    padding: 5px 0!important;
    vertical-align: top;
    list-style: none;
    border-right: 1px solid #e9eaec;
    overflow: auto
}

.ivu-cascader-menu:last-child {
    border-right-color: transparent;
    margin-right: -1px
}

.ivu-cascader-menu .ivu-cascader-menu-item {
    position: relative;
    padding-right: 24px;
    transition: all .2s ease-in-out
}

.ivu-cascader-menu .ivu-cascader-menu-item i {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px
}

.ivu-cascader-menu .ivu-cascader-menu-item-active {
    background-color: #f3f3f3;
    color: #2d8cf0
}

.ivu-cascader-transfer {
    z-index: 1060;
    width: auto;
    padding: 0;
    white-space: nowrap;
    overflow: visible
}

.ivu-cascader-transfer .ivu-cascader-menu-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-cascader-transfer .ivu-cascader-menu-item-focus,.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
    background: #f3f3f3
}

.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-cascader-transfer .ivu-cascader-menu-item-selected,.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-cascader-transfer .ivu-cascader-menu-item-selected.ivu-cascader-transfer .ivu-cascader-menu-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-cascader-transfer .ivu-cascader-menu-item {
        white-space: normal
    }
}

.ivu-cascader-transfer .ivu-select-item span {
    color: #ed3f14
}

.ivu-cascader-transfer .ivu-cascader-menu-item {
    padding-right: 24px;
    transition: all .2s ease-in-out
}

.ivu-cascader-transfer .ivu-cascader-menu-item-active {
    background-color: #f3f3f3;
    color: #2d8cf0
}

.ivu-form-item-error .ivu-cascader-arrow {
    color: #ed3f14
}

.ivu-transfer {
    position: relative;
    line-height: 1.5
}

.ivu-transfer-list {
    display: inline-block;
    width: 180px;
    height: 210px;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    padding-top: 35px
}

.ivu-transfer-list-with-footer {
    padding-bottom: 35px
}

.ivu-transfer-list-header {
    padding: 8px 16px;
    background: #f9fafc;
    color: #495060;
    border: 1px solid #dddee1;
    border-bottom: 1px solid #e9eaec;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.ivu-transfer-list-header-title {
    cursor: pointer
}

.ivu-transfer-list-header>span {
    padding-left: 4px
}

.ivu-transfer-list-header-count {
    margin: 0!important;
    float: right
}

.ivu-transfer-list-body {
    height: 100%;
    border: 1px solid #dddee1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    position: relative;
    overflow: hidden
}

.ivu-transfer-list-body-with-search {
    padding-top: 34px
}

.ivu-transfer-list-body-with-footer {
    border-radius: 0
}

.ivu-transfer-list-content {
    height: 100%;
    padding: 4px 0;
    overflow: auto
}

.ivu-transfer-list-content-item {
    overflow: hidden;
    text-overflow: ellipsis
}

.ivu-transfer-list-content-item>span {
    padding-left: 4px
}

.ivu-transfer-list-content-not-found {
    display: none;
    text-align: center;
    color: #bbbec4
}

li.ivu-transfer-list-content-not-found:only-child {
    display: block
}

.ivu-transfer-list-body-with-search .ivu-transfer-list-content {
    padding: 6px 0 0
}

.ivu-transfer-list-body-search-wrapper {
    padding: 8px 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.ivu-transfer-list-search {
    position: relative
}

.ivu-transfer-list-footer {
    border: 1px solid #dddee1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    zoom:1}

.ivu-transfer-list-footer:after,.ivu-transfer-list-footer:before {
    content: "";
    display: table
}

.ivu-transfer-list-footer:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ivu-transfer-operation {
    display: inline-block;
    overflow: hidden;
    margin: 0 16px;
    vertical-align: middle
}

.ivu-transfer-operation .ivu-btn {
    display: block;
    min-width: 24px
}

.ivu-transfer-operation .ivu-btn:first-child {
    margin-bottom: 12px
}

.ivu-transfer-list-content-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-transfer-list-content-item-focus,.ivu-transfer-list-content-item:hover {
    background: #f3f3f3
}

.ivu-transfer-list-content-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-transfer-list-content-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-transfer-list-content-item-selected,.ivu-transfer-list-content-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-transfer-list-content-item-selected.ivu-transfer-list-content-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-transfer-list-content-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-transfer-list-content-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-transfer-large .ivu-transfer-list-content-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-transfer-list-content-item {
        white-space: normal
    }
}

.ivu-table {
    width: inherit;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box
}

.ivu-table-wrapper {
    position: relative;
    border: 1px solid #dddee1;
    border-bottom: 0;
    border-right: 0
}

.ivu-table-hide {
    opacity: 0
}

.ivu-table:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1
}

.ivu-table:after,.ivu-table:before {
    content: "";
    position: absolute;
    background-color: #dddee1
}

.ivu-table:after {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 3
}

.ivu-table-footer,.ivu-table-title {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e9eaec
}

.ivu-table-footer {
    border-bottom: none
}

.ivu-table-header {
    overflow: hidden
}

.ivu-table-overflowX {
    overflow-x: scroll
}

.ivu-table-overflowY {
    overflow-y: scroll
}

.ivu-table-tip {
    overflow-x: auto;
    overflow-y: hidden
}

.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
    border-top: 1px solid #dddee1
}

.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
    border-bottom: none
}

.ivu-table td,.ivu-table th {
    min-width: 0;
    height: 48px;
    box-sizing: border-box;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #e9eaec
}

.ivu-table th {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background: #FCFCFC;
}

.ivu-table td {
    background-color: #fff;
    transition: background-color .2s ease-in-out
}

td.ivu-table-column-left,th.ivu-table-column-left {
    text-align: left
}

td.ivu-table-column-center,th.ivu-table-column-center {
    text-align: center
}

td.ivu-table-column-right,th.ivu-table-column-right {
    text-align: right
}

.ivu-table table {
    table-layout: fixed
}

.ivu-table-border td,.ivu-table-border th {
    border-right: 1px solid #e9eaec
}

.ivu-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    box-sizing: border-box
}

.ivu-table-cell-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ivu-table-cell-with-expand {
    height: 47px;
    line-height: 47px;
    padding: 0;
    text-align: center
}

.ivu-table-cell-expand {
    cursor: pointer;
    transition: transform .2s ease-in-out
}

.ivu-table-cell-expand i {
    font-size: 14px
}

.ivu-table-cell-expand-expanded {
    transform: rotate(90deg)
}

.ivu-table-cell-sort {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ivu-table-hidden {
    visibility: hidden
}

th .ivu-table-cell {
    display: inline-block;
    word-wrap: normal;
    vertical-align: middle
}

td.ivu-table-expanded-cell {
    padding: 20px 50px;
    background: #f8f8f9
}

.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
    background-color: #f8f8f9
}

.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td,tr.ivu-table-row-hover td {
    background-color: #ebf7ff
}

.ivu-table-large {
    font-size: 14px
}

.ivu-table-large th {
    height: 48px
}

.ivu-table-large td {
    height: 60px
}

.ivu-table-large-footer,.ivu-table-large-title {
    height: 60px;
    line-height: 60px
}

.ivu-table-large .ivu-table-cell-with-expand {
    height: 59px;
    line-height: 59px
}

.ivu-table-large .ivu-table-cell-with-expand i {
    font-size: 16px
}

.ivu-table-small th {
    height: 32px
}

.ivu-table-small td {
    height: 40px
}

.ivu-table-small-footer,.ivu-table-small-title {
    height: 40px;
    line-height: 40px
}

.ivu-table-small .ivu-table-cell-with-expand {
    height: 39px;
    line-height: 39px
}

.ivu-table-row-highlight td,.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,tr.ivu-table-row-highlight.ivu-table-row-hover td {
    background-color: #ebf7ff
}

.ivu-table-fixed,.ivu-table-fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 2px 0 6px -2px rgba(0,0,0,.2)
}

.ivu-table-fixed-right:before,.ivu-table-fixed:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dddee1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4
}

.ivu-table-fixed-right {
    top: 0;
    left: auto;
    right: 0;
    box-shadow: -2px 0 6px -2px rgba(0,0,0,.2)
}

.ivu-table-fixed-right-header {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #f8f8f9;
    border-top: 1px solid #dddee1;
    border-bottom: 1px solid #e9eaec
}

.ivu-table-fixed-header {
    overflow: hidden
}

.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-cell span,.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-sort {
    display: none
}

.ivu-table-fixed-body {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.ivu-table-fixed-shadow {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 1px 0 6px rgba(0,0,0,.2);
    overflow: hidden;
    z-index: 1
}

.ivu-table-sort {
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 4px;
    margin-top: -1px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.ivu-table-sort i {
    display: block;
    height: 6px;
    line-height: 6px;
    overflow: hidden;
    position: absolute;
    color: #bbbec4;
    transition: color .2s ease-in-out
}

.ivu-table-sort i:hover {
    color: inherit
}

.ivu-table-sort i.on {
    color: #2d8cf0
}

.ivu-table-sort i:first-child {
    top: 0
}

.ivu-table-sort i:last-child {
    bottom: 0
}

.ivu-table-filter {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.ivu-table-filter i {
    color: #bbbec4;
    transition: color .2s ease-in-out
}

.ivu-table-filter i:hover {
    color: inherit
}

.ivu-table-filter i.on {
    color: #2d8cf0
}

.ivu-table-filter-list {
    padding: 8px 0 0
}

.ivu-table-filter-list-item {
    padding: 0 12px 8px
}

.ivu-table-filter-list-item .ivu-checkbox-wrapper+.ivu-checkbox-wrapper {
    margin: 0
}

.ivu-table-filter-list-item label {
    display: block
}

.ivu-table-filter-list-item label>span {
    margin-right: 4px
}

.ivu-table-filter-list ul {
    padding-bottom: 8px
}

.ivu-table-filter-list .ivu-table-filter-select-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-table-filter-list .ivu-table-filter-select-item-focus,.ivu-table-filter-list .ivu-table-filter-select-item:hover {
    background: #f3f3f3
}

.ivu-table-filter-list .ivu-table-filter-select-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-table-filter-list .ivu-table-filter-select-item-selected,.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-table-filter-list .ivu-table-filter-select-item-selected.ivu-table-filter-list .ivu-table-filter-select-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-table-filter-list .ivu-table-filter-select-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-table-filter-list .ivu-table-filter-select-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-table-filter-list .ivu-table-filter-select-item {
        white-space: normal
    }
}

.ivu-table-filter-footer {
    padding: 4px;
    border-top: 1px solid #e9eaec;
    overflow: hidden
}

.ivu-table-filter-footer button:first-child {
    float: left
}

.ivu-table-filter-footer button:last-child {
    float: right
}

.ivu-table-tip table {
    width: 100%
}

.ivu-table-tip table td {
    text-align: center
}

.ivu-table-expanded-hidden {
    visibility: hidden
}

.ivu-table-popper {
    min-width: 0;
    text-align: left
}

.ivu-table-popper .ivu-poptip-body {
    padding: 0
}

.ivu-dropdown {
    display: inline-block
}

.ivu-dropdown .ivu-select-dropdown {
    overflow: visible;
    max-height: none
}

.ivu-dropdown .ivu-dropdown {
    width: 100%
}

.ivu-dropdown-rel {
    position: relative
}

.ivu-dropdown-menu {
    min-width: 100px
}

.ivu-dropdown-transfer {
    width: auto
}

.ivu-dropdown-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-dropdown-item-focus,.ivu-dropdown-item:hover {
    background: #f3f3f3
}

.ivu-dropdown-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-dropdown-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-dropdown-item-selected,.ivu-dropdown-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-dropdown-item-selected.ivu-dropdown-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-dropdown-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-dropdown-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-dropdown-large .ivu-dropdown-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-dropdown-item {
        white-space: normal
    }
}

.ivu-tabs {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #495060;
    zoom:1}

.ivu-tabs:after,.ivu-tabs:before {
    content: "";
    display: table
}

.ivu-tabs:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ivu-tabs-bar {
    outline: 0
}

.ivu-tabs-ink-bar {
    height: 2px;
    box-sizing: border-box;
    background-color: #2d8cf0;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: 1;
    transition: transform .3s ease-in-out;
    transform-origin: 0 0
}

.ivu-tabs-bar {
    border-bottom: 1px solid #dddee1;
    margin-bottom: 16px
}

.ivu-tabs-nav-container {
    margin-bottom: -1px;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    zoom:1}

.ivu-tabs-nav-container:after,.ivu-tabs-nav-container:before {
    content: "";
    display: table
}

.ivu-tabs-nav-container:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ivu-tabs-nav-container:focus {
    outline: 0
}

.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
    border-color: #57a3f3!important
}

.ivu-tabs-nav-container-scrolling {
    padding-left: 32px;
    padding-right: 32px
}

.ivu-tabs-nav-wrap {
    overflow: hidden;
    margin-bottom: -1px
}

.ivu-tabs-nav-scroll {
    overflow: hidden;
    white-space: nowrap
}

.ivu-tabs-nav-right {
    float: right;
    margin-left: 5px
}

.ivu-tabs-nav-prev {
    left: 0
}

.ivu-tabs-nav-next,.ivu-tabs-nav-prev {
    position: absolute;
    line-height: 32px;
    cursor: pointer
}

.ivu-tabs-nav-next {
    right: 0
}

.ivu-tabs-nav-scrollable {
    padding: 0 12px
}

.ivu-tabs-nav-scroll-disabled {
    display: none
}

.ivu-tabs-nav {
    padding-left: 0;
    margin: 0;
    float: left;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    transition: transform .5s ease-in-out
}

.ivu-tabs-nav:after,.ivu-tabs-nav:before {
    display: table;
    content: " "
}

.ivu-tabs-nav:after {
    clear: both
}

.ivu-tabs-nav .ivu-tabs-tab-disabled {
    pointer-events: none;
    cursor: default;
    color: #ccc
}

.ivu-tabs-nav .ivu-tabs-tab {
    display: inline-block;
    height: 100%;
    padding: 8px 16px;
    margin-right: 16px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: color .3s ease-in-out
}

.ivu-tabs-nav .ivu-tabs-tab:hover {
    color: #57a3f3
}

.ivu-tabs-nav .ivu-tabs-tab:active {
    color: #2b85e4
}

.ivu-tabs-nav .ivu-tabs-tab .ivu-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.ivu-tabs-nav .ivu-tabs-tab-active {
    color: #2d8cf0
}

.ivu-tabs-mini .ivu-tabs-nav-container {
    font-size: 14px
}

.ivu-tabs-mini .ivu-tabs-tab {
    margin-right: 0;
    padding: 8px 16px;
    font-size: 12px
}

.ivu-tabs .ivu-tabs-content-animated {
    display: flex;
    flex-direction: row;
    will-change: transform;
    transition: transform .3s ease-in-out
}

.ivu-tabs .ivu-tabs-tabpane {
    flex-shrink: 0;
    width: 100%;
    transition: opacity .3s;
    opacity: 1;
    outline: 0
}

.ivu-tabs .ivu-tabs-tabpane-inactive {
    opacity: 0;
    height: 0
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-container {
    height: 32px
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-ink-bar {
    visibility: hidden
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
    margin: 0;
    margin-right: 4px;
    height: 31px;
    padding: 5px 16px 4px;
    border: 1px solid #dddee1;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    transition: all .3s ease-in-out;
    background: #f8f8f9
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
    height: 32px;
    padding-bottom: 5px;
    background: #fff;
    transform: translateZ(0);
    border-color: #dddee1;
    color: #2d8cf0
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-wrap {
    margin-bottom: 0
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close-empty {
    width: 0;
    height: 22px;
    font-size: 22px;
    margin-right: 0;
    color: #999;
    text-align: right;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    top: -1px;
    transform-origin: 100% 50%;
    transition: all .3s ease-in-out
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close-empty:hover {
    color: #444
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active .ivu-icon-ios-close-empty,.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab:hover .ivu-icon-ios-close-empty {
    width: 14px;
    transform: translateZ(0)
}

.ivu-tabs-no-animation>.ivu-tabs-content {
    transform: none!important
}

.ivu-tabs-no-animation>.ivu-tabs-content>.ivu-tabs-tabpane-inactive {
    display: none
}

.ivu-menu {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    color: #495060;
    font-size: 14px;
    position: relative;
    z-index: 900
}

.ivu-menu-horizontal {
    height: 60px;
    line-height: 60px
}

.ivu-menu-horizontal.ivu-menu-light:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dddee1;
    position: absolute;
    bottom: 0;
    left: 0
}

.ivu-menu-vertical.ivu-menu-light:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dddee1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.ivu-menu-light {
    background: #fff
}

.ivu-menu-dark {
    background: #495060
}

.ivu-menu-primary {
    background: #2d8cf0
}

.ivu-menu-item {
    display: block;
    outline: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.ivu-menu-item>i {
    margin-right: 6px
}

.ivu-menu-submenu-title>i,.ivu-menu-submenu-title span>i {
    margin-right: 8px
}

.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-horizontal .ivu-menu-submenu {
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    transition: all .2s ease-in-out
}

.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
    height: inherit;
    line-height: inherit;
    border-bottom: 2px solid transparent;
    color: #495060
}

.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
    color: #2d8cf0;
    border-bottom: 2px solid #2d8cf0
}

.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu {
    color: hsla(0,0%,100%,.7)
}

.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu {
    color: #fff
}

.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu:hover {
    background: #2b85e4
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
    min-width: 100%;
    width: auto;
    max-height: none
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    height: auto;
    border-bottom: 0;
    float: none
}

.ivu-menu-item-group {
    line-height: normal
}

.ivu-menu-item-group-title {
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    font-size: 12px;
    color: #999
}

.ivu-menu-item-group>ul {
    padding: 0!important;
    list-style: none!important
}

.ivu-menu-vertical .ivu-menu-item,.ivu-menu-vertical .ivu-menu-submenu-title {
    padding: 14px 24px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: all .2s ease-in-out
}

.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-vertical .ivu-menu-submenu-title:hover {
    background: #f3f3f3
}

.ivu-menu-vertical .ivu-menu-submenu-title-icon {
    float: right;
    position: relative;
    top: 4px
}

.ivu-menu-submenu-title-icon {
    transition: transform .2s ease-in-out
}

.ivu-menu-opened>*>.ivu-menu-submenu-title-icon {
    transform: rotate(180deg)
}

.ivu-menu-vertical .ivu-menu-submenu-nested {
    padding-left: 20px
}

.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
    padding-left: 43px
}

.ivu-menu-vertical .ivu-menu-item-group-title {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 28px
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title {
    color: hsla(0,0%,100%,.36)
}

.ivu-menu-light.ivu-menu-vertical .ivu-menu-item {
    border-right: 2px solid transparent
}

.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
    color: #2d8cf0;
    border-right: 2px solid #2d8cf0;
    z-index: 2
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
    color: hsla(0,0%,100%,.7)
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
    background: #363e4f
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover {
    color: #fff;
    background: #495060
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
    color: #2d8cf0;
    border-right: 2px solid #2d8cf0
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
    color: #fff;
    background: 0 0!important
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
    border-right: none;
    color: #fff;
    background: #2d8cf0!important
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active>.ivu-menu-submenu-title {
    color: #fff
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
    background: #363e4f
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
    background: #495060
}

.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title {
    background: 0 0
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    margin: 0;
    line-height: normal;
    padding: 7px 16px;
    clear: both;
    color: #495060;
    font-size: 12px!important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus,.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover {
    background: #f3f3f3
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover {
    color: #fff;
    background: rgba(45,140,240,.9)
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus {
    background: rgba(40,123,211,.91)
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided {
    margin-top: 5px;
    border-top: 1px solid #e9eaec
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before {
    content: "";
    height: 5px;
    display: block;
    margin: 0 -16px;
    background-color: #fff;
    position: relative;
    top: -7px
}

.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

@-moz-document url-prefix() {
    .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
        white-space: normal
    }
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    padding: 7px 16px 8px;
    font-size: 14px!important
}

.ivu-date-picker {
    display: inline-block;
    line-height: normal
}

.ivu-date-picker-rel {
    position: relative
}

.ivu-date-picker .ivu-select-dropdown {
    width: auto;
    padding: 0;
    overflow: visible;
    max-height: none
}

.ivu-date-picker-cells {
    width: 196px;
    margin: 10px;
    white-space: normal
}

.ivu-date-picker-cells span,.ivu-date-picker-cells span em {
    display: inline-block;
    width: 24px;
    height: 24px
}

.ivu-date-picker-cells span em {
    line-height: 24px;
    margin: 2px;
    font-style: normal;
    border-radius: 3px;
    text-align: center;
    transition: all .2s ease-in-out
}

.ivu-date-picker-cells-header span {
    line-height: 24px;
    text-align: center;
    margin: 2px;
    color: #bbbec4
}

.ivu-date-picker-cells-cell:hover em {
    background: #e1f0fe
}

.ivu-date-picker-cells-focused em {
    box-shadow: inset 0 0 0 1px #2d8cf0
}

span.ivu-date-picker-cells-cell {
    width: 28px;
    height: 28px;
    cursor: pointer
}

.ivu-date-picker-cells-cell-next-month em,.ivu-date-picker-cells-cell-prev-month em {
    color: #bbbec4
}

.ivu-date-picker-cells-cell-next-month:hover em,.ivu-date-picker-cells-cell-prev-month:hover em {
    background: 0 0
}

span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover,span.ivu-date-picker-cells-cell-week-label,span.ivu-date-picker-cells-cell-week-label:hover {
    cursor: not-allowed;
    color: #bbbec4
}

span.ivu-date-picker-cells-cell-disabled:hover em,span.ivu-date-picker-cells-cell-disabled em,span.ivu-date-picker-cells-cell-week-label:hover em,span.ivu-date-picker-cells-cell-week-label em {
    color: inherit;
    background: inherit
}

span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover {
    background: #f7f7f7
}

.ivu-date-picker-cells-cell-today em {
    position: relative
}

.ivu-date-picker-cells-cell-today em:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2d8cf0;
    position: absolute;
    top: 1px;
    right: 1px
}

.ivu-date-picker-cells-cell-range {
    position: relative
}

.ivu-date-picker-cells-cell-range em {
    position: relative;
    z-index: 1
}

.ivu-date-picker-cells-cell-range:before {
    content: "";
    display: block;
    background: #e1f0fe;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    right: 0
}

.ivu-date-picker-cells-cell-selected:hover em,.ivu-date-picker-cells-cell-selected em {
    background: #2d8cf0;
    color: #fff
}

span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em {
    background: #bbbec4;
    color: #f7f7f7
}

.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
    background: #fff
}

.ivu-date-picker-cells-show-week-numbers {
    width: 226px
}

.ivu-date-picker-cells-month,.ivu-date-picker-cells-year {
    margin-top: 14px
}

.ivu-date-picker-cells-month span,.ivu-date-picker-cells-year span {
    width: 40px;
    height: 28px;
    line-height: 28px;
    margin: 10px 12px;
    border-radius: 3px
}

.ivu-date-picker-cells-month span em,.ivu-date-picker-cells-year span em {
    width: 40px;
    height: 28px;
    line-height: 28px;
    margin: 0
}

.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused,.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused {
    background-color: #d5e8fc
}

.ivu-date-picker-header {
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #e9eaec
}

.ivu-date-picker-header-label {
    cursor: pointer;
    transition: color .2s ease-in-out
}

.ivu-date-picker-header-label:hover {
    color: #2d8cf0
}

.ivu-date-picker-btn-pulse {
    background-color: #d5e8fc!important;
    border-radius: 4px;
    transition: background-color .2s ease-in-out
}

.ivu-date-picker-prev-btn {
    float: left
}

.ivu-date-picker-prev-btn-arrow-double {
    margin-left: 10px
}

.ivu-date-picker-prev-btn-arrow-double i:after {
    content: "\F3D2"
}

.ivu-date-picker-next-btn {
    float: right
}

.ivu-date-picker-next-btn-arrow-double {
    margin-right: 10px
}

.ivu-date-picker-next-btn-arrow-double i:after {
    content: "\F3D3"
}

.ivu-date-picker-with-range .ivu-picker-panel-body {
    min-width: 432px
}

.ivu-date-picker-with-range .ivu-picker-panel-content {
    float: left
}

.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers,.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date {
    min-width: 492px
}

.ivu-date-picker-transfer {
    z-index: 1060;
    max-height: none;
    width: auto
}

.ivu-date-picker-focused input {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-picker-panel-icon-btn {
    display: inline-block;
    width: 20px;
    height: 24px;
    line-height: 26px;
    margin-top: 4px;
    text-align: center;
    cursor: pointer;
    color: #bbbec4;
    transition: color .2s ease-in-out
}

.ivu-picker-panel-icon-btn:hover {
    color: #2d8cf0
}

.ivu-picker-panel-icon-btn i {
    font-size: 14px
}

.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar {
    padding-left: 92px
}

.ivu-picker-panel-sidebar {
    width: 92px;
    float: left;
    margin-left: -92px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f8f8f9;
    border-right: 1px solid #e9eaec;
    border-radius: 4px 0 0 4px;
    overflow: auto
}

.ivu-picker-panel-shortcut {
    padding: 6px 15px 7px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ivu-picker-panel-shortcut:hover {
    background: #e9eaec
}

.ivu-picker-panel-body {
    float: left
}

.ivu-picker-confirm {
    border-top: 1px solid #e9eaec;
    text-align: right;
    padding: 8px;
    clear: both
}

.ivu-picker-confirm>span {
    color: #2d8cf0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    padding: 2px 0;
    transition: all .2s ease-in-out
}

.ivu-picker-confirm>span:hover {
    color: #57a3f3
}

.ivu-picker-confirm>span:active {
    color: #2b85e4
}

.ivu-picker-confirm-time {
    float: left
}

.ivu-time-picker-cells {
    min-width: 112px
}

.ivu-time-picker-cells-with-seconds {
    min-width: 168px
}

.ivu-time-picker-cells-list {
    width: 56px;
    max-height: 144px;
    float: left;
    overflow: hidden;
    border-left: 1px solid #e9eaec;
    position: relative
}

.ivu-time-picker-cells-list:hover {
    overflow-y: auto
}

.ivu-time-picker-cells-list:first-child {
    border-left: none;
    border-radius: 4px 0 0 4px
}

.ivu-time-picker-cells-list:last-child {
    border-radius: 0 4px 4px 0
}

.ivu-time-picker-cells-list ul {
    width: 100%;
    margin: 0;
    padding: 0 0 120px;
    list-style: none
}

.ivu-time-picker-cells-list ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 16px;
    box-sizing: content-box;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    list-style: none;
    transition: background .2s ease-in-out
}

.ivu-time-picker-cells-cell:hover {
    background: #f3f3f3
}

.ivu-time-picker-cells-cell-disabled {
    color: #bbbec4;
    cursor: not-allowed
}

.ivu-time-picker-cells-cell-disabled:hover {
    color: #bbbec4;
    background-color: #fff;
    cursor: not-allowed
}

.ivu-time-picker-cells-cell-selected,.ivu-time-picker-cells-cell-selected:hover {
    color: #2d8cf0;
    background: #f3f3f3
}

.ivu-time-picker-cells-cell-focused {
    background-color: #d5e8fc
}

.ivu-time-picker-header {
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #e9eaec
}

.ivu-time-picker-with-range .ivu-picker-panel-body {
    min-width: 228px
}

.ivu-time-picker-with-range .ivu-picker-panel-content {
    float: left;
    position: relative
}

.ivu-time-picker-with-range .ivu-picker-panel-content:after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top: 31px;
    bottom: 0;
    right: -2px;
    background: #e9eaec;
    z-index: 1
}

.ivu-time-picker-with-range .ivu-picker-panel-content-right {
    float: right
}

.ivu-time-picker-with-range .ivu-picker-panel-content-right:after {
    right: auto;
    left: -2px
}

.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child,.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child {
    border-radius: 0
}

.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body {
    min-width: 340px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells,.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds {
    min-width: 216px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list {
    width: 72px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li {
    padding: 0 0 0 28px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list {
    width: 108px;
    max-height: 216px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child,.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child {
    border-radius: 0
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul {
    padding: 0 0 192px
}

.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li {
    padding: 0 0 0 46px
}

.ivu-form .ivu-form-item-label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 12px;
    color: #495060;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box
}

.ivu-form-label-left .ivu-form-item-label {
    text-align: left
}

.ivu-form-label-top .ivu-form-item-label {
    float: none;
    display: inline-block;
    padding: 0 0 10px
}

.ivu-form-inline .ivu-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.ivu-form-item {
    margin-bottom: 24px;
    vertical-align: top;
    zoom:1}

.ivu-form-item:after,.ivu-form-item:before {
    content: "";
    display: table
}

.ivu-form-item:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ivu-form-item-content {
    position: relative;
    line-height: 32px;
    font-size: 12px
}

.ivu-form-item .ivu-form-item {
    margin-bottom: 0
}

.ivu-form-item .ivu-form-item .ivu-form-item-content {
    margin-left: 0!important
}

.ivu-form-item-error-tip {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1;
    padding-top: 6px;
    color: #ed3f14
}

.ivu-form-item-required .ivu-form-item-label:before {
    content: "*";
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 12px;
    color: #ed3f14
}

.ivu-carousel {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.ivu-carousel-list,.ivu-carousel-track {
    transform: translateZ(0)
}

.ivu-carousel-list {
    margin: 0;
    padding: 0
}

.ivu-carousel-list,.ivu-carousel-track {
    position: relative;
    display: block;
    overflow: hidden
}

.ivu-carousel-track {
    top: 0;
    left: 0;
    z-index: 1
}

.ivu-carousel-track.higher {
    z-index: 2
}

.ivu-carousel-item {
    float: left;
    height: 100%;
    min-height: 1px;
    display: block
}

.ivu-carousel-arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    transition: .2s;
    background-color: rgba(31,45,61,.11);
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
    line-height: inherit
}

.ivu-carousel-arrow:hover {
    background-color: rgba(31,45,61,.5)
}

.ivu-carousel-arrow>* {
    vertical-align: baseline
}

.ivu-carousel-arrow.left {
    left: 16px
}

.ivu-carousel-arrow.right {
    right: 16px
}

.ivu-carousel-arrow-always {
    display: inherit
}

.ivu-carousel-arrow-hover {
    display: inherit;
    opacity: 0
}

.ivu-carousel:hover .ivu-carousel-arrow-hover {
    opacity: 1
}

.ivu-carousel-dots {
    z-index: 10;
    display: none;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 17px
}

.ivu-carousel-dots-inside {
    display: block;
    position: absolute;
    bottom: 3px
}

.ivu-carousel-dots-outside {
    display: block;
    margin-top: 3px
}

.ivu-carousel-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 2px;
    padding: 7px 0;
    cursor: pointer
}

.ivu-carousel-dots li button {
    border: 0;
    cursor: pointer;
    background: #8391a5;
    opacity: .3;
    display: block;
    width: 16px;
    height: 3px;
    border-radius: 1px;
    outline: 0;
    font-size: 0;
    color: transparent;
    transition: all .5s
}

.ivu-carousel-dots li button.radius {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.ivu-carousel-dots li:hover>button {
    opacity: .7
}

.ivu-carousel-dots li.ivu-carousel-active>button {
    opacity: 1;
    width: 24px
}

.ivu-carousel-dots li.ivu-carousel-active>button.radius {
    width: 6px
}

.ivu-rate {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal
}

.ivu-rate-disabled .ivu-rate-star-content:before,.ivu-rate-disabled .ivu-rate-star:before {
    cursor: default
}

.ivu-rate-disabled .ivu-rate-star:hover {
    transform: scale(1)
}

.ivu-rate-star {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 8px;
    position: relative;
    font-family: Ionicons;
    transition: all .3s ease
}

.ivu-rate-star:hover {
    transform: scale(1.1)
}

.ivu-rate-star-content:before,.ivu-rate-star:before {
    color: #e9e9e9;
    cursor: pointer;
    content: "\F4B3";
    transition: all .2s ease-in-out;
    display: block
}

.ivu-rate-star-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ivu-rate-star-content:before {
    color: transparent
}

.ivu-rate-star-full:before,.ivu-rate-star-half .ivu-rate-star-content:before {
    color: #f5a623
}

.ivu-rate-star-full:hover:before,.ivu-rate-star-half:hover .ivu-rate-star-content:before {
    color: #f7b84f
}

.ivu-rate-text {
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px
}

.ivu-upload input[type=file] {
    display: none
}

.ivu-upload-list {
    margin-top: 8px
}

.ivu-upload-list-file {
    padding: 4px;
    color: #495060;
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
    overflow: hidden;
    position: relative
}

.ivu-upload-list-file>span {
    cursor: pointer;
    transition: color .2s ease-in-out
}

.ivu-upload-list-file>span i {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #495060;
    text-align: center
}

.ivu-upload-list-file:hover {
    background: #f3f3f3
}

.ivu-upload-list-file:hover>span {
    color: #2d8cf0
}

.ivu-upload-list-file:hover>span i {
    color: #495060
}

.ivu-upload-list-file:hover .ivu-upload-list-remove {
    opacity: 1
}

.ivu-upload-list-remove {
    opacity: 0;
    font-size: 18px;
    cursor: pointer;
    float: right;
    margin-right: 4px;
    color: #999;
    transition: all .2s ease
}

.ivu-upload-list-remove:hover {
    color: #444
}

.ivu-upload-select {
    display: inline-block
}

.ivu-upload-drag {
    background: #fff;
    border: 1px dashed #dddee1;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .2s ease
}

.ivu-upload-drag:hover {
    border: 1px dashed #2d8cf0
}

.ivu-upload-dragOver {
    border: 2px dashed #2d8cf0
}

.ivu-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px
}

.ivu-tree ul li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    white-space: nowrap;
    outline: 0
}

.ivu-tree li ul {
    margin: 0;
    padding: 0 0 0 18px
}

.ivu-tree-title {
    display: inline-block;
    margin: 0;
    padding: 0 4px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    color: #495060;
    transition: all .2s ease-in-out
}

.ivu-tree-title:hover {
    background-color: #eaf4fe
}

.ivu-tree-title-selected,.ivu-tree-title-selected:hover {
    background-color: #d5e8fc
}

.ivu-tree-arrow {
    cursor: pointer;
    width: 12px;
    text-align: center;
    display: inline-block
}

.ivu-tree-arrow i {
    transition: all .2s ease-in-out
}

.ivu-tree-arrow-open i {
    transform: rotate(90deg)
}

.ivu-tree-arrow-disabled {
    cursor: not-allowed
}

.ivu-avatar {
    display: inline-block;
    text-align: center;
    background: #ccc;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px
}

.ivu-avatar-image {
    background: 0 0
}

.ivu-avatar>* {
    line-height: 32px
}

.ivu-avatar.ivu-avatar-icon {
    font-size: 18px
}

.ivu-avatar-large {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px
}

.ivu-avatar-large>* {
    line-height: 40px
}

.ivu-avatar-large.ivu-avatar-icon {
    font-size: 24px
}

.ivu-avatar-small {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px
}

.ivu-avatar-small>* {
    line-height: 24px
}

.ivu-avatar-small.ivu-avatar-icon {
    font-size: 14px
}

.ivu-avatar-square {
    border-radius: 4px
}

.ivu-avatar>img {
    width: 100%;
    height: 100%
}

.ivu-color-picker {
    display: inline-block
}

.ivu-color-picker-hide {
    display: none
}

.ivu-color-picker-hide-drop {
    visibility: hidden
}

.ivu-color-picker-disabled {
    background-color: #f3f3f3;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ivu-color-picker-disabled:hover {
    border-color: #e4e5e7
}

.ivu-color-picker>div:first-child:hover .ivu-input {
    border-color: #57a3f3
}

.ivu-color-picker>div:first-child.ivu-color-picker-disabled:hover .ivu-input {
    border-color: #e4e5e7
}

.ivu-color-picker .ivu-select-dropdown {
    padding: 0
}

.ivu-color-picker-input.ivu-input:focus {
    box-shadow: none
}

.ivu-color-picker-focused {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-rel {
    line-height: 0
}

.ivu-color-picker-color {
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
    border-radius: 2px;
    position: relative;
    top: 2px
}

.ivu-color-picker-color div {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
    border-radius: 2px
}

.ivu-color-picker-color-empty {
    background: #fff;
    overflow: hidden;
    text-align: center
}

.ivu-color-picker-color-empty i {
    font-size: 18px
}

.ivu-color-picker-color-focused {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-large .ivu-color-picker-color {
    width: 20px;
    height: 20px;
    top: 1px
}

.ivu-color-picker-large .ivu-color-picker-color-empty i {
    font-size: 20px
}

.ivu-color-picker-small .ivu-color-picker-color {
    width: 14px;
    height: 14px;
    top: 3px
}

.ivu-color-picker-small .ivu-color-picker-color-empty i {
    font-size: 14px
}

.ivu-color-picker-picker-wrapper {
    padding: 8px 8px 0
}

.ivu-color-picker-picker-panel {
    width: 240px;
    margin: 0 auto;
    box-sizing: initial;
    position: relative
}

.ivu-color-picker-picker-alpha-slider,.ivu-color-picker-picker-hue-slider {
    height: 10px;
    margin-top: 8px;
    position: relative
}

.ivu-color-picker-picker-colors {
    margin-top: 8px;
    overflow: hidden;
    border-radius: 2px;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-color-picker-picker-colors:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-picker-colors-wrapper {
    display: inline;
    width: 20px;
    height: 20px;
    float: left;
    position: relative
}

.ivu-color-picker-picker-colors-wrapper-color {
    outline: 0;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15)
}

.ivu-color-picker-picker-colors-wrapper-circle {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
    border-radius: 50%;
    transform: translate(-2px,-2px);
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer
}

.ivu-color-picker-picker .ivu-picker-confirm {
    margin-top: 8px
}

.ivu-color-picker-saturation-wrapper {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-color-picker-saturation-wrapper:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-saturation,.ivu-color-picker-saturation--black,.ivu-color-picker-saturation--white {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ivu-color-picker-saturation--white {
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

.ivu-color-picker-saturation--black {
    background: linear-gradient(0deg,#000,transparent)
}

.ivu-color-picker-saturation-pointer {
    cursor: pointer;
    position: absolute
}

.ivu-color-picker-saturation-circle {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
    border-radius: 50%;
    transform: translate(-2px,-2px)
}

.ivu-color-picker-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background: linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-color-picker-hue:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-hue-container {
    cursor: pointer;
    margin: 0 2px;
    position: relative;
    height: 100%
}

.ivu-color-picker-hue-pointer {
    z-index: 2;
    position: absolute
}

.ivu-color-picker-hue-picker {
    cursor: pointer;
    margin-top: 1px;
    width: 4px;
    border-radius: 1px;
    height: 8px;
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    background: #fff;
    transform: translateX(-2px)
}

.ivu-color-picker-alpha {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out
}

.ivu-color-picker-alpha:focus {
    border-color: #57a3f3;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45,140,240,.2)
}

.ivu-color-picker-alpha-checkboard-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 2px
}

.ivu-color-picker-alpha-checkerboard {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.ivu-color-picker-alpha-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px
}

.ivu-color-picker-alpha-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    height: 100%;
    margin: 0 3px
}

.ivu-color-picker-alpha-pointer {
    z-index: 2;
    position: absolute
}

.ivu-color-picker-alpha-picker {
    cursor: pointer;
    width: 4px;
    border-radius: 1px;
    height: 8px;
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    background: #fff;
    margin-top: 1px;
    transform: translateX(-2px)
}

.ivu-color-picker-confirm {
    margin-top: 8px;
    position: relative;
    border-top: 1px solid #e9eaec;
    text-align: right;
    padding: 8px;
    clear: both
}

.ivu-color-picker-confirm-color {
    position: absolute;
    top: 11px;
    left: 8px
}

.ivu-auto-complete .ivu-icon-ios-close,.ivu-auto-complete .ivu-select-not-found {
    display: none
}

.ivu-auto-complete:hover .ivu-icon-ios-close {
    display: inline-block
}

.ivu-auto-complete.ivu-select-dropdown {
    max-height: none
}

#snackbar[data-v-6ed249d9] {
    visibility: hidden;
    min-width: 250px;
    background-color: rgba(0,0,0,.65);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px
}

#snackbar.show[data-v-6ed249d9] {
    visibility: visible;
    -webkit-animation: fadein .5s,fadeout .5s 2.5s;
    animation: fadein .5s,fadeout .5s 2.5s
}
