﻿body {
    margin: 0px;
    background-color: white;
    overflow-x: hidden;
}
-webkit-scrollbar {
    display: none
}

.main {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    overflow-x: hidden;
}

.banner img {
width: 95%;
}

#download button {
width: 70%;
color: white;
font-size: 20px;
height: 50px;
border: 0px;
outline: none;
cursor: pointer;
background-image: url(../images/button.png);
background-size: 100% 100%;
background-color: white;
}


#topTitle {
width: 100%;
height: 60px;
line-height: 50px;
color: #fff;
position: static;
text-align: center;
vertical-align: middle;
background-color: red;
}

#topTitle a {
color: #fff;
font-size: 25px;
display: block;
position: absolute;
text-decoration: none;
margin: 0px 0px 0px 10px;
}

.link_font {
margin:10px;
}

.link_font a {
color: red;
text-decoration:underline;
}

.font1 {
font-size: 17px;
text-align: center;
margin:0px 5px;
margin-top:25px;
}

.font2 {
font-size: 17px;
text-align: center;
color: red;
margin:10px 5px;
}

#tab_zsxx {
width: 94%;
margin: 0px 10px;
}

#tab_grxx {
width: 94%;
margin:0px 10px;
}

table td.form {
height: 40px;
}

table td.form a {
color: #FF3300;
text-decoration:underline;
}

#hintShare {
width:100%;
display: none;
}

#hintShare .topFont {
width: 94%;
line-height: 50px;
color:#2A2A2A;
font-size: 22px;
font-weight: bold;
margin: 0px auto;
text-align: center;
border-bottom: 1px solid #808080;
}

#hintShare .centerFont {
width: 94%;
margin: 10px auto;
}
#hintShare .centerFont p{
color:#494949;
text-indent:20px;
line-height:25px;
}

#hintShare .downBtn 
{
width: 100%;
margin-top:20px;
text-align: center;
}

#hintShare .downBtn div {
width: 50%;
height: 35px;
color: white;
padding: 10px;
margin: 0px auto;
line-height: 35px;
text-align: center;
vertical-align: middle;
background: #FF3300;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#cuePhrases {
    margin: 30px 0px;
    text-align: center;
    color: #808080;
    display: none
}
    #cuePhrases a {
        color:red;
        text-decoration:underline;
}