@charset "UTF-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,body { 
    height: 100%;
    font-size: 62.5%;
}
.ft-ac-info-area{
    position: relative;
}
.ft-ac-info-area img{
    width: 100%;
    display: block;
    vertical-align: top;
}
.ft-ac-info-area .btn-area{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
}
.ft-ac-info-area .btn-area a{
    width: 40%;
    max-width: 120px;
    margin-left: 3%;
    margin-right: 3%;
    display: inline-block;
}
html,body{
    font-size: 16px;
    font-family: Microsoft Yahei, Tahoma, Arial, Helvetica, "微软雅黑", "宋体";
}
table,table tr th,table tr td{
    border-collapse: collapse;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
}

img {
    vertical-align: top;
}
i{
    font-style: normal;
}
ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus,a:hover {
    outline: none;
}
/*通用按钮*/
.banner-btn {
    border:1px solid #fff;
    width: 120px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin: 50px auto 0 auto;
    text-decoration: none;
}
/*通用按钮*/
.banner-btn1 {
    background: #fff;
    width: 150px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    color: #282828;
    font-size: 16px;
    margin: 90px auto 0 auto;
    text-decoration: none;
}
/*移动端框架-开始*/
.ours-phone {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ours-phone-top {
    height: 4.8rem;
    position: relative;
    display: block;
}

.ours-phone-item {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    zoom: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 5;
}

/*移动端框架-结束*/