*,:after,:before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

li,ul {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

button,input[type=button],input[type=password],input[type=text] {
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    font-size: 50px;
}

@media (min-width:320px) {
    html {
        font-size: 42px;
    }
}

@media (min-width:375px) {
    html {
        font-size: 50px;
    }
}

@media (min-width:414px) {
    html {
        font-size: 55px;
    }
}

@media (min-width:750px) {
    html {
        font-size: 75pt;
    }
}

body {
    background-color: #fff;
    color: #666;
}

body,input {
    font-size: .24rem;
}
a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.icon {
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.d-none {
    display: none!important;
}

.d-inline {
    display: inline!important;
}

.d-inline-block {
    display: inline-block!important;
}

.d-block {
    display: block!important;
}

.d-table {
    display: table!important;
}

.d-table-row {
    display: table-row!important;
}

.d-table-cell {
    display: table-cell!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-index {
    position: relative;
    padding: 0 .3rem;
    height: .9rem;
    background-color: #fff;
}

.header-index .city-bar {
    position: relative;
    height: .9rem;
    font-size: .2rem;
}

.header-index .city-bar .city-value {
    margin: 0 .1rem;
}

.header-index .city-bar.on:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.2rem;
    width: 0;
    height: 0;
    border-color: transparent transparent #f1f2f4;
    border-style: solid;
    border-width: 0 .1rem .15rem;
    content: '';
}

.header-index .drop-down-menu {
    position: absolute;
    top: .9rem;
    left: 0;
    z-index: 10;
    display: none;
    padding: .7rem .34rem;
    width: 100%;
    background-color: #f1f2f4;
}

.header-index .drop-down-menu.show {
    display: block;
}

.header-index .drop-down-menu .list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-index .drop-down-menu .list-block .pic {
    width: 1.53rem;
    height: .74rem;
}

.header-index .drop-down-menu .list-city {
    padding-bottom: .5rem;
}

.header-index .drop-down-menu .list-city a {
    display: block;
    width: 1.3rem;
    height: .5rem;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    line-height: .5rem;
}

.header-index .drop-down-menu .list-city a:hover {
    color: #f91f6f;
}

.header-index .drop-down-menu .list-city .active {
    border-color: #f91f6f;
    color: #f91f6f;
}

.header-index .logo-pic {
    display: block;
    width: auto;
    height: .5rem;
}

.header-index .btn-menu {
    color: #333;
    font-size: .2rem;
}

.header-index .icon-addr {
    width: .17rem;
    height: .24rem;
    background-image: url(../images/icon-addr.png);
}

.header-index .icon-arrow {
    width: .15rem;
    height: .09rem;
    background-image: url(../images/icon-down.png);
}

.header-index .icon-menu {
    margin-left: .22rem;
    width: .34rem;
    height: .3rem;
    background-image: url(../images/icon-menu.png);
}

.header {
    position: relative;
    height: .88rem;
    background-color: #303030;
    color: #fff;
    font-size: .3rem;
}

.header .back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: .88rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .back .icon-back {
    width: .11rem;
    height: .27rem;
    background-image: url(../images/icon-back.png);
}

.header .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.6rem;
    color: #fff;
    font-size: .2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .btn-menu .icon-menu {
    margin-left: .22rem;
    width: .34rem;
    height: .3rem;
    background-image: url(../images/icon-menu-white.png);
}

.container {
    padding-right: .32rem;
    padding-left: .32rem;
}

.bg-gray {
    background-color: #f1f2f4;
}

/* .bottom-toolbar {
    height: 1.02rem;
    background-color: #fe4195;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FE4195),to(#E61874));
    background-image: linear-gradient(to bottom,#fe4195,#e61874);
}

.bottom-toolbar .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.02rem;
    color: #fff;
    font-size: .26rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center; 
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bottom-toolbar .item:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: .36rem;
    background-color: #fff;
    content: '';
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

.bottom-toolbar .item:last-child:after {
    display: none;
}

.bottom-toolbar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.bottom-toolbar .icon {
    margin-right: .12rem;
}

.bottom-toolbar .icon-zx {
    width: .39rem;
    height: .36rem;
    background-image: url(../images/icon-zx.png);
}

.bottom-toolbar .icon-bj {
    width: .37rem;
    height: .37rem;
    background-image: url(../images/icon-js.png);
}

.bottom-toolbar~.page {
    padding-bottom: 1.02rem;
}

.bottom-toolbar2 {
    height: .88rem;
    background: #191919;
}

.bottom-toolbar2 .item {
    height: .88rem;
    color: #ff91b9;
    font-size: .24rem;
}

.bottom-toolbar2 .item:after {
    background-color: #ff91b9;
}

.bottom-toolbar2 .icon-back {
    width: .26rem;
    height: .23rem;
    background-image: url(../images/icon-back2.png);
}

.bottom-toolbar2 .icon-zx {
    width: .27rem;
    height: .27rem;
    background-image: url(../images/icon-tel.png);
}

.bottom-toolbar2 .icon-bj {
    width: .21rem;
    height: .25rem;
    background-image: url(../images/icon-js2.png);
}

.bottom-toolbar2~.page {
    padding-bottom: .88rem;
} */

.section-baojia {
    padding: 0 .68rem .2rem;
    border-radius: .1rem;
    background-color: #fff;
}

.section-baojia .title {
    padding: .44rem 0;
    color: #f91f6f;
    text-align: center;
    font-size: .36rem;
}

.section-baojia .p1 {
    margin-bottom: .1rem;
    color: #666;
}

.section-baojia .p2 {
    margin-top: .2rem;
    color: #666;
    text-align: center;
    font-size: .2rem;
}

.section-baojia .p2 b {
    color: #f91f6f;
}

.section-baojia .form-control {
    display: block;
    margin-top: .2rem;
    margin-bottom: .24rem;
    padding: 0 .1rem;
    width: 100%;
    height: .6rem;
    border: 1px solid #d9d9d9;
    border-radius: .08rem;
    font-size: .2rem;
}

.section-baojia .btn {
    display: block;
    width: 100%;
    height: .7rem;
    border-radius: .07rem;
    background-color: #fe6b9d;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FE6B9D),to(#F9387A));
    background-image: linear-gradient(to bottom,#fe6b9d,#f9387a);
    box-shadow: 0 .1rem .1rem .02rem rgba(249,56,122,.4);
    color: #fff;
    text-align: center;
    font-size: .26rem;
    line-height: .7rem;
}

.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.slide-menu .btn-close {
    position: absolute;
    top: .2rem;
    right: .28rem;
    color: #666;
    text-align: center;
    font-size: .67rem;
    line-height: 1;
}

.slide-menu ul {
    padding-top: 2rem;
}

.slide-menu ul li {
    height: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.slide-menu ul a {
    text-align: center;
}

.slide-menu ul .icon {
    display: block;
    margin: 0 auto .1rem;
    width: .8rem;
    height: auto;
}

.range-slider .value-block {
    padding-right: .36rem;
}

.range-slider .value-bar {
    position: relative;
    height: .4rem;
}

.range-slider .value {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: .18rem;
    width: 1rem;
    color: #f91f6f;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.range-slider input[type=range] {
    width: 100%;
    height: .24rem;
    border: 0;
    border-radius: .24rem;
    background-color: #f1f2f4;
    -webkit-appearance: none;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    height: .24rem;
    border: 0;
    border-radius: .24rem;
}

.range-slider input[type=range]:focus {
    outline: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    margin-top: -.06rem;
    width: .36rem;
    height: .36rem;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 .04rem .06rem rgba(0,0,0,.2);
    -webkit-appearance: none;
}

.btn-info {
    display: inline-block;
    width: 1.8rem;
    height: .5rem;
    border-radius: .1rem;
    background-color: #f91f6f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f91f6f),to(#fd498b));
    background-image: linear-gradient(to bottom,#f91f6f,#fd498b);
    box-shadow: 0 .03rem .13rem 0 rgba(246,137,177,.9);
    color: #fff;
    text-align: center;
    line-height: .5rem;
}

.tab-nav {
    position: relative;
    background-color: #fff;
}

.tab-nav:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    content: '';
}

.tab-nav ul>li {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-nav ul>li>a {
    display: block;
    height: .76rem;
    color: #666;
    font-size: .26rem;
    line-height: .76rem;
}

.tab-nav ul>li.active {
    position: relative;
}

.tab-nav ul>li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #f91f6f;
    content: '';
}

.tab-nav ul>li.active,.tab-nav ul>li.active>a {
    color: #f91f6f;
}

.page {
    color: #333;
    font-size: .24rem;
}

.banner,.section .img-block {
    display: block;
    width: 100%;
    height: auto;
}

.section-header {
    padding: .7rem 0 .26rem;
    text-align: center;
}

.section-header .title {
    font-size: .4rem;
}

.section-header .sub-title {
    font-size: .2rem;
}

.section-tab__nav .nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .44rem;
    padding: 0 .2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-tab__nav .nav-group .nav-item {
    width: 1rem;
    height: 1rem;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(1) {
    background-image: url(../images/month201904/hf/icon_tab1.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(1).active {
    background-image: url(../images/month201904/hf/icon_tab1-on.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(2) {
    background-image: url(../images/month201904/hf/icon_tab2.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(2).active {
    background-image: url(../images/month201904/hf/icon_tab2-on.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(3) {
    background-image: url(../images/month201904/hf/icon_tab3.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(3).active {
    background-image: url(../images/month201904/hf/icon_tab3-on.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(4) {
    background-image: url(../images/month201904/hf/icon_tab4.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(4).active {
    background-image: url(../images/month201904/hf/icon_tab4-on.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(5) {
    background-image: url(../images/month201904/hf/icon_tab5.png);
}

.section-tab__nav .nav-group:nth-of-type(1) .nav-item:nth-of-type(5).active {
    background-image: url(../images/month201904/hf/icon_tab5-on.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(1) {
    background-image: url(../images/month201904/hf/icon_tab6.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(1).active {
    background-image: url(../images/month201904/hf/icon_tab6-on.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(2) {
    background-image: url(../images/month201904/hf/icon_tab7.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(2).active {
    background-image: url(../images/month201904/hf/icon_tab7-on.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(3) {
    background-image: url(../images/month201904/hf/icon_tab8.png);
}

.section-tab__nav .nav-group:nth-of-type(2) .nav-item:nth-of-type(3).active {
    background-image: url(../images/month201904/hf/icon_tab8-on.png);
}


.section-tab__content {
    padding: 0 .2rem;
    position: relative;
}

.section-tab__content .tab-panel {
    position: relative;
    height: auto;
    overflow: hidden;
}

.section-tab__content .tab-panel .top2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height:3.8rem;
}
.section-tab__content .tab-panel .bottom2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height:3.8rem;
}
.section-tab__content .tab-panel .top img, .section-tab__content .tab-panel .bottom img,
.section-tab__content .tab-panel .top2 img, .section-tab__content .tab-panel .bottom2 img{
    width: 100%;
    height:3.8rem;
}

.section-tab__content .tab-panel .bottom{
    margin-top: 0.1rem;
}

.section-tab__content .tab-panel.active {
    display: block;
}

.section-tab__content .tab-panel .tab-img {
    display: block;
    width: 100%;
    height: auto;
}
.section-tab__content .tab-panel img{
    position: relative;
}
.section-tab__content .before{
    position: absolute;
    left:0.45rem;
    top:0.25rem;
}
.section-tab__content .after{
    position: absolute;
    right:0.45rem;
    bottom:0.25rem;
}

.section .form {
}

.section .form .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section .form .form-content .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3rem;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
}

.section .form .form-content .control-label {
    color: #888;
    text-indent: .24rem;
    font-size: .2rem;
}

.section .form .form-content .form-control {
    height: .78rem;
    min-width: 0;
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section .form .form-submit {
    display: block;
    margin: .3rem auto;
    width: 2.78rem;
    height: .6rem;
    border-radius: .04rem;
    background-color: #e61874;
    color: #fff;
    text-align: center;
    font-size: .26rem;
    line-height: .6rem;
}

.section .section-header2{
    padding:0.8rem 0 0.1rem;
    text-align: center;
}

.remould{
    width: 100%;
    height:8.3rem;
    margin-top:0.8rem;
    position: relative;
}
.rebody{
    position: absolute;
    top: 2.4rem;
    left: 50%;
    width: 5.6rem;
    height: 4.36rem;
    transform: translateX(-50%);
}
.retitle{
    text-align: center;
    padding-top: 0.6rem;
    position: absolute;
    top:0.2rem;
    left: 50%;
    transform: translateX(-50%);
}
.point{
    position: absolute;
    top:4.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.tips{
    margin-top: 0.2rem;
    color:#999;
}
.tips span{
    padding:0 3px;
    color:#ea286a;
}


.oldos{
    width: 100%;
}

.oldos_banner{
    width: 100%;
}

.oldos_swiper{
    width: 100%;
}

.oldos_swiper_imgbox{
    width: 100%;
    padding: 0px .32rem;
}

.oldos_swiper_img{
    width: 100%;
}

.oldos_change{
    width: 100%;
    display: flex;
    justify-content: center;
}

.oldos_change>img{
    width: 80%;
}

.oldos_empty{
    width: 100%;
    height: 1.2267rem;
}

.oldos_fangan{
    width: 100%;
    position: relative;
}

.oldos_fangan_bg{
    width: 100%;
    vertical-align: bottom;
}

.oldos_fangan_box{
    width: calc(100% - 1.3333rem);
    height: 40%;
    padding: 0px .5333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: .8533rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.oldos_fangan_input{
    width: 100%;
    line-height: .8533rem;
    font-size: .4267rem;
    border: none;
    border-radius: .1067rem;
    padding: 0px .2667rem;
    margin-bottom: .3733rem;
}

.oldos_fangan_btn{
    width: 100%;
    line-height: .8533rem;
    text-align: center;
    border-radius: .1067rem;
    color: #fff;
    background-color: #f52a80;
    font-size: 16px;
    transition: all 0.15s;
}

.oldos_fangan_btn:hover{
    opacity: 0.85;
}

.oldos_swiper_hjd{
    width: 100%;
    vertical-align: bottom;
}

.oldos_gjjk{
    width: 100%;
    position: relative;
}

.oldos_gjjk_bg{
    width: 100%;
    vertical-align: bottom;
}

.oldos_gjjk_box{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.oldos_gjjk_swiper{
    width: 100%;
}

.oldos_gjjk_imgbox{
    width: 100%;
}

.oldos_gjjk_img{
    width: 5.8667rem;
    padding-left: .32rem;
    vertical-align: bottom;
}

.oldos_xgkdj{
    width: 100%;
    vertical-align: bottom;
}

.oldos_jfhxj_box{
    width: 93%;
    height: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 9%;
    right: 0px;
    z-index: 9;
}

.oldos_jfhxj_item{
    margin-bottom: .3733rem;
    display: flex;
    align-items: center;
}

.oldos_jfhxj_title{
    width: 90px;
    color: #000;
    font-size: .4267rem;
    text-align: end;
}

.oldos_jfhxj_input{
    width: 5.3333rem;
    line-height: .8533rem;
    padding: 0px .2667rem;
    border: none;
    font-size: .4267rem;
    border-radius: .1067rem;
}

.oldos_jfhxj_btn{
    width: 200px;
    line-height: .8533rem;
    text-align: center;
    border-radius: .1067rem;
    color: #fff;
    background-color: #000;
    font-size: .3733rem;
    transition: all 0.15s;
}

.oldos_jfhxj_btn:hover{
    opacity: 0.85;
}