.page, body{background-color:transparent!important;}

body::after {
    content: '';
    display: block;
    background-image: url(images/bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
}

.container {
    margin: 3%;
}

/*输入框描述字体颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:red;
}
input::-moz-placeholder, textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:red;
}
input:-moz-placeholder, textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:red;
}

/*返回首页按钮*/
.home_icon{
    position: fixed;
    bottom: 10%;
    right: 8%;
    z-index: 888;
    background: #ff9900;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px #888888;
    opacity: 0.7;
    font-size: 1em;
    line-height: 60px;
    text-align: center;
    color: #FFF;
}

.weui-photo-browser-modal{
    z-index: 1000;
}