*{
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
    font-family: Microsoft YaHei;font-size: 14px;
    font-weight: 400;
}
/*body>div:first-child{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -50px;
}*/
li{
    list-style: none;
}
.w-1920{
    width: 1920px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*自定义下拉框*/
.select{
    width: 80px;
    padding: 10px;
    position: relative;
}
.select p{
    display: flex;
    justify-content: space-between;
    border: 1px solid #cccccc;
    padding:5px 10px;
}
.select ul{
    background: blue;
    display: none;
}
.select ul li{
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
/*分页*/
.page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.page ul{
    display: flex;
}
.page ul li{
    float: inherit !important;
}
.page .page-link{;
    text-decoration: none;
    background: none;
}
.page .page-link:hover{
    background: none;
}
.page .current{
    background: #bb3037;
    border:1px solid #bb3037;
}
.page .total{
    padding-left: 10px;
}
/*滚动条*/
.scrol::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.scrol::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #B3B3B3;
}
.scrol::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background   : #F0F0F0;
}
::-webkit-scrollbar {
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 1px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background   : #ededed;
}

::-webkit-scrollbar-track-piece {
    border-radius: 10px;
    background   : #ededed;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background   : #cccccc;
}
/*header*/
.home {
    background: url(../images/sybg.png);
    background-size: 100% 100%;
    min-height: 100%;
}
.header_con{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 0px 20px;
    background: #333333;
    height: 30px;
    line-height: 30px;
}
.header_con a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    padding-right: 20px;
    cursor: pointer;
}
.header_con .clify a{
    color: #B3B3B3;
}
.header_con .perso{
    display: flex;
}
.header_con .perso a{
    padding-right: 30px;
}
.header_con .perso a span{
    opacity: 0.8;
}
.header_con .perso a:last-child{
    padding-right: 0;
}
.header_con .perso .login{
    display: flex;
    align-items: center;
}
.header_con .perso .login img{
    padding-right: 7px;
}
.header_con .perso .login  .vert{
    color: #666666;
    padding: 0px 5px;
}

/*首页*/
.caption{
    text-align: center;
    padding: 30px 0px 3% 0px;
}
.marked{
    display: flex;
    justify-content: flex-end;
}
.marked div{
    width: 289px;
    height: 103px;
    background-image: url("../images/tishi.png");
    background-size: 100% 100%;
    margin-top: 30px;
    margin-right: 50px;
    padding-top: 10px;
    box-sizing: border-box;
}
.marked p{
    font-size: 16px;
    font-family: KaiTi;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    text-align: center;
}
.marked p span{
    color: #A47F29;
    margin: 0px 10px;
}
.marked p img{
    margin-right: 5px;
    vertical-align: text-bottom;
}
.homeSearch {
    width: 818px;
    margin: auto;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.homeSearch .import{
    width: 718px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
}
.homeSearch .import .select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 132px;
    height: 46px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
}
.homeSearch .import .xlcd{
    position: relative;
}
.homeSearch .import .xlcd .option{
    max-height: 300px;
    position: absolute;
    width: 666px;
    display: none;
    z-index: 99999;
    background: #fff;
    left: 0;
    top: 45px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 5px;
    padding: 10px 0px;
}
.homeSearch .import .cure .xlcd .option {
    display: block;
}
.homeSearch .import .xlcd .option a{
    width: 100%;
    /*height: 40px;
    line-height: 40px;*/
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    background: #ffffff;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
}
.homeSearch .import .xlcd .option a:hover{
    background: #a62727;
    color: #ffffff;
}
.homeSearch .import input{
    height: 100%;
    border: none;
    outline: none;
    padding: 0px 20px;
    flex: 1;
    font-size: 14px;
}
.homeSearch .import a{
    width: 50px;
    background: #a62727;
    text-align: center;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeSearch .explain{
    background: #b5ad9a;
    width: 90px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
}
.sort{
    width: max-content;
    margin: auto;
    padding-bottom: 22px;
}
.sort ul{
    display: flex;
    justify-content: center;
}
.sort ul li{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background: rgba(83, 83, 83, 0.13);
    text-align: center;
    margin-right: 90px;
    cursor: pointer;
}
.sort ul li:last-child{
    margin: 0;
}
.sort ul li img{
    margin-top: 20px;
    vertical-align: middle;
}
.sort ul li p{
    padding-top: 15px;
    color: #877e68;
    font-size: 14px;
    font-weight: bold;
}
.brief{
    background: url("../images/xqbj.png") no-repeat;
    background-size: contain;
    width: 1118px;
    height: 319px;
    margin: auto;
}
.brief .oracle{
    width: 189px;
    height: 219px;
    margin: 2% 30px 0px 60px;
    float: left;
}
.brief .parag{
    width: 730px;
    padding-top: 8%;
    text-indent: 2em;
    float: left;
    font-size: 14px;
    font-family: PingFang;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
}
.footer{
    text-align: center;
    color: #999999;
    font-size: 12px;
}
.footer p{
    line-height:12px;
}
.footer .copyright {
    padding-bottom: 8px;
}
/*内页导航*/
.header_con .categ a{
    color: #CCCCCC;
}
.header_con .perso .hint{
    opacity: 0.36;
}
.nav{
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(171, 171, 171, 0.31);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.nav .nylogo{
    height: 41px;
}
.nav .nav-left{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav .nav-bar{
    display: flex;
    width: 520px;
    justify-content: space-between;
    align-items: center;
    margin-left: 117px;
    height: 100%;
}
.nav .nav-bar li{
    cursor: pointer;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}
.nav .nav-bar li a{
    color: #333333;
    font-size: 16px;
}
.nav .nav-bar .redActive{
    border-bottom: 2px solid #C70C0C;
    color: #C70C0C;
}
.nav .nav-bar .redActive a {
    font-size: 16px;
    color: #C70C0C;
}
.nav-right .homeSearch{
    padding: 0;
    width: auto;
}
.nav-right .homeSearch .import{
    width: 350px;
    height: 36px;
}
.nav-right .homeSearch .import input{
    font-size: 12px;
    padding: 0px 13px;
}
.nav-right .homeSearch .import input::placeholder{
    color: #999999;
}
.nav-right .homeSearch .import a{
    width: 42px;
    line-height: 45px;
    background: #C70C0C;
}
.homeSearch .explain{
    width: 76px;
    height: 36px;
    background: #666666;
    line-height: 36px;
    font-size: 12px;
    margin-left: 8px;
}
.nav-right .homeSearch .import .select{
    height: 33px;
    width: 100px;
}
.nav-right .homeSearch .import .select span{
    overflow: hidden;
    white-space: nowrap;
}
.nav-right .homeSearch .import .xlcd .option{
    width: 350px;/*陈嘉文*/
    top: 35px;
}
.nav-right .homeSearch .import .xlcd .option a{
    /*height: 30px;
    line-height: 30px;*/
    font-size: 14px;
    justify-content: start;/*陈嘉文*/
    line-height: 20px;
    padding: 5px;
}
/*卜辞查询*/
.cultural{
    margin: 60px 90px 60px 90px;
    background: #FFFFFF;
    border-radius: 4px;
}
.big-head{
    text-align: center;
    padding-top: 57px;
    font-size: 24px;
    color: #333333;
    padding-bottom: 46px;
}
.term{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
.term input{
    width: 758px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    padding: 0px 17px;
    outline: none;
    box-sizing: border-box;
}
.term input::placeholder{
    color: #333333;
    font-size: 14px;
}
.metnod{
    width: 125px;/*陈嘉文*/
    height: 50px;
    background: #F7F7F7;
    border: 1px solid #999999;
    border-radius: 2px;
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    margin-left: 12px;
    text-align: center;
    cursor: pointer;
}
.chine{
    width: 1140px;
    height: 571px;
    margin: auto;
    position: relative;
    display: none;
}
.triangle{
    position: absolute;
    right: 160px;
    z-index: 9;
}
.chine-line{
    height: 554px;
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    display: flex;
}
.chine-left{
    width: 740px;
    height: 100%;
    border-right:1px solid #E6E6E6;
    padding: 20px 20px 20px 36px;
    box-sizing: border-box;
}
.chine-left .left-head{
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 24px;
}
.chine-left .left-li{
    height: 432px;
    overflow-y: auto;
}
.chine-left .left-li ul{
    display: flex;
    flex-wrap: wrap;
}
.chine-left .left-li li{
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
}
.chine-left .left-li .active{
    border: 2px solid #C70C0C;
}
.chine .radicals{
    background: #C70C0C;
    font-size: 14px;
    color: #F7F7F7;
    padding: 5px 10px;
    border-radius: 3px;
    width: 106px;
    text-align: center;
    margin: 10px 0px 20px 0px;
    display: inline-block;
}
.left-explain{
    width: 88px;
    height: 28px;
    background: #EDEDED;
    border-radius: 2px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #4D4D4D;
    float: right;
    margin-right: 8px;
    margin-top: 10px;
}
.chine-right{
    height: 502px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    padding: 20px 30px 20px 33px;
    position: relative;
}
.rigjt-pitch{
    display: flex;
    justify-content: start;
    padding-right: 12px;
    flex-wrap: wrap;
    max-height: 294px;
    overflow: auto;
    /* width: 80px; */
    border-bottom: 3px solid #b3b3b3;
}
.rigjt-pitch .right-text{
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    line-height: 49px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 18px;
}
.rigjt-pitch  .textActive{
    border: 2px solid #C70C0C;
}
.rigjt-pitch button{
    width: 88px;
    height: 28px;
    background: #C70C0C;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #F7F7F7;
    font-size: 14px;
}
/*.right-li{
    height: 460px;
    overflow-y: auto;
}*/
.right-li ul{
    display: flex;
    /* padding-top: 17px; */
    flex-wrap: wrap;
    /* border-top: 3px solid #b3b3b3; */
}
.right-li li{
    width: 50px;
    height: 62px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    line-height: 66px;
    margin-right: 8px;
    margin-bottom: 12px;
    font-size: 18px;
}
.right-li .radicals{
    margin: 10px 0px 10px 0px;
}
.op-group{
    width: 1124px;
    margin: auto;
    padding: 30px;
}
.op-group .op-trap{
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container span {
    position: relative;
}
.container .input_check {
    position: absolute;
    visibility: hidden;
}
.container .input_check+label {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #E6E6E6;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
    border-radius: 4px;
    cursor: pointer;
}
.container .input_check:checked+label:after {
    content: "";position: absolute;left: 8px;bottom: 17px;width: 11px;height: 4px;
    border: 2px solid #333333;border-top-color: transparent;border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);}
.opSelect{
    width: 106px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left: 20px;
}
.bigSelect{
    width: 620px;
}
.selectFlex{
    display: flex;
    align-items: center;
}
.nice-select{
    width: 100%;
    position: relative;
    padding: 20px;
    cursor: pointer;
}
.nice-select input{
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    background: none;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 53px;
    border-top: 0;
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.nice-select ul li{height: 30px;line-height: 30px;overflow: hidden;padding: 0 10px;cursor: pointer;text-align: center}
.nice-select ul li.on{background-color: #e0e0e0;}
.nice-select ul .active{
    color: #C70C0C;
}
.bigSelect .nice-select ul{
    padding: 0px 10px;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
}
.bigSelect .nice-select ul li{
    text-align: left;
}
.opSearch{
    display: block;
    cursor: pointer;
    width: 144px;
    height: 46px;
    background: #C70C0C;
    border-radius: 2px;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px auto 0px auto;
}
.proname{
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 15px 0px;
    box-sizing: border-box;
    background: #F5F5F5;
}
/*检索结果*/
.retrieved{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -50px;
}
.retecont{
    display: flex;
}
.contLeft{
    width: 300px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.contLeft .chunk{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}
.redSelect span {
    position: relative;
    display: grid;
    display: -ms-grid;
}
.redSelect .input_check {
    position: absolute;
    visibility: hidden;
}
.redSelect label {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #F7F7F7;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
}
.redSelect .input_check:checked+label:after {
    content: "";position: absolute;
    left: 4px;
    bottom: 7px;
    width: 6px;
    height: 3px;
    border: 2px solid #C70C0C;border-top-color: transparent;border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.redSelect .labelRed{
    border: 1px solid #C70C0C;
}
.contLeft ul{
    display: none;
}
.contLeft .star{
    display: flex;
    font-weight: bold;
    color: #1C68C3;
    font-size: 16px;
    padding-left: 10px;
    align-items: center;
    padding-top: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
}
.contLeft .star span{
    padding-right: 10px;
}
.contLeft .chunk .rotateImg{
    transform: rotate(180deg);
}
.contLeft ul li .category{
    padding-left: 8px;
    color: #1A1A1A;
    font-size: 14px;
}
.contLeft ul li .textRed{
    color:#C70C0C;
}
.contLeft ul li .category em{
    color:#999999;
    font-size: 12px;
    padding-left: 5px;
}
/**/
.contLeft .secondLevel p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 0px 13px 10px;
}
.contLeft .chunk:first-child .secondLevel li:first-child>ul{
    display: block;
}
.contLeft .chunk:first-child .threeLevel li:first-child>ul{
    display: block;
}
.contLeft .threeLevel p{
    padding-left: 20px;
}
.contLeft .secondLevel .redText{
    color: #C70C0C;
}
.contLeft .levelFour{
    border-bottom: 1px solid #e6e6e6;
}
.contLeft .levelFour li{
    display: flex;
    padding: 11px 0px 11px 20px;

}

.contRight{
    flex: 1;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(171, 171,171,.31) inset;
    margin-bottom: 50px;
}
.contRight .tabHead{
    height: 52px;
    background: #F7F7F7;
}
.contRight .tabHead ul{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 20px;
}
.contRight .tabHead ul li{
    font-size: 16px;
    color: #333333;
    margin-right: 48px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
}
.contRight .tabHead ul .headactive{
    font-size: 18px;
    font-weight: bold;
    color: #C70C0C;
    border-bottom: 2px solid #C70C0C;
}
.operat{
    padding: 11px 0px;
    display: flex;
    justify-content: space-between;
}
.operat .couple{
    font-size: 14px;
    color: #333333;
}
.operat .couple span{
    color: #C70C0C;
}
.operat .grasp .contrast{
    width: 110px;
    height: 30px;
    background: #C70C0C;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.operat .grasp .contrast img{
    padding-right: 5px;
}
.grasp{
    display: flex;
    align-items: center;
}
.retrie{
    width: 216px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: flex;
    margin-left: 12px;
}
.retrie input{
    height: 100%;
    border: none;
    outline: none;
    padding: 0px 10px;
    width: 158px;
    font-size: 14px;
}
.retrie input::placeholder{
    color: #666666;
}
.retrie a{
    width: 38px;
    border-radius: 2px;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 38px;
    background: #666666;
}
.result .rescont{
    background: #FFFFFF;
    box-shadow: 1px 0px 13px 0px rgba(230, 230, 230, 0.47);
    padding: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.result .rescont .master{
    width: 148px;
    height: 148px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-right: 20px;
    overflow: hidden;
}
.result .rescont .master a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.result .rescont .master img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    transition:.35s;
    -webkit-transition:.35s;
    -moz-transition:.35s;
    -ms-transition:.35s;
    -o-transition:.35s;
}
.result .rescont .master:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1);}
.intro{
    flex: 1;
}
.intro .introhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
}
.intro .introhead b{
    color: #1C68C3;
    font-size: 18px;
    flex: 1;
}
.intro .introhead b span{
    color: #C70C0C;
}
.intro .introhead a{
    width: 98px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #1C68C3;
    border-radius: 2px;
    color: #1C68C3;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.intro .narrate label{
    font-size: 16px;
    color: #333333;
    padding-right: 30px;
    line-height: 28px;
}
.intro .narrate label span{
    color: #999999;
    padding-right: 5px;
    z-index: 9;
}
.intro .narrate label span:nth-child(n+2){
    color: #333333;
}
.intro .narrate label .song{
    color: #333333;
}
/*卜辞浏览*/
.browse{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -50px;
}
.browse .operat{
    padding:11px 12px
}
.browse .operat .couple{
    color: #333333;
    font-size: 18px;
}
/*对照栏弹框*/
.popUp{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28,30,31,.26);
    display: none;
    z-index: 1;/*陈嘉文*/
}
.popUp .popcont{
    float: right;
    height: 100%;
    display: flex;
}
.popUp .popcont .pack{
    width: 32px;
    height: 60px;
    background: #C70C0C;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    writing-mode: tb-rl;
    cursor: pointer;
}
.popUp .popcont .pack img{
    padding-bottom: 5px;
}
.popUp .popcont .spread{
    width: 630px;
    background: #FFFFFF;
    height: 100%;
    margin-right: -630px;
}
.popUp .popcont .spread .spreHed{
    height: 48px;
    line-height: 48px;
    background: #FAFAFA;
    color: #333333;
    font-size: 16px;
    padding: 0px 20px
}
.popUp .popcont .spread .choose{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px 15px 30px;
}
.popUp .popcont .spread .choose label{
    color: #333333;
    font-size: 14px;
}
.popUp .popcont .spread .choose .carry{
    display: flex;
    align-items: center;
}
.popUp .choose .carry .spdelete{
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.popUp .choose .carry .spdelete img{
    vertical-align: middle;
    padding-right: 5px;
}
.popUp .choose .carry a{
    width: 74px;
    height: 30px;
    background: #C70C0C;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-left: 17px;
}
.popUp .printList .cograph{
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    text-align: center;
}
.popUp .print{
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto;
}
.popUp .printList .cograph img{
    max-width: 100%;
    max-height: 100%;
}
.popUp .printList .listCheck{
    padding: 10px 0px 20px 0px;
    color: #666666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.popUp .printList .listCheck .container{
    margin-right: 5px;
}
.popUp .printList .container .input_check+label{
    width: 16px;
    height: 16px;
    background: #E6E6E6;
}
.popUp .printList .container span{
    display: grid;
    display:-ms-grid;
}
.popUp .printList .container .input_check:checked+label:after{
    left: 4px;
    bottom: 8px;
    width: 6px;
    height: 2px;
}
.popUp .printList .container .input_check:checked+label{
    background: none;
}
/*图像对照*/
.dzReturn{
    display: flex;
    justify-content: space-around;
}
.dzReturn a{
    color: #808080;
    font-size: 14px;
}
.aside .dzName{
    padding: 60px 20px 0px 20px;
    color: #1A1A1A;
    font-size: 20px;
}
.clearfix:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}
.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.picture_search {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -362px;
    margin-top: 0px;
    z-index: 1;
    font-family: 'PingFang';
}
.picture_search p {
    position: relative;
    margin-bottom: 83px;
}
.picture_search p input {
    width: 636px;
    padding: 0 65px 0 21px;
    border: 1px solid #d3d3d3;
    height: 58px;
    background: rgba(255, 255, 255, .08);
    font-size: 16px;
    color: white;
}
.picture_search p input::-webkit-input-placeholder {
    color: white;
}
.picture_search p input::-moz-placeholder {
    color: white;
}
.picture_search p input::-ms-input-placeholder {
    color: white;
}
.picture_search p .icon2 {
    position: absolute;
    right: 19px;
    top: 18px;
}
.picture_search .justLook {
    display: block;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    width: 80px;
    text-align: center;
}
.picture_search .justLook:after {
    content: "";
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    bottom: 0;
}
.picture_search .justLook:hover {
    color: #0192d3;
}
.picture_search .justLook:hover:after {
    background: #0192d3;
}
.menuBtn {
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 7;
    cursor: pointer;
}
.menuBtn span {
    display: block;
    height: 2px;
    margin-bottom: 8px;
    background: white;
}
.menuBtn .span1 {
    width: 36px;
}
.menuBtn .span2 {
    width: 30px;
}
.menuBtn .span3 {
    width: 22px;
}
.menuBtnOpen .span1 {
    width: 36px;
    transform: rotate(45deg) translate(10px, 10px);
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    -moz-transform: rotate(45deg) translate(10px, 10px);
    -ms-transform: rotate(45deg) translate(10px, 10px);
}
.menuBtnOpen .span2 {
    width: 30px;
    opacity: 0;
    filter: alpha(opacity=50);
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
}
.menuBtnOpen .span3 {
    width: 36px;
    transform: rotate(-45deg) translate(4px, -4px);
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    -moz-transform: rotate(-45deg) translate(4px, -4px);
}
.menuBox.open {
    left: 0;
}
.menuBox {
    position: fixed;
    left: -304px;
    top: 0;
    bottom: 0;
    width: 304px;
    background: #1c1e1f;
    z-index: 6;
    overflow-y: auto;
}
.menuBox ul {
    padding: 207px 10px 0 60px;
}
.menuBox ul li {
    margin-bottom: 43px;
    color: white;
}
.menuBox ul li a {
    color: white;
    font-family: 'PingFang';
}
.menuBox ul li a:hover {
    color: #0192d3;
}
.menuBox .usermsg {
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 72px;
    padding-bottom: 20px;
    color: white;
}
.menuBox .usermsg .p1 {
    line-height: 24px;
    font-size: 14px;
}
.menuBox .usermsg .p3 {
    padding-top: 32px;
}
.menuBox .usermsg .p3 a {
    display: inline-block;
    width: 66px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #0092d3;
    border: 1px solid #0092d3;
    margin-right: 13px;
}
.searchCon {
    height: 100%;
}
.navBox {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 123px;
    background: white;
    z-index: 1;
}
.nav_aside {
    width: 130px;
    border-right: 1px solid #e6e6e6;
    height: 100%;
    overflow-y: auto;
}
.nav_aside > div {
    margin-bottom: 30px;
}
.nav_aside > div h3 {
    padding-left: 28px;
    height: 36px;
    background: #313131;
    line-height: 36px;
    color: white;
}
.nav_aside > div ul li > a {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.nav_aside > div ul li > a .icon {
    position: absolute;
    right: 13px;
    top: 18px;
}
.nav_aside > div ul li > a.on {
    color: #0092d3;
}
.nav_aside > div ul li > a .icon {
    cursor: url(http://www.doctech.cn/pages/nianhua/img/cursor.cur), url(http://www.doctech.cn/pages/nianhua/img/cursor.cur), auto;
}
.nav_aside > div ul li > a.on .icon {
    cursor: url(http://www.doctech.cn/pages/nianhua/img/cursor2.cur), url(http://www.doctech.cn/pages/nianhua/img/cursor2.cur), auto;
}
.nav_aside > div ul li > a .icon.on {
    background-position-y: -489px;
}
.nav_aside > div ul li a {
    display: block;
    padding: 12px 33px 8px 15px;
    color: #1a1a1a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav_aside > div ul li a:hover {
    color: #0092d3;
}
.nav_aside > div ul li p {
    background: #fafafa;
    display: none;
}
/*.nav_aside>div ul li.on p{display: block;}*/
.nav_aside > div ul li a.on {
    background: #ca2d2d;
    color: white;
}
.nav_aside > div ul li p a.on .icon {
    background-position-y: -273px;
}
.nav_aside > div ul li > a.on .icon {
    background-position-x: -15px;
}
.nav_aside > div.leibie ul li a.on:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0092d3;
}
.nav_aside > div.leibie ul li a {
    padding-right: 2px;
}
select {
    outline: none;
}
.searchCon .section {
    margin-left: 160px;
    margin-right: 80px;
}
.searchCon .section .sectionTop {
    padding: 16px 14px 4px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 20px;
}
.searchCon .section .sectionTop h2 {
    font-size: 26px;
    line-height: 58px;
    color: #313131;
    font-weight: normal;
    margin-bottom: 30px;
}
.searchCon .section .sectionTop .p1 {
    line-height: 26px;
    color: #666666;
    display: inline-block;
    margin-bottom: 20px;
}
.searchCon .section .sectionTop .p1 span {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background: #4d4d4d;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.searchCon .section .sectionTop .p1 font {
    vertical-align: middle;
}
.searchCon .section .sectionTop .p1 span .icon {
    cursor: pointer;
}
.searchCon .section .sectionTop .p2 {
    display: inline-block;
    margin-left: 20px;
    color: #1a1a1a;
}
.searchCon .section .sectionTop .p2 span, .sectionTop2 .p2 span {
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    line-height: 14px;
}
.searchCon .section .sectionTop .p2 span input, .sectionTop2 .p2 span input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}
.searchCon .section .sectionTop .p2 span .icon, .sectionTop2 .p2 span .icon {
    display: none;
}
.searchCon .section .sectionTop .p2 span.checked, .sectionTop2 .p2 span.checked {
    border: 1px solid #ca2d2d;
    background: #ca2d2d;
}
.searchCon .section .sectionTop .p2 span.checked .icon, .sectionTop2 .p2 span.checked .icon {
    display: inline-block;
}
.searchCon .section .sectionTop .p2 label, .sectionTop2 .p2 label {
    display: inline-block;
    vertical-align: middle;
}
.searchCon .section .sectionTop .search {
    position: inherit;
    float: right;
    margin-top: 10px;
}
.search {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #b3b3b3;
    position: absolute;
    right: 0;
    bottom: 14px;
    width: 630px;
}
.msgType {
    float: left;
    position: relative;
}
.msgType ul {
    position: absolute;
    left: -1px;
    top: 35px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .07);
    background-color: white;
    width: 180px;
    border: 1px solid #e6e6e6;
    padding-top: 8px;
    padding-bottom: 4px;
    display: none;
    z-index: 998;
}
.msgType ul li {
    text-align: left;
    padding-left: 16px;
    line-height: 26px;
    margin-bottom: 6px;
}
.msgType ul li a {
    color: #666666;
    font-size: 12px;
}
.msgType ul li a {
    font-size: 14px;
    display: block;
}
.msgType ul li:hover {
    background: #fafafa;
}
.msgType ul li:hover a {
    color: #8d7838;
}
.msgType p {
    height: 34px;
    line-height: 34px;
    width: 80px;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    cursor: pointer;
    color: #292929;
    position: relative;
    padding-right: 16px;
}
.msgType p .icon3 {
    position: absolute;
    right: 16px;
    top: 16px;
}
.searchInput {
    position: relative;
    margin-left: 97px;
}
.searchInput p {
    padding: 7px 15px;
    height: 20px;
    line-height: 20px;
}
.searchInput p input {
    display: block;
    height: 20px;
    font-size: 14px;
    color: #292929;
    width: 100%;
    background: none;
}

.searchInput p input::-webkit-input-placeholder {
    color: #757575;
}

.searchInput p input::-moz-placeholder {
    color: #757575;
}

.searchInput p input:-ms-input-placeholder {
    color: #757575;
}

.searchInput .icon4 {
    position: absolute;
    right: 11px;
    top: 7px;
    cursor: pointer;
}

.searchInput span {
    display: block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background: #4d4d4d;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    left: 15px;
    top: 7px;
}

.searchInput .icon5 {
    cursor: pointer;
}

/*.secontainer{padding-bottom:40px;}*/
.secontainer ul {
    margin-bottom: 40px;
}

.secontainer ul li {
    width: 224px;
    height: 338px;
    background: white;
    border: 1px solid #f5f5f5;
    margin-right: 13px;
    margin-bottom: 13px;
    float: left;
    overflow: hidden;
}

.secontainer ul li .picture {
    position: relative;
    height: 250px;
    line-height: 250px;
    text-align: center;
    overflow: hidden;
}

.secontainer ul li .picture img {
    max-width: 92%;
    max-height: 92%;
    vertical-align: middle;
    margin-top: -3px;
}

.secontainer ul li .picture p, .secontainer2 ul li .picture p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -44px;
}

.secontainer ul li .picture p a, .secontainer2 ul li .picture p a {
    display: inline-block;
    padding: 0 14px;
}

.secontainer ul li .picture p .collection.active .icon, .secontainer2 ul li .picture p .collection.active .icon {
    background-position: left -341px;
}

.secontainer ul li .picture p .add.active .icon, .secontainer2 ul li .picture p .add.active .icon {
    background-position: -23px -341px;
}

.suo {
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 2;
}

.secontainer .message {
    padding-top: 3px;
    margin-left: 9px;
    margin-right: 7px;
    border-top: 1px solid #f0f0f0;
}

.secontainer .message > a {
    display: block;
    line-height: 32px;
    color: #0a0a0a;
}

.secontainer .message a:hover {
    color: #0092d3;
}

.secontainer .message p {
    line-height: 18px;
    font-size: 12px;
    color: #808080;
    width: 50%;
}

.secontainer .message p span {
    margin-right: 12px;
    display: block;
}

.secontainer .message p span a {
    color: #808080;
}

.secontainer ul li:hover {
    box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, .24);
    -ms-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, .24);
}

.secontainer ul li:hover .picture p {
    bottom: 0;
}


.pages {
    text-align: center;
}

.pages a, .pages p {
    display: inline-block;
}

.pages a {
    width: 114px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: white;
    border: 1px solid #dddddd;
    color: #828482;
}

.pages p {
    margin: 0 24px;
    color: #434343;
}

.pages p input {
    width: 68px;
    height: 38px;
    border: 1px solid #dddddd;
    color: #434343;
    text-align: center;
}

.pages p span {
    margin: 0 8px;
}

.tool {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #292929;
    padding-top: 28px;
    z-index: 11;
}

.tool .compareBtn {
    background: #0092d3;
    font-size: 14px;
    color: white;
    padding: 12px 9px 13px 9px;
    margin-bottom: 42px;
    cursor: pointer;
    text-align: center;
}

.tool a {
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.tool a:hover .icon {
    background-position-x: -69px;
}

.tool .qkjs {
    width: 22px;
    height: 120px;
    padding: 0 4px;
    border: 1px solid #6f6f6f;
    background: #404040;
    color: white;
    padding-top: 12px;
    margin: 0 auto;
    margin-bottom: 90px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}

.tool .qkjs:hover {
    color: #0092d3;
}

.compareBox {
    position: fixed;
    right: -630px;
    top: 0;
    bottom: 0;
    width: 630px;
    background: white;
    z-index: 10;
    overflow-y: auto;
}

.opencompare {
    right: 40px;
}

.compareBox .compareTitle {
    height: 48px;
    line-height: 48px;
    background: #fafafa;
    font-size: 16px;
    color: #333333;
    margin-bottom: 52px;
}

.compareBox .compareTitle p {
    display: inline-block;
    width: 22px;
    background: #0092d3;
    text-align: center;
    line-height: 48px;
    margin-right: 10px;
    cursor: pointer;
}

.compareBox .compareTop {
    padding: 0 32px 0 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.compareBox .compareTop > p {
    color: #333333;
}

.compareBox .compareTop div.fr p {
    color: #666666;
    cursor: pointer;
    margin-right: 17px;
}

.compareBox .compareTop div.fr a {
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: #212121;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
}

.compareBox .compareCon {
    padding: 0 0 0 30px;
}

.compareBox .compareCon li {
    width: 180px;
    height: 234px;
    margin-right: 14px;
    float: left;
    margin-bottom: 12px;
}

.compareBox .compareCon li .picture {
    width: 178px;
    height: 196px;
    border: 1px solid #f5f5f5;
    text-align: center;
    line-height: 196px;
}

.compareBox .compareCon li .picture img {
    max-width: 92%;
    max-height: 92%;
    vertical-align: middle;
    margin-top: -3px;
}

.compareBox .compareCon li .name {
    line-height: 36px;
    font-size: 12px;
    color: #666666;
}

.compareBox .compareCon li .name .p2 {
    max-width: 86%;
    font-size: 18px;
}

.compareBox .compareCon li .name .p1 {
    width: 12px;
    height: 12px;
    border: 1px solid #999999;
    margin-top: 11px;
    margin-right: 6px;
}

.compareBox .compareCon li .name .p1 input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.compareBox .compareCon li .name .checked {
    background: url(../img/img.png) no-repeat -34px -56px;
}

.section2 {
    margin-left: 144px;
    margin-right: 58px;
}

.sectionTop2 {
    position: relative;
    padding-right: 54px;
    padding-left: 38px;
    margin-bottom: 40px;
}

.sectionTop2 .div1 {
    background: url(../img/logo2.png) no-repeat 5px center;
    background-size: 30px 66px;
    margin-bottom: 20px;
    padding: 18px 0 20px 46px;
}

.sectionTop2 .p2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sectionTop2 .search {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 525px;
    margin-right: 24px;
}

.sectionTop2 .search .searchInput .icon4 {
    background-position: left -528px;
}

.sectionTop2 h2 {
    line-height: 46px;
    font-family: "宋体";
    font-size: 32px;
    color: #292929;
    font-weight: normal;
}

.sectionTop2 .describetion {
    line-height: 24px;
    color: #666666;
    font-weight: bold;
}

/*.secontainer2{display: table;table-layout:fixed;}*/
.secontainer2 > a {
    display: block;
    width: 144px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 115px;
    margin-top: 115px;
}

.secontainer2 > a:hover {
    background: #dbdbdb;
}

.secontainer2 .pages {
    margin: 70px 0;
}

/*.secontainer2 ul{display:table-row;}*/
.secontainer2 ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
}

.secontainer2 ul li { /*display:table-cell;*/
    float: left;
    width: 24.9%;
    position: relative;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}

.secontainer2 ul li .li-item {
    margin-bottom: 37px;
    vertical-align: top;
}

.secontainer2 ul li .picture {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    max-height: 420px;
    overflow: hidden;
    min-height: 100px;
}

.secontainer2 ul li .li-item:hover .picture p {
    bottom: 0;
}

.secontainer2 ul li .picture img {
    max-width: 100%;
    vertical-align: top;
    display: block;
    margin: 0 auto;
}

.secontainer2 ul li .message {
    position: relative;
}

.secontainer2 ul li .message > a {
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: 26px;
    font-size: 16px;
    color: #4c4c4c;
    width: 320px;
    margin: 0 auto;
    display: block;
}

.secontainer2 ul li .message div {
    width: 320px;
    margin: 0 auto;
}

.secontainer2 ul li .message p {
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.secontainer2 ul li .message p span {
    display: block;
    margin-right: 5px;
}

.secontainer2 ul li .message p span a {
    color: #666;
}

.secontainer2 ul li:last-of-type {
    border: 0;
}

.secontainer2 ul li .message a:hover {
    color: #0092d3;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
}

.pictureTool {
    width: 470px;
    margin: 0 auto;
}

.pictureTool .slideBtn {
    width: 42px;
    height: 16px;
    margin: 0 auto;
    margin-bottom: 5px;
    cursor: pointer;
}

.pictureTool p {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    margin-bottom: 10px;
}

.pictureTool a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 4px;
}
.pictureTool .full{
    width: 42px;
    height: 42px;
    background: #999999 url("../images/ziyuanldpi1.png") no-repeat;
    background-size: 22px 22px;
    background-position: center center;
}
.pictureTool .full.screen{
    background: #999999 url("../images/ziyuanldpi.png") no-repeat;
    background-size: 22px 22px;
    background-position: center center;
}
.pictureTool .collectioned .icon {
    background-position: -47px -174px;
}

.pictureTool .slide .icon15 {
    background-position: -47px -116px;
}

.twoFigure {
    position: relative;
}
.twoFigure .aside {
    height: 100%;
    width: 220px;
    box-sizing: border-box;
    padding: 0px 15px;
}

.twoFigure .metaData {
    padding-top: 30px;
}

.twoFigure .metaData h3 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
    padding-top: 70px;
}
.twoFigure .metaData p {
    line-height: 30px;
    color: #1a1a1a;
    padding-right: 35px;
}

.twoFigure .metaData p a {
    color: #1a1a1a;
}

.twoFigure .metaData p a:hover {
    color: #0092d3;
}

.twoFigure .notes {
    padding-top: 80px;
}

.twoFigure .notes .up-right {
    margin-bottom: 16px;
}

.twoFigure .metaData p:last-of-type {
    padding-right: 60px;
}

.pictureWrapLeft .notes .notes-list {
    padding-right: 16px;
}

.pictureWrapLeft .notes .btn-note {
    margin-right: 16px;
}

.pictureWrapLeft .notes .notesEdit {
    padding-right: 16px;
}

.pictureWrapLeft .notes .btn-note .icon {
    left: 0px;
}

.pictureWrapLeft .notes .btn-note {
    padding-left: 28px;
}

.twoFigure .notes .notesEdit .info {
    min-width: 166px;
}

.returnSearch {
    position: absolute;
    right: 16px;
    top: 34px;
    line-height: 14px;
    color: #4c4c4c;
    z-index: 5;
}

.pictureWrapRight .aside {
    padding-left: 16px;
    padding-right: 16px;
}

.pictureWrapRight .notes .btn-note {
    padding-left: 28px;
}

.pictureWrapRight .notes .btn-note .icon {
    left: 0;
}

.pictureWrapRight .btn {
    left: 0;
}

.pictureWrapRight .btn .icon37 {
    background-position: -26px -464px;
    width: 10px;
    height: 20px;
}

.twoFigure .pictureTool p {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.w-50 {
    width: 49.8%;
}

.twoFigure {
    height: 100%;
    background: white;
}

.twoFigure .aside {
    background: #f7f7f7;
    position: relative;
    z-index: 6;
}

.twoFigure .pictureWrap .aside.notes {
    display: none;
}

.twoFigure .pictureWrap .aside.metaData { /*display: none;*/
}

.twoFigure .pictureWrap {
    height: 100%;
    position: relative;
}

.twoFigure .pictureWrapRight .aside.metaData img {
    right: 25px;
}

.twoFigure .pictureBoxLeft {
    margin-left: 0px;
}

.twoFigure .pictureBoxRight {
    margin-right: 0px;
}

/*.twoFigure .pictureWrap.control .pictureBoxLeft {
    margin-left: 220px;
}*/

/*.twoFigure .pictureWrap.control .pictureBoxRight {
    margin-right: 220px;
}*/

.twoFigure .pictureTool {
    position: absolute;
    z-index: 6;
    left: 50%;
    margin-left: -239px;
}

/*.twoFigure .pictureWrapLeft.control .pictureTool {
    margin-left: -155px;
}

.twoFigure .pictureWrapRight.control .pictureTool {
    margin-left: -380px;
}*/

.twoFigure .article {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    display: none;
}
.twoFigure .rightHead{
    padding-top: 10px;
    text-align: center;
}
.twoFigure .dzHome{
    position: absolute;
    left: 30px;
    border-radius: 4px;
    background: #ffffff;
    z-index: 99;
}
.twoFigure .dzHome a{
    color: #808080;
}
/*图片详情*/
.pictureDetail {
    height: 100%;
    overflow: hidden;
}

.pictureDetail .returnSearch {
    color: white;
}

.pictureDetail .returnSearch .icon25 {
    background-position: -49px -220px;
}

.pictureDetail .pictureTool {
    width: 620px;
    padding-top: 5px;
}

.pictureDetail .pictureTool .icon15 {
    background-position: left -240px;
}

.pictureDetail .pictureTool p a {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.pictureDetail .pictureTool .slide .icon15 {
    background-position: left -220px;
}

.pictureDetail .pictureTool p {
    background: rgba(227, 227, 227, .2);
}

.pictureDetail .pictureDiv {
    width: 100%;
}

.pictureDiv {
    height: 87%;
    position: relative;
    overflow: hidden;
}

.pictureDiv.big {
    height: 98%
}

#imgContainer {
    width: 100%;
    height: 100%;
}

.pictureDiv .images {
    position: absolute;
}

/*.mappy .images{display: block;}*/
.pictureDetail .aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #303436;
    background: #1c1e1f;
    z-index: 3;
    width: 220px;
}

.pictureDetail .metaData {
    padding-top: 86px;
    padding-left: 30px;
    padding-right: 49px; /* display: none;*/
    overflow-y: auto;
}

.pictureDetail .metaData .pictureName {
    line-height: 36px;
    font-size: 20px;
    color: white;
    font-weight: normal;
    margin-bottom: 14px;
}

.pictureDetail .metaData h4 {
    font-weight: normal;
    line-height: 34px;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    color: white;
    position: relative;
    margin-bottom: 5px;
}

.pictureDetail .metaData h4 .icon28 {
    position: absolute;
    top: 16px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.pictureDetail .metaData h4 .slide {
    background-position: -44px -206px;
}

.pictureDetail .metaData ul {
    margin-bottom: 33px;
}

.pictureDetail .metaData ul li {
    line-height: 30px;
    font-size: 14px;
    color: white;
}

.pictureDetail .metaData ul li a {
    color: white;
}

.pictureDetail .metaData ul li a:hover {
    color: #0092d3;
}

.pictureDetail .metaData .btns a {
    display: block;
    width: 167px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #a0a1a1;
    background: #57595a;
    color: white;
    font-size: 16px;
    margin-bottom: 12px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    padding-left: 51px;
}

.pictureDetail .metaData .btns .buy, .pictureDetail .metaData .btns .down {
    margin-top: 32px;
    background: #ca2d2d;
    border: 1px solid #ca2d2d;
    padding: 0;
    width: 218px;
    text-align: center;
    margin-bottom: 17px;
}

.pictureDetail .metaData .btns .down {
    margin-top: -5px;
}

.pictureDetail .metaData .btns .buy span {
    margin-right: 10px;
}

.pictureDetail .metaData .btns .collectioned {
    color: #999;
}

.pictureDetail .metaData .btns .collectioned .icon {
    background-position: -23px -260px;
}

.pictureDetail .metaData .shuoming {
    line-height: 18px;
    font-size: 12px;
    color: #7a7b7b;
    margin-bottom: 10px;
}

.pictureDetail .similarPicture {
    padding-top: 35px;
    width: 300px;
    display: none;
}

.pictureDetail .similarPicture > p.similarClose {
    width: 219px;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .45);
    text-align: center;
    color: white;
    font-size: 16px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    cursor: pointer;
    margin: 0 auto;
}

.pictureDetail .similarPicture ul {
    position: absolute;
    top: 105px;
    bottom: 0;
    overflow-y: auto;
    padding: 0 57px;
}

.pictureDetail .similarPicture li {
    width: 178px;
    height: 196px;
    border: 1px solid #4d4d4d;
    margin-bottom: 20px;
    line-height: 196px;
    text-align: center;
}

.pictureDetail .similarPicture li.on {
    border: 1px solid #ca2d2d;
}

.pictureDetail .similarPicture li a {
    display: block;
}

.pictureDetail .similarPicture li img {
    vertical-align: middle;
    max-width: 164px;
    max-height: 158px;
}


#ascrail2000 {
    position: fixed !important;
    top: 123px !important;
}

.article {
    position: absolute;
    width: 590px;
    padding: 0 30px 30px 30px;
    background: #aaaaaa;
    top: 35%;
    color: white;
    z-index: 6;
    right: 0px;
    width: 260px;
    height: 350px;
}

.article .articleTitle {
    padding-top: 2px;
    position: relative;
    border-bottom: 1px solid #585757;
    margin-bottom: 14px;
    cursor: move;
}

.article .articleTitle p {
    height: 56px;
    line-height: 56px;
}

.article .articleTitle p span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: rgba(106, 105, 105, .47);
    border: 1px solid #919090;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.article .articleTitle p .fontBig {
    margin-right: 14px;
}

.article .articleTitle p span:hover {
    background: rgba(106, 105, 105, .65);
}

.article .articleTitle .close {
    position: absolute;
    /* width: 40px;
     height: 40px;
     background: #232121;*/
    text-align: center;
    line-height: 40px;
    right: 0px;
    top: 15px;
    border-radius: 2px;
    cursor: pointer;
}

.article .articleCon {
    line-height: 30px;
    font-size: 16px;
    overflow-y: auto;
    max-height: 277px;
    padding-right: 5px;
}

.article .articleCon p {
    text-indent: 2em;
    background: #ffffff;
}
.article .articleCon p:nth-child(odd){
    color: #1C68C3;
    border-radius: 5px 5px 0px 0px;
}
.article .articleCon p:nth-child(even){
    color: #333333;
    margin-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}
.bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 5;
    display: none;
}

.bg2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    display: none;
}

.ui-icon {
    width: 30px;
    height: 30px;
}

.ui-resizable-s, .ui-resizable-e {
    display: none !important;
}

.mappy {
    cursor: move !important;
}
/*批注*/
.pictureDetail .notes{background:white; padding:62px 0px 0 37px; width:263px; display: none;}
.pictureWrap .btn{position: absolute; right:0; top:0; width:22px; height:48px; line-height:48px !important; text-align: center;
    background:#0092d3; cursor: pointer; padding-right:0 !important;}
.pictureDetail .notes .up-right{line-height:52px; border-bottom:1px solid #e6e6e6; margin-bottom:21px; margin-right:43px;}
.pictureDetail .notes .btn-note{margin-right:43px;}
.pictureDetail .notes .notes-list{padding-right:43px;}
.notes .up-right{color:#333333; font-size:18px;}
.notes .btn-note{height:32px; line-height:32px; color:white; background:#212121; display: block; margin-bottom:5px;
    border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; behavior: url(../ie-css3.htc);
    position: relative;}
.notes .btn-note .icon{position: absolute; top:50%; margin-top:-7px;}
.pictureDetail .notes .btn-note .icon{left:0px;}
.pictureDetail .notes .btn-note{padding-left:28px;}
.pictureDetail .notesEdit > p{padding-right:44px;}
.notes .notes-list{overflow-y: auto;}
.notes .notes-list li{padding:15px 0; border-bottom:1px solid #e6e6e6;}
.notes .notes-list .p1{line-height:15px; color:#999999; font-size:12px;}
.notes .notes-list .p2{line-height:15px; font-size:12px; color:#333333; margin-top:10px; margin-bottom:7px;}
.notes .notes-list .p3{margin-bottom:10px;}
.notesEdit > p{color:#999;line-height:20px;text-align:justify;}
.notesEdit .info{margin:10px 0;min-height:110px;padding:10px;border:1px solid #e0e0e0;border-radius:3px;resize:none;font-size:12px;line-height:22px;text-align:justify;
    -webkit-box-shadow:0 0 10px #e8e8e8 inset; -moz-box-shadow:0 0 10px #e8e8e8 inset; box-shadow:0 0 10px #e8e8e8 inset; display: block;
    min-width: 190px; margin-bottom:20px;}
a.btn-red{padding:6px 8%;background:#880000;color:#fff;border-radius:3px;}
a.btn-gray{padding:6px 15px;background:#9d9d9d;color:#fff;border-radius:3px;}
textarea{outline:none;}
.loading{height:38px; background:url("../images/loading-1.gif") no-repeat center center;}
.layui-layer-btn-c{background:none;}
.layui-layer-content{text-align: center; line-height:55px;}
.tool2{position: absolute; right:43px; top:30px; z-index:5;}
.tool2 a{margin-right:17px; display: inline-block;}
.tool2 a:first-of-type{width:58px; height:22px; line-height:22px; text-align: center; background:rgba(255,255,255,.27);
    border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; font-size:14px; color:white;}
.fulliframe{position: fixed; left:0; right:0; top:0; bottom:0; height:100%; width: 100%;
    z-index: 9;}
/*甲骨字典*/
.dicCont .dicContImg{
    background: #ffffff;
    padding-bottom: 20px;
}
.dicCont .dicContImg .beij{
    width: 100%;
    height: 308px;
    background: url("../images/zdbg.png");

}
.dicCont .exhibition{
    width: 80%;
    margin:-200px auto 30px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.dicCont .exhibition .result .rescont{
    align-items: flex-start;
    padding: 20px;
    background: #FAFAFA;
}
.dicCont .exhibition .result .rescont:hover{
    box-shadow: 0px 1px 9px 0px rgba(5, 5, 5, 0.2);
}
.dicCont .exhibition .result .rescont .intro .introhead{
    padding-bottom: 10px;
}
.dicCont .exhibition .result .rescont .intro .introhead b{
    font-weight: bold;
    color: #1C68C3;
    font-size: 24px;
    line-height: 24px;
}
.dicCont .exhibition .result .master{
    border: none;
    background-image: url("../images/tzg.png");
    background-size: 100% 100%;
    text-align: center;
    line-height: 140px;
    color: #1C68C3;
    font-size: 84px;
    flex-shrink: 0;/*陈嘉文*/

    /*font-family: KaiTi;*/ /*cjw*/
}
.dicCont .exhibition .grasp{
    margin: auto;
}
.dicCont .exhibition .retrie{
    width: 626px;
    height: 46px;
    background: rgba(245, 245, 245, 0.36);
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    align-items: center;
}
.dicCont .exhibition .retrie input{
    flex: 1;
    font-size: 16px;
    border-left: 1px solid#E6E6E6;
    height: 30px;
    background: none;
}
.dicCont .exhibition .retrie input::placeholder{
    color: #999999;
}
.dicCont .exhibition .retrie a{
    width: 58px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AC3636;
    border-radius: 0px 4px 4px 0px
}
.dicCont .exhibition .retrie .pullDown{
    width: 105px;
    padding: 0px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}
.dicCont .exhibition .zidsele{
    position: relative;
    height: 100%;
    line-height: 46px;
}
.dicCont .exhibition .zidsele ul{
    position: absolute;
    left: -1px;
    top: 46px;
    width: 105px;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: none;
}
.dicCont .exhibition .zidsele ul li a{
    width: 100%;
    background: none;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0px 12px;
    box-sizing: border-box;
}
.dicCont .exhibition .zidsele .zdActive{
    color: #AC3636;
}
.dicCont .exhibition .examp{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding-bottom: 20px;
}
.dicCont .exhibition .contRight{
    position: relative;
}
.dicCont .exhibition .titlePanel{
    width: 232px;
    height: 74px;
    background-image: url("../images/zidianbj.png");
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dicCont .exhibition .titlePanel label{
    font-size: 34px;
    font-family: KaiTi;
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 10px;
}
.dicCont .exhibition .operat{
    padding: 60px 0px 11px 0px;
}
.dicCont .exhibition .intro .narrate{
    max-height: 200px;
    overflow-y: auto;
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
}
.dicCont .exhibition .intro .narrate .unfold{/*陈嘉文*/
    position: absolute;
    right: 0;
    height: 26px;
    background: #AC3636;
    border: 1px solid #AC3636;
    border-radius: 2px;
    width: 50px;
    color: #ffffff;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    display: none;
}
.dicCont .exhibition .intro .narrate label{
    padding-right: 0;
    font-size: 16px;
    overflow:hidden;
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    white-space:normal;
}
.dicCont .exhibition .intro .unfold{
    color:#1C68C3;
    font-size: 16px;
    cursor: pointer;
    background: #FAFAFA;
}
.dicCont .exhibition .intro .narrate p{
    text-indent: 24px;
    line-height: 23px;
}
.dicCont .exhibition .intro .narrate .font18{
    color: #999999;
    font-size: 16px;
    padding: 10px 0px;
    text-indent: 0px;
}
.dicCont .exhibition .intro .unfold img{
    padding:0px 5px
}
.zd-resolve ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.zd-resolve ul li{
    width: 48px;
    height: 48px;
    background: #F0F0F0;
    margin-right: 8px;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
    font-size: x-large;
}
/*图像阅读*/
.read{
    display: flex;
    height: 100%;
}
.read .readOper{
    width: 300px;
    background: #20262A;
    padding: 20px;
    box-sizing: border-box;
}
.operJump{
    padding-bottom: 8px;
}
.operJump a{
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 22px;
}
.operJump a span{
    padding-left: 5px;
}
.readOper .mark{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 60px;
}
.readOper .readCol{
    width: 240px;
    height: 42px;
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.readOper .readCol img{
    margin-right: 8px;
}
.readOper .readCol label{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
}
.readOper .readCol .jia{
    background-image: url("../images/jia.png");
}
.readOper .readCol .jianhao{
    height: 2px;
    background-image: url("../images/jianhao.png");
    vertical-align: middle;
}
.readOper .addColumn{
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid #FFFFFF;
    margin-top: 27px;
    box-sizing: border-box;
}
.readOper .expandColumn{
    background: #C70C0C;
    margin-top: 20px;
}
.readOper .enshrine{
    background: rgba(255, 255, 255, 0.28);
    margin-top: 20px;
    display: none;/*陈嘉文*/
}
.readOper .enshrine img{
    vertical-align: text-top;
}
.readOper .expandColumn img{
    vertical-align: middle;
}
.thumbnail{
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(171, 171, 171, 0.31);
    width: 276px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    position: relative;
}
.thumbnail .conduct{
    position: absolute;
    right: -24px;
    top: 20px;
    width: 24px;
    height: 50px;
    background: #333333;
    color: white;
    text-align: center;
    line-height: 25px;
    writing-mode: tb-rl;
    cursor: pointer;
    font-size: 12px;
}
.thumbnail .conduct img{
    padding-top: 5px;
    transform: rotate(180deg);
}
.thumbnail.thumbnailView{
    width: 0;
    padding:0;
}
.thumbnailView .breviary,.thumbnailView .carousel{
    display: none;
}
.thumbnail .breviary{
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    background: #6a86b7;
    text-align: center;
}
.thumbnail .breviary img{
    padding-right: 5px;
    vertical-align: text-top;
    padding-top: 3px;
}
.carousel{
    top: 65px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.readDraw{
    flex: 1;
}
.clarify{
    width: 384px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(171, 171, 171, 0.31);
    padding: 10px;
    box-sizing: border-box;
    /*position: relative;*/
}
.clarify .clarHead{
    font-size: 14px;
    color: #1C68C3;
    padding-bottom: 25px;
}
.clarify .serList:first-child{
    border-top: 1px solid #F0F0F0;
}
.clarify .serList{
    padding: 15px;
    font-size: 15px;
    color: #999999;
    line-height: 28px;
    border-bottom: 1px solid #F0F0F0;
}

.clarify .serList p:first-child{
    color: #999999;
}
.clarify .serList p:last-child span{
    color: #333333;
}
.clarify .showItem{
    background: #f0f0f0;
}

.clarify .serList .flex50{
    display: flex;
    justify-content: space-between;
}
.clarify .serList .flex50 span{
    color: #333333;
}
.clarify .serList .flex50 label{
    width: 50%;
}
.clarify .serial{
    /* position: absolute;
     left: 24px;
     right: 24px;
     bottom: 30px;
     top: 70px;*/
    overflow-y: auto;
}

/*释文查询*/
.retrval{
    margin-left: 150px;
    display: flex;
}
.retrval .container{
    display: flex;
    margin-right: 40px;
}
.retrval .container .input_check+label{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
}
.retrval .container span{
    display: grid;
    display:-ms-grid ;
    margin-right: 6px;
}
.retrval .container b{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.retrval .container .input_check:checked+label:after{
    left: 4px;
    bottom: 8px;
    width: 6px;
    height: 3px;
}

/*个人中心*/
.personal{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -50px;
}
.width1200{
    width: 1200px;
    margin: auto;
}
.personalCont{
    display: flex;
    padding-top: 5px;
}
.personalCont .toggle{
    width: 200px;
    height: 200px;
}
.personalCont .handover{
    flex: 1;
}
.personalCont .handover .operat{
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}
.personalCont .handover .operat .couple{
    color: #222222;
    font-size: 18px;
}
.personalCont .handover .operat .couple label{
    font-size: 12px;
    color: #999999;
    padding-left: 10px;
}
.personalCont .handover .operat .couple label span{
    color: #A62727;
    padding: 0px 3px;
}
.personalCont .handover .intro .narrate label{
    color: #999999;
    font-size: 14px;
}
.personalCont .handover .intro .introhead b{
    color: #333333;
}
.handover .intro .introhead .introDelete,.handover .intro .compile{
    width: 64px;
    height: 24px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.handover .intro .introhead .introDelete img,.handover .intro .introhead .compile img{
    width: 14px;
    height: 14px;
    padding-right: 4px;
}
.personalCont .handover .contRight{
    background: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.result .rescont{
    box-shadow: none;
}
.toggle{
    padding-top: 35px;
}
.toggle .toggleHead{
    height: 44px;
    background: #A62727;
    box-shadow: 0px 1px 0px 0px #E6E6E6;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 44px;
}
.toggle ul li{
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    color: #4C4C4C;
    font-size: 14px;
    border-bottom: 1px solid#E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.toggle ul .check{
    color: #A62727;
}
.toggle ul li label{
    display: inline-block;
    height: 20px;
    width: 18px;
    padding-right: 7px;
}
.toggle ul li .biji{
    background: url('../images/biji.png') no-repeat;
    background-size: contain;
}
.toggle ul li.check .biji{
    background: url('../images/bijicl.png') no-repeat;
    background-size: contain;
}
.toggle ul li .jiansuojilu{
    background: url('../images/jiansuojilu.png') no-repeat;
    background-size: contain;
}
.toggle ul li.check .jiansuojilu{
    background: url('../images/jiansuojilucl.png') no-repeat;
    background-size: contain;
}
.toggle ul li .yuedulishi{
    background: url('../images/yuedulishi.png') no-repeat;
    background-size: contain;
}
.toggle ul li.check .yuedulishi{
    background: url('../images/yuedulishicl.png') no-repeat;
    background-size: contain;
}
.toggle ul li .wodeshoucang{
    background: url('../images/wodeshoucang.png') no-repeat;
    background-size: auto;
}
.toggle ul li.check .wodeshoucang{
    background: url('../images/wodeshoucangcl.png') no-repeat;
    background-size: auto;
}
.personalCont .handover .readFull, .handover .checkOut{
    display: block;
}
.myNotes .rank,.myFavorite .rank{
    padding-bottom: 13px;
}
.myNotes .rank label,.myFavorite .rank label{
    font-size: 14px;
    color: #B3B3B3;
}
.myNotes .rank .ordering,.myFavorite .rank .ordering{
    color: #A62727;
    padding-left: 15px;
    cursor: pointer;
}
.myNotes .rank .ordering img,.myFavorite .rank .ordering img{
    vertical-align: middle;
    padding-left: 6px;
}
.handover .intro .operate{
    display: flex;
}
.handover .intro .operate .compile{
    margin-right: 8px;
}
.handover .intro .books label{
    width: 32px;
    height: 16px;
    background: #9D4242;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}
.handover .intro .books span{
    color: #333333;
    font-size: 14px;
    padding-left: 17px;
}
.handover .myNotes .intro .introhead{
    padding-bottom: 10px;
}
.handover .intro .essay p{
    padding-bottom: 10px;
}
.handover .intro .essay .quotation label{
    background: #5681B3;
}
.handover .intro .essay .biji label{
    background: #CB9777;
}
.handover .intro .bijiTime{
    font-size: 12px;
    color: #999999;
    padding-top: 20px;
}
.handover .checkOut{
    padding-right:0px;
}
.handover .checkOut .recordList ul{
    display: flex;
    flex-wrap: wrap;
}
.handover .checkOut .recordList li{
    width: 176px;
    height: 78px;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    margin:0px  15px 15px 0px;
}
.handover .checkOut .recordList li .listTitle{
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
    border-bottom:1px solid #EBEBEB;
    line-height: 14px;
}
.handover .checkOut .recordList li .listTime{
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding-top: 10px;
    line-height: 12px;
}
.handover .checkOut .operat{
    margin-right: 30px;
}
.handover .checkOut .recordList{
    margin-right: 15px;
}
.handover .contRight .page{
    margin-top: 35px;
}
.handover .result .rescont .intro .introhead b{
    width: 600px;
}
.handover .myFavorite .intro .narrate label{
    color: #333333;
}
.handover .myFavorite .intro .introhead b{
    font-size: 16px;
    font-weight: 400;
}
.handover .myFavorite .intro .introhead{
    padding-bottom: 13px;
}
.handover .myFavorite .intro .narrate label{
    line-height: 24px;
}
.handover .myFavorite .intro .narrate .cllectionTime{
    font-size: 12px;
    color: #999999;
    padding-top: 15px;
}
/*划入按钮变暗效果*/
.home .homeSearch .import a:hover{
    background: rgba(166,39,39,0.9);
}
.home .homeSearch .explain:hover{
    background: rgba(181,173,154,0.9);
}
.metnod:hover{
    background: rgba(247,247,247,0.9);
}
.nav-right .homeSearch .import a:hover{
    background: rgba(199,12,12,0.9);
}
.nav-right .homeSearch .explain:hover{
    background: rgba(102,102,102,0.9);
}
.opSearch:hover{
    background: rgba(199,12,12,0.8);
}
.operat .grasp .contrast:hover{
    background: rgba(199,12,12,0.8);
}
.retrie a:hover{
    background: rgba(102,102,102,0.9);
}
.dicCont .exhibition .retrie a:hover{
    background: rgba(172,54,54,0.9);
    color: white;/*cjw 新增*/
}
.readOper .addColumn:hover{
    background: rgba(255, 255, 255, 0.18);
}
.readOper .expandColumn:hover{
    background: rgba(199,12,12,0.9);
}



/*无权限*/
.access{
    height: 100%;
}
.accCoent{
    width: 100%;
    margin-top: 20px;
    display: flex;
}
.accCoent .accLeft{
    width: 350px;
    height: 100%;
}
.accCoent .accRight{
    width: 65%;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
}
.accCoent .accBox{
    width: 218px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.accCoent .accBox p{
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    padding-top: 25px;
}
.accCoent .accBox a{
    width: 118px;
    height: 36px;
    background: #C70C0C;
    border-radius: 18px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-top: 25px;
}


/*编辑笔记弹框*/
.compileModal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.compileModal .pres{
    width: 692px;
    height: 478px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -346px;
    top: 15%;
    padding: 30px;
    box-sizing: border-box;
}
.compileModal .presHeader span{
    font-size: 18px;
    color: #666666;
    padding-left: 7px;
}
.compileModal .presContent{
    padding: 20px 0px 30px 0px;
}
.compileModal .quotation label{
    color: #999999;
}
.compileModal .quotation .presText{
    background: #F2F2F2;
    border-radius: 4px;
    height: 110px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    margin-top: 10px;
}
.compileModal .quotation .presText p{
    color: #999999;
    line-height: 22px;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
.compileModal .not{
    padding-top: 20px;
}
.compileModal .not label{
    font-weight: bold;
    color: #333333;
}
.compileModal .not .presText{
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
}
.compileModal .not .presText p{
    color: #333333;
}
.compileModal .presBtn{
    display: flex;
    justify-content: center;
}
.compileModal .presBtn .butt{
    width: 116px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.compileModal .presBtn .preaBox{
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    color: #666666;
    margin-right: 10px;
}
.compileModal .presBtn .preaPus{
    background: #A62727;
    color: #ffffff;
}







/*陈嘉文*/
/*高亮*/
em {color: red;font-style: normal}

[note]{
    background: #FFFF00;
    color: #333333;
}

/*收藏栏*/
.readOper .readCol label{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
}
.readOper .readCol .jia{
    background-image: url("../images/jia.png");
}
.readOper .readCol .jianhao{
    height: 2px;
    background-image: url("../images/jianhao.png");
    vertical-align: middle;
}

/*个人中心无数据*/
.empty{text-align: center; font-size:18px; background: url(../images/empty.png) no-repeat center 100px;
    padding-top:320px; margin-bottom:50px;/*  display: none;  */color:#999;}

/*tooltip*/
.tooltip{font-size:14px;line-height:24px;background:#FFF;border:1px solid #e8e2e0;border-radius:15px;
    -webkit-box-shadow:0 1px 7px 0px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 7px 0px rgba(0,0,0,.2);
    box-shadow:0 1px 7px 0px rgba(0,0,0,.2);
    position: absolute; opacity: 1; z-index:10;}
.tooltip:hover{color:#333}
.tooltip p{padding:5px 10px;}
.tooltip p span{display:inline-block;padding:0 3px;margin-right:5px;font-size:12px;border-radius:3px;border:1px solid #e9e9e9;color:#666;}
.tooldi{background:#fff;border-radius:15px;padding:5px 5px 5px 5px;}
.tooldi a i.icon{margin-right:5px;}
.tooldi a{margin:0 8px;font-size:12px; color:#4c4c4c;}
.tooldi a:hover{color:#ae7f34;}
.tooldi a:hover i.icon{background-position-y:-119px;}
.weui_mask {position: fixed; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .6); z-index:39999999;}
.weui_mask_transparent { position: fixed; z-index: 1; width: 100%; height: 100%; top: 0; left: 0;}
.weui_mask_transition{display: none; position: fixed; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0); transition:.3s;}
.weui_fade_toggle{background: rgba(0,0,0,.6);}
.weui_dialog {position: fixed; z-index:40000000; width: 40%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #FAFAFC; text-align: center; border-radius: 3px;}
.weui_dialog_hd {padding: 1.2em 0 .5em;}
.weui_dialog_title {font-weight: 400; font-size: 17px;}
.weui_dialog_ft {position: relative; line-height: 42px; margin-top: 20px; font-size: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.weui_btn_dialog.primary {color: #0BB20C;}
.weui_dialog_ft a {display: block; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; color: #3CC51F; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.iconPrev,.iconNext{width:30px; height:70px; background-image:url(../images/btn.png); background-repeat: no-repeat;}
.iconPrev{background-position:left 0;}
.iconNext{background-position:right 0;}
#quoteDiv #quoteText1{font-weight: bold}

.page .tiaoye{vertical-align: middle; display: inline-block; color:#808080;margin-left: 20px}
.page .tiaoye input[type="text"]{width: 34px;
    height: 34px;
    padding: 0;
    margin: 0px 6px;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 2px;
    color: #4c4c4c;}
.page .pagination{vertical-align: middle;}
.page .tiaoye .tz{width:46px; height:32px; line-height:30px; text-align: center; background:#e6e6e6; padding:0; border:0;
    font-size:12px; color:#4c4c4c; margin-left:10px;display: inline-block}

.zone{

    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.pictureTool .on{
    background-position:0px -20px;
}


.reminder{
    position: absolute;
    right: 30px;
    text-align: right;
}
.reminder img{
    cursor: pointer;
}
.primpt{
    position: relative;
    width: 100px;
    background: #e2e4d1;
    box-shadow: 0px 2px 5px 0px rgba(171,171,171 ,.31);
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    display: none;
}
.reminder:hover .primpt{
    display: block;
}
