.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #48b548;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    -webkit-animation-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -webkit-transform--ms-transform: rotate(30deg);
    -webkit-transform--ms-transform-transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -webkit-transform--ms-transform: rotate(60deg);
    -webkit-transform--ms-transform-transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -webkit-transform--ms-transform: rotate(90deg);
    -webkit-transform--ms-transform-transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -webkit-transform--ms-transform: rotate(120deg);
    -webkit-transform--ms-transform-transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -webkit-transform--ms-transform: rotate(150deg);
    -webkit-transform--ms-transform-transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -webkit-transform--ms-transform: rotate(180deg);
    -webkit-transform--ms-transform-transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -webkit-transform--ms-transform: rotate(210deg);
    -webkit-transform--ms-transform-transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -webkit-transform--ms-transform: rotate(240deg);
    -webkit-transform--ms-transform-transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -webkit-transform--ms-transform: rotate(270deg);
    -webkit-transform--ms-transform-transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -webkit-transform--ms-transform: rotate(300deg);
    -webkit-transform--ms-transform-transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -webkit-transform--ms-transform: rotate(330deg);
    -webkit-transform--ms-transform-transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    -webkit-animation-delay-animation-delay: -1.1s
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    -webkit-animation-delay-animation-delay: -1s
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    -webkit-animation-delay-animation-delay: -0.9s
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    -webkit-animation-delay-animation-delay: -0.8s
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    -webkit-animation-delay-animation-delay: -0.7s
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    -webkit-animation-delay-animation-delay: -0.6s
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    -webkit-animation-delay-animation-delay: -0.5s
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    -webkit-animation-delay-animation-delay: -0.4s
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    -webkit-animation-delay-animation-delay: -0.3s
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    -webkit-animation-delay-animation-delay: -0.2s
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    -webkit-animation-delay-animation-delay: -0.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, to {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, to {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

body {
    background-color: #fff
}

.content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px
}

.content .searchinfo {
    font-size: 18px;
    color: #6e6e6e;
    font-family: Arial;
    margin-bottom: 85px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.content .searchinfo.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.content .searchinfo span {
    display: inline-block;
    margin-right: 10px
}

.content .searchinfo .title {
    color: #231815
}

.content .searchinfo .get {
    font-weight: 700;
    color: #231815
}

.content .searchinfo .blk {
    display: inline
}

.typeblk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.typeblk.enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.typeblk .typetitle {
    width: 100%;
    height: 60px;
    padding-left: 45px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 25px;
    font-family: Arial
}

.typeblk .typetitle.active {
    color: #fefefe
}

.typeblk .typetitle.active .title {
    color: #fff
}

.typeblk .typetitle.active .title:after {
    background-color: #fff
}

.typeblk .typetitle.active .plus {
    width: 100%
}

.typeblk .typetitle.active .plus:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: initial;
    right: 15px
}

.typeblk .typetitle .plus {
    width: 60px;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #48b548
}

.typeblk .typetitle .plus:before {
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "";
    left: initial;
    right: 15px;
    position: absolute;
    background-color: #fff
}

.typeblk .typetitle .plus:after {
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    content: "";
    left: initial;
    right: 15px;
    position: absolute;
    background-color: #fff
}

.typeblk .typetitle .title {
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    padding-left: 30px;
    position: relative;
    color: #282828
}

.typeblk .typetitle .title:after {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.productblk {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.productblk .box {
    width: 48%;
    height: auto;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px
}

.productblk .box.active .btn {
    background-color: #48b548
}

.productblk .box.dib .btn {
    display: none
}

.productblk .box .img {
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block
}

.productblk .box .info {
    width: 50%;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    margin-top: 50px;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    color: #282828;
    font-family: "Comfortaa"
}

.productblk .box .info .type {
    font-size: 12px;
    margin-bottom: 12px
}

.productblk .box .info .title {
    width: 185px;
    font-size: 16px;
    font-weight: 600
}

.productblk .box .info .inbox {
    width: 100%;
    height: auto;
    min-height: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid #000;
    padding-left: 15px
}

.productblk .box .pen {
    width: 100%;
    padding-left: 200px;
    padding-bottom: 40px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 24px;
    display: none
}

.productblk .box .pen span {
    font-weight: 700
}

.productblk .box .btn {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/book.png");
    background-position: center center;
    background-size: 14px 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #282828
}

@media only screen and (min-width:1025px) {
    .productblk .box:hover .info {
        background-color: #ffb400
    }
}

@media only screen and (max-width:1024px) {
    .content .pagehead {
        margin-top: 30px;
        margin-bottom: 45px;
        padding-left: 8%
    }
    .content .searchinfo {
        padding-left: 8%
    }
    .content .tra {
        display: none
    }
    .typeblk .typetitle {
        padding-left: 8%
    }
    .productblk .box {
        width: 50%;
        min-height: initial;
        margin-bottom: 0
    }
    .productblk .box .img {
        width: 125px;
        height: 125px;
        margin-right: 2px
    }
    .productblk .box .info {
        height: 45px;
        margin-top: 32px
    }
    .productblk .box .pen {
        padding-left: 145px
    }
    .productblk .box .info .inbox {
        border-left: 3px solid #000
    }
    .productblk .box .info .title {
        width: 160px;
        line-height: 18px;
        font-size: 14px
    }
}

@media only screen and (max-width:650px) {
    .content .pagetitle {
        font-size: 18px
    }
    .content .searchinfo {
        margin-bottom: 35px
    }
    .content .searchinfo span {
        margin-right: 5px
    }
    .content .searchinfo .blk {
        display: block;
        margin-top: 20px
    }
    .productblk {
        padding-bottom: 0
    }
    .productblk .box {
        width: 100%;
        overflow: visible;
        min-height: 150px
    }
    .productblk .box .btn {
        top: 87px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .typeblk .typetitle {
        margin-bottom: 0;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2
    }
}


/*# sourceMappingURL=web_light_search.css.map */
