#tab-02 p {
    line-height: 20px;
    font-size: 14px;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative;
    margin-top: 4px;
    vertical-align: top;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
    outline: none;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #92adff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 1px solid #666666;
}

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #bbbbbb;
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: #92adff;
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #bbbbbb;
}
@charset "UTF-8";
.species {
    /*margin: 1.7rem .7rem 1.9rem;*/
    /*background-color: #f0f0f0*/
}

.speciesnav, .speciesnav1 {
    height: 4.6rem;
    margin-top: .9rem
}

.speciesnav .navitem, .speciesnav1 .navitem1 {
    height: 4rem;
    width: 1%;
    margin: .6rem 0 0;
    background-color: #dfdfdf;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #666;
    text-align: center
}

.speciesnav .navitem:not(:last-of-type), .speciesnav1 .navitem1:not(:last-of-type) {
    border-right: solid 1px #fff
}

.speciesnav .navitem.nobr, .speciesnav1 .navitem1.nobr {
    border-right: none
}

.speciesnav .navitem.active, .speciesnav1 .navitem1.active {
    height: 4.6rem;
    margin: 0;
    border: 1px solid #e2e5e7;
    border-bottom: none;
    background-color: #fff;
    line-height: 4.6rem;
    font-size: 1.6rem;
    color: #8c7fee
}

.specielist {
    background-color: #fff;
    border: 1px solid #e2e5e7
}

.specielist.nobt {
    border-top: none
}

.specie_head {
    margin-left: 1.4rem;
    padding: 1.2rem 1.7rem .7rem 0;
    border-bottom: solid 1px #e2e5e7;
    font-size: 1.6rem;
    color: #333
}

.specie_range {
    padding: 15px;
}

.range_item {
    margin-bottom: 1.4rem
}

.range_tit {
    font-size: 1.4rem;
    color: #323232
}

.range_tit .question {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: .3rem;
    background: url(../img/h5v6/question-a9639dc9.png);
    background-size: 100% 100%;
    vertical-align: -.1rem
}

.range_detail {
    position: relative;
    margin-left: 1rem;
    color: #f7686c
}

.range_detail .arrow {
    position: absolute;
    top: .5rem;
    right: -1.4rem;
    display: block;
    width: .7rem;
    height: .7rem;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.showdetail .arrow {
    top: .9rem;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg)
}

.range_text {
    display: none;
    margin-top: .3rem;
    font-size: 1.2rem;
    color: #999;
    text-align: justify;

}

.showdetail .range_text {
    display: block
}

.specie_price {
    padding: 1.6rem 1.2rem 1.6rem 1.4rem;
    border: 1px solid #e2e5e7;
    border-top: none;
    background-color: #fff
}

.price {
    font-size: 1.3rem;
    color: #ef344d
}

.current {
    line-height: 3rem;
    font-size: 3rem;
    font-weight: 700
}

.original {
    margin-left: .6rem;
    color: #666;
    text-decoration: line-through
}

.price_tag {
    display: inline-block;
    margin-top: .5rem;
    padding: .2rem .3rem;
    border: 1px solid #ff798b;
    border-radius: .3rem;
    font-size: 1rem;
    color: #ff798b
}

.calculate {
    width: 8.4rem;
    height: 2.6rem;
    border: 1px solid #8c7fee;
    border-radius: 1.3rem;
    line-height: 2.5rem;
    font-size: 1.3rem;
    color: #8c7fee;
    text-align: center
}

.discount {
    margin-bottom: 1rem;
    padding: 0 1.5rem
}

.discount_item {
    min-height: 4.5rem
}

.discount_tag {
    width: 5.5rem;
    margin: 1.4rem 1.1rem 0 0
}

.discount_tag p {
    width: 5.5rem;
    height: 1.8rem;
    border: 1px solid #ff798b;
    border-radius: .3rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    color: #ff8494;
    text-align: center
}

.discount_de {
    position: relative;
    min-height: 4.5rem;
    padding: 1.2rem 2rem 1.2rem 0
}

.discount_item:not(:last-of-type) .discount_de {
    border-bottom: solid 1px #e2e5e7
}

.discount_tit {
    font-size: 1.4rem;
    color: #333
}

.discount_text {
    font-size: 1.2rem;
    color: #999
}

.discount_de .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: .8rem;
    height: .8rem;
    margin-top: -.4rem;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flex-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.edui-editor{
    width: 100% !important;
}
.edui-editor-bottomContainer{
    display: none;
}
/*-------------------------------------------------*/
#packageHtmlTabs input {
    text-align: left;
    border: 1px solid #e4e4e4;
    text-indent: 5px;
}
#packageHtmlTabs .list-item-label{
    width: 72%;
}
.del-item{
    width: 100%;
    overflow: hidden;
}
.del-line{
    float: right;
    margin-right: 15px;
}
.delqa{
    padding: 0.2rem 0.5rem !important;
    position: absolute;
    right: 5px;
    top: 3px;
}
.advan-box,.lipeiT-box,.buybtn-box{
    width:270px ;
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index:9999;
    box-shadow: inset 0 0px 0px #666, 0 0 1px #ccc;
    display: none;
}
.input-txt{
    box-shadow: none !important;
    background: #fff;
    text-align: left;
    width: 100%;
    height: 32px;
    padding: 0 3px;
    font-size: 13px;
    color: #555555;
    border: 1px solid #e4e4e4;
    resize:none;
}
.input-box{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.input-box .list-item-label{
margin-bottom: 15px;
}
.use-btn{
    float: right;
    margin-top: 20px;
    margin-right: 50px;
}
.inner-box{
width: 70%;
    margin: 0 15%;
}
.prodel {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 50px;
}
.tab-content .question-item {
    position: relative;
}
.lipei-imgs{
    position: relative;
    height: auto;
    padding-bottom: 50px;
}
#addLipei{
    position: absolute;
    bottom: 0;
    right: 0;
}