body {
    padding: 0;
    margin: 0;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer {
    height: 10%;
    font-size: .2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.contrion {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    background-color: #FFF6F8;
}

.image_list {
    width: 3.5rem;
    height: 6.5rem;
    background-image: url(/Apps/Home/Common/images/phone.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    left: 2.5rem;
    top:.6rem;
}

.image_item {
    width: 2.55rem;
    height: 5.4rem;
    position: absolute;
    opacity: 0;
    transition: all 1s ease;
    top: .42rem;
    left: .47rem;
}

.active {
    opacity: 1;
}

.header {
    width: 80%;
    height: 1.4rem;
    display: flex;
    align-items: center;
}

.header img {
    width: 2.5rem;
}

.center {
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    width: 70%;
    height: 100%;
    background-image: url('/Apps/Home/Common/images/bg.png');
    background-size: 90%;
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 1.5rem;
}

.left {
    width: 60%;
    position: relative;
    font-size: 0.4rem;
}

.right {
    width: 40%;
    position: relative;
}

.li_item {
    height: 1rem;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
}

.li_item img {
    width: 1rem;
    /* height: 99px; */
}

.right_title {
    font-size: .3rem;
    height: 50%;
    display: flex;
    align-items: center;
    /* font-weight: bold; */
}

.right_desc {
    font-size: 0.15rem;
    color: #999;
}

.right_header {
    font-size: .5rem;
}

.right_header_desc {
    font-size: .3rem;
    color: #999;
}

.center_warp {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(/Apps/Home/Common/images/bg1.png);
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    height: 7.5rem;
}

.footer a {
    color: #333;
}

.top {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
}

.code {
    position: absolute;
    /* left: 0.2rem; */
    top: 0;
}

.code img {
    width: 2rem;
}

.li_right {
    height: 1rem;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
}

.ver_btn {
    height: 0.5rem;
    width: 0.8rem;
    border-radius: 0.25rem;
    color: #fff;
    background-image: linear-gradient(#fcce24, #fdb106);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    line-height: 0.5rem;
    display: inline-block;
    text-align: center;
}

.btn_item {
    color: #3D382E;
    font-size: 0.2rem;
    width: 1.2rem;
    border: 1px solid #3d382e;
    height: 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}