/*仿iPhone底部弹窗*/
.iphone_bottom_box{ position: fixed; z-index: 99; transition: all 0.5s; border-radius: 18px; margin: auto; left: 0; right: 0; bottom: -250px; overflow: hidden;  background:#F9F9F9;  width: 90%;}
.iphone_bottom_box div{ width: 100%; height: 60px ; border-bottom: 1px solid #D1D1D3; text-align: center; font-size: 16px; font-family:微软雅黑; line-height: 60px; color:#0876FB;cursor: pointer;}
.iphone_bottom_box div:hover{ background:#eee;}
.iphone_bottom_box a:last-child div{ border-bottom: none !important; }
.iphone_bottom_box .iphone_bottom_boxtitle{ font-size:16px;}
.iphone_bottom_box .iphone_bottom_boxbtn{ font-size:20px;}
.iphone_bottom_close{ position: fixed; transition: all 0.5s; z-index: 99; width: 90%; height: 60px ; text-align: center;  margin: auto; left: 0; right: 0; bottom: -300px;font-size: 20px; font-family:微软雅黑; font-weight: bold; line-height: 60px; background: #fff; color:#0876FB;border-radius: 15px; cursor: pointer;}
.iphone_bottom_overlay{ position: fixed;top:0px;left:0px; z-index: 90; width: 100%; height: 100%; background: rgba(0,0,0,0.4);display:none;}
