﻿@media (min-width: 1024px) {
    html{
        background:#fff;
    }
    body{
        width:950px;
        margin:0 auto;
    }
    .cz-page .btn-area {
        position: relative;
        margin: 30px;
        width: 300px;
    }
    .aui_box {
        justify-content: center;
    }
    .cz-page .content {
        margin-top:0;
    }
    .cz-page .title .title-logo {
        height: 150px;
    }
    .cz-page .content .input {
        font-size:.36rem;
    }
    .cz-page .content.cz-type .cz-type-list ul li {
        margin: 0 .06rem;
        margin-bottom: .1rem;
        padding: 0 .3rem;
        line-height: .8rem;
        height: .8rem;
        font-size: .24rem;
        font-weight: 700;
        text-align: center;
        color: #6c3d05;
        border-radius: .08rem;
    }
    .cz-page .content.km-type .cz-type-list ul li {
        margin: 0 .06rem;
        margin-bottom: .1rem;
        padding: 0 .3rem;
        line-height: .5rem;
        height: auto;
        font-size: .24rem;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        border-radius: .08rem;
    }
    .cz-page .content .list ul li {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 2rem;
        margin: 0 .05rem;
        margin-bottom: .12rem;
        height: 1.76rem;
        font-size: .24rem;
        font-weight: 700;
        padding: 0 .02rem;
        cursor: pointer;
    }
        .cz-page .content .list ul li .fs1 {
            font-size: .22rem;
        }
        .cz-page .content .list ul li .fs3 {
            font-size: .2rem;
        }
        .cz-page .content .list ul li .fs2 {
            font-size: .18rem;
        }
    .cz-page .btn-area button {
        cursor: pointer;
    }
}