@charset "utf-8";
/* CSS Document */
body{
	padding: 0 0 0.9rem; margin: 0;
	font-size: 100px; font-family: "微软雅黑";
    -webkit-text-size-adjust:100%;
    background: #efefef;
    height: 100%;
    user-select: none;
}
a { text-decoration: none; }
table { border-spacing: 0; }
img { border: none; vertical-align: top;width:100%;display:block}
em, i { font-style: normal; }
dt, dd, ol, ul, li, p, span, h3, h4{ list-style: none; margin: 0; padding: 0;}
.fl{float: left;}
.fr{float: right;}
.tc{ text-align: center;}
.tr{text-align: right;}
/**/
.page{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.4rem;
    align-self: center;
    box-sizing: border-box;
}
.content dl{
    text-align: center;
    margin: 0;
    flex: 1 0 auto;
    padding-right: 0.15rem;
    color: #d9574e;
}
.content dt{
    font-size: 0.45rem;
    font-weight: bold;
    margin-bottom: 50px;
}
.content dd p{
    margin: 0.3rem 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
}
.content .phone{
    flex: 1 1 2.5rem;
}
.btn{
    width: 3.5rem;
    height: 0.8rem;
    color: #d9574e;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    font-weight: bold;
    border: 2px solid #d9574e;
    border-radius:0.1rem;
    display: block;
    margin: auto;
}
.btn:active{
    background-color: #d9574e;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.content1 dl{
    padding:0 0 0 0.15rem;
    color: #bd8645;
}
.content1 .btn{
    color: #bd8645;
    border: 2px solid #bd8645;
    font-size: 0.30rem;
}
.content1 .btn:active{
    background-color: #bd8645;
}