html {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	display: block;
	background: #fff;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;

	font-size: 16px; /* 1rem = 16px */
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-style: normal;
	outline: none;
	border: none;
}

/*.title {
    background: url(../img/title.png) no-repeat;
    background-size: cover;
    background-position: center 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.titleButtonWindows {
	padding-top: 10rem;
	padding-bottom: 5rem;
	padding-left: 5rem;
}*/

img {
  min-width: 100rem;
  max-width: 100%;
  height: 100%; /* 等比缩放 */
  display: block;
}

.titleButtonWindows {
    position: relative;
    z-index: 10000;
	margin-top: -25rem;
    margin-left: 20rem;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #29344a;
    transition: all 0.2s;
}

a:hover {
    color: #3c2299;
}

.titleButtonWindows a {
/*    background: #6f9bfa;
    color: #fff;
    border: none;
    width: 10rem;
    height: 3rem;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 3rem;*/
    width: 10rem;
    height: 4rem;
    display: block;
    line-height: 4rem;
    padding-left: 5rem;
    font-size: 1.2rem;
    color: #333;
    background: #fff url(../img/do-windows.png) no-repeat 35px center;
    background-size: 35px auto;
}

.titleButtonWindows a:hover{box-shadow:0px 2px 5px 5px rgba(255,255,255,0.5)}

.desc-container {
	margin-top: 25rem;
}

.view_pc_tips_box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 12px 0px #666;
    font-size: 12px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
}