@CHARSET "UTF-8";
@import url("default.css");
@import url("header.css");
@import url("footer.css");
#container{
	margin:40px auto 0;
	width:100%;
}
.download{
	margin:24px 0px 0;
}
.dtitle{
	margin:0 8%;
}
.photomobile{
	margin:0 4%;
}

.dtitle a{
	background-color:#ff7200;
	height:38px;
	width:100%;
	display:inline-block;
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:38px;
	text-align:center;
	margin:30px 0px 32px;
}
.introduce{
	background-color:#f5f5f5;
	padding:25px 4%;
}
.introduce p{
	color:#474747;
	font-size:12px;
	line-height:20px;
}
.introduce .title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.i_android{
	margin-top:25px;
}
.download_button{
	appearance: none;
	-webkit-appearance: none;
	width: 50%;
	margin:0 auto;
	border-radius: 6px;
	color: #FFF;
	background-color: #e55b2d;
	line-height: 2em;
	font-size: 1.5em;
	text-align: center;
}
.download_button.download_button_revert {
    color: #FFF;
    background-color: #8CCBCF;
    /* border: 1px solid #3ea4de; */
    margin-top: 15px;
    font-size: 1.5em;
    line-height: 2.5em;
}
.download_tip{
	position: fixed;
	width:100%;
	height:100%;
	top:0;left:0;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	display: none;
}
.download_tip img{
	width:100%;
}

.download-temp-container {
    margin: 10px 2em 12rem;
}
.download-temp-container .p-img {
    text-align: center;
}
.download-temp-container p {
    font-weight: 300;
    text-align: left;
    font-size: 1.5rem;
}
.download-temp-container img {
    width: 80%;
    margin: 10px auto;
}
.download-temp-container .p-img:last-of-type img:first-of-type {
    width: 2em;
    margin: 10px auto 0;
}
.download-temp-container strong {
    font-weight: bold;
}
.button-div {
    text-align: center;
}
.button-div strong {
    text-align: left;
}
.download_button.download_button_enterprise {
    font-size: 1.5rem;
}
.download-link p {
    margin-top: 15px;
    font-size: 1.4em;
    color: lightgray;
}
.hide {
	display: none !important;
}
