* {
    margin: 0;
    padding: 0;
}

.center {
    max-width: 540px;
    width: 100%;
    margin: 0px auto;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

.fixed-t {
    height: 40px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 40px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.gzh {
    margin-top: 10px;
    width: calc(100% - 15px);
    background-color: #01af63;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px 10px;
    box-sizing: border-box;
}

.gzh .gzh-l {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 5px;
}

.gzh .gzh-l img {
    width: 100px;
    height: 100px;
}

.gzh .gzh-r {
    position: relative;
    color: #fff;
}

.gzh .gzh-r .tit {
    font-size: 18px;
    margin-bottom: 0px;
}

.gzh .gzh-r input {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    left: -10000px;
}

.gzh ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 43%;
    height: 75px;
}

.gzh ul li {
    float: left;
    font-size: 14px;
}

.gzh .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    background-color: #0bc385;
    padding: 2% 4%;
    border-radius: 25px;
    cursor: pointer;
}

.shade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9;
    display: none;
}

.fixed-box {
    position: fixed;
    min-width: 260px;
    max-width: 320px;
    height: 410px;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    top: 28%;
    left: -100%;
    transform: translateX(-50%);
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    overflow: hidden;
}

.fixed .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.fixed .tit i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/index/icon.png) no-repeat;
    background-position: 1px -40px;
    vertical-align: middle;
    cursor: pointer;
}

.fixed-box .box-con {
    padding: 0px 20px;
    box-sizing: border-box;
}

.fixed-box .box-con .img {
    width: 45px;
    height: 45px;
    margin: 10px auto;
}

.fixed-box .box-con .img img {
    width: 100%;
    height: 100%;
}

.fixed-box .box-con .txt p {
    color: #4a4f5a;
    text-align: center;
}

.fixed-box .box-con .txt span {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

.fixed-box .box-con .qrCode {
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.fixed-box .box-con .qrCode img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.fixed-box .box-con .btn {
    text-align: center;
    margin-top: 10px;
}

.fixed-box .box-con .btn a {
    background-color: #1E9FFF;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.footer {
    height: 60px;
}

.footer .fixed-b {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.footer .fixed-b ul {
    padding: 0px 15px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer .fixed-b ul li a {
    display: block;
}

.footer .fixed-b ul li a i {
    font-size: 26px;
}

.footer .fixed-b ul li a p {
    font-size: 14px;
}

.footer .fixed-b ul li .btn {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border-radius: 25px;
    background-color: #f33531;
}

.footer .fixed-b ul li .btn a {
    color: #fff;
}