﻿/* 头部 */
body {
    background-color: #f3f3f3;
}

.top {
    padding: 3% 3%;
}

.wrap {
    padding: 0 1%;
    box-sizing: border-box;
}

.biaoti {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
}

.top .iconfont {
    display: inline-block;
    width: 23%;
    font-size: 25px;
    color: black;
}

.top .icon-zuojiantou {
    text-align: left;
}

.top .icon-gengduo {
    text-align: right;
}

/* 头部 */

/* 内容 */
.main2{
    width: 100%;
}
.main21{
    width: 50%;
    float: left;
    font-size: 24px;
    color: #fd9253;
    text-align: center;
    padding: 3% 0;
    background-color: #fff;
}
.main22{
    width: 50%;
    float: right;
    font-size: 24px;
    color: white;
    padding: 3% 0;
    text-align: center;
    background-color: #0394f0;

}
/* 内容 */

/* 底部 */
.footer {
    position: fixed;
    bottom: 0;
    height: 8%;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    background-color: #fff;
    box-shadow: 10px 10px 20px 10px #ccc;
}

.footer-son {
    width: 25%;
    padding: 5px;
    float: left;
}

.footer-son img {
    width: 30%;
    display: block;
    margin: 0 auto;
}

.footer-son span {
    display: block;
    text-align: center;
    font-size: 14px;
}
.footer3 a span:nth-child(1){
    color: #df482e
}
/* 底部 */