* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
}
.appBox {
    width: 100%;
    /* height: 100%; */
    /* min-width: 750px; */
    margin: 0 auto;
    position: relative;
}

.headerBox {
    position: fixed;
    top: -1px;
    left: 0;
    height: 44px;
    width: 100%;
    background-color: rgba(255, 255, 255, .65);
    -moz-box-shadow: 0px 3px 12px rgba(0, 33, 22, 0.24);
    -webkit-box-shadow: 0px 3px 12px rgba(0, 33, 22, 0.24);
    -o-box-shadow: 0px 3px 12px rgba(0, 33, 22, 0.24);
    box-shadow: 0px 3px 12px rgba(0, 33, 22, 0.24);
    z-index: 2;
    border-radius: 0 0 10px 10px;
}

.mailIcon {
    position: absolute;
    bottom: 4px;
    left: 14px;
    width: 105px;
    height: 34px;
}

.download_app {
    position: absolute;
    bottom: 6px;
    right: 15px;
    width: 74px;
    height: 30px;
}

.download_app img {
width: 100%;
}

.appBox .body_bg {
    width: 100%;
    vertical-align: middle;
}

.immediate_experience {
    /* bottom: 142px;
    position: absolute;
    left: 50%;
    margin-left: -63px; */
    width: 120px;
    height: 40px;
    margin-right: 10px;
}
.immediate_experience img{
    width: 100%;
}
.list_experience{
    /* position: absolute;
    left: 50%;
    margin-left: -55px; */
    width: 120px;
    height: 40px;
    margin-left: 10px;
}
.list_experience img{
    width: 120px;
    height: 40px;
}
.download_now {
    position: absolute;
    width: 200px;
    height: 56px;
    left: 50%;
    margin-left: -100px;
    top: 50px;
}
.download_now img{
    width: 200px;
    height: 56px;
}
ul li {
    list-style: none;
}

/*如果是微信打开的页面的样式*/
.shade {
    position: fixed;
    z-index: 99;
    background: #00000070;
}

.triangleTop {
    border: 8px solid #fff;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: 20px;
    top: -16px;
}

.tips {
    transform: scale(1.5);
    position: fixed;
    top: 34px;
    right: 70px;
    width: 185px;
    background-color: #fff;
    border-radius: 5px;

}

.boxTip {
    padding: 8px 15px;
    color: #333;
}

.boxTip li {
    height: 37px;
    line-height: 37px;
}

.oneList {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
}

.iconMore {
    width: 37px;
    height: 37px;
    /* line-height: 37px; */
    display: block;
    border-radius: 50%;
    background-color: #e7e7e7;
    text-align: center;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
}

.iconMore .spot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333333;
    display: inline-block;
    margin-bottom: 4px;
}
.textWrap{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 20px;
    text-align: center;
    color: #9aa4b1;
    left: 0;
    bottom: 22px;
    font-size: 12px;
}
.textWrap a{
    font-size: 12px;
    color: #9aa4b1;
    text-decoration: none;
    line-height: 26px;
}

.wx-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
}
.wx-mask img{
    width: 300px;
    position: absolute;
    right: 25px;
}
.hide{
    display: none;
}
.fled_experBox{
    width: 100%;
    height: 80px;
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    text-align: center;
    left: 0;
}

img[src='']{
    opacity: 0;
}