* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

a {
    /*outline: none;*/
    color: #666;
}

body {
    background: #fff;
    height: 700px;
    font-family: jdzk1, jdzk2;
}

input {
    font-family: jdzk1, jdzk2;
}

textarea {
    font-family: jdzk1, jdzk2;
}

img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: 0.3s;
    border: none;
    vertical-align: middle;
}

/*@font-face {
  font-family: "jdzk1";
  src:url(https://jidagwz.com/api/fontcreate/last/download);
  font-display:block;
}
@font-face {
  font-family: "jdzk2";
  src:url(https://www.jidagwz.com/images/ziku/jdzk2.ttf);
  font-display:block;
}*/
.main {
    width: 100%;
    min-width: 1200px;
    min-height: 700px;
    background: #fff url("../images/main-bg.jpeg") no-repeat center bottom;
    background-size: auto 1192px;
}

.container-fixed {
    width: 1200px;
    margin: 0 auto;
}

.bx-img-hover:hover img {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}

/*头部*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background: url("../images/header-bg.png") no-repeat center center;
    background-size: auto 100%;
}

.header .header-logo {
    width: auto;
    height: 44px;
    float: left;
    margin-top: 15px;
    margin-left: -70px
}

.header .header-logo img {
    width: 126px;
    height: 66px;
}

.header .nav-list {
    width: auto;
    height: 50px;
    float: right;
    margin-top: 25px;
}

.header .nav-list li {
    width: auto;
    height: 100%;
    float: left;
    margin-right: 40px;
}

.header .nav-list li a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .nav-list li a h3 {
    font-size: 18px;
    font-weight: normal;
    transition: 0.3s;
}

.header .nav-list li a p {
    font-size: 12px;
    color: #ccc;
}

.header .nav-list li a:hover h3,
.header .nav-list li.active a h3 {
    font-weight: bold;
}

.header .log-link {
    width: auto;
    height: 30px;
    margin-top: 35px;
    float: right;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}

.header .log-link:before {
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header .log-link a {
    width: auto;
    color: #fff;
    margin: 0 10px;
}

.header .log-link a:hover {
    text-decoration: underline;
}

.header .user-info {
    width: auto;
    float: right;
    height: 65px;
    margin-top: 35px;
    position: relative;
}

.header .user-info .name {
    min-width: 100px;
    max-width: 120px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.header .user-info:hover ul {
    display: block;
}

.header .user-info ul {
    width: 100px;
    height: auto;
    position: absolute;
    top: 65px;
    right: 0;
    display: none;
    z-index: 10;
}

.header .user-info ul li {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #fff;
}

.header .user-info ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #f2f2f2;
}

.header .user-info ul li:first-child a {
    color: #af6b3c;
}

.header .user-info ul li a:hover {
    color: #af6b3c;
}

/*页脚*/
.footer {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    border-top: 1px solid #af6b3c;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
    text-align: center;
}

/*登录/注册*/
.login-con {
    width: 780px;
    height: auto;
    padding-top: 100px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.login-con .logo {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-con .logo img {
    width: auto;
    height: auto;
    max-height: 80px;
}

.login-con .login-body {
    width: 100%;
    height: 510px;
    padding-top: 40px;
    background: url("../images/login-border.png") no-repeat center center /
    contain;
}

.login-con .login-body .title {
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #af6b3c;
    margin-bottom: 45px;
}

.login-con .login-body .title a {
    color: #af6b3c;
}

.login-con .login-body .title span {
    font-size: 34px;
}

.login-con .login-body .input-box {
    width: 440px;
    height: 64px;
    margin: 0 auto 48px;
}

.login-con .login-body .input-box .border {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: 1px solid #9f9f9f;
    padding: 0 68px;
    background: url("../images/user-icon.png") no-repeat 22px center / auto;
}

.login-con .login-body .input-box .border.pwd {
    background: url("../images/pwd-icon.png") no-repeat 26px center / auto;
}

.login-con .login-body .input-box .border.phone {
    background: url("../images/phone-icon.png") no-repeat 24px center / auto;
}

.login-con .login-body .input-box .border.code {
    width: 282px;
    float: left;
    background: url("../images/pwd-icon.png") no-repeat 26px center / auto;
}

.login-con .login-body .input-box .border input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: #666;
    background: transparent;
}

.login-con .login-body .input-box .send-code {
    width: 144px;
    height: 64px;
    float: right;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    background: #af6b3c;
    cursor: pointer;
}

.login-con .login-body .login-btn {
    width: 440px;
    height: 64px;
    margin: 0 auto;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    background: #af6b3c;
    cursor: pointer;
}

/*关于我们*/
.about-detail {
    width: 100%;
    padding: 30px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.part-title {
    line-height: 35px;
    font-size: 22px;
    color: #af6b3c;
    font-weight: bold;
}

.team-list {
    width: 100%;
    overflow: hidden;
}

.team-list li {
    width: 33.333333%;
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.team-list li a {
    display: block;
    width: 100%;
    height: 130px;
}

.team-list li a .team-pic {
    width: 130px;
    height: 130px;
    float: left;
    overflow: hidden;
}

.team-list li a .team-pic img {
    height: 100%;
}

.team-list li a .info {
    margin-left: 150px;
    padding-top: 10px;
}

.team-list li a .info h3 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.team-list li a:hover .info h3 {
    color: #af6b3c;
}

.team-list li a .info .desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-list li a .info .email {
    width: 100%;
    height: 44px;
    line-height: 22px;
    padding-left: 26px;
    font-size: 14px;
    color: #af6b3c;
    word-break: break-all;
    background: url("../images/email-icon.png") no-repeat 0 4px / auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*古文分析*/
.analysis-box {
    width: 100%;
    padding: 50px 0;
}

.analysis-box .btn-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.analysis-box .btn-list a {
    display: block;
    width: 150px;
    height: 48px;
    margin-right: 10px;
    float: left;
    border: 2px solid #af6b3c;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border-radius: 4px;
    color: #af6b3c;
}

.analysis-box .btn-list a:hover {
    font-weight: bold;
}

.analysis-box .btn-list a.on {
    color: #fff;
    background: #af6b3c;
    font-weight: bold;
}

.analysis-box .analyse-cont {
    width: 100%;
    overflow: hidden;
}

.analysis-box .analyse-cont .left {
    width: 590px;

    min-height: 170px;
    border-radius: 2px;
    border: 2px solid #f0f0f0;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.analysis-box .analyse-cont .left textarea {
    width: 100%;
    height: 100px;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    resize: none;
    border: none;
    outline: none;
}

.analysis-box .analyse-cont .left .btn {
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 4px;
    background: #af6b3c;
    color: #fff;
    cursor: pointer;
}

.analysis-box .analyse-cont .right {
    width: 1100px;

    min-height: 170px;
    background: #ffffff;
    padding: 10px 10px 30px 10px;
    position: relative;
    margin-top: 30px;
}

.analysis-box .analyse-cont .right .detail {
    width: 100%;
    height: auto;
    max-height: 300px;
    font-size: 14px;
    line-height: 1.5;
    overflow: auto;
}

.analysis-box .analyse-cont .right .detail table{
    margin: 0;
}

.analysis-box .analyse-cont .right .icon-box {
    width: auto;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.analysis-box .analyse-cont .right .icon-box span {
    display: block;
    width: 25px;
    height: 100%;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.analysis-box .analyse-cont .right .icon-box span.copy {
    background: url("../images/copy-icon.png") no-repeat center center / auto;
}

.analysis-box .analyse-cont .right .icon-box span.like {
    background: url("../images/like-icon.png") no-repeat center center / auto;
}

.analysis-box .analyse-cont .right .icon-box span.share {
    background: url("../images/share-icon.png") no-repeat center center / auto;
}

/*释文检索*/
.search-logo {
    width: 400px;
    padding-top: 100px;
    margin: 0 auto;
    display: block;
}

.search-cont {
    width: 800px;
    padding-top: 30px;
    margin: 0 auto;
}

.search-cont .logo {
    width: 100%;
    height: 60px;
    margin-bottom: 60px;
}

.search-cont .logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.search-cont .search-input {
    width: 100%;
    height: 48px;
}

.search-cont .search-input .input-box {
    width: 690px;
    height: 100%;
    float: left;
    border: 1px solid #af6b3c;
    border-radius: 14px 0 0 14px;
    padding: 0 25px;
    background: #fff;
}

.search-cont .search-input .input-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
}

.search-zibian {
    width: 100px;
    height: 48px;
    border-radius: 8px;
    background: #af6b3c;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
}

.search-cont .search-input .search-all {
    width: 110px;
    height: 100%;
    border-radius: 0 14px 14px 0;
    background: #af6b3c;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.search-flex .search-input {
    width: 800px;
}

.search-flex .search-input .search-all img {
    height: 30px;
    object-fit: contain;
    width: 20px;
}

.search-flex .search-input .search-all span {
    line-height: 48px;
    color: #ffffff;
    margin-left: 5px;
}

.highLevel-box {
    width: 120px;
    height: 48px;
    border-radius: 8px;
    background: #af6b3c;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.highLevel-box p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.highLevel-box p .arrow {
    display: block;
    width: 15px;
    height: 8px;
    margin-left: 10px;
    background: url("../images/arrow-bottom.png") no-repeat center center;
    background-size: 13px auto;
}

.highLevel-box:hover ul {
    display: block;
}

.highLevel-box ul {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.highLevel-box ul li {
    width: 100%;
    height: 46px;
    border-top: 1px solid #fff;
}

.highLevel-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #d1ad96;
}

.highLevel-box ul li a:hover {
    background: #af6b3c;
}

/*弹窗*/
.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    background-color: black;
    z-index: 100;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.modal-box {
    display: none;
    width: 556px;
    height: auto;
    position: fixed;
    z-index: 200;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -55%);
    background: rgba(212, 212, 212, 0.8);
    border-radius: 8px;
    padding: 50px;
}

.modal-box .close-btn {
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -80px;
}

.modal-box .close-btn img {
    height: 100%;
}

.modal_search .input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 0 10px;
    background: #fff;
}

.modal_search .input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    color: #333;
}

.modal_search .textarea {
    height: 150px;
    padding: 10px;
    margin-bottom: 20px;
}

.modal_search .input textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    resize: none;
}

.modal_search .sure-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #af6b3c;
    border-radius: 4px;
    cursor: pointer;
}

.modal_home, .modal_wordSearch {
    padding: 30px;
    background: #fff;
}

.modal_home .tit {
    line-height: 1;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal_home .dialog_con {
    max-height: 100px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 10px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modal_home .link-box {
    width: 100%;
    height: 36px;
    overflow: hidden;
}

.modal_home .link-box input {
    width: 380px;
    height: 100%;
    border: 1px solid #9f9f9f;
    font-size: 14px;
    color: #666;
    outline: none;
    padding: 0 20px;
    border-radius: 4px;
}

.modal_home .link-box .upload-btn {
    width: 100px;
    height: 100%;
    float: right;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    background: #af6b3c;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

/* 首页 */
.home-cent {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px;
}

.home-cent .logo {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

.home-cent .logo img {
    width: auto;
    margin: 0 auto;
}

.home-cent p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.home-one {
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
}

.home-one-left {
    padding-right: 30px;
}

.home-one-left,
.home-one-right {
    width: 48%;
}

.home-one-left h3 {
    font-size: 22px;
}

.home-one-left p {
    font-size: 14px;
}

.home-one-left p,
.home-one-left h3 {
    color: #a54e00;
}

.ullist {
    margin-top: 20px;
}

.ullist li {
    width: 100%;
}

.glyphs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #69686a;
}

.glyphs span {
    width: 70px;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
}

.glyphs .imglist {
    position: relative;
    width: calc(100% - 70px);
    display: inline-block;
    height: 22px;
}

.glyphs .imglist .glyphs-bgcolor {
    position: absolute;
    left: 0;
    height: 22px;
    width: 100%;
    border-radius: 30px;
}

.glyphs .imglist .glyphs-bgcolor-two {
    position: absolute;
    left: 0;
    height: 18px;
    width: calc(100% - 56px);
    margin: 2px 2px 0;
}

.glyphs .imglist .glyphs-bgcolor-two .setbg {
    border-radius: 30px;
    height: 18px;
    display: inline-block;
}

.glyphs .imglist .glyphs-bgcolor-two span {
    position: absolute;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    width: auto;
}

.home-one-left .home-swiper {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    margin-top: 76px;
}

.home-one-left .home-swiper .add-link {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    cursor: pointer;
    z-index: 100;
}

.home-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide a .pic {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.home-swiper .swiper-slide a .info {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 20px 15px;
}

.home-swiper .swiper-slide a .info h3 {
    line-height: 25px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-swiper .swiper-slide a:hover .info h3 {
    color: #af6b3c;
}

.home-swiper .swiper-slide a .info p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next {
    width: 40px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0);
    top: 115px;
    margin-top: 0;
    opacity: 0.6;
}

.home-swiper .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 16px auto;
    left: 0;
}

.home-swiper .swiper-button-next {
    background-image: url("../images/arrow-left.png");
    background-size: 16px auto;
    transform: rotate(180deg);
    right: 0;
}

.home-swiper .swiper-button-prev:hover,
.home-swiper .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.home-one-right {
    height: 665px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 25px 18px;
}

.home-one-right .rightcon {
    border: 1px solid #efefef;
    border-radius: 8px;
    margin-top: 20px;
}

.home-one-right .content {
    /* margin-bottom: 20px; */
}

.home-one-right .search-cont {
    width: 100%;
    padding-top: 0;
}

.home-one-right .search-cont .search-input .input-box {
    width: 428px;
}

.home-one-right .search-cont .search-input img {
    height: 30px;
    object-fit: contain;
    width: 20px;
}

.home-one-right .search-cont .search-input span {
    line-height: 48px;
    color: #ffffff;
    margin-left: 5px;
}

.home-one-right .content {
    height: 415px;
    object-fit: none;
    width: 520px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.home-one-right h3 {
    text-align: center;
    margin-bottom: 20px;
}

.home-one-right .title {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 60%;
}

.home-one-right .title li {
    width: 33.3333%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-bottom {
    margin-top: 48px;
    padding-bottom: 20px;
    overflow: hidden;
}

.home-bottom li {
    width: 228px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    height: 280px;
    border-radius: 6px;
    box-sizing: border-box;
}

.home-bottom li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-bottom li:nth-child(5n) {
    margin-right: 0;
}

.home-bottom li .pic {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.home-bottom .bottom-content {
    padding: 10px 15px;
}

.home-bottom .bottom-content p {
    color: #ac6a3d;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-bottom .bottom-content div {
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 搜字 */
.word-search .search-cont .search-input .input-box {
    /* width: 434px; */
    padding-right: 10px;
}

.word-search .search-cont .search-input .input-box input {
    width: 625px;
}

.word-search .search-cont .search-input img {
    height: 30px;
    object-fit: contain;
    width: 20px;
}

.word-search .search-cont .search-input span {
    line-height: 48px;
    color: #ffffff;
    margin-left: 5px;
}

.modal_wordSearch .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal_wordSearch .bottom img {
    width: 30%;
    padding-right: 10px;
    height: 180px;
    object-fit: contain;
}

.modal_wordSearch .bottom .right {
    padding-left: 10px;
    width: 70%;
    /* height: 120px; */
    margin-top: 20px;
}

.modal_wordSearch .bottom .right a {
    display: block;
    font-size: 12px;
    color: #666;
}

.modal_wordSearch .bottom .right a:hover {
    color: #af6b3c;
}

.modal_wordSearch .bottom .right span {
    font-size: 10px;
    color: #666666;
}

.modal_wordSearch .bottom .right .titlebig {
    font-size: 36px;
    color: #000000;
}


.modal_wordSearch .bottom .right .right-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.modal_wordSearch .bottom .right .right-bottom > li {
    width: 33.33%;
    margin: 5px 0;
}

.modal_wordSearch .bottom .right .right-bottom .title {
    font-size: 24px;
    color: #000000;
}

/* 图像处理 */
.handleImg-body {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}

.handleImg-body .ite {
    width: 50%;
    float: left;
}

.handleImg-body .ite img {
    width: 350px;
    height: 350px;
}

.handleImg-body .ite.right {
    padding-left: 10px;
}

.handleImg-body h3 {
    font-size: 22px;
    color: #af6b3c;
    margin-bottom: 10px;
}

.handleImg-body img {
    width: 100%;
    height: auto;
}

.handleImg-btns {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.handleImg-btns a {
    display: block;
    width: 180px;
    height: 40px;
    margin-right: 20px;
    float: left;
    border: 2px solid #af6b3c;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius: 4px;
    color: #af6b3c;
}

.handleImg-btns a:hover {
    font-weight: bold;
}

.handleImg-btns a.on {
    color: #fff;
    background: #af6b3c;
    font-weight: bold;
}

/* 造字 */
.makeCharacters .view {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
}

.makeCharacters .view .add-img {
    width: 200px;
    height: 200px;
    float: left;
}

.makeCharacters .view .zaozi-btns {
    margin-left: 230px;
    height: 200px;
    display: flex;
    justify-content: start;
    align-items: end;
}

.makeCharacters .view .zaozi-btns a {
    display: block;
    width: 150px;
    height: 48px;
    margin-right: 20px;
    float: left;
    border: 2px solid #af6b3c;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border-radius: 4px;
    color: #af6b3c;
}

.makeCharacters .view .zaozi-btns a:first-child .arrow {
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    border-left: 2px solid transparent;
    border-right: 2px solid #af6b3c;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #af6b3c;
    transform: rotate(45deg) translateY(-3px);
}

.makeCharacters .view .zaozi-btns a:hover {
    font-weight: bold;
}

.makeCharacters .view .zaozi-btns a.on {
    color: #fff;
    background: #af6b3c;
    font-weight: bold;
}

.makeCharacters1 textarea {
    width: 100%;
    height: 400px;
    outline: none;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
    font-size: 16px;
    color: #666;
}

.history-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.history-btns a {
    display: block;
    width: 200px;
    height: 48px;
    margin-right: 20px;
    float: left;
    border: 2px solid #af6b3c;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border-radius: 4px;
    color: #af6b3c;
}

.history-btns a:hover {
    font-weight: bold;
}

.history-btns a.on {
    color: #fff;
    background: #af6b3c;
    font-weight: bold;
}

.makeCharacters2 {
    margin-top: 35px;
}

.makeCharacters2 .con {
    margin-top: 20px;
    background-color: #ffffff;
    height: auto;
    padding: 20px 20px;
    line-height: 1.5;
    color: #666;
    font-size: 16px;
}

.makeCharacters2 .con p {
    color: #666;
    font-size: 16px;
}

/* 搜字结果页 */
.word-search-result .search-cont {
    padding-top: 40px;
    margin-left: 90px;
    margin-bottom: 20px;
}

.two-con {
    height: 220px;
}

.two-con .two-left {
    position: relative;
    float: left;
}

.two-con .two-left img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.two-con .two-left div {
    position: absolute;
    line-height: 90px;
    top: 0;
    left: 5px;
    font-size: 80px;
    color: #aa5e1d;
    text-align: center;
}

.two-con .two-left span {
    color: #666;
    font-size: 14px;
    /* float: right; */
    text-align: right;
    display: block;
    width: 90px;
    margin-top: 4px;
}

.two-con .two-right {
    height: 90px;
    float: left;
    margin-left: 30px;
    margin-top: 8px;
}

.two-con .two-right .two-buttom {
    object-fit: cover;
    height: 14px;
    /*object-fit: none;*/
    width: 1000px;
    margin-top: -8px;
}

.two-con .two-right .result-two-right {
    object-fit: contain;
    width: 44px;
    float: left;
    height: 44px;
    margin-top: 4px;
}

.two-con .two-right .result-two-left {
    float: left;
    /* margin-right: 10px; */
}

.two-con .two-right .result-two-left div {
    font-size: 16px;
    line-height: 30px;
}

.two-con .two-right .result-two-left div:last-of-type {
    font-size: 12px;
    line-height: 20px;
}

.two-con .two-right ul li {
    display: inline-block;
}

.result-three {
    padding-bottom: 30px;
}

.floor-nav {
    float: left;
    overflow: hidden;
    margin-top: 30px;
}

.floor-nav.fixed-top {
    position: fixed;
    top: 20px;
}

.result-three .three-left {
    width: 80px;
    float: left;
    border-right: 1px solid #e5e6e6;
}

.result-three .three-left1 {
    float: left;
    margin-left: -5.5px;
}

.result-three .three-left li:first-of-type {
    /* padding-top: 20px; */
}

.result-three .three-left li {
    height: 60px;
}

.result-three .three-left1 li {
    height: 60px;
}

.result-three .three-left li a {
    color: #333;
}

.result-three .three-left li.on a {
    color: #af6b3c;
}

.result-three .three-left1 li span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #e6e6e6;
    cursor: pointer;
}

.result-three .three-left1 li.on span {
    background-color: #ba8363;
}

.result-three .line {
    border-right: 1px solid #e5e6e6;
    height: 260px;
    width: 1px;
    float: left;
    margin-left: -6px;
}

.word-result-top {
    display: flex;
    justify-content: space-between;
}

.word-result-top li {
    width: 90px;
    text-align: center;
    float: left;
}

.word-result-top li img {
    width: 90px;
    height: 90px;
}

.word-result-top li img {
    width: 90px;
    height: 90px;
}

.word-result-top li:last-of-type {
    position: relative;
}

.word-result-top li:last-of-type div {
    position: absolute;
    line-height: 90px;
    top: 0;
    left: 5px;
    font-size: 80px;
    color: #aa5e1d;
    text-align: center;
}

.word-result-pu {
    margin-left: 120px;
}

.word-result-pu h3 {
    margin: 20px 0 10px 0;
    color: #ad6a3d;
}

.word-result-pu .home-one-right {
    width: 100%;
}

.selecttwo p {
    margin: 10px 0;
}

.selecttwo span {
    color: #666666;
    font-size: 12px;
}

.selecttwofloat {
    overflow: hidden;
}

.selecttwofloat li {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.selecttwofloat li:nth-child(5n) {
    margin-right: 0;
}

.selecttwofloat li a {
    display: block;
    width: 100%;
    height: 100%;
}

.selecttwofloat li a .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.selecttwofloat li a p {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.selectthree p {
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}

.selectthree p span {
    color: #b57044;
    margin-left: 100px;
    font-size: 14px;
    padding-left: 25px;
}

.selectthree p span.book {
    padding-left: 20px;
    background: url("../images/book-icon.png") no-repeat 0 center;
    background-size: 12px 14px;
}

.selectthree p span.author {
    margin-left: 30px;
    background: url("../images/author-icon.png") no-repeat 0 center;
    background-size: 14px 16px;
}

.relatedWords ul {
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.relatedWords ul li {
    width: auto;
    padding: 0 10px;
    line-height: 1.5;
    float: left;
    text-align: center;
    color: #666;
}

.relatedWords .expand {
    background-color: #ae5e00;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 6px;
    display: inline-block;
    /*margin-left: 30px;*/
    cursor: pointer;
    font-size: 14px;
}

.relatedWords .arrow {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 0;
    background: url("../images/arrow-bottom.png") no-repeat center center;
    background-size: 13px auto;
}

.selecttwo .selectfour span:first-of-type {
    color: #333333;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.selecttwo .selectfour span:last-of-type {
    color: #666666;
    font-size: 12px;
    float: right;
    line-height: 30px;
}

.selectfour {
    overflow: hidden;
}

.selectfour li {
    width: 200px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.selectfour li:nth-child(5n) {
    margin-right: 0;
}

.selectfour li a {
    display: block;
    width: 100%;
    height: 100%;
}

.selectfour li .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.conbottom {
    margin-top: 20px;
    background-color: #ffffff;
    height: auto;
    padding: 20px 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.conbottom p {
    font-size: 16px;
    color: #666;
}

/* 释文检索结果页 */
.search-result {
    padding-bottom: 30px;
}

.search-result .font-classify {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.search-result .font-classify a {
    display: block;
    width: 150px;
    height: 48px;
    margin-right: 10px;
    float: left;
    border: 2px solid #af6b3c;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    border-radius: 4px;
    color: #af6b3c;
}

.search-result .font-classify a:hover {
    font-weight: bold;
}

.search-result .font-classify a.on {
    font-weight: bold;
    color: #fff;
    background: #af6b3c;
}

.search-result table,
.search-result th,
.search-result td {
    border: 1px solid #ebecec;
    border-collapse: collapse;
}

.search-result table {
    width: 100%;
}

.search-result th {
    color: #ffffff;
    padding: 12px;
    background-color: #ba8264;
    border: 1px solid #af6b3c;
}

.search-result td {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    min-height: 160px;
}

.search-result td div:first-of-type {
    color: #ac6a3d;
    margin-bottom: 3px;
}

.search-result td .tablecon {
    color: #747374 !important;
    margin-bottom: 0;
}

.search-result td div span {
    color: #747374;
    line-height: 1.5;
}

#shiwen-result tr td {
    text-align: center;
    vertical-align: middle;
}

#shiwen-result tr td:first-child a {
    color: #c40202;
}

.search-result .tabletitleshort {
    width: 70px;
}

.search-result .tabletitlelong {
    width: 270px;
}

.wzfan-ye {
    width: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.wzfan-ye a {
    display: block;
    float: left;
    margin: 0 3px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #af6b3c;
    background: #fff;
    color: #9fa5ab;
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
}

.wzfan-ye a.active {
    color: #fff;
    background: #af6b3c;
    border-color: #af6b3c;
}

.wzfan-ye a:hover {
    color: #fff;
    background: #af6b3c;
    border-color: #af6b3c;
}

.photo-btn {
    visibility: hidden;
}

#uploadsvg-btn, #handleImg-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

#word-span {
    font-family: 集大字库;
    color: black;
    font-size: x-large;
}

.home-img:hover {
    cursor: pointer;
}


/*裁剪框样式*/
/* 设置裁剪区域的样式 */
.cropper-box {
    width: 350px;
    height: 350px;
    background-color: rgba(245, 242, 239, 0.99);
    overflow: hidden;
}

/* 预览区域 */
.preview-area {
    width: 120px;
    height: 120px;
    background-color: gray;
}

/* 设置预览区域下方文本的样式 */
.size {
    font-size: 12px;
    color: gray;
    text-align: center;
}

/* 设置 preview-box 区域的的样式 */
.preview-box {
    align-items: center;
    position: relative;

}

/* 设置 img-preview 区域的样式 */
.img-preview {
    overflow: hidden;
    border-radius: 10%;
}

/**************相似图片区域样式**************/
/* Header */
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
  */
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 5px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #e7a56e;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ee962b;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.gallery .thumbnail p {
    margin: 0;
    color: #B3B3B3;
    text-align: left;
    padding-left: 20px;
}

.gallery .thumbnail span {
    font-size: medium !important;
}

/* More info */

.cards {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
    opacity: 0.8;
}

.gallery .thumbnail .tag {
    color: #5D5E5D;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    .thumbnail {
        width: 100%;
    }

    .thumbnail {
        width: 100%;
    }
}


.back-drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-wrapper {
    width: 556px;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FFF;
}

.dialog {
    height: 100%;
    overflow: auto;
    padding: 0 20px;
}

.preview-box1 {
    margin-left: 35px;
}

#confirm-btn {
    border-radius: 6px;
    text-align: center;
    background: #af6a3c;
    color: white;
    border: none;
    box-shadow: 1px 1px 3px #454e56;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    left: 42%;

}

#confirm-btn:hover {
    cursor: pointer;
    font-weight: bold;
}

#confirm-btn:active {

}

.tip-box {
    width: 130px;
    margin-left: 30px;
    margin-top: 20px;
    color: #5D5E5D;
}

.ocr-card {
    height: 150px;
    width: 920px;
    border: solid 1px #b474571a;
    box-shadow: 2px 2px 5px #a4a4a4;
    margin: 50px auto;
    padding: 10px;
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.ocr-card:hover {
    width: 936px;
    height: 160px;
    margin-top: 45px;
    transition: 1s;
    padding: 15px 18px;
    cursor: pointer;
}

.ocr-card:hover #front-ocr-img {
    opacity: 0;

    transition: 1s;
}

#back-ocr-img {
    position: absolute;
    left: 0;
    z-index: 10;
}

#front-ocr-img {
    position: relative;
    z-index: 20;
}

.ocr-img {
    width: 100px;
    height: 100px;
    margin: 20px 30px;
}

.img-box {
    position: relative;
}

.arror-img {
    width: 80px;
    height: 80px;
    margin: auto 60px;
    opacity: 0;
}

.ocr-card:hover .arror-img {
    opacity: 0.6;
    margin: auto 65px;
    transition: 1s;
}

.viewer {
    padding: 20px;
}

.viewer li {
    display: inline-block;
    width: 120px;
    height: 180px;
    text-align: center;
}

.viewer li span {
    word-break: normal;
    width: auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.viewer img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 5px auto;
    cursor: zoom-in;
}

.location-panel {
    position: relative;
}

.location-button {
    cursor: pointer;
    display: block;
    width: 40px;
}

.location-menu {
    position: absolute;
    border: #9fa5ab;
    box-shadow: 0 2px 10px 0 #868686;
    border-radius: 5px;
    background: white;
    font-size: 13px;
    display: none;
    z-index: 999;
}

.location-menu li {
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    width: 75px;
}

.location-menu li:hover {
    background: #f5d8b3;
    color: #5f2b11;
}

.location-button:hover {
    color: #ba8264;
}

#toast {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -75px;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background: #353535;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #fff;

}

/*释文中替换文字的图片*/
.shiwen_temp {
    width: 16px;
    height: 16px;
}

.qiwufenlei-panel {
    float: right;
    display: none;
}

.qiwufenlei-panel p {
    display: inline-block;
    color: #282828;
}

.qiwufenlei {
    display: inline-block;
}

.qiwufenlei .location-button {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    border: solid 1px #c3c3c3;
    padding: 2px;
    border-radius: 4px;
}

.qiwufenlei .pulldown-img {
    width: 10px;
    height: 13px;
}

.zibian_showmore {
    position: absolute;
    right: 20px;
    color: #142fc6;
    font-size: 20px;
    font-weight: bold;
}

.zibian_title {
    color: #ad6a3d;
    padding: 10px 30px;
}

.center-title {
    text-align: center;
    margin: 30px;
}

.lab_info_container h4 {
    padding: 10px 0;
    color: #ad6a3d;
}

.lab_info_container h3 {
    padding: 10px 0;
    color: #ad6a3d;
}

.lab_info_container h2 {
    padding: 20px 0;
    color: #ad6a3d;
}

.lab_info_container span {
    padding: 10px 0;
    color: #212121;
}

.highlight {
    background-color: #fdd489;
}

.zibian_main {
    padding-left: 90px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

table td, table th {
    border: 1px solid #b1a89c;
    color: #666;
    height: 30px;
    width: 100px;
}

table thead th {
    background-color: #CCE8EB;
    width: 100px;
}

table tr:nth-child(odd) {
    background: #af6a3c4a
}

table tr:nth-child(even) {
    background: #ffffff;
}






