#center {
    padding:50px 0;
}

.bookContent {
    background-color: #fff;
    margin:0 auto;
    padding:30px;
}

.bookTitle {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    padding:0 0 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.bookTitle:before {
    content:"";
    width: 6em;
    height: 2px;
    background-color: #6789ab;
    position: absolute;
    left:0;
    bottom:-1px;
}

.bookTitle:last-of-type:before{
    width: 4em;
}

.bookForm {
    /*margin:60px 0;*/
    margin:60px 0 200px;
    padding:20px 120px;
    position: relative;
    overflow:visible;
}

#itemForm .form_item .label {
    width: 60px;
    text-align: left;
    text-align-last: justify;
    margin:0;
    position: relative;
}

#itemForm .form_item .label:after{
    content:"：";
    position: absolute;
    right:-16px;
}

#itemForm .form_item .label i {
    margin:0 5px 0 0;
}

#itemForm .form_item input {
    width:300px;
    height: 42px;
    padding:0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin:0 0 0 28px;
}

#itemForm .form_item input:focus {
    border-color: #4ca6ff;
}

#itemForm .form_item.search-div {
    margin:40px 0 0 0;
}

.searchTip {
    color:#999;
    font-size: 12px;
}

.searchTip>span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 1em;
}

.searchTip>i {
    margin:0 8px;
    font-style: normal;
}

.searchBtn {
    width:150px;
    height: 48px;
    background-color: #4ca6ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 3px 7px rgba(103, 137, 171, .35);
    -webkit-box-shadow: 0 3px 7px rgba(103, 137, 171, .35);
    -moz-box-shadow: 0 3px 7px rgba(103, 137, 171, .35);
    border:0;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 90px;
    cursor: pointer;
}

.searchBtn:hover {
    background-color: #2693ff;
    box-shadow: 0 3px 7px rgba(103, 137, 171, .45);
    -webkit-box-shadow: 0 3px 7px rgba(103, 137, 171, .45);
    -moz-box-shadow: 0 3px 7px rgba(103, 137, 171, .45);
}

.bookBox {
    margin:40px auto;
}

.bookLi {
    border: 1px solid #eee;
    background-color: #fafdff;
    margin: 20px 0;
    padding: 120px 0 50px;
    position: relative;
}

.bookLiTitle {
    display: inline-block;
    height: 40px;
    font-size: 18px;
    color:#000;
    padding:8px 35px;
    background-color: #d5eaf8;
    position: absolute;
    left:-14px;
    top:30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.bookLiTitle:before {
    content:"";
    width: 24px;
    height: 100%;
    background-color: #d5eaf8;
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}

.bookLiTitle:after {
    content:"";
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: #d5eaf8 #d5eaf8 transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    left: 100%;
    top: 6px;
    box-shadow: 4px 1px 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 1px 8px rgb(0 0 0 / 10%);
    -moz-box-shadow: 4px 1px 8px rgba(0, 0, 0, .1);
    margin-left: -14px;
}

.bookLiTitle>span:before {
    content:"";
    width:0;
    height:0;
    border-width:4px 7px;
    border-style: solid;
    border-color: transparent #d7dfe5 #d7dfe5 transparent;
    position: absolute;
    left:0;
    bottom:100%;
}

.bookLiTitle>span:after {
    content:"";
    width:0;
    height:0;
    border-width:4px 7px;
    border-style: solid;
    border-color: #d7dfe5 #d7dfe5 transparent transparent;
    position: absolute;
    left:0;
    top:100%;
}

.bookLeft {
    width:130px;
    height: 170px;
    margin: 0 80px;
    float:left;
    position: relative;
    overflow: hidden;
}

.bookRight {
    height: 170px;
    float:left;
    margin:0 80px;
    position: relative;
}

.bookRight:before {
    content:"";
    width:1px;
    background-color: #eee;
    position: absolute;
    left:-80px;
    top:0;
    bottom:0;
}

.bookTable {
    width: 680px;
    height: 170px;
}

.bookTable th {
    width:60px;
    color:#999;
    font-weight: normal;
    padding:0 5px;
    position: relative;
    text-align-last:justify;
}

.bookTable th:after {
    content:"：";
    position: absolute;
    right:-10px;
}

.bookTable td {
    width: 240px;
    padding: 0 15px;
}

/*查询说明相关*/
.mobileExplain{
    background-color: #fff;
    padding: 20px 20px 35px;
    color: #666;
    max-height: 144px;
    overflow: hidden;
    position: relative;
    display: none;
}

.mobileExplain>h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
}

.slideBtn{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.searchExplain{
    width: 410px;
    color: #999;
    position: absolute;
    right: 60px;
    top: 36px;
}

.searchExplain>h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.searchExplain>p{
    text-indent:2em;
}

/*移动端相关样式*/
.mobileBookLi{
    width: 200px;
    line-height: 32px;
    color: #26211e;
    margin:0 auto;
    display: none;
}

@media screen and (max-width: 1200px) {
    #center{
        padding:50px 20px;
    }
    
    .bookTitle:before{
        background-color: #b71c22;
    }
    
    .searchTip .text-danger{
        color: #b71c22;
    }
    
    .bookLi{
        display: flex;
        display: -webkit-flex;
    }
    
    .bookLeft{
        min-width: 130px;
        margin:0 50px;
    }
    
    .bookRight{
        flex-grow: 1;
        margin:0 50px;
    }
    
    .bookRight:before{
        left:-50px;
    }
    
    .bookTable{
        width: 100%;
    }
    
    .bookTable th{
        width: 70px;
    }
    
    .bookTable td{
        width: auto;
    }
    
    .searchBtn{
        width: 160px;
        height: 40px;
        background-color: #b71c22;
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        margin: 0 0 0 90px;
    }
    
    .searchBtn:hover{
        background-color: #b71c22;
        box-shadow: none;
    }
    
    /*查询说明相关*/
    .bookForm{
        padding: 20px;
    }
    
    .searchExplain{
        width: 320px;
        right: 20px;
    }
    
}

@media screen and (max-width: 900px) {
    /*.bookForm{*/
    /*    padding:20px 60px;*/
    /*}*/
    
    .bookLi{
        display: block;
        padding:120px 20px 50px;
    }
    
    .bookLeft{
        float:none;
        margin:0 auto;
    }
    
    .bookRight{
        margin:20px 0 0;
        flex-grow: 0;
        float: none;
    }
    
    .bookRight:before{
        display: none;
    }
    
    .bookTable{
        width:560px;
        height: 150px;
        margin:0 auto;
    }
    
    /*查询说明相关*/
    .searchExplain{
        display: none;
    }
    
    .mobileExplain{
        display: block;
    }
}

@media screen and (max-width: 720px){
    #center{
        padding: 0;
    }
    
    .bookContent{
        background-color: transparent;
        padding:20px;
    }
    
    .bookTitle{
        font-size: 16px;
        color: #26211e;
        font-weight: 600;
        padding:0 0 0 10px;
        border:0;
    }
    
    .bookTitle:before{
        width: 4px;
        height: 1em;
        background-color: #b71c22;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        bottom:auto;
        top:3px;
    }
    
    .bookTitle:last-of-type:before{
        width: 4px;
    }
    
    .bookForm{
        background-color: #fff;
        padding:20px;
        margin:10px 0 20px;
    }
    
    #itemForm .form_item{
        margin:0;
    }
    
    #itemForm .form_item.search-div{
        margin:10px 0;
        text-align: center;
    }
    
    #itemForm .form_item .label{
        float:none;
        color:#333;
    }
    
    #itemForm .form_item input{
        margin:0;
        width: 100%;
        background-color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    #itemForm .form_item input:focus{
        border-color: #b71c22;
    }
    
    .searchTip{
        color: #26211e;
        margin-top: 10px;
    }
    
    .searchBtn{
        margin:0;
    }
    
    .bookBox{
        margin: 10px auto 20px;
        padding:10px 12px;
        background-color: #fff;
    }
    
    .bookLi{
        margin:0 0 10px;
        padding:60px 20px 20px;
    }
    
    .bookLi.noItems{
        padding: 20px;
    }
    
    .bookLiTitle{
        font-size: 16px;
        color: #26211e;
        font-weight: 400;
        left:-8px;
        top:20px;
        height: auto;
        padding: 2px 14px;
    }
    
    .bookLiTitle:before{
        width: 14px;
    }
    
    .bookLiTitle:after{
        border-width: 9px;
        top: 3px;
        margin-left: -9px;
    }
    
    .bookLiTitle>span:before, .bookLiTitle>span:after{
        border-width: 2px 4px;
    }
    
    .bookLeft{
        min-width: 64px;
        width: 64px;
        height: 84px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
    
    .bookLeft>img{
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }
    
    .bookRight{
        height: auto;
    }
    
    .bookTable{
        display: none;
    }
    
    .mobileBookLi{
        display: block;
    }
}

