/* 
* @Author: lizhen
* @Date:   2015-11-10 14:11:42
* @Last Modified by:   lizhen
* @Last Modified time: 2015-11-20 16:32:19
*/

.warp{
    width: 100%;
    height: 100%;
}
.mx_nav{
    width:19%;
    height:100%;
    overflow: auto;
    position: absolute;
    top:0;
    left: 0;
    padding-top: 58px;
    border-right: 1px solid #dedede;
    z-index: 10;
}
.mx_code{
    width:49%;
    height:90%;
    margin-right: 1%;
    margin-left: 20%;
    float: left;
    overflow: auto;
    position: relative;
}
.mx_view{
    width:29%;
    height:90%;
    margin-right: 1%;
    float: left;
    position: relative;
}
.iphone{
    width: 306px;
    height: 589px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -153px;
    margin-top: -294px;
    background: url(../images/iphone6.png) no-repeat;
}
.mx_view .main{
    width: 239px;
    height: 424px;
    position: absolute;
    top: 83px;
    left: 37px;
    background: #fff;
    overflow: auto;
}
.mx_nav a{
    text-align: center;
}
.mx_nav a.active{
    color: #0e90d2;
    font-weight: bold;
}
.mx_nav .first_nav{
    margin: 0;
    padding: 0;
}
.mx_nav .second_nav{
    margin: 0;
    padding: 0;
}
.mxin-btn-primary,.mxin-header-default{
    background: #1a85ff !important;
}
.mxin-btn-primary{
    border-color: #1a85ff !important;
}
.mx_header .mxin-header{
    z-index: 20;
}
.mxin-header-left a{
    padding: 0 0.5em;
}
.mxin-header .mxin-header-right{
    right: 8px !important;
    width: 124px !important;
}
.mxin-header-default .mxin-header-nav .mxin-btn{
    padding: 0 0.7em !important;
    margin-left: 1em;
}
.mxin-header-default .mxin-header-nav .mxin-icon-close{
    font-size: 18px !important;
    margin-top: -2px !important;
}
.mxin-icon-search{
    margin-left: 9px
}
.mx_page{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
}
.load-left{
    left: -100%;
}
.load-default{
    left: 0;
}
.load-right{
    left: 100%;
}
.ios .mxin-header{
    height: 70px;
}
.ios .mxin-header .mxin-header-nav{
    top: 20px;
}
.ios .mxin-header .mxin-header-title{
    height: 80px;
    line-height: 85px;
}
.ios .mt_50{margin-top: 70px;}
.ios .mt_70{margin-top: 90px;}

.mt_50{margin-top: 50px;}
.mt_70{margin-top: 70px;}