/* CSS Document */

*
{
    margin: 0;
    padding: 0;
    outline: 0;
}
a
{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
ul, ol, li
{
    list-style: none;
}
em, i
{
    font-style: normal;
}
img
{
    border: none;
}
input, img
{
    vertical-align: middle;
}
html
{
    font-size: 16px;
    height: 100%;
    width: 100%;
    font-family: "Times New Roman" , Times, serif;
}
body
{
    margin: 0 auto;
    width: 100%;
    font: 85%/1 "\9ED1\4F53";
    background-color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: '微软雅黑';
    font-size: 16px;
}
.hide
{
    display: none;
}
/****主页面样式  start*****/

.p-index
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.clear
{
    clear: both;
}
.opacity
{
    opacity: 0;
}
section
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section img
{
    position: relative;
}
.page_text01
{
    margin: 5% auto 0;
}
.page_card
{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.inputtext
{
    position: absolute;
    bottom: 10%;
    background: none;
    width: 100%;
    left: 0;
    font-size: 20px;
    border: 0;
    border-spacing: 0;
    text-align: center;
}
.page_instr
{
    position: relative;
    margin: -15% auto 0;
    width: 75%;
    background: rgba(0, 0, 0, .5);
    padding: 3% 0;
}
.page_bottom
{
    position: relative;
    margin: 5% auto 0;
    width: 40%;
    z-index: 8;
}
/****主页面样式  //end*****/
.page_wine
{
    margin-top: 15%;
}
.pages02_btn
{
    position: relative;
    margin: 5% auto 25%;
    width: 35%;
    z-index: 8;
}
.form-group
{
    margin: -15% auto 0;
    width: 100%;
}
.input-group
{
    position: relative;
    display: table;
    border-collapse: separate;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    color: #BFBFBF;
}
.input-group-addon
{
    width: 30%;
    color: #939393;
    background-color: #ffffff;
    border-color: #b5b5b5;
    display: table-cell;
    padding: 11px 0 11px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control
{
    text-align: left;
    display: block;
    width: 100%;
    height: 42px;
    padding: 11px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 700;
    background-color: #fff;
    border: none;
    border-left: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.share-btn
{
    width: 30%;
    margin: 5% auto;
}
.share
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    z-index: 10;
}
/*苹果4手机 start*/

@media screen and (max-height: 500px)
{
}
/*邓先生的魅族 start*/

@media screen and (min-height: 590px) and (max-height: 600px)
{
}
/*苹果6 plus样式*/

@media screen and (min-height: 603px) and (max-height: 672px)
{
}
