@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;
}
.banner {
    margin-top:0rem;
}
.banner img {
    display: block;
    width: 100%;
    height: 180px;
}

/*----------------------------------*/
.modal-ad {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
.modal-ad:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
}
.modal-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 11rem;
    left: 0;
    padding: 2rem 3rem;
    overflow: auto;
}
.modal-ad .modal-block .modal-header {
    position: fixed;
    top: .3rem;
    right: 0;
    border-bottom: 0;
    z-index: 1000;
}
.modal-ad .modal-block .modal-header .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    z-index: 1000;
    border-radius: 3rem;
    margin-top: 0;
    padding-left: 3px;
    border: 2px solid #ffae00;
    background: #fff;
}
.modal-ad .modal-block .modal-header .close i {
    color: #ffae00;
    text-shadow: none;
}
.modal-ad .modal-block .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.modal-ad .modal-block .modal-content .modal-ad-contact {
    display: table;
    width: 100%;
    height: 8rem;
    overflow: hidden;
    background: #90d9e0;
}
.modal-ad .modal-block .modal-content .modal-ad-contact .contact-text {
    display: table-cell;
    padding: 1.5em;
    text-align: center;
    vertical-align: middle;
}
.modal-ad .modal-block .contact-text img{
    height: 6.4rem;
}
.modal-ad .modal-block .modal-content .modal-ad-contact .contact-text span {
    font-weight: bold;
    text-align: right;
    display: block;
    color: #247880;
}
.modal-ad .modal-block .modal-content .modal-ad-contact .contact-qrcode {
    display: table-cell;
    width: 10rem;
    padding: 1.5rem;
}
.modal-ad .modal-block .modal-ad-tips {
    position: fixed;
    left: 15%;
    right: 15%;
    bottom: 6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    color: #ccc;
    font-size: 1rem;
    border: 1px dashed #ccc;
    /* margin: 10px 3rem 0 3rem; */
}
.modal-ad .modal-block .modal-content img, .modal-ad .modal-block .contact-qrcode img {
    display: block;
    width: 100%;
}
.modal-ad .btn-share span {
    color: #fff;
}
.btn-share {
    display: flex;
    flex: 1;
    justify-content: space-around;
    align-items: center;
}
.btn-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 2;
}
.btn-share a img {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    background: #000;
    padding: 1rem;
}
.btn-share a.btn-share-qq img {
    background: #2e90ff;
    width: auto;
}
.btn-share a.btn-share-pyq img {
    background: #18c74c;
    width: auto;
}
.btn-share a.btn-share-wx img {
    background: #18c74c;
    width: auto;
}
.btn-share a.btn-share-xz img {
    background: #eba102;
    width: auto;
}
.btn-share a.btn-share-hb img {
    background: #8144e4;
    width: auto;
}
