body{
    font-weight: 300;
    background: #F5F4F0;
}
a,label,input{
    outline:none; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.wrapper{
    padding-bottom: 1.4rem;
}
img{
    display: block;
}
.banner img{
    width: 100%;
}
.productName{
    background: #fff;
    padding-bottom: 0.2rem;
}
.productName>h3{
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0.32rem;
    font-size: 0.34rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
    color: #111;
}
.productName>p{
    padding: 0 0.32rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
    color: #111;
}
.productAdvantage{
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.3rem;
}
.proWhite{
    border-bottom: 0;
    padding-bottom: 0;
}
.productAdvantage img{
    width: 100%;
}
.productTit{
    height: 0.88rem;
    line-height: 0.88rem;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0.32rem;
    font-size: 0.34rem;
    font-weight: 400;
    margin-top: 0.2rem;
}
.productAdvantage p{
    padding: 0 0.32rem;
    font-size: 0.24rem;
    color: #666666;
}
.productAdvantage p i{
    color: #EF5104;
}
.productAdvantage p a{
    color: #EF5104;
}
.productAdvantage h4{
    padding: 0.3rem 0.32rem;
    font-size: 0.28rem;
    font-weight: 100;
    color: #111;
}
.productAdvantage ul {
    border-left: 1px solid #EF5104;
    margin-left: 0.4rem;
}
.productAdvantage ul li {
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding: 0 0.3rem;
    color: #666;
    line-height: 0.36rem;
    padding-bottom: 0.3rem;
    padding-left: 0.4rem;
    position: relative;
}
.productAdvantage ul li em {
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    left: -0.14rem;
    top: 0;
    background: #EF5104;
    color: #fff;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.28rem;
    border-radius: 50%;
    font-style: normal;
}
.productAdvantage ul li:last-child {
    padding-bottom: 0;
}
.question{
    border-bottom: 1px solid #E0E0E0;
    padding: 0.3rem 0.32rem;
    padding-left: 0;
    margin-left: 0.32rem;
}
.question h4{
    margin-bottom: 0.1rem;
}
.question h4,.question p{
    border: none;
    padding-bottom: 0;
    font-weight: 300;
    position: relative;
    padding-left: 0.54rem;
    font-size: 0.28rem;
    color: #111;
    font-weight: normal;
    padding-top: 0;
    font-weight: 300;
}
.question h4:after,.question p:after{
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url('/images/babyInsurance/question.png') no-repeat center;
    background-size: cover;
}
.question p:after{
    background: url('/images/babyInsurance/answer.png') no-repeat center;
    background-size: cover;
}
.question p{
    color: #666;
}
.question:last-child{
    border-bottom: 0;
}
.insure-button{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #fff;
    z-index: 3;
    overflow: hidden;
}
.insure-button label{
    padding-right: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.26rem;
    color: #111;
    display: block;
    border-top: 1px solid #e0e0e0;
}
.insure-button label em{
    font-size: 0.42rem;
    color: #EF5104;
    padding-right: 0.1rem;
    font-style: normal;
}
.insure-button a:first-child{
    width: 1.7rem;
    left: 0.32rem;
    top: 0.4rem;
    line-height: 0.3rem;
    color: #EF5104;
}
.insure-button a:first-child img{
    width: 0.36rem;
    float: left;
    margin-right: 0.1rem;
}
.insure-button a {
    position: absolute;
    top: 0;
    right: 0;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}
.btn-primary {
    border: 1px solid #EF5104;
    background: #EF5104;
    background: -moz-linear-gradient(top, #FF4949 100%, #F86219 100%);
    background: -webkit-linear-gradient(top, #FF4949, #F86219);
    background: -o-linear-gradient(top, #FF4949, #F86219);
    color: #fff;
}
.btn-xm {
    width: 2.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #EF5104;
    display: block;
    text-align: center;
    border-radius: 0.05rem;
}


/*试算*/
.trial{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    display: none;
}
.trial-title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #EF5104;
    padding-left: 0.3rem;
    position: relative;
}
/*.trial-title i{
    content: "";
    position: absolute;
    left: 0.3rem;
    top: 0.1rem;
    width: 0.3rem;
    height: 0.6rem;
    background: url(/images/babyInsurance/return.png) no-repeat center;
    background-size: 0.19rem;
    display: none;
}*/
.trial-title span{
    position: absolute;
    right: 0.3rem;
    top: 0.12rem;
    width: 0.56rem;
    height: 0.56rem;
    display: block;
    background: url('/images/babyInsurance/close.png') no-repeat center;
    background-size: 0.36rem;
}
.trial-form{
    background: #fff;
    /*min-height: 100%;*/
}
.trial-form>div:first-child{
    border-top: 1px solid #e0e0e0;
}
.trial-form>div{
    display: table;
    width: 100%;
    min-height: 0.84rem;
    font-size: 0.28rem;
    color: #111;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}
.trial-form div>input{
    font-size: 0.28rem;
}
.trial-form label{
    float: left;
    width: 1.3rem;
    text-align: left;
    line-height: 0.84rem;
    height: 0.84rem;
    padding-left:0.3rem;
}
.trial-form>div>div{
    float: right;
    width: 4.3rem;
    margin-right: 0.3rem;
    line-height: 0.84rem;
    min-height: 0.84rem;
}
.trial-form>div>div i{
    font-style: normal;
}
.trial-form>div span{
    display: block;
    float: left;
    height: 0.54rem;
    color: #111;
    font-size: 0.26rem;
    margin-top: 0.13rem;
    margin-right: 0.12rem;
    position: relative;
}
.trial-form>div span i{
    height: 0.54rem;
    border: 1px solid #E0E0E0;
    line-height: 0.54rem;
    padding: 0 0.12rem;
    display: block;
}
.trial-form>div span input{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f00;
    opacity: 0;
    left: 0;
    top: 0;
}
.trial-form>div span input:checked+i{
    border: 1px solid #EF5104;
    color: #EF5104;
}
.trial-form div.select {
    position: relative;
}
/*.trial-form div.select:after {
    content: "";
    width: 0.16rem;
    height: 0.3rem;
    position: absolute;
    right: 0.32rem;
    top: 50%;
    margin-top: -0.15rem;
    background-size: cover;
}*/
/*.trial-form div.select.time:after {
    background: url(/images/babyInsurance/dateIcon.png) no-repeat right center;
    width: 0.42rem;
    height: 0.42rem;
    background-size: contain;
    margin-top: -0.21rem;
}*/
.trial-form div .chooseDate{
    width: 93%;
    background: url(/images/babyInsurance/dateIcon.png) no-repeat right;
    background-size: 0.3rem;
}
.scope{
    width: 100%;
    margin-top: 0.3rem;
}


/*信息填写*/
.applicant {
    background: #fff;
    margin-bottom: 0.2rem;
}
.wrapper .applicant:nth-child(2) h3 i{
    display: none;
}
.applicant_main {
    padding: 0;
    position: relative;
}
.applicant_form {
    border: none;
    height: 0.84rem;
    line-height: 0.84rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.26rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding-left: 0.2rem;
}
.applicant h3:first-child{
    margin-top: 0;
}
.applicant h3 {
    color: #EF5104;
    background: rgba(239,81,4,0.06);
    text-align: center;
    height: 0.84rem;
    line-height: 0.84rem;
    padding: 0;
    font-size: 0.28rem;
    width: 100%;
    font-weight: 300;
    position: relative;
    margin-top: 0.2rem;
    border-top: 1px solid #e0e0e0;
}
.applicant h3 i{
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    background: url(/images/babyInsurance/deleteIcon.png) no-repeat right;
    background-size: cover;
    position: absolute;
    right: 0.32rem;
    top: 0.22rem;
    cursor: pointer;

}
.applicant_form label {
    font-size: 0.26rem;
    color: #000;
}
.applicant_form label i{
    color: #f00;
    margin-left: 0.05rem;
}
.applicant_form input {
    border: 0;
    float: right;
    text-align: right;
    background: none;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    width: 62%;
    font-size: 0.65rem;
    color: #000;
    margin: 0;
    font-size: 0.26rem;
    margin-right: 0.3rem;
}
.applicant_form input[type=text], .applicant_form input[type=email], .applicant_form input[type=number] {
    height: 0.84rem;
    margin-top: 0rem;
    line-height: 0.44rem;
}
.applicant_form .verificationCode{
    width: 45%;
    margin-right: 35%;
}
.applicant_form  .obtainCode{
    width: 1.7rem;
    float: right;
    position: absolute;
    right: 0;
    border: 1px solid #EF5104;
    padding: 0.1rem 0rem;
    margin-top: 0.15rem;
    color: #EF5104;
    border-radius: 2px;
    font-size: 0.24rem;
    font-weight: 300;
    text-align: center;
}
.applicant_form .chooseDate{
    line-height: 0.8rem;
    background: url("/images/babyInsurance/dateIcon.png") no-repeat right;
    background-size: 0.3rem;
}
.applicant_form .chooseDate{
    padding-right: 0.5rem;
}
.applicant_form .typeCard{
    border: 0;
    line-height: 0.84rem;
    float: right;
    text-align: right;
    padding-right: 0.3rem;
    width: 62%;
    background: url(/images/babyInsurance/right.png) no-repeat right center;
    background-size: 0.16rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.addBaby{
    height: 0.88rem;
    line-height: 0.88rem;
    color: #EF5104;
    font-size: 0.28rem;
    background: #fff;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}
.addBaby span img{
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.4rem;
    margin-top: -0.05rem;
}


/*复选框*/
.agree-box {
    font-size: 0.22rem;
    position: relative;
    padding: 0.1rem 0.22rem;
    line-height: 0.28rem;
}
.agree-box input[type=checkbox],.agree-box input[type=checkbox]:checked  {
    width: 0.26rem;
    height: 0.26rem;
    background: url(/images/babyInsurance/check.png) no-repeat;
    float: left;
    margin: 0px 5px;
    margin-left: 0;
    margin-bottom: 0.1rem;
    display: block;
    outline: none;
    border: 0;
    border-radius: 0;
    background-size: cover;
}
.agree-box input[type=checkbox]:checked {
    background: url(/images/babyInsurance/checked.png) no-repeat;
    background-size: cover;
}
.agree-box a{
    color: #EF5104;
}

/*信息确认*/
.inforDetail{
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    margin: 0.3rem;
    margin-bottom: 0;
    box-shadow: 0px 1px 15px #e4e4e4;
}
.infor-list{
    padding: 0 0.3rem;
    padding-bottom: 0.2rem;
}
.infor-list>div:first-child{
    border-top: 0;
}
.infor-list>div{
    border-top: 1px dashed #e0e0e0;
    padding: 0.2rem 0;
}
.inforDetail h3{
    font-size: 0.32rem;
    color: #EF5104;
    padding-bottom: 0.2rem;
    display: block;
    font-weight: 300;
    padding: 0.2rem;
}
.infor-list p{
    display: table;
    font-size: 0.28rem;
    line-height: 0.54rem;
}
.infor-list p label{
    display: block;
    float: left;
}
.infor-list p span{
    display: block;
    margin-left: 1.5rem;
}
.more,.retract{
    width: 0.58rem;
    height: 0.31rem;
    background: url(/images/babyInsurance/moreIcon.png) no-repeat center;
    background-size: cover;
    display: block;
    border-radius: 0;
    color: #66b4e3 !important;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 0.6rem;
    margin-top: 0.3rem;
}
.inforMore{
    border-top: 1px solid #e0e0e0;
    padding: 0 0.1rem;
    display: none;
}
.retract{
    background: url(/images/babyInsurance/upIcon.png) no-repeat center;
    background-size: cover;
}
.tit-h{
    font-size: 0.28rem;
    width: 100%;
    padding: 0.1rem 0.3rem;
    display: table;
    margin-top: 0.2rem;
}
.tit-h span {
    float: right;
    color: #FF5150;
    font-size: 0.28rem;
    margin-right: 0.6rem;
}
.cell-pay{
    background: #fff;
    height: 1rem;
    display: block;
    margin-bottom: 0.2rem;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.cell-pay img {
    height: 0.66rem;
    margin-top: 0.16rem;
    width: auto;
    margin-left: 0.3rem;
}
.infor-list h4{
    font-size: 0.28rem;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
    background: none;
    height: auto;
    line-height: 0.8rem;
    text-align: left;
    color: #111;
}
.infor-list h4:after {
    position: absolute;
    left: -0.4rem;
    width: 0.25rem;
    height: 0.3rem;
    background: rgba(239,81,4,0.2);
    content: "";
    top: 0.22rem;
}
/*核保成功*/
.insureSucuess{
    background: #fff;
}
.state{
    padding: 0.65rem 0;
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.2rem;
    border-bottom: 1px solid #DDDDDD;
}
.state img{
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.2rem;
    display: inline-block;
}
.insureSucuess>div{
    padding: 0.4rem 0.32rem;
}
.insureSucuess>div h3{
    font-size: 0.34rem;
    color: #EF5104;
    font-weight: 300;
    padding-bottom: 0.38rem;
}
.insureSucuess>div p{
    line-height: 0.48rem;
}
.insureSucuess>div p label{
    width: 1.6rem;
    display: block;
    float: left;
}
.insureSucuess>div p span{
    display: block;
    margin-left: 1.2rem;
}
.insureSucuess>div p span a,.policy p span a{
    color: #EF5104;
    text-decoration: underline;
    margin-left: 0.1rem;
}
.insuredBtns{
    margin-top: 2rem;
    text-align: center;
}
.insuredBtns a{
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
	background: #EF5104; 
    background: -moz-linear-gradient(top,#FF4949 100%, #F86219 100%);
    background: -webkit-linear-gradient(top,#FF4949,#F86219); 
    background: -o-linear-gradient(top,#FF4949, #F86219);
	color:#fff;
    margin-left: 0.2rem;
    font-size: 0.32rem;
}
.insuredBtns a:first-child{
    margin-left: 0;
    border: 1px solid #EF5104;
    background: #fff;
    color: #EF5104;
}
/*核保失败*/
.failure{
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.28rem;
}
.failure p a{
    color: #EF5104;
}

/*保单详情*/
.policyDetail{
    margin-bottom: 0.2rem;
}
.policy{
    background: #fff;
    padding: 0 0.32rem;
    margin-top: 0.2rem;
    position: relative;
}
.policy h3{
    font-size: 0.32rem;
    color: #EF5104;
    padding-bottom: 0.2rem;
    display: block;
    font-weight: 300;
    padding: 0.2rem;
    position: relative;
    padding-top: 0.34rem;
}
.policy h3:after{
    content: "";
    width: 0.06rem;
    height: 0.34rem;
    background: #EF5104;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0.38rem;
    border-radius: 0.1rem;
}
.policy p{
    overflow: hidden;
    font-size: 0.26rem;
    line-height: 0.48rem;
}
.policy p label{
    display: block;
    float: left;
}
.policy p span{
    display: block;
    margin-left: 1.3rem
}
.protect{
    border-top: 1px dashed #EF5104;
    padding-bottom: 0.2rem;
}
.protectFir{
    border-top: 0;
}
.policy i{
    font-size: 0.28rem;
    color: #EF5104;
    padding: 0.5rem 0;
    display: inline-block;
    font-weight: 300;
}
.statusIcon{
    width: 1.6rem;
    height: 1rem;
    background: url('/images/babyInsurance/ztbj.png') no-repeat right;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    text-align: center;
    line-height: 1rem;
    color: #EF5104;
    font-size: 0.26rem;
}



















.toolbar .toolbar-inner{
    height: 0.88rem;
    line-height: 0.88rem;
}
.toolbar-inner .title{
    border-top: 0;
    border-bottom: 0;
}
.weui-picker-modal{
    height: auto;
}
.weui-picker-modal .picker-modal-inner{
    height: 5rem;
}
.toolbar .title,.toolbar .picker-button{
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.28rem;
}

.weui-picker-modal .picker-item{
    font-size: 0.28rem;
}
.weui-cells_radio{
    background: #fff;
}
.weui-cells_radio label{
    height: 0.7rem;
    line-height: 0.7rem;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0.2rem;
}

/*修改*/
.picker-calendar-year-picker a.icon-only {
    height: 0.78rem;
    line-height: 0.7rem;
}
i.icon.icon-next, i.icon.icon-prev{
    width: 0.35rem;
    height: 0.35rem;
    background: url("/images/babyInsurance/rightIcon.png") no-repeat right;
    background-size: contain;
}
i.icon.icon-prev{
      background: url("/images/babyInsurance/leftIcon.png") no-repeat left;
      background-size: contain;
}
.picker-calendar-year-picker .current-year-value {
    height: 0.78rem;
}
.toolbar{
    font-size: .26rem;
}
.picker-calendar-week-days {
    height: .36rem;
}
.picker-calendar-day,.picker-calendar-row{
    height: 0.78rem;
}
.picker-calendar-month-picker .current-month-value,
.picker-calendar-year-picker .current-month-value, .picker-calendar-month-picker
.current-year-value, .picker-calendar-year-picker .current-year-value{
    height: 0.78rem;
}

.picker-calendar-month-picker, .picker-calendar-year-picker,
.picker-calendar-month-picker, .picker-calendar-year-picker{
    line-height: 0.7rem;
}
.picker-calendar-month-picker a.icon-only, .picker-calendar-year-picker a.icon-only{
    height: 0.78rem;
    line-height: 0.7rem;
}
.picker-calendar-day.picker-calendar-day-selected span{
    background: #ee5104;
}


/*弹框*/
.alert-box{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
    display: none;
}
.alert-box .alert-boxbg{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
}
.alert-box .alert-content{
    width: 92%;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    position: absolute;
    top: 10%;
    z-index: 9;
    left:4%;
}

.insurance-declaration {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.insurance-declaration .insurance-declaration-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.insurance-declaration .alert-content {
    width: 92%;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    position: absolute;
    top: 10%;
    z-index: 9;
    left: 4%;
}

.user-agreement {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.user-agreement .user-agreement-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.user-agreement .alert-content {
    width: 92%;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    position: absolute;
    top: 10%;
    z-index: 9;
    left: 4%;
}
.alert-content .opt_countent{
    height:100%;
    top:0;
    padding: 0 0.3rem;
    overflow: auto;
}
.alert-content>a img{
    position:absolute;
    right:0.1rem;
    width: 28px;
    display:block;
    top:-0.7rem;
    background-size:cover;
}
.opt_countent h3{
    text-align: center;
    padding: 0.3rem 0;
    color:#EF5104;
}
.opt_countent p{
    margin-bottom: 0.1rem;
}
.title{
    color:#EF5104;
    border-top: 3px solid #EF5104;
    border-bottom: 3px solid #EF5104;
}
.opt_countent p:last-child{
    padding-bottom:0.2rem;
}

/*保险条款*/
.insurance-clause{
    z-index: 8;
}
.insurance-clause,.terms{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    display: none;
}
.insurance-clause h3{
    height:1rem;
    background:rgba(239,81,4,0.06);
    line-height: 1rem;
    font-size: 0.34rem;
    color: #EF5104;
    text-align: center;
    font-weight: 300;
    padding-left: 0.6rem;
}
.insurance-clause h3 i img{
    width: 0.35rem;
    height:0.35rem;
    float: right;
    margin-right: 0.3rem;
    margin-top: 0.35rem;
}
.insurance-clause ul li{
    padding: 0.2rem 0.3rem;
    border-bottom: 1px solid #E0E0E0;
}
.terms{
    width: 92%;
    height: 92%;
    background: #fff;
    padding: 0.6rem 0.3rem;
    z-index: 9;
}
.terms h3,h2{
    text-align: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: #111;
    padding: 0.15rem 0;
}
.terms h2{
    font-size: 0.32rem;
}
.terms p{
    font-size: 14px;
    margin-top: 0.1rem;
}
.terms .closed{
    width: 0.4rem;
    position: fixed;
    right: 0.3rem;
    top:24px;
}
table{
    width: 96%;
}
table tr td{
    border: 1px solid #e0e0e0;
    text-align: center;
}
body .layui-m-layer .layui-m-layer-msg{
    bottom: 0!important;
}
.weui-picker-container, .weui-picker-overlay{
    height: 100%;
    background: rgba(0,0,0,0.5);
}


.share{
    position:fixed;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    top:0;
    left:0;
    display: none;
}
.share img{
    width:89%;
    margin:0 auto;
    margin-top:0.5rem;
}