body {
    background-image: -o-linear-gradient(312deg, #55f 10%, #00F 50%, #2f2fff 100%);
    background-image: linear-gradient(138deg, #55f 10%, #00F 50%, #2f2fff 100%);
    background-size: 200% 896px;
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-animation: itopani 5s linear infinite;
    animation: itopani 5s linear infinite
}


@-webkit-keyframes itopani {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes itopani {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

#slide {
    color: #fff;
    cursor: default;
    height: 950px;
}

#slide .index {
    text-align: center
}

#slide .ellipsis {
    font-weight: bold;
    font-size: 62px;
    margin: 10px 0 20px;
    position: relative;
    width: auto
}

#slide .ellipsis > span {
    color: #F7F101
}

#slide .trait span {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#slide .trait span > i {
    margin-right: 5px
}

#slide .trait span:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2)
}

#slide .create-box {
    padding: 60px 0
}

#slide .create-box > a {
    padding: 12px 48px;
    border-radius: 40px;
    background-color: #fff;
    color: #3221F8;
    margin: 0 5px;
    -webkit-box-shadow: 0 10px 30px rgba(39, 78, 188, 0.2);
    box-shadow: 0 10px 30px rgba(39, 78, 188, 0.2);
    font-size: 26px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#slide .create-box > a > i {
    margin-right: 8px;
    font-weight: 400;
    font-size: 26px
}

#slide .create-box > a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 10px 35px rgba(39, 78, 188, 0.8);
    box-shadow: 0 10px 35px rgba(39, 78, 188, 0.8);
    color: #1C1CFF
}

#slide .create-box > a:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#slide .book-box {
    height: 300px;
    position: relative;
    perspective: 1000;
    -webkit-perspective: 1000;
    /*margin-top: 30px;*/
    width: 100%;
}

#slide .book-box::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 65%;
    /*max-width: 1200px;*/
    height: 100px;
    background-color: rgba(148, 182, 225, 0.3);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transform: rotateX(76deg) translateX(-50%);
    transform: rotateX(76deg) translateX(-50%);
    -webkit-box-shadow: 0 60px 100px rgba(39, 78, 188, 0.8);
    box-shadow: 0 30px 50px rgba(173, 175, 181, 0.8)
}

#slide .recommend {
    margin: 0 auto;
    width: 60%
}

#slide .wz-z-dd {
    width: 25%;
    height: 275px;
    float: left;
    position: relative
}

#slide .wz-z-dd img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 270px;
    bottom: 0;
    -webkit-box-shadow: 12px -5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 12px -5px 10px rgba(0, 0, 0, 0.1)
}

#slide .wz-z-dd span {
    width: 100%;
    text-align: center;
    -webkit-transition: bottom .2s;
    -o-transition: bottom .2s;
    transition: bottom .2s;
    position: absolute;
    bottom: 0;
    left: 0
}

#slide .wz-z-dd span:hover {
    bottom: 6px
}

#slide .wz-z-dd span a {
    display: inline-block;
    position: relative
}

#slide .wz-z-dd span a .thickness {
    width: 7px;
    position: absolute;
    top: 0;
    right: -6px;
    height: 100%
}

#slide .wz-z-dd span a .thickness div {
    width: 1px;
    position: relative;
    display: inline-block
}

#slide .wz-z-dd span a .thickness div:nth-child(1) {
    background-color: #CBCBCB;
    height: 100%
}

#slide .wz-z-dd span a .thickness div:nth-child(2) {
    background-color: #E3E2E2;
    height: calc(100% - 1px);
    top: -1px
}

#slide .wz-z-dd span a .thickness div:nth-child(3) {
    background-color: #CBCBCB;
    height: calc(100% - 4px);
    top: -2px
}

#slide .wz-z-dd span a .thickness div:nth-child(4) {
    background-color: #E3E2E2;
    height: calc(100% - 6px);
    top: -3px
}

#slide .wz-z-dd span a .thickness div:nth-child(5) {
    background-color: #CBCBCB;
    height: calc(100% - 8px);
    top: -4px
}

#slide .wz-z-dd span a .thickness div:nth-child(6) {
    background-color: #E3E2E2;
    height: calc(100% - 10px);
    top: -5px
}

#slide .apply {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 22px;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#slide .apply:hover {
    opacity: 1
}

#slide .index p {
    font-size: 22px;
    margin-top: -5px
}

#slide .hd2-img {
    width: 591px;
    height: 450px;
    margin: 0 auto;
    margin-top: 30px
}

#slide .public {
    background: url("../image/gzwx.png") no-repeat center center;
    position: relative;
    top: -20px
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px !important
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 5px !important;
    border-radius: 5px !important
}

.swiper-pagination-bullet-active {
    background: #fff !important
}

.swiper-button-next, .swiper-button-prev {
    height: 150px !important;
    width: 60px !important;
    background-color: rgba(0, 72, 193, 0.3);
    margin-top: -75px !important;
    border-radius: 4px
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(0, 72, 193, 0.4)
}

.index-show {
    background: #fff;
    padding: 10px 0 10px 0
}

.index-show .show-td {
    display: inline-block;
    width: 24.6%
}

.index-show .show-td:last-child {
    border-right: 0
}

.index-show .show-td .td-ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    float: left;
    margin: 6px 20px 6px 6px;
    color: #fff
}

.index-show .show-td .ico1 {
    background: #F90
}

.index-show .show-td .ico2 {
    background: #1AE38E
}

.index-show .show-td .ico3 {
    background: #07CAFF
}

.index-show .show-td .ico4 {
    background: #27527D
}

.index-show .show-td .td-bt {
    line-height: 30px;
    margin-top: 4px
}

.index-show .show-td .td-fbt {
    color: #A6A7A6;
    font-size: 14px
}

.trait-box .btns {
    padding: 10px
}

.trait-box .btns > div {
    padding: 20px;
    font-size: 18px;
    width: 24.5%;
    display: inline-block
}

.trait-box .btns > div > i {
    display: block;
    font-size: 40px;
    color: #6BC30D
}

.trait-box .btns > div > p {
    color: #A6A7A6;
    font-size: 15px;
    white-space: nowrap
}

.index-box {
    text-align: center;
    padding: 50px 0 40px 0
}

.index-box h2 {
    margin-bottom: 8px;
    font-size: 42px
}

.index-box h4 {
    color: #A6A7A6;
    font-weight: 400
}

.index-box .abtn[name=ckmore] {
    margin: 60px auto 10px auto;
    padding: 15px 0 15px 0;
    width: 180px;
    display: block;
    border-radius: 50px
}

.index-two {
    background: url('../image/bookcase_bg.jpg') no-repeat;
    background-size: 100% 100%
}

.index-two h2, .index-four h2 {
    color: #fff
}

.index-two .iframe {
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 10px 40px 10px
}

.index-two iframe {
    width: 100%;
    height: 710px;
    border-radius: 20px
}

.index-three {
    background-color: #F5F5F5
}

.index-three .abtn[name=ckmore] {
    background: #7CCF22;
    color: #fff
}

.index-three .abtn[name=ckmore]:hover {
    background: #6AB41A
}

.index-four {
    background: #0f161f
}

.index-four .items {
    padding-top: 40px;
    color: #fff
}

.index-four .items h3 {
    margin: 10px 0
}

.index-four .item h3 i {
    margin-right: 30px
}

.index-four .item {
    padding: 10px;
    position: relative;
    cursor: default;
    width: 25%;
    float: left
}

.index-four .item .front i {
    color: #fff;
    font-size: 56px;
    top: 20px;
    position: relative
}

.index-four .item .front p {
    text-align: center;
    font-size: 22px;
    top: 25px;
    position: relative;
    font-weight: 400
}

.index-four .item .back p {
    text-align: justify;
    font-size: 14px
}

.index-four .item .back h3 {
    font-weight: bold
}

.card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
    width: 100%;
    height: 200px
}

.card-side {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 100%;
    height: 100%
}

.card-side.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card:hover .card-side.front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.card:hover .card-side.back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.index-four .abtn[name=ckmore] {
    border: 1px solid #6BC30D;
    color: #6BC30D
}

.index-four .abtn[name=ckmore]:hover {
    border: 1px solid #6DA9DE;
    color: #6DA9DE
}

.index-five {
    background: #fff
}

.index-five .abtn[name=ckmore] {
    border: 1px solid #A797BA;
    color: #A797BA
}

.index-five .abtn[name=ckmore]:hover {
    border: 1px solid #333;
    color: #333
}

.index-five h2 > span {
    font-size: 26px;
    position: relative;
    top: -20px
}

.users {
    height: 503px;
    overflow: hidden
}

.users .logo {
    width: 139px;
    height: 168px;
    float: left;
    text-align: center
}

.users .logo img {
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    margin: 20px 0 0 0
}

.users .logo > a {
    height: 120px
}

.users .logo > a::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.users .logo p {
    margin-top: 10px
}

#logobox {
    margin: 0 auto
}

.index-six {
    background-color: #fff;
    padding: 20px 0 40px 0;
    border-top: 1px solid #F0F0F0
}

.index-six .tags {
    margin: 0
}

.ph {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 767px) {
    #slide .wz-z-dd img {
        width: auto;
        height: auto;
        max-width: 120px;
        max-height: 270px;
        bottom: 0;
        -webkit-box-shadow: 12px -5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 12px -5px 10px rgba(0, 0, 0, 0.1)
    }
    .pc {
        display: none;
    }
    .ph {
        display: block;

        #slide .book-box {
            height: 300px;
            position: relative;
            perspective: 1000;
            -webkit-perspective: 1000;
            /*margin-top: 30px;*/
            width: 100%;
        }
    }

    #slide .wz-z-dd{
        width: 50%;
        height: 200px;
    }
    #slide .recommend{
        width: 80%;
    }
    #slide .book-box::before{
        width: 85%;
    }
    #slide .book-box{
        height: 225px;
    }
    #slide{
        height: auto;
    }
}
.flash {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.flash:before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 400px;
    height: 80px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(rgba(255,255,255,0.3)),to(rgba(255,255,255,0)));
    background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.3),rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: searchLights 3s linear 3s infinite;
    animation: searchLights 3s linear 3s infinite;
}
@-webkit-keyframes searchLights {
    0% {
        left: -300px;
        top: 0
    }
    to {
        left: 800px;
        top: 200px
    }
}

@keyframes searchLights {
    0% {
        left: -300px;
        top: 0
    }
    to {
        left: 800px;
        top: 200px
    }
}