body { 
    color:#969b9d; 
    size:14px; 
    margin: 0; 
    font-size: 14px; 
    line-height: 1.6; 
    font-family: NotoSansHans-Regular,AvenirNext-Regular,proxima-nova,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Helvetica Neue",Arial,sans-serif;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a { text-decoration: none; }
ul,li { list-style: none; }

.container { margin: 40px 15px; padding-left: 15px; padding-right: 15px; margin-right: auto;  margin-left: auto;}

@media (min-width:1200px) {
    .container {
        width: 800px
    }
}

.container .view .span12 { display: flex; align-items: center; justify-content: center; }

.container .view .appicon-bg {
    background: url(/dl/style/images/app_bg.png) no-repeat scroll top center;
    width: 160px;
    height: 160px;
    background-size: 100% auto;
    border: none;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
.container .view .appicon-bg img { border: none; width: 100px; height: 100px; border-radius: 24px; }

.container .view .appicon-bt { text-align: center; padding-top: 10px; margin-top: -40px; } 
.container .view .appicon-bt h2 { color: #333; font-weight: normal; margin-bottom: -5px; }
.container .view .appicon-bt h2 i { margin-right: 5px; }
.container .view .appicon-bt h2 i img { vertical-align: middle; margin-top: -4px; }
.container .view .appicon-bt h2 span { 
    position: relative; 
    margin-top: 6px; 
    margin-left: 8px; 
    top: -2px; 
    background-color: #40acf1; 
    font-size: 12px; 
    font-weight: 400; 
    padding: 3px 7px;
    color: #fff;
    border-radius: .25em;
}

.container .view .appicon-text { text-align: center; }

.container .install { text-align: center; margin-bottom: 70px; }
.container .install .ewm img { 
    border: 1px solid #c2c2c2;
    padding: 3px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.25s; 
}
.container .install .sm { color: #969b9d; font-size: 12px; }
.container .install .smh { color: #ff0000; font-size: 12px;  margin-top: 10px;}
.container .install #inhouseClick { display: block; /*color: #1abc9c;*/ color: red; margin-top: 10px; }
.container .install .btn { 
    font-size: 18px; 
    padding: 8px 60px; 
    background-color: #28caad; 
    border-radius: 30px; 
    border: 1px solid #1ABC9C; 
    color: #fff; 
    display: inline-block; 
    margin-top: 20px;
}

.container .dotted { border-top: 1px solid #e7ebed; margin: 30px 0; }

.container .cp { padding: 20px; background: #fff; margin-bottom: 40px; }
.container .cp h2 { font-size: 20px; line-height: 25px; color: #333; margin-bottom: 15px; font-weight: normal; } 

.container .update .update-description { background: #f2f6f8; padding: 20px; border-radius: 5px; } 
 
 .fade {     
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; 
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.fade .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
@media (min-width: 768px) {
    .fade .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
.fade .modal-dialog .modal-content, .popover { background-clip: padding-box; }
.fade .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}
.fade .modal-dialog  .modal-content .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.fade .modal-dialog  .modal-content .modal-header .close {
    overflow: visible;
    font-family: inherit;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    margin-top: -2px;
    float: right;
}
.fade .modal-dialog  .modal-content .modal-header h4 { margin: 0; line-height: 1.428571429; font-size: 16px; }
.fade .modal-dialog  .modal-content .modal-body {
    position: relative;
    padding: 20px;
    background: #f2f2f2;
    height: 550px;
    overflow-y: scroll;
}
.fade .modal-dialog  .modal-content .modal-body img { 
    border: 0; 
    vertical-align: middle; 
    max-width: 100%; 
    height: auto; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px!important;
}
.fade .modal-dialog  .modal-content .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.fade .modal-dialog  .modal-content .modal-footer .btn {
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 4px 13px;
    position: relative;
    background: #95a5a6;
    border: 1px solid #95a5a6;
}

/*微信遮层*/
.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity = 80);
    height: 100%;
    width: 100%;
    z-index: 100;
}
.weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
}
.weixin-tip p img { max-width: 100%;  height: auto; }