body {
    background: #FFF !important;
}

.small-tip {
    font-size: 14px;
}

.tab-list,
.tab-list>li {
    margin: 0;
    list-style: none !important;
    padding: 0;
}

.tab-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.content .tab-list>li {
    margin-left: 0;
    float: left;
    border: 1px solid #299939;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tab-list>li>a {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    font-size: 16px;
    color: #299939;
    text-decoration: none;
}

.tab-list>.active {
    background: #299939;
}

.tab-list>.active>a {
    color: #fff;
    text-decoration: none;
}

.tab-list-conent {
    padding: 15px;
    border-radius: 10px;
}

.tab-list-conent {
    border: 1px solid #e5e5e5;
}

.tab-list-conent-title {
    font-size: 16px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.tab-lsit-conent-title-style {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #299939;
    margin-right: 5px;
    margin-bottom: 2px;
}

.tab-list-conent-txt {
    font-size: 14px;
    color: #555;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.tab-list-conent-txt:last-of-type {
    border-bottom: 0;
    margin-bottom: 0px;
}

.tab-list-conent-goods {
    position: relative;
    display: block;
    overflow: hidden;
}

.tab-list-conent-goods-img {
    width: 106px;
    margin-top: -14%;
}

.bubble-list-goods-right {
    float: left;
    margin-left: 15px;
    width: 62%;
}

.bubble-list-goods-right>h3 {
    margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    border: 0;
    padding: 0;
}

.tab-list-conent-right-symptom {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    height: 23px;
}

.tab-list-conent-right-symptom>div {
    float: left;
    font-size: 12px;
    color: #299939;
    padding: 0 10px;
    border: 1px solid #299939;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.bubble-list-goods-right-Price {
    margin-top: 12px;
    overflow: hidden;
}

.jiawei {
    float: left;
    font-size: 12px;
    color: #333;
    margin-right: 2px;
    display: inline-block;
}

.bubble-list-goods-right-Price>span {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 16px;
}

.bubbel-div {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 0;
}

.bubble-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/static/home/image/cart.png) no-repeat;
    background-size: cover;
}

@media (max-width: 375px) {
    .bubble-list-goods-right {
        width: 58%;
    }
}

@media (max-width: 360px) {
    .bubble-list-goods-right {
        width: 55%;
    }
}

@media (max-width: 320px) {
    .bubble-list-goods-right {
        width: 48%;
    }
}

.typeinfo-text {
    border-bottom: 10px solid #f7f7f7;
}

@media (max-width: 768px) {
    .typeinfo-desc {
        margin: 15px 25px 15px 25px !important;
    }
}

.desc-list h3 {
    color: #333;
    font-size: 16px;
}

.desc-list ul li {
    list-style: none;
}

@media (max-width: 768px) {
    .desc-list ul li {
        margin-left: 0px;
    }

    .desc-list .content {
        padding: 10px 15px;
    }

    .typeinfo-desc {
        margin: 15px 15px 15px 15px !important;
    }

    .test-intro {
        margin: 25px 15px 10px 15px;
    }
}

.desc-list .item.active h3 em {
    background: url(/static/home/image/shang1@3x.png) no-repeat;
    background-size: 100%;
}

.desc-list h3 em {
    background: url(/static/home/image/xia1@3x.png) no-repeat;
    background-size: 100%;
}

.result-container {
    padding: 0 0 50px 0;
}

.desc-list ul li.bold-li {
    margin-left: 0px !important;
}

.desc-list h3 {
    padding-left: 15px;
    font-size: 14px;
}

.plan_btn {
    margin-top: 10px;
    width: 80%;
    height: 44px;
    border-radius: 6px;
    color: white;
    background-color: #299939;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    margin-bottom: 10px;
}

.my_share_tip {
    position: fixed;
    right: 52px;
    top: 10px;
    width: 140px;
    height: 60px;
    z-index: 9999;
}

.my_share_tip_img {
    width: 185px;
    height: 95px
}

