@charset "UTF-8";
*, img {
    border: none
}

.clear, .clearfix::after, .main-body::after, .main-side-menu-item .item-body::after {
    clear: both
}

a, img {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

html {
    font-size: 10px;
    font-color: #4f4f4f;
    text-shadow: #000 0 0 0;
    background-color: #fff;
    width: 100%
}

body, html {
    font-family: arial,sans-serif !important;
    cursor: default !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    height: 100%
}

body {
    font-size: 1.4em
}

div, form, h1, h2, h3, h4, h5, h6, img, input, li, p, section, select, table, td, textarea, tr, ul {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

nav, ul {
    list-style: none
}

cite, dfn, em {
    font-style: italic
}

code, input[type=text], kbd, pre, samp, textarea, tt, var {
    font-family: arial,sans-serif
}

.btn, .custom-alert .cover-inner {
    border-radius: 5px;
    text-align: center
}

.custom-alert .alert-top, .main-side-menu-item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1
}

a {
    color: #fff
}

.custom-alert .cover-inner {
    padding: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 20px
}

.custom-alert .alert-top {
    padding: 20px 0
}

.custom-alert .alert-top p:first-child {
    font-weight: 700
}

.custom-alert .alert-top p:last-child {
    margin-top: 10px
}

.custom-alert .alert-bottom {
    padding: 15px 0;
    font-size: 1.6rem;
    color: #106dce
}

#backToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 10;
    background-image: url(/images/public/back_to_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.img-cell img {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5
}

.btn {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem
}

.btn-half {
    width: 50%;
    margin: 0 auto
}

.left {
    float: left
}

.right {
    float: right
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7);
    overflow: auto;
    height: 100%;
    width: 100%
}

.cover-inner, .main-body {
    position: relative
}

.cover-inner {
    color: #333;
    background-color: #fff;
    border-radius: 1px
}

.hidden {
    display: none !important
}

.middle {
    padding: 52px 0 370px;
    margin: -52px auto -370px;
    min-height: 100%;
    min-width: 1220px
}

.middle > .content {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto
}

.book-wrap {
    padding-top: 10px
}

.clearfix::after, .clearfix::before, .main-body::after, .main-body::before, .main-side-menu-item .item-body::after, .main-side-menu-item .item-body::before {
    content: ' ';
    display: table
}

.swiper-button-next, .swiper-button-prev, [v-cloak] {
    display: none
}

.main {
    padding: 50px 0
}

.main-title {
    text-align: center;
    font-size: 2.5rem;
    background: url(/images/public/split_image.png) center no-repeat;
    margin-bottom: 50px;
    height: 60px
}

.main-title .city-name {
    color: #005ead
}

.main-side-menu {
    float: left;
    width: 250px;
    border: 1px solid #e1e1e1
}

.main-side-menu-item {
    padding: 8px 16px
}

.main-side-menu-item .item-header {
    position: relative;
    margin-bottom: 8px;
    z-index: 0;
    padding: 0 8px 0 0;
    width: auto;
    cursor: pointer;
    display: inline-block
}

.main-side-menu-item .item-header::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3CBAE5;
    z-index: -1;
    display: none
}

.main-side-menu-item .item-header::after {
    content: '';
    position: absolute;
    left: -23px;
    top: 100%;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #195DAF #195DAF transparent transparent;
    z-index: -1;
    display: none
}

.main-content-body-item:not(:last-child), .main-content-header {
    border-bottom: 1px solid #e1e1e1
}

.main-side-menu-item .item-title {
    position: relative;
    font-size: 18px;
    padding: 8px 0;
    color: #666;
    margin: 0;
    z-index: 0
}

.main-side-menu-item .item-title::before {
    content: '';
    float: left;
    width: 5px;
    height: 18px;
    margin-right: 16px;
    background-color: #ccc
}

.main-side-menu-item .item-title::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    background-color: #3CBAE5;
    z-index: -1;
    display: none
}

.main-side-menu-item.current .item-header::after, .main-side-menu-item.current .item-header::before, .main-side-menu-item.current .item-title::after {
    display: block
}

.main-side-menu-item .item-body-item {
    float: left;
    width: 50%
}

.main-side-menu-item .item-body-item a, .main-side-menu-item .item-body-item p {
    position: relative;
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
    text-decoration: none;
    display: block
}

.main-side-menu-item .item-body-item a::before, .main-side-menu-item .item-body-item p::before {
    content: '·';
    float: left;
    width: 5px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    color: #ccc
}

.main-side-menu-item.current .item-header {
    background-color: #3CBAE5
}

.main-side-menu-item.current .item-title {
    color: #fff
}

.main-side-menu-item.current .item-title::before {
    background-color: #9EDBF2
}

.main-content {
    padding: 0 8px;
    margin-left: 280px;
    clear: right;
    border: 1px solid #e1e1e1
}

.main-content-header {
    padding: 16px 0
}

.main-content-title {
    font-size: 20px;
    color: #333;
    margin: 0
}

.main-content-body-item {
    padding-top: 24px
}

.main-content-body-item .item-title {
    margin: 0 0 20px;
    font-size: 16px;
    color: #666
}

.main-content-body-item .item-content {
    margin: 20px 0;
    font-size: 14px;
    color: #666
}

.side-menu-container {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10
}

.side-menu-container .side-menu-middle {
    width: 1220px;
    margin: 0 auto;
    max-width: 1220px
}