.page {
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-color: #FFCB15;
    position: relative;
    overflow: hidden;
}

.topImg {
    position: relative;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* text-align: center; */
}

.topImg>img {
    width: 100%;
    height: auto;
}

.logo {
    width: 3.53rem;
    height: 1.01rem;
    position: absolute;
    top: .8rem;
    left: 2.99rem;
}

.bgImg {
    width: 14.77rem;
    height: 7.57rem;
    margin: 0 auto;
    margin-top: 0.7rem;
    margin-left: 1.36rem;
}

.codeimg {
    width: 2.38rem;
    height: 2.94rem;
    position: absolute;
    right: .4rem;
    top: 2.37rem;
}

.imgCollect div {
    width: 13.21rem;
    background-color: #ffffff;
    box-shadow: 0px 5px 41px 0px rgba(255, 139, 25, 0.4);
    border-radius: 0.14rem;
    margin: 0 auto;
    margin-bottom: .4rem;
}


/* .imgCollect {
    text-align: center;
}

.imgCollect img {
    width: 13.94rem;
    height: auto;
} */

.box {
    width: 13.21rem;
    height: 6rem;
    background-color: #fffcf1;
    box-shadow: 0px 5px 41px 0px rgba(255, 139, 25, 0.4);
    border-radius: 0.14rem;
    margin: 0 auto;
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serve {
    width: 13.21rem;
    height: 7.30rem;
    background-color: #ffffff;
    box-shadow: 0px 5px 41px 0px rgba(255, 139, 25, 0.4);
    border-radius: 0.14rem;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.layui-form-label {
    padding: 0;
    width: 1.44rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .24rem;
    color: #13212e;
}

.layui-input-block {
    margin-left: 1.44rem;
}

.layui-form-item {
    margin-bottom: .2rem;
}

.layui-input {
    font-size: .24rem;
    height: .8rem;
    width: 5.4rem;
    border: 0;
}

.layui-input-block {
    min-height: .36rem;
}

.title {
    font-size: .42rem;
    color: #13212e;
    font-weight: 600;
    margin: .62rem 0 .42rem 0;
}

button.btn {
    width: 6.20rem;
    height: .80rem!important;
    background-color: #ff1748!important;
    border-radius: 2px;
    font-size: .28rem!important;
    color: #fff;
}

.titleImg {
    width: 100%;
    height: 1.74rem;
}

.serve-content {
    width: 100%;
    height: 2.78rem;
    background-color: #fffcf1;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.3rem;
    box-sizing: border-box;
}

.serve-content img {
    width: 1.39rem;
    height: 1.39rem;
}

.serve-content button {
    width: 1.80rem;
    height: .61rem;
    background-color: #ff1748;
    border-radius: .3rem;
    color: #fff;
    font-size: .28rem;
    font-weight: bold;
}

.serve-content>div {
    flex: 1;
    padding-left: .5rem;
    box-sizing: border-box;
}

.serve-content>div h2 {
    font-size: .42rem;
    color: #0d0c37;
    font-weight: bold;
    margin-bottom: .2rem;
}

.serve-content>div p {
    font-size: .24rem;
    color: #999999;
    line-height: .42rem;
}