* {

    margin: 0;
    padding: 0;
    /*font-family: 'microsoft yahei', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
}

html, body {
    /*font-family: 'microsoft yahei', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
    min-height: 100vh;
    background: #f7f9fd;
    overflow: hidden;
    color: #121212;
}


@font-face {
    font-family:"dinglufont";
    src: url('https://admin.shen1296.com/static/index/css/fonts/2021617101347178.ttf')
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.flex-st {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-j {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.my_main {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.side-nav {
    flex: 0 0 80px;
    width: 80px;
    background: #1d2f5b;
    height: 100vh;
}

.side-right {
    flex: 1;
    height: 100vh;
}

.header_box {
    width: 100%;
    height: 60px;
    background: #1d2f5b;
    background: url("./../images/header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.main_box {
    padding: 15px;
    height: calc(100vh - 60px);
    box-sizing: border-box;
}

.main_box_content {
    width: 100%;
    /*background: #ffffff;*/
    height: calc(100vh - 90px);
    box-sizing: border-box;
    /*padding: 15px;*/
}

.logo_box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.nav_ul {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.nav_ul > li {
    margin: 0 15px;
    min-width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, .5);
}

.nav_ul > li h3 {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.nav_ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    width: inherit;
    height: inherit;
    font-size: 14px;
}

.nav_ul > li > a > i {
    color: rgba(255, 255, 255, .5);
    opacity: 0.9;
    margin-right: 5px;
    font-size: 20px;
}

.my-this {
    position: relative;
}

.my-this:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 3px;
    border-radius: 3px;
    background: #2086ff;

}

.nav_ul > .my-this h3 {
    color: #2086ff;
    font-size: 14px;
}

.nav_ul > .my-this i {
    color: #ffffff;
}

.nav_ul > li:hover h3 {
    color: #ffffff;
}

.nav_ul > li:hover i {
    color: #ffffff;
}

.header_box .left li {
    padding: 0 15px;
    cursor: pointer;
    color: #333333;
}

.header_box .left li i {
    padding-right: 5px;
    font-size: 20px;
}

.header_box .left li:hover {
    color: #2086ff;
}

.ssk_box {
    width: 250px;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}

.ssk_box input {
    height: inherit;
    line-height: inherit;
    outline: none;
    border: 0;
    width: 100%;
}

.ssk_box_ac {
    border-color: #2086ff;
    transition: all 0.3s;
}

.header_box .right {
    margin-right: 15px;
}

.touxiang {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    overflow: hidden;
    /*border: 1px solid #2086ff;*/
}

.touxiang img {
    object-fit: contain;
}

.touxiang + i {
    padding-left: 10px;
    color: #9F9F9F;
    font-size: 24px;
    font-weight: bold;
}

.tx_box {
    cursor: pointer;
    position: relative;
}

.tx_box:hover i {
    color: #2086ff;
}

.tx_pop {
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
    z-index: 99;
}

.tx_pop .sanjiaoxing {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.tx-pop-main {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    width: 120px;
}

.tx-pop-main p {
    line-height: 30px;
    text-align: center;
}

.tx-pop-main p:hover {
    color: #2086ff;
}

.tree_box {
    padding: 0 0 0 30px;
    width: 0;
    flex: 1;
    box-sizing: border-box;
    min-width: 400px;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.tree_box2 {

    width: 0;
    flex: 1;
    box-sizing: border-box;
    min-width: 400px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.tree_box:after {
    content: '';
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    left: 30px;
}

.info_box {
    height: 100%;
    margin-right: 15px;
    background: #ffffff;
    flex-shrink: 0;
    display: flex;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.root {
    padding-right: 50px;
    padding-bottom: 20px;
}

.node {
    position: relative;
    border-left: 1px solid #ccc;
}

.line-left {
    width: 10px;
    height: 26px;
    flex-shrink: 0;
}

.line-left:before {
    content: "";
    display: block;
    height: 13px;
    border-bottom: 1px solid #ccc;
}

.node:last-of-type.last-item > .item .line-left {
    border-left: none;
}

.node:last-of-type.last-item > .item .line-left:before {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.item {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.item .switch {
    flex-shrink: 0;
    margin-right: 5px;
    font-size: 28px;
    cursor: pointer;
    color: #666666;
}

.name {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.nanxing {
    color: #c4dbf5;
    flex-shrink: 0;
    font-size: 24px !important;
}

.name .text {
    background-color: #f2f2f2;
    padding: 0 15px;
    margin-right: 4px;
    line-height: 30px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 2px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
}

.name .text.man {
    background-color: #eaeff6;
}

.name .text.woman {
    background-color: #faf1f1;
}


input.wife_selected {
    border-radius: 2px;
    min-width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: #ff7200;
    color: #fff;
    padding: 0;
    text-align: center;
    border: solid #ff7200 1px;
    cursor: pointer;
}

.name.selected .text {
    background-color: #ff7200;
    color: #fff;
}

.name .dead {
    color: #e8e8e8;
}

.item span {
    margin-left: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.name span {
    margin-left: 0 !important;
}

.nvxing {
    color: #f9c6c6;
    flex-shrink: 0;
    font-size: 24px !important;
}

.more-wife {

    color: #f9c6c6;
    background-color: #fff !important;
    line-height: 30px !important;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.more-wife .text {
    border: 1px dashed #f9c6c6;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100px;
}

.more-child {
    padding-left: 65px;
    display: flex;
    color: #c4dbf5;
    cursor: pointer;
}

.more-child:before {
    content: "";
    display: block;
    width: 30px;
    height: 35px;
    border-left: 1px dashed #c4dbf5;
    border-bottom: 1px dashed #c4dbf5;
    margin-right: 5px;
}

.more-child .iconfont {
    margin-top: 20px;

}

.more-child .text {
    margin-top: 20px;
    line-height: 30px;
    border: 1px dashed #c4dbf5;
    padding: 0 15px;
    box-sizing: border-box;

}

.more-child:before {
    content: "";
    display: block;
    width: 47px;
    height: 33px;
    border-left: 1px dashed #c4dbf5;
    border-bottom: 1px dashed #c4dbf5;
    margin-right: 5px;
}

.more-brother:before {
    width: 0;
    height: 30px;
    margin: 0;
    transform: translateY(-13px);
}

.more-brother .iconfont, .more-brother .text {
    transform: translateX(-11px);
}

.node:last-child.last-item {
    border-left: 0;
}

.root > .node > .item > .line-left {
    visibility: hidden;
}

.children {
    padding-left: 65px;
}

.node:last-child.last-item > .item_s:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 23px;
    border-left: 1px solid #ccc;
}

.switch.none {
    height: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    width: 29px;
    cursor: default;
    color: #ffffff;
}

.none {
    display: none;
}

.info-side {
    width: 60px;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ebebeb;
}

.toggle-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.toggle-box i {
    font-size: 24px;

    color: #666666;
}

.toggle-box:hover i {
    color: #2086ff;
}

.info-r.simple {
    width: 850px;
    background: #ffffff;
    height: inherit;
    transition: width 0.2s;
}

.info-side-list {
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
}

.info-side-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666666;
    cursor: pointer;
    padding: 15px 0;
}

.info-side-list .item i {

    font-size: 24px;
}

.info-side-list .item span {
    color: #d41120;
    font-size: 18px;
}

.info-side-list .item:hover {
    background: #eeebe8;
}

.info-r .title {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    padding: 0 15px;
    box-sizing: border-box;
}

.info-r .title h3 {
    font-weight: bold;
}

.info-r .title i {
    font-size: 24px;
    color: #666666;
}

.info-r .title i:hover {
    color: #2086ff;
    cursor: pointer;
}

.info-r.full {
    width: 700px;
    background: #ffffff;
    height: inherit;
    transition: width 0.2s;
}

.info-r.full2 {
    width: 600px;
    background: #ffffff;
    height: inherit;
    transition: width 0.2s;
}

.info-r.close {
    width: 0;
    overflow: hidden;
}

.portrait_box {
    width: 100px;
    height: 100px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;

}

.portrait_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.portrait_box > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    text-align: center;
}

.form_ul {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form_ul li {
    width: 33%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
}

.form_ul li > span {
    flex: 0 0 100px;
    padding-right: 15px;
    box-sizing: border-box;
    color: #666666;
    text-align: left;
    font-size: 14px;
}

.form_ul li > div {
    flex: 1;
}


.form_ul_2 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.form_ul_2 li {
    width: 100%;
}


.form_ul_2 li > span {
    flex: 0 0 90px;
    text-align: right;
}

.form_ul_2 li {
    padding: 10px;
}

.input-file {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.title {
    padding: 30px 0;
}

.puxi {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.puxi .add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #9d9d9d;
}

.puxi .add i {
    font-size: 30px;
    padding-bottom: 5px;
}

.puxi li {
    width: calc(20% - 25px);
    margin-right: 30px;
    background: #f6f7fb;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 160px;
    cursor: pointer;
}

.puxi li:nth-of-type(5n) {
    margin-right: 0 !important;
}

.puxi li.flex-j:hover .add {
    color: #2086ff;
}

.puxi .pic {
    width: 100px;
    position: relative;
    flex: 0 0 100px;
}

.puxi .pic > div {
    padding: 2px;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.puxi .pic > div div {

    padding: 2px;
    border: 1px solid #9d9d9d;
    box-sizing: border-box;
}

.puxi .pic > div > div > div {
    min-height: 90px;
    max-height: 90px;
    background: #ffecd0;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-sizing: border-box;

}

.puxi-r {
    padding-left: 30px;
    flex: 1;
    height: 130px;
    flex-direction: column;
    align-items: flex-start;
}

.puxi-r h3 {
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
}

.puxi-r div {
    color: #8D8D8D;
}

.puxi-r a {
    color: #ff7200;
    padding: 5px 15px;
    border: 1px solid #ff7200;
    border-radius: 2px;
}

.add_kid {
    padding-top: 20px;
    padding-left: 53px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #cccccc;
    display: flex;
    align-items: center;
}

.add_kid input {
    width: 75px;
}

.add_kid:after {
    content: '';
    position: absolute;
    background: #cccccc;
    height: 1px;
    left: 0;
    bottom: 15px;
    width: 52px;
}

.add_wife {
    display: flex;
    align-items: center;
}

.add_wife input {
    width: 75px;
}

.del_icon {
    color: #d1cfdd;
    padding: 0 5px;
}

.del_icon:hover {
    cursor: pointer;
    color: #2086ff;
}

.add_bro {
    padding-top: 20px;
    padding-left: 53px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #cccccc;
    display: flex;
    align-items: center;
}

.add_bro input {
    width: 75px;
}

.add_bro:after {
    content: '';
    position: absolute;
    background: #cccccc;
    height: 1px;
    left: 0;
    bottom: 15px;
    width: 52px;

}

.add_bro:last-child::before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 15px;
    width: 1px;
    left: -1px;
    bottom: 0;
}


.my-content {
    /*display: none;*/
    /*padding-bottom: 15px;*/
    /*width: 100%;*/
    /*height: calc(100% - 100px);*/
    /*margin-top: 40px;*/
    /*overflow-y: scroll;*/
    /*position: relative;*/
    height: 100%;
    overflow-y: scroll;
    position: relative;
}

.full-show {
    /*display: none;*/
    padding-bottom: 15px;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 60px);
    /*margin-top: 40px;*/
    box-sizing: border-box;
}

.textarea-box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.demo li {
    padding: 5px 10px;
    align-items: flex-start;
    border: 1px solid #ebebeb;
    border-bottom: 0;
}

.demo li:last-child {
    border: 1px solid #ebebeb;
}

.demo li span {
    flex: 0 0 100px;
    font-weight: bold;
    color: #9d9d9d;
}

.tabs li {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #999999;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
}

.tabs .choice {
    font-weight: bold;
    background: #e1efff;
    position: relative;
    color: #333333;
}

.choice:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #2086ff;
}

.tab-item {
    display: none;
    width: 100%;
    height: 100%;
}

.show {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#tab_box {
    width: 100%;
    box-sizing: border-box;
    height: calc(100%);
}

.console_box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px
}

.console_box li {
    width: 20%;
    box-sizing: border-box;

    padding-right: 15px;
}

.moban {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.full_show_bottom {
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}


.select-pca {
    border: 1px solid #ebebeb;
    height: 30px;
    padding: 0 5px;
    width: 200px;
}

.layui-input.phone-input-2, .layui-input.phone-input-3 {
    display: none;
    margin-left: 25px;
}

.new_info_box {
    width: 100%;
    height: 100%;
    margin-right: 15px;
    background: #ffffff;
    flex-shrink: 0;
    display: flex;
}

.tab_header_box {
    box-sizing: border-box;
    /*border-bottom: 1px solid #EEEEEE;*/

}

.xi_num {
    padding: 3px 10px;
    border: 1px solid #ffd9ba;
    color: #ee9852;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 14px;
}

.zhipu_fw {
    font-size: 14px;
}

.zhipu_fw b {
    border: 1px solid #bfcef0;
    padding: 3px 5px;
    border-radius: 2px;
    margin: 0 5px;
    background: #f0f2fc;
    color: #2086ff;
}

.zhipu_cz {

}

.zhipu_cz i {
    padding-right: 5px;
    color: #ffffff;
    vertical-align: middle;
}

.my_table {
    border-collapse: unset;
    width: 100%;
    /*border-spacing: 0;*/
    border-top: 1px solid #ebeef5;

}

.my_table_2 {
    border-radius: 4px;
}


.my_table_2 td {
    color: #909399;
    background: #f5f7fa;
    /*font-weight: bold;*/
}

/*.my_table tr:first-child td:first-child{*/
/*    border-radius: 4px 0 0 0;*/
/*}*/
/*.my_table tr:first-child td:last-child{*/
/*    border-radius: 0 4px 0 0;*/
/*}*/
/*.my_table tr:last-child td:first-child{*/
/*    border-radius: 0 0 0 4px;*/
/*}*/
/*.my_table tr:last-child td:last-child{*/
/*    border-radius: 0 0 4px 0;*/
/*}*/

.scroll_box {
    padding: 15px;
    box-sizing: border-box;
    /*height:calc(100% - 94px);*/
    height: calc(100% - 135px);
    position: relative;
}

.my_table tr td {
    border-right: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;

}

.my_table tr td:first-child {
    border-left: 1px solid #ebeef5;
}


/*.my_table tr th:last-child,table tr td:last-child {*/
/*    border-right: 1px solid #e4e7ed;*/
/*}*/


.my_table tr td {
    padding: 8px 8px;
    text-align: center;
    box-sizing: border-box;
}

.guanxi {
    width: 80px;
}

.mingzi {
    width: 100px;
}

.mingzi b {
    font-size: 20px;
    font-weight: bold;
}

.yema {
    width: 70px;
}

.chakan {
    width: 70px;
}


.chakan a {
    color: #2086ff;
    /*text-decoration: underline;*/
    font-size: 14px;
}

.chakan a:hover {
    color: #2086ff;
    opacity: 0.7;
    cursor: pointer;
}

.edit-box {
    display: none;
}

.layui-btn.zhipu_ok, .layui-btn.zhipu_qx {
    display: none;
}

.guanxi2 {
    width: 90px;
}

.mingzi2 {
    width: 90px;
}

.hangzhuan .layui-textarea {
    min-height: 65px;
}

.zhipai {
    width: 80px;
}

.yema {
    width: 80px;
}

.add_del {
    width: 60px;
}

.add_del div {
    font-size: 14px;
    cursor: pointer;
    margin: 5px 0;
}

.add_del .add {
    color: #2086ff;
}

.add_del .del {
    color: #ff2233;
}

.mingzi2 input {
    height: 60px;
}

.my-pop .layui-layer-content {
    overflow: visible !important;
}

.look-book {
    width: 100%;
    /*height: 100%;*/
}

.look-book .layui-table-cell {
    padding: 0 5px !important;
}

.fenye {
    height: 40px;
    box-sizing: border-box;
    border-top: 1px solid #ebebeb;
}

.tab-itemshow {
    width: 100%;
    height: 100%;
}

.update_branch {
    height: 100%;
    /*height: calc(100% - 40px);*/
    /*overflow-y: auto;*/
}

.edit-box {
    height: calc(100% - 40px);
    overflow-y: auto;
}

.no-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

xm-select {
    line-height: 30px !important;
    height: auto !important;
}

.form_ul_3 li {
    padding: 5px 5px;
}

.my-card {
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.tx_box:hover .tx_pop {
    display: block;
}

.cascader-model ul {
    max-height: 204px !important;
}

.cascader-model ul li {
    width: 100%;
}

.cascader-input::-webkit-input-placeholder {
    color: #e6e6e6 !important;
}

li.other_jzd {
    /*display: none;*/
}

.more_dizhi {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center;
    color: #9F9F9F;
    width: 100px;
    flex: 0 0 100px !important;

}

.more_dizhi:hover {
    color: #2086ff;
    border: 1px solid #2086ff;
}

ul.xiangxilvli {
    display: none;
}

.xingzhuan_text {
    background: #f2f4f8 !important;
}

.my-secet {
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    position: relative;
    background: url("../images/caret-down.png") no-repeat scroll right center transparent;
    background-position: 176px;
    /*color: #e6e6e6;*/
}

select.my-secet::-ms-expand {
    display: none;
}

.my-secet option {
    color: #121212;
}


.my-secet:hover {
    border-color: #2086ff;
}

.my-tixing {
    position: fixed;
    top: 0px;
    right: 50%;
    width: 800px;
    height: 60px;
    background: #fffae4;
    z-index: 9999;
    box-shadow: 0px 2px 20px 0px rgba(196, 152, 13, .2);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    transform: translate(50%, 0);
}

.my-tixing-left {
    flex: 0 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-tixing-mid {
    flex: 1;
    padding-left: 10px;
}

.my-tixing-right {
    flex: 0 0 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-tixing-right div {
    padding: 5px;
    border: 1px solid #ff7200;
    color: #ff7200;
    border-radius: 4px;
    cursor: pointer;
}

.personal {
    width: 103px;
    margin-bottom: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;

}

.personal_item {
    width: 95px;
    /*height: 95px;*/
    background: rgba(255, 255, 255, .5);
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.personal_item .inline_box {
    border: 1px solid #dbdbdb;
    padding: 5px;
    height: inherit;
    width: inherit;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    background: #ffffff;
}

.personal_item .inline_box img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #eeebe8;
    box-sizing: border-box;
}

.personal_item .inline_box .rank_box {
    width: 100%;
    height: 20px;
    background: url("../images/bk_small.svg");
    margin: 0 auto;
    color: #c6ad91;
    box-sizing: border-box;
    font-size: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.personal_item .inline_box .name_box {
    text-align: center;
    font-size: 13px;
    padding: 5px;
    margin-top: 5px;
    background: #2086ff;
    color: #ffffff;
    border-radius: 4px;
}

.xi_box {
    color: #999999;
    font-size: 12px;
    padding-top: 5px;
}

.more {
    width: 25px;
    height: 25px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    color: #999999;
    font-size: 15px;
    background: #ffffff;
    cursor: pointer;
}

.root_2 {

    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
}

.spouse {
    margin-left: 5px;
}

.root_2:before {
    content: '';
    position: absolute;
    height: 52px;
    width: 2px;
    background: #dbdbdb;
    top: -38px;
    left: 46px;
    transform: scale(0.5);
    z-index: 98;
}

.root_2:after {
    content: '';
    position: absolute;
    width: calc(100% + 35px);
    height: 1px;
    background: #dbdbdb;
    left: 42px;
    top: -26px;
}

.tree_box2 > .root_2:first-child.root_2:before {
    width: 0 !important;
}

.root_2:last-child {
    margin-right: 0;
}


.children_2 > .root_2:last-child.root_2:after {
    width: 0 !important;
}

.offspring {
    width: 100%;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
    white-space: nowrap;
}

.parents .spouse {
    display: inline-block;
}

/*.root_2.man img{*/
/*    border-color: #73b3ff;*/
/*}*/

/*.personal_item .inline_box .woman{*/
/*    border-color: #ffa0a3;*/
/*}*/

.root_2.man > .parents > .personal > .personal_item .inline_box .name_box {
    background: #eaf4ff;
    color: #2086ff;
    font-weight: bold;
}

.spouse .personal_item .inline_box .name_box {
    background: #ffeded !important;
    color: #ee7a7a !important;
    font-weight: bold !important;
}

.root_2.woman .personal_item .inline_box .name_box {
    background: #ffeded;
    color: #ee7a7a;
    font-weight: bold;
}

/*.root_2.woman img{*/
/*    border-color: #ffa0a3;*/
/*}*/

.personal_item.dead img {
    border-color: #d3d3d3 !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.spouse.dead img {
    border-color: #d3d3d3 !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.selected {
    border-color: #ff7200 !important;
}

.selected.personal_item .inline_box .name_box {
    background: #ff7200 !important;
    color: #ffffff !important;
}

.root_2.man > .parents > .personal > .personal_item {
    border-color: #add2ff;
    background: #ddedff;
}

.root_2.woman > .parents > .personal > .personal_item {
    border-color: #ffadca;
    background: #ffdcdc;
}


.dead.personal_item {
    border-color: #dbdbdb !important;
    background: #eeebe8 !important;
}


.spouse .personal_item {
    border-color: #ffadca;
    background: #ffdcdc;
}

.spouse.man > .personal_item {
    border-color: #add2ff;
    background: #ddedff;
}

.dead.spouse > .personal_item {
    border-color: #dbdbdb;
    background: #eeebe8;
}


.selected.personal_item {
    background: #ff7200 !important;
    border-color: #ff7200 !important;
}

.spouse.man .personal_item .name_box {
    background: #eaf4ff !important;
    color: #2086ff !important;
}

.table_search_box input {
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.no_offspring {
    padding-top: 0 !important;
}

.main_left {
    position: relative;
    flex: 0 0 700px;
    margin-right: 15px;
    height: 100%;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.main_right {
    flex: 1;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.demo_img_box {

    height: 150px;
}

.demo_img_box + button {
    margin-top: 10px;
}

@font-face {
    font-family: FangSong_GB2312;
    /*src: url("./font/FangSong_GB2312.ttf");*/
}

@font-face {
    font-family: SYsongTi;
    /*src: url("./font/SYsongTi.ttf");*/
}

.book_content {
    background-image: url("../../index/images/H5bg_03-min.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.look_jzt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_left {
    flex: 0 0 250px;
    width: 250px;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.box_left_console {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #eeeeee;
}

.box_left_console > div {
    color: #666666;
    cursor: pointer;
}

.box_left_console > div:hover {
    color: #2086FF;
}

.search_box {
    padding: 15px;
}

.booK_ul {
    width: 100%;
    box-sizing: border-box;
    height: calc(100% - 154px);
    overflow-y: auto;

}

.booK_ul li {
    margin: 15px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    height: 100px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

.booK_ul li.active {
    border: 1px solid #2086FF;
    transition: all 0.3s;
    box-shadow: 0 2px 12px 3px rgba(32, 134, 255, 0.2)
}

.booK_ul li:hover {
    border-color: #2086FF;
    transition: all 0.2s;
}


.set_book {
    color: #999999;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
}

.set_book:hover {
    color: #2086FF;
}

.box_right {
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    margin-left: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100vw - 265px);
}

.box_right_tab {
    width: 50%;
    height: 100%;
    padding: 8px 15px 0 15px;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
}

.my_tab {
    height: 100%;
}

.new_pu {
    padding: 15px 0 0px 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 65px);
}

.console_min_box {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-top: 1px solid #eeeeee;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.colla_item {

}

.colla_item_title {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.colla_item_title i {
    color: #cccccc;
}

.colla_item_title i.rotate {
    transform: rotate(90deg);
    transition: all 0.2s;
}

.colla_item_content {
    display: none;
    padding: 15px 0;
}

.img_tx_box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
    padding: 15px 0;
    flex-wrap: wrap;
}


.img_tx_item {
    width: 150px;
    height: 150px;
    background: #eeeeee;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #eeeeee;
    position: relative;
    margin: 7.5px;
}

.img_tx_item img {
    width: 100%;
    height: 100%;
}

.img_tx_item:hover {
    border: 2px solid #2086FF;
}

.img_tx_item.active {
    border-color: #2086FF;
    position: relative;
}

.img_tx_item.active::after {
    content: '已选中当前';
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 22;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #2086FF;
}

.img_tx_item .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #2086FF;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    display: none;
}

.upload_tx_item {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 1px dashed #cccccc;
    margin: 7.5px;
    cursor: pointer;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.upload_tx_item i {
    font-size: 32px;
}

.upload_tx_item input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.card_title {
    padding: 15px 0;
    font-size: 18px;
}

.box_right_table {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 50%;

}

.search_pop {

    color: #333333;
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.2s;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 -5px 12px 0 rgba(0, 0, 0, 0.05);
}


.close_btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px !important;
    cursor: pointer;
}

.close_btn:hover {
    color: #2086FF;
    transform: rotate(360deg);
    transition: all 0.2s;
}

.editor_box {
    flex-shrink: 0;
    width: 700px;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    overflow: auto;
    box-sizing: border-box;

}

.right_content_box {
    padding: 15px;
    box-sizing: border-box;
    margin-left: 15px;
    flex: 1;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08)
}

.e_text {
    height: 300px!important;
    /*background: #2086FF;*/
    border-top: 1px solid #eeeeee;
    padding: 15px 7.5px;
    box-sizing: border-box;
}

.html_content_box {
    width: 500px;
    height: 100%;
    /*background: #eeeeee;*/
    border: 1px solid #9298b6;
    box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
}

.w-e-text table td, .w-e-text table th {
    height: 30px;

}

.html_content_box table td, .html_content_box table th {
    height: 30px;
    border: 1px solid #cccccc;
    padding: 3px 5px;
}

.html_content_box table th {
    background: #f1f1f1;
}

.e_console_box {
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: flex-start;
}

.text_title {
    height: 68px;
    /*background: #999999;*/
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.text_title h2 {
    flex: 0 0 150px;
}

.form_ul_pop li > span {
    flex: 0 0 75px;
    color: #999999;
}

.pop_console_box {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics_box {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics_item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #333333;
}

.statistics_item span {
    font-weight: bold;
    font-size: 16px;
    color: #2086FF;
}

.textarea-box button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.biaoqian_box {
    font-size: 8px !important;
    padding-top: 8px;
}

.biaoqian_sapn {
    float: left;
    color: #999999;
    background: #ebebeb;
    width: auto;
    padding: 2px 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 8px !important;
    transform: scale(0.9);
}

/**
当前样式
 */
.current_class {
    position: absolute;
    top: 6px;
    right: 7px;
    color: #ffffff;
    font-size: 12px;
    background-color: #c6ad91;
    padding: 0 5px;
}

.peiou_current_class {
    position: absolute;
    top: 6px;
    left: 183px;
    color: #ffffff;
    font-size: 12px;
    background-color: #c6ad91;
    padding: 0 5px;
}

/**
新谱，旧谱图标样式
 */
.list_img_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.button_cate {
    border: 1px solid #2186FF !important;
    color: #AAAAAA !important;
    height: 38px !important;
    width: 109px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #FFFFFF !important;
}

.button_cate_show {
    color: #FFFFFF !important;
    background-color: #2186FF !important;
}

.member_query_li {
    height: 40px !important;
}

.member_query_li > .layui-form-select > .layui-select-title > .layui-unselect {
    height: 40px !important;
}

.puwen_div_list {
    margin-top: 30px;
}

.puwen_div_list_one {
    margin-top: 10px;
}

.puwen_span {
    width: 119px;
    height: 37px;
    display: block;
    border: 1px solid #F86E04;
    background: #fdf1e7;
    color: #F86E04;
    line-height: 37px;
    text-align: center;
    margin-bottom: 13px;
}

.puwen_table {
    border: 1px solid black;
    width: 100%;
    border-bottom: none;
}

.puwen_table_tr {
    border-bottom: 1px solid black;
    height: 56px;
    text-align: center;
}

.puwen_td_span {
    width: 52px;
    display: inline-block;
    color: #2186FF;
    cursor: pointer;
}

.address_log_option {
    color: #121212 !important;
}

.article_type {
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 0 15px;
    margin-right: 20px;
    background: #ebeef5;
    cursor: pointer;
}

.article_type_show {
    background-color: #2086ff;
    color: #FFFFFF;
}


.genealogy_cate_name {
    border: 1px solid #eee;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    padding-left: 10px;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    cursor: pointer;
    background-color: #f7f7f7;
    caret-color: transparent;
}

/*兄弟与子嗣*/
.brothers_and_children {
    display: inline-block;
    min-width: 100px;
    /*height: 146px;*/
    background: #e3e3e3;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
    color: #c6ad91;
}

/*三角标*/
.sanjiaoxing {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #e3e3e3;
    border-bottom: 10px solid transparent;
    vertical-align: top;
    margin-top: 20px;
    margin-right: -5px;
    position: relative;
    z-index: 2;

}

/*兄弟与子嗣文案*/
.copywriting_one {
    text-align: center;
    padding: 3px;
    border-bottom: 2px solid #c6ad91;
}

/*兄弟内容*/
.copywriting_two {
    padding: 2px;
    color: #333333;
}

/*更多信息*/
.copywriting_three {
    text-align: center;
    margin: 5px auto 0;
    width: 75px;
    border: 1px solid #c6ad91;
    border-radius: 4px;
    background: #f7f9fd;
    cursor: pointer;
}

.pop_console_box_button {
    width: 100px !important;
    border: 1px solid #c8c9cc !important;
    background-color: #ffffff !important;
    color: #999999 !important;
    font-weight: bold !important;
}

.pop_console_box_button_select {
    border-color: #feac68 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    background: #feac68 !important;
}

.tree_check_span {

}

.tree_check_span span {
    display: block;
    background: rgba(255, 114, 0, .6);
    color: #FFFFFF;
    font-size: 12px !important;
    padding: 3px 0;
}

.add_jiupu_xingzhuan {
    text-align: center;
}

.add_jiupu_xingzhuan span {
    background-color: #2086ff;
    color: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.sort-btn {
    height: 40px;
    line-height: 40px;
}

.sort-btn ul {
    display: block;
    width: 100%;
}

.sort-btn ul li {
    width: 100%;
}

.sort-btn ul li select {
    border: 1px #cccccc solid;
    padding: 5px 10px;
}

.sort-btn .selected {
    color: red;
}

.sort-btn .selected a {
    color: red;
}

.sort-btn span {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.sort-btn span img {
    width: 30px;
    height: auto;
}

.five-bless {
    left: 50%;
    margin-left: -500px;
    padding: 10px;
    text-align: center;
    height: 96%;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    width: 80%;
}

.five-bless ul {
    display: flex;
    border-left: solid 1px #f7f9fd;
}

.five-bless ul li {
    width: 100px;
    padding-top: 10px;
    height: 90px;
    box-sizing: border-box;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    text-align: center;
}

.five-bless-1,
.five-bless-2,
.five-bless-3,
.five-bless-4,
.five-bless-5,
.five-bless-6,
.five-bless-7,
.five-bless-8,
.five-bless-9,
.five-bless-10,
.five-bless-11,
.five-bless-12,
.five-bless-13,
.five-bless-14,
.five-bless-15,
.five-bless-16,
.five-bless-17,
.five-bless-18,
.five-bless-19,
.five-bless-20,
.five-bless-21,
.five-bless-22,
.five-bless-23,
.five-bless-24,
.five-bless-25,
.five-bless-26,
.five-bless-27,
.five-bless-28,
.five-bless-29,
.five-bless-30,
.five-bless-31,
.five-bless-32,
.five-bless-33,
.five-bless-34,
.five-bless-35,
.five-bless-36,
.five-bless-37,
.five-bless-38,
.five-bless-39,
.five-bless-40,
.five-bless-41 {
    box-shadow: 1px 1px 1px #888888;
}

.five-bless-1:hover,
.five-bless-2:hover,
.five-bless-3:hover,
.five-bless-4:hover,
.five-bless-5:hover,
.five-bless-6:hover,
.five-bless-7:hover,
.five-bless-8:hover,
.five-bless-9:hover,
.five-bless-10:hover,
.five-bless-11:hover,
.five-bless-12:hover,
.five-bless-13:hover,
.five-bless-14:hover,
.five-bless-15:hover,
.five-bless-16:hover,
.five-bless-17:hover,
.five-bless-18:hover,
.five-bless-19:hover,
.five-bless-20:hover,
.five-bless-21:hover,
.five-bless-22:hover,
.five-bless-23:hover,
.five-bless-24:hover,
.five-bless-25:hover,
.five-bless-26:hover,
.five-bless-27:hover,
.five-bless-28:hover,
.five-bless-29:hover,
.five-bless-30:hover,
.five-bless-31:hover,
.five-bless-32:hover,
.five-bless-33:hover,
.five-bless-34:hover,
.five-bless-35:hover,
.five-bless-36:hover,
.five-bless-37:hover,
.five-bless-38:hover,
.five-bless-39:hover,
.five-bless-40:hover,
.five-bless-41:hover {
    background: #f7f7f7;
    box-shadow: 1px 1px 1px #888888;
}

.five-bless-21 {
    background: #2086ff;
    color: #FFFFFF;
}

.five-bless-21 a {
    color: #FFFFFF;
    font-weight: bold;
}

.five-bless-21:hover {
    background: #2086ff;
}

.five-bless-21 a:hover {
    color: #FFFFFF;
}

.five-bless ul li a {
    display: block;
}

.five-bless ul li span {
    display: block;
    color: #2086ff;
}

.five-bless ul li.no-left-order {
    border-right: solid 1px #f7f9fd;
    border-bottom: solid 1px #f7f9fd;
}


.five-bless ul li.no-right-order {
    border-right: solid 1px #f7f9fd;
    border-bottom: solid 1px #f7f9fd;
}


.five-bless ul li.right-order-bottom {
    border-bottom: solid 1px #ebebeb;
}

.five-bless ul li.no-right-order-bottom {
    border-bottom: solid 1px #f7f9fd;
}

.five-bless ul li.right-order-left {
    border-left: solid 1px #ebebeb;
}

.exports_banben_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.exports_banben {
    width: 700px;
    padding: 30px 0 30px 0;
    margin-left: -345px;
    margin-top: -174px;
    position: fixed;
    display: none;
    background: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9991;
    left: 50%;
    top: 50%;
    color: #FFFFFF;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
}

.exports_send_sms_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9993;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}


.exports_A3_banben {
    width: 700px;
    padding: 30px 0 30px 0;
    margin-left: -345px;
    margin-top: -174px;
    position: fixed;
    display: none;
    background: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9991;
    left: 50%;
    top: 30%;
    color: #FFFFFF;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
}

.exports_A3_banben_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9990;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.exports_send_sms {
    width: 500px;
    padding: 30px 0 30px 0;
    margin-left: -200px;
    margin-top: -74px;
    position: fixed;
    display: none;
    background: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9994;
    left: 50%;
    top: 50%;
    color: #000000;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
}

.exports_send_sms_close {
    text-align: center;
    width: 100%;
    padding: 20px 0 0 0;
}

.exports_send_text {
    padding: 10px 50px 0 50px;
    line-height: 22px;
}

.exports_send_sms_close span {
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
    background: #bebebe;
    margin-right: 10px;
}

.exports_banben_close {
    padding: 20px 0 0 0;
    text-align: center;
}

.exports_banben_close span {
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
    background: #bebebe;
}


.exports_chuxitu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9993;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.exports_chuxitu {
    width: 500px;
    padding: 30px 0 30px 0;
    margin-left: -200px;
    margin-top: -74px;
    position: fixed;
    display: none;
    background: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9994;
    left: 50%;
    top: 50%;
    color: #000000;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
}

.exports_chuxitu_close {
    text-align: center;
    width: 100%;
    padding: 20px 0 0 0;
}

.exports_chuxitu_close span {
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
    background: #bebebe;
}

.zisiall {
    background: #ebebeb;
    line-height: 22px;
    padding: 0px 8px;
    z-index: 999;
    color: #2086ff;
    margin-top: 5px;
    position: absolute;
    top: 80px;
    left: 13px;
    cursor: pointer;
}

.zisiall_check {
    top: 107px;
}

.life-images-add-btn {
    margin-bottom: 20px;
}

.life-images-list {

}

.life-images-list dl {
    overflow: hidden;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    width: 30%;
    border: 1px #ebebeb solid;
    padding: 5px;
    box-sizing: border-box;
}

.life-images-upload-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
}

.life-images-upload {
    position: fixed;
    width: 350px;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -300px;
    background: #FFFFFF;
    z-index: 9999;
    overflow: hidden;
    padding: 0 40px 20px 40px;
    display: none;
}

.life-images-upload .title {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}


.life-images-upload .life-images-box {
    width: 350px;
    height: 210px;
    margin: auto;
    border: solid 1px #ebebeb;
    cursor: pointer;
}


.life-images-list dl dt {
    float: left;
}

.life-images-list dl dt img {
    width: 140px;
    height: 140px;

}

.life-images-list dl dd {
    float: left;
    width: calc(100% - 140px);
    padding: 10px;
    box-sizing: border-box;
}

.life-images-list dl dd.des {
    overflow: hidden;
    line-height: 22px;
    height: 100px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
}

.exports-container {
    margin-top: 10px;
}

.exports-container .lists {
    overflow: hidden;
}

.exports-container .lists .lists-main {
}


.div-strong {
    float: left;
    line-height: 38px;
    width: 110px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.exports-container .lists .lists-main label {
    overflow: hidden;
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 38px;
    cursor: pointer;
}

.exports-container .lists .lists-main label input {
    float: left;
    width: 18px;
    height: 18px;
    margin: 10px 5px 0 5px;
}

.exports-container .lists .lists-main label span {
    float: left;
}

.exports-container .lists .lists-main a {
    margin-left: 10px;
    cursor: pointer;
}

.exports_excel_send_sms_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9993;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.exports_excel_send_sms {
    width: 500px;
    padding: 30px 0 30px 0;
    margin-left: -200px;
    margin-top: -74px;
    position: fixed;
    display: none;
    background: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9994;
    left: 50%;
    top: 50%;
    color: #000000;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
}
