.page {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    height: auto;
    background-color: #36339E;
}

.topImg {
    position: relative;
}

.topImg img {
    width: 100%;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    right: 0;
}

.difficult {
    width: 10.21rem;
    height: 7.51rem;
    background-color: #ffffff;
    box-shadow: 12px 10px 31px 0px rgba(12, 10, 85, 0.2);
    margin: 0 auto;
    margin-bottom: .5rem;
    overflow: hidden;
    padding: 0 .6rem;
    box-sizing: border-box;
}

.difficult>div:nth-child(1) {
    margin: .45rem 0 .48rem 0;
}

.difficult>div:not(:nth-child(1)) {
    margin-bottom: .3rem;
    position: relative;
}

.difficult-cover {
    position: absolute;
    width: 6.15rem;
    height: .93rem;
    top: 0;
}

.service {
    width: 10.21rem;
    height: 12.41rem;
    background-color: #ffffff;
    box-shadow: 12px 10px 31px 0px rgba(12, 10, 85, 0.2);
    margin: 0 auto;
    margin-bottom: .3rem;
    overflow: hidden;
}

.certificate {
    width: 10.21rem;
    height: 4.21rem;
    background-color: #ffffff;
    box-shadow: 12px 10px 31px 0px rgba(12, 10, 85, 0.2);
    margin: 0 auto;
    margin-bottom: .3rem;
    overflow: hidden;
}

.data {
    width: 10.21rem;
    height: 6.80rem;
    background-color: #daefff;
    box-shadow: 12px 10px 31px 0px rgba(12, 10, 85, 0.2);
    margin: 0 auto;
    margin-bottom: .3rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-serve {
    width: 10.21rem;
    height: 5.95rem;
    background-color: #ffffff;
    box-shadow: 12px 10px 31px 0px rgba(12, 10, 85, 0.2);
    margin: 0 auto;
    margin-bottom: .4rem;
}

.difficult-cover .left {
    width: .54rem;
    font-size: .3rem;
    font-weight: bold;
    line-height: .93rem;
}

.difficult-cover .right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #0d0c37;
}

.service>div:nth-child(1) img {
    width: 4.04rem;
}

.service>div:nth-child(1) {
    text-align: center;
    margin: .5rem 0;
}

.service-con {
    justify-content: space-between;
    padding: 0 1rem;
    margin-bottom: .4rem;
}

.service-con img {
    width: 1.11rem;
    height: 1rem;
    margin-right: .6rem;
    flex-shrink: 0;
}

.service-con h2 {
    font-size: .32rem;
    font-weight: bold;
    color: #0d0c37;
    margin-bottom: .2rem;
}

.service-con p {
    font-size: .24rem;
    color: #999999;
}

.certificate>div:nth-child(2) {
    text-align: center;
}

.certificate>div:nth-child(2) img {
    width: 3.07rem;
    height: 2.17rem;
}

.data-title {
    font-size: .32rem;
    font-weight: bold;
    color: #0d0c37;
    text-align: center;
    margin: .5rem 0 .4rem 0;
}

.layui-input-block {
    margin-left: 0;
}

.layui-input {
    width: 6.6rem;
    height: .8rem;
    min-height: .36rem;
    border: 0;
    font-size: .28rem;
}

.submitBtn {
    width: 6.60rem;
    height: .80rem!important;
    background-color: #ffc600!important;
    font-size: .28rem;
    color: #ffffff;
    font-weight: bold;
}

.tips {
    position: absolute;
    top: 50%;
    right: .40rem;
    transform: translateY(-50%);
    font-size: .28rem;
    color: #1a1a1a;
}

.data-tel {
    color: #0d0c37;
    font-size: .24rem;
}

.layui-form-item {
    margin-bottom: .3rem;
}

.other-serve-title {
    height: 1.34rem;
}

.other-serve-box {
    height: 2.305rem;
    background-color: #FFFCF1;
}

.other-serve-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.other-serve-box>div {
    flex: 1;
}

.other-serve-box img {
    width: 1.39rem;
    flex-shrink: 0;
    margin-right: .5rem;
}

.other-serve-box button {
    width: 1.80rem;
    height: .60rem;
    background-color: #ffc600;
    border-radius: .3rem;
    font-weight: bold;
    font-size: .28rem;
    color: #ffffff;
}

.other-serve-box h2 {
    font-size: .42rem;
    font-weight: bold;
    color: #0d0c37;
    margin-bottom: .3rem;
}

.other-serve-box p {
    font-size: .24rem;
    color: #999999;
}