html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
    position: relative;

}
.none{
    display: none;
}
.bg{
    background: url(../images/bg.png) no-repeat;
    height:100%;
    width:100%;
    position:fixed;
    text-align:center;
    background-size:100% 100%;
}
@keyframes rotate {
    from {
        transform: rotateY(-10deg);
        text-shadow:  1px -1px #CCC,
                    2px -1px #BBB,
                    3px -2px #AAA,
                    4px -2px #999,
                    5px -3px #888,
                    6px -3px #777;
    }
    to {
        transform: rotateY(10deg);
        text-shadow:  -1px -1px #CCC,
                    -2px -1px #BBB,
                    -3px -2px #AAA,
                    -4px -2px #999,
                    -5px -3px #888,
                    -6px -3px #777;
    }
    }
    @keyframes skew {
    /*竖屏 css*/
    from {
        transform: scaleY(0.3) skewX(-15deg);
    }
    to {
        transform: scaleY(0.3) skewX(-20deg);
    }
    }
    


    table tbody {
        display:block;
        height:520px;
        overflow-y:scroll;
        }
        table thead, tbody tr {
        display:table;
        width:100%;
        table-layout:fixed;
        }
        table thead {
        width: calc( 100% - 1em )
        }
        .return{
            position: fixed;
            top: 10px;
            left: 10px;
        }
        .return img{
            width: 38px;
        }
        .bgChange{
            background: url(images/bg.gif) no-repeat;
            text-align:center;
            background-size:100% 100%;
            width:100%;
            height:100%;
            position:fixed;
            padding-top: 100px;
            top:0px;
            z-index:-1;
            /* animation:frams 10s infinite; */
        }
        /* @keyframes frams {
                    0%{
                        background-image: url("../images/bg001.png");background-size: 100% 100%;background-repeat: no-repeat
                    }
                    33%{
                        background-image: url("../images/bg002.png");background-size: 100% 100%;background-repeat: no-repeat
                    }
                    66%{
                        background-image: url("../images/bg003.png");background-size: 100% 100%;background-repeat: no-repeat
                    }
                    100%{
                        background-image: url("../images/bg004.png");background-size: 100% 100%;background-repeat: no-repeat
                    }
                } */
        .bookName{
            font-size: 20px;
            font-weight: bolder;
        }
        .Details{
            float: left;
            width: 100%;
        }
        .Detail{
            margin: 15px;
            overflow: hidden;
            background: #fff;
            padding: 10px;
            
            border:4px double #ddd;
        }
        /* .DetailsBtn{
            float:right;
        } */
        .Details dd{
            float: left;
            /* width: 20%; */
            margin-right: 33px;
        }
        .DetailsText1{
            font-size: 18px;
            font-weight: bolder;
            color: blue;
        }
        .DetailsText2{
            font-size: 15px;
            font-weight: 300;
            color: #c09191;
        }
        .DetailsTitles{
            color: green;
            font-size: 20px;
            font-weight: 800;
        }
        .bookName{
            color: #8383b6;
        }
        .Detail:hover{
            cursor:pointer;
            animation:frams 1.5s infinite;
        }
          @keyframes frams {
                    0%{
                        box-shadow:0 0 0.8em #f87,-0 -0 0.8em #f87;
                        border: 4px dotted #ddd;
                        /* text-shadow:0 0 0.3em #f87,-0 -0 0.3em #f87; */
                        background-color: #ddd;
                    }
                   100%{
                        box-shadow: 0px 0px 0px #f87;
                    }
                }
                .maps{
                    overflow-y: scroll;
                }
    .Clue{
        font-size: 20px;
        padding-left: 30px;
        /* margin-top: 96px; */
        font-weight: 700;
        color: #4c7e9e;
        font-style: oblique;
        /* top: 15px; */
        padding-top: 16px;
        padding-bottom: 10px;
    }
    .float_bg{
        overflow-y: auto;
    }

    /* 加载动画 */
    .spinner {
        width: 70px;
        height:70px;
        position: absolute;
        left:50%;
        top: 50%;
        z-index: 999;
      }
       
      .container1 > div, .container2 > div, .container3 > div {
        width:15px;
        height:15px;
        background-color: #333;
       
        border-radius: 100%;
        position: absolute;
        -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
        animation: bouncedelay 1.2s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }
       
      .spinner .spinner-container {
        position: absolute;
        width: 100%;
        height: 100%;
      }
       
      .container2 {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
      }
       
      .container3 {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
      }
       
      .circle1 { top: 0; left: 0; }
      .circle2 { top: 0; right: 0; }
      .circle3 { right: 0; bottom: 0; }
      .circle4 { left: 0; bottom: 0; }
       
      .container2 .circle1 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
      }
       
      .container3 .circle1 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
      }
       
      .container1 .circle2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
      }
       
      .container2 .circle2 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
      }
       
      .container3 .circle2 {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
      }
       
      .container1 .circle3 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
      }
       
      .container2 .circle3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
      }
       
      .container3 .circle3 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
      }
       
      .container1 .circle4 {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
      }
       
      .container2 .circle4 {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
      }
       
      .container3 .circle4 {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
      }
       
      @-webkit-keyframes bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0.0) }
        40% { -webkit-transform: scale(1.0) }
      }
       
      @keyframes bouncedelay {
        0%, 80%, 100% {
          transform: scale(0.0);
          -webkit-transform: scale(0.0);
        } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
        }
      }
      @media screen and (orientation: portrait) {
        #table tbody tr{
            height:50px;
        }
        .bgChange{
            background: url(images/bgP.gif) no-repeat;
            background-size: 100% 100%;
        }
        table tr:nth-child(even) {
            background: #f2f2f2;
        }
    
        #table thead tr {
            background-color: #345ec0;
            color: #fff;
            height: 60px;
        }
    
        .float_border {
            background-color: #fff;
        }
    
        .input_box {
            position: fixed;
            font-size: 25px;
        }
    
        .float_bgs {
            width: 80%;
            margin-left: 10%;
            padding: 0px;
            position: relative;
            background-color: #F1F1F3;
            box-shadow: 6px 6px 8px #000;
            border-radius: 3px;
            margin-top: 180px;
            position: relative;
            /* overflow-y: auto; */
            /* max-height: 800px; */
            /* min-height: 422px; */
            /* background: -webkit-linear-gradient(top left, #547252, #345ec0); */
        }
    
        #pageBar .layui-box {
            position: absolute;
            right: 28px;
        }
    
        .input_box {
            width: 80%;
            margin-left: 5%;
            margin-top: 100px;
            /* border: #000 double 5px; */
            padding: 35px;
            box-shadow: 2px 3px 5px #000;
            top: 111px;
        }
    
        .title_img {
            position: absolute;
            z-index: 1;
            width: 100%;
            text-align: center;
            top:60px;
        }
    
        .logo_img {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }
    
        .seach_select {
            width: 20%;
            height: 60px;
            vertical-align: middle;
        }
    
        .seach_text {
            width: 48%;
            height: 56px;
            vertical-align: middle;
        }
    
        .seach_btn {
            width: 22%;
            height: 60px;
            vertical-align: middle;
            outline: none;
            border: 1px solid transparent;
            margin: 0;
            padding: 0;
            background-color: #666666;
            color: #fff;
        }
    
        .seach_btn:active {
            background-color: #fff;
            color: #000;
        }
    
        /* .float_bg {
            font-size: 0px;
    
        } */
    
        .zhezhaoceng {
            position: absolute;
            z-index: 12;
            background-color: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 100%;
            display: table;
        }
    
        .imgbox {
            display: table-cell;
            vertical-align: middle
        }
    
        .none {
            display: none;
        }
    
        .float_bg table th,
        .float_bg table td {
            text-align: center;
        }
        .float_bg .layui-laypage-skip,.float_bg .layui-laypage-count{
            background-color: #F1F1F3;
        }
        #pageBar span,#pageBar a,#pageBar input,#pageBar button{
            height: 40px;
            line-height: 40px;
        }
        #pageBar  select,#pageBar option{
            height: 34px;
        }
    
        div.pinch-zoom,
        div.pinch-zoom img{
            -webkit-user-drag: none;
        }
        .nobook{
            width: 75%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            z-index: 2;
            border-radius: 5px;
            box-shadow: 6px 6px 8px #000;
            z-index: 999;
        }
        .nobook_show{
            text-align: center;
            background-color: #fff;
            border: 15px solid #666666;
            height: 200px;
            line-height: 200px;
            font-size: 40px;
            color: #666;
            margin: 15px;
        }
        .hot{
            position: fixed;
            top: 401px;
            left: 5%;
            /* border: #000 double 5px; */
            /* border-radius: 10px; */
            padding: 35px;
            width: 80%;
            box-shadow: 1px 0px 5px #000;
            /* background: rgb(255,255,255,0.8); */
        }
    
        .hotbook img{
            width: 70px;
            margin: 0,7px;
            border: #a86a6a solid 7px;
            border-radius: 16px;
            box-shadow: 6px 6px 8px #000;
            margin-right: 6px;
        }
        .input_box h1,.hot h1{
            text-align: left;
            text-transform: uppercase;
            font-size:25px;
            letter-spacing: 0.1em;
            color: #2a3512;
            animation: rotate 2s ease-in-out alternate infinite;
            top: -20px;
            position: absolute;
            background-color: #fff;
        }
        h1:before {
            content: attr(data-shadow);
            color: transparent;
            text-shadow: 0 0 15px #111;
            position: absolute;
            z-index: -1;
            margin: -0.1em 0 0 0;
            animation: skew 2s ease-in-out alternate infinite;
            transform-origin: bottom;
        }
            .booktitle{
            text-align: center;
            /* background-color: #345ec0; */
            font-size: 20px;
            padding: 8px 0;
            color: #fff;
            background: -webkit-linear-gradient(top left, #547252, #345ec0);
            }
            .books{
                width: 200px;
                text-align: left;
                background: rgb(150,150,150,0.6);
                padding: 7px;
                display: inline-block;
                margin: 50px 11px;
                box-shadow: 6px 3px 10px #000;
            }
            .books dd{
                font-size: 14px;
                padding: 8px 30px 12px 12px;
                background-color: #fff;
            }
            .books span{
                margin-left: 3px;
            }
            .books p{
                width: 170px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .map{
                top: 350px;
                z-index: 0;
            }
            form{
                height: 100%;
            }
            .bgChange{
                z-index: 0;
            }
            .bgChanges{
                height: 100%;
            }
            .alertText{
                display: block;
                font-size: 50px;
                padding: 62px 40px;
                font-weight: bolder;
            }
            .maptitle h1{
                font-size: 60px;
            }
            /* 手机端 */
            @media (max-width: 820px) {
                .title_img img{
                    width: 90%;
                }
                .hot{
                    overflow-y: scroll;
                    /* max-height: 363px; */
                    top: 268px;
                    left: 5%;
                    width: 90%;
                    /* box-shadow: 0px 0px 0px #000; */
                    padding: 0;
                    /* text-align: center; */
                    display: flex;
                    justify-content: center;
                    padding-bottom: 10px;
                }
                .hot h1{
                    top: 4px;
                }
                /* .input_box{
                    width: 80%;
                    margin-left: 5%;
                    margin-top: 100px;
                    padding: 35px;
                    box-shadow: 2px 3px 5px #000;
                    top: 111px;
                } */
                .input_box h1{
                    display:none;
                }
                .input_box{
                    width: 90%;
                    top: 81px;
                    padding: 35px 0;
                    margin-top: 0;
                    /* margin-left: 0;
                    margin-top: 0;
                    padding: 35px 0;
                    top: 0;
                    background: #fff; */
                }
                .input_box select{
                    width: 20%;
                    height: 40px;
                }
                #txtCondition{
                    width: 60%;
                    height: 36px;
                }
                #btnSearch{
                    width: 80%;
                    height: 45px;
                    margin-top: 20px;
                    border-radius: 5px;
                }
                .hot .books{
                    margin-bottom: 0px;
                    width: 250px;
                }
                .logo_img{
                    display: none;
                }
                .title_img{
                    top: 20px;
                }
                .hotTwo{
                    top: 175px;
                    height: 100%;
                }
                .titleImgTwo{
                    top:80px;
                }
                .float_bgs{
                    margin-top: 165px;
                }
                .hotsan{
                    top: 181px;
                }
                
            }
        }

        @media screen and (orientation: landscape) {
            /*横屏 css*/
            #table tbody tr{
                height:50px;
            }
            .bgChange{
                background: url(images/bgL.gif) no-repeat;
                background-size: 100% 100%;
            }
            table tr:nth-child(even) {
                background: #f2f2f2;
            }
        
            #table thead tr {
                background-color: #345ec0;
                color: #fff;
                height: 60px;
            }
        
            .float_border {
                background-color: #fff;
            }
        
            .input_box {
                position: fixed;
                font-size: 25px;
            }
        
            .float_bgs {
                width: 80%;
                margin-left: 10%;
                padding: 0px;
                position: relative;
                background-color: #F1F1F3;
                box-shadow: 6px 6px 8px #000;
                border-radius: 3px;
                margin-top: 200px;
                position: relative;
                /* overflow-y: auto; */
                /* max-height: 800px; */
                /* min-height: 422px; */
                /* background: -webkit-linear-gradient(top left, #547252, #345ec0); */
            }
        
            #pageBar .layui-box {
                position: absolute;
                right: 28px;
            }
        
            .input_box {
                width: 80%;
                margin-left: 10%;
                margin-top: 100px;
                /* border: #000 double 5px; */
                padding: 35px;
                box-shadow: 2px 3px 5px #000;
                top: 111px;
            }
        
            .title_img {
                position: absolute;
                z-index: 1;
                width: 100%;
                text-align: center;
                top:60px;
            }
        
            .logo_img {
                position: absolute;
                bottom: 10px;
                right: 10px;
            }
        
            .seach_select {
                width: 20%;
                height: 60px;
                vertical-align: middle;
            }
        
            .seach_text {
                width: 56%;
                height: 56px;
                vertical-align: middle;
            }
        
            .seach_btn {
                width: 22%;
                height: 60px;
                vertical-align: middle;
                outline: none;
                border: 1px solid transparent;
                margin: 0;
                padding: 0;
                background-color: #666666;
                color: #fff;
            }
        
            .seach_btn:active {
                background-color: #fff;
                color: #000;
            }
        
            /* .float_bg {
                font-size: 0px;
        
            } */
        
            .zhezhaoceng {
                position: absolute;
                z-index: 12;
                background-color: rgba(0, 0, 0, 0.5);
                width: 100%;
                height: 100%;
                display: table;
            }
        
            .imgbox {
                display: table-cell;
                vertical-align: middle
            }
        
            .none {
                display: none;
            }
        
            .float_bg table th,
            .float_bg table td {
                text-align: center;
            }
            .float_bg .layui-laypage-skip,.float_bg .layui-laypage-count{
                background-color: #F1F1F3;
            }
            #pageBar span,#pageBar a,#pageBar input,#pageBar button{
                height: 40px;
                line-height: 40px;
            }
            #pageBar  select,#pageBar option{
                height: 34px;
            }
        
            div.pinch-zoom,
            div.pinch-zoom img{
                -webkit-user-drag: none;
            }
            .nobook{
                width: 30%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                z-index: 2;
                border-radius: 5px;
                box-shadow: 6px 6px 8px #000;
            }
            .nobook_show{
                text-align: center;
                background-color: #fff;
                border: 15px solid #666666;
                height: 200px;
                line-height: 200px;
                font-size: 40px;
                color: #666;
                margin: 15px;
            }
            .hot{
                position: fixed;
                top: 401px;
                left: 10%;
                /* border: #000 double 5px; */
                /* border-radius: 10px; */
                padding: 35px;
                width: 80%;
                box-shadow: 1px 0px 5px #000;
            /* background: rgb(255,255,255,0.8); */
            display: block;
            }
            .hotsan{
                top: 251px;
            }
            .hotbook img{
                width: 70px;
                margin: 0,7px;
                border: #a86a6a solid 7px;
                border-radius: 16px;
                box-shadow: 6px 6px 8px #000;
                margin-right: 6px;
            }
            .input_box h1,.hot h1 {
                text-align: left;
                text-transform: uppercase;
                font-size:25px;
                letter-spacing: 0.1em;
                color: #2a3512;
                animation: rotate 2s ease-in-out alternate infinite;
                top: -20px;
                position: absolute;
                /* background-color: #fff; */
            }
            h1:before {
                content: attr(data-shadow);
                color: transparent;
                text-shadow: 0 0 15px #111;
                position: absolute;
                z-index: -1;
                margin: -0.1em 0 0 0;
                animation: skew 2s ease-in-out alternate infinite;
                transform-origin: bottom;
            }
                .booktitle{
                text-align: center;
                /* background-color:  #345ec0; */
                font-size: 20px;
                padding: 8px 0;
                color: #fff;
                background: -webkit-linear-gradient(top left, #547252, #345ec0);
                }
                .books{
                    width: 200px;
                    text-align: left;
                    background: rgb(150,150,150,0.6);
                    padding: 7px;
                    display: inline-block;
                    margin: 50px 11px;
                    box-shadow: 6px 3px 10px #000;
                }
                .books dd{
                    font-size: 14px;
                    padding: 8px 30px 12px 12px;
                    background-color: #fff;
                }
                .books span{
                    margin-left: 3px;
                }
                .books p{
                    width: 170px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                 /* 手机端 */
            @media (max-width: 820px) and (min-width: 500px) {
                .seach_select{
                    font-size: 15px;
                }
                .title_img img{
                    width: 90%;
                }
                .hot{
                    overflow-y: scroll;
                    width: 44%;
                    /* box-shadow: 0px 0px 0px #000; */
                    padding: 0;
                    /* text-align: center; */
                    display: flex;
                    justify-content: center;
                    padding-bottom: 10px;
                    top: 8%;
                    left: 50%;
                    max-height: 291px;
                }
                .hot h1{
                    top: 4px;
                }
                /* .input_box{
                    width: 80%;
                    margin-left: 5%;
                    margin-top: 100px;
                    padding: 35px;
                    box-shadow: 2px 3px 5px #000;
                    top: 111px;
                } */
                .input_box h1{
                    display:none;
                }
                .input_box{
                    width: 38%;
                    top: 81px;
                    padding: 40px 0;
                    margin-top: 0;
                    margin-left: 5%;
                }
                .input_box select{
                    width: 20%;
                    height: 40px;
                }
                #txtCondition{
                    width: 60%;
                    height: 60px;
                }
                #btnSearch{
                    width: 80%;
                    height: 60px;
                    margin-top: 20px;
                    border-radius: 5px;
                }
                .hot .books{
                    margin-bottom: 0px;
                    width: 250px;
                }
                .logo_img{
                    display: none;
                }
                .title_img{
                    top: 20px;
                    width: 45%;
                }
                .hotTwo{
                    top: 64px;
                    max-height: 285px;
                }
                .titleImgTwo{
                    top: 17px;
                    right: 10px;
                }
                /* .titleImgthree{
                    top: -166px;
                } */
                .float_bgs{
                    top: -89px;
                }
                .hotsan{
                    width: 90%;
                    left: 5%;
                }
            }
            @media (max-width: 500px) {
                .title_img{
                    top: 10px;
                }
                .title_img img{
                    width: 100%;
                }
                .logo_img{
                    display:none;
                }
                .input_box{
                    width: 77%;
                    height:114px;
                    top:69;
                    margin-left: 0;
                    margin-top: 0;
                }
                .seach_btn{
                    width: 64%;
                    margin-top: 10px;
                }
                .hot{
                    display: none;
                }
            }
            }
            .seach_select{
                font-size: 15px;
            }