﻿.weui-cells__title {
    font-size: 14px;
    color: #828282;
}

.weui-label {
    font-size: 14px;
}

.demos-content-padded {
    padding-top: 20px;
    padding-bottom: 20px;
}
#weui-cell_select {
    position: relative;
}
.mrt20 {
    margin-top: 20px;
}

.mrb20 {
    margin-bottom: 20px;
}

.weui-cells__title em {
    font-size: 12px;
    margin-left: 5px;
    font-style: normal;
}

body {
    background: #f1f1f1;
}

.page {
    padding: 10px;
}

.weui-form {
    border-radius: 15px;
}

.weui-picker-container, .weui-picker-overlay {
    bottom: 0%;
}

#div_major {
    display: none;
}

.weui-media-box__desc {
    color: #999999;
    font-size: 13px;
    line-height: 1.5;
    overflow: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 22;
}

.info5, .info6 {
    display: none;
}

.tags {
    color: #CC0033;
    font-weight: bold;
}

.tags2 {
    color: #41C3DD;
    font-weight: bold;
}

.main {
    padding-bottom: 20px;
}

.footer {
    background: #fff;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.tab-bottom {
    max-width: 640px;
}

.mobile {
    display: none !important;
}

@media (max-width:640px) {
    .mobile {
        display: block !important;
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}

.qa_href {
    border-radius: 50px;
    position: absolute;
    width: 100px;
    height: 30px;
    top: 12px;
    display: block;
    background: #fff;
    border: 1px solid #41C3DD;
    right: 10px;
}

.qa_font {
    position: absolute;
    left: 36px;
    top: 5px;
    height: 25px;
    font-size: 14px;
}

.qa_btn {
    position: absolute;
    left: 6px;
    top: 3px;
    height: 25px;
    -webkit-animation: pulse 1.5s linear infinite;
    -moz-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
}

.font_theme {
}

.iframe_2dbcode {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
    opacity: 0.01;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
