.stepWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding:.5em 0;
}

    .stepWrap span {
        border: solid 1px #ccc;
        padding: 10px 0px;
        text-align: center;
        cursor: pointer;
        width: calc(20% - .5em);
        margin: .25em;
        border-radius: 5px;
        background: #fff;
        color: #666;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stepWrap .selectItem {
        background-color: #008D8B;
        color: white;
    }

        .stepWrap .selectItem a {
            color: white;
        }

.title {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.noteWrap {
    vertical-align: middle;
    margin: 20px 0px;
    position: relative;
    padding-left: 80px;
}

    .noteWrap .noteTitle {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.flow div {
    margin: 20px 0px;
}

.getGoodsContent {
    margin-top: 0;
}

    .getGoodsContent ul .item {
        margin-bottom: 30px;
    }

    .getGoodsContent ul .item1 {
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .getGoodsContent ul li span span {
        color: red;
    }

.btn-col {
    margin: 44px 0 20px 0;
    text-align: left;
}

    .btn-col button {
        margin: 0 4px;
    }

.left-btn {
    background: #008D8B;
    color: white;
    width: 100px;
    line-height: 34px;
    border-radius: 4px;
    font-size: .9em;
}

.right-btn {
    background: white;
    color: #008D8B;
    width: 100px;
    line-height: 34px;
    border-radius: 4px;
    font-size: .9em;
    border: #008D8B solid 1px;
}


.left-btn2 {
    background: #008D8B;
    color: white;
    width: 15%;
    line-height: 34px;
    border-radius: 4px;
    font-size: 1em;
}

.right-btn2 {
    background: white;
    color: #008D8B;
    width: 15%;
    line-height: 34px;
    border-radius: 4px;
    font-size: 1em;
    border: #008D8B solid 1px;
}

    .right-btn2:hover {
        background: #008D8B;
        color: white;
        width: 15%;
        line-height: 34px;
        border-radius: 4px;
        font-size: 1em;
        border: #008D8B solid 1px;
    }
/************************************************/
.btn-col1 {
    margin: 0 0 20px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
    /* 15 20 上下*/
    .btn-col1 button {
        margin: 0 4px;
        margin-top: 10px;
    }

@media (max-width:767px) {
    .btn-col1 button {
        min-width: 120px;
        padding: .5em;
    }
}

.btn-col1 button:hover {
    background: #007B87;
    color: #fff;
}

    .btn-col1 button:hover i {
        color: #fff;
    }
/* 10 top 4 左右*/

.left-btn1 {
    background: url(../img/btn-img-bg02.jpg);
    color: white;
    width: 40%;
    height: 70px;
    font-size: .9em;
    text-align: left;
    padding: 0 5% 0 3%;
    background-repeat: no-repeat;
    word-break: break-all;
    line-height: 15px;
    float: left;
}

.right-btn1 {
    border: 2px solid #009795;
    background: #fff;
    color: #009795;
    border-radius: 4px;
    width: 30%;
    padding: 1rem 1rem;
    font-size: .9em;
    text-align: left;
}

    .right-btn1 i {
        float: right;
        position: relative;
        top: 2px;
        color: #007B87;
        font-size: 1.2em;
    }

    .right-btn1:hover {
        color: #fff;
        background: #009795;
        border-radius: 4px;
        font-size: .9em;
    }

        .right-btn1:hover i {
            color: #fff;
        }

/************************************************/
.right-btn:hover, .left-btn:hover {
    background: #007B87;
}

.leafletWrap {
    background-color: #007B87;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    color: #fff;
}

.rightnavigation .rightnavigation_nav .rightnavigation_content .middle {
    padding: 0px;
    margin-top: 0;
}


/*.rightnavigation_content .contact-us .form-list li .radio{width: 20px;}*/

.postMethod {
    display: block;
    margin-bottom: 10px;
}

    .postMethod .radio {
        margin-top: 3px !important;
        width: auto !important;
    }

    .postMethod .up {
        padding-left: 10px;
    }

    .postMethod .down {
        padding-left: 10px;
    }

    .postMethod .middle {
        color: #04689c;
        text-decoration: underline;
        margin-left: 20px;
    }

    .postMethod .down span {
        color: #04689c;
        text-decoration: underline;
        margin-left: 20px;
    }

    .postMethod .attach {
        color: white;
        padding: 2px 10px;
        background-color: #008D8B;
        text-decoration: none;
        border-radius: 5px;
    }

    .postMethod .down span span {
        color: white;
        padding: 2px 10px;
        background-color: #008D8B;
        text-decoration: none;
        border-radius: 5px;
    }

.getGoodsNum {
    margin: auto 10px;
}

.agreeWrap {
    text-align: left;
    margin: 20px 170px;
}


.btm-btn-col {
    margin: 1em 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btm-btn-col button, .btm-btn-col a {
        margin: 0 .5em;
    }

    .btm-btn-col .left-btn {
        background: #d8d8d8;
        color: black;
        width: 100px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
    }

    .btm-btn-col .right-btn {
        background: #0070b2;
        color: white;
        width: 100px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        cursor:pointer;
    }

.searchCode {
    color: red;
    line-height: 50px;
    margin-left: 20px;
}


.sexWrap {
    position: relative;
}

.manSelect {
    width: 50px !important;
    margin-top: 20px !important;
}

.womanSelect {
    width: 50px !important;
    margin-top: 20px !important;
}

.man {
    position: absolute;
    top: 20px;
    left: 190px;
}

.woman {
    position: absolute;
    top: 20px;
    left: 255px;
}

.selectLeft {
    margin-left: 20px;
}

.selectSelf {
    margin-left: 10px;
}

.selectBig {
    height: 200px !important;
    border-bottom: #E5e5e5 solid 1px;
}

.clearfix .instruction {
    background-color: #F7F5CD;
    border-radius: 10px;
    display: inline-block;
    width: auto;
    position: relative;
    padding-left: 80px;
    margin: 20px 20px 10px;
    width: 600px;
}

.instruction ul {
    display: inline-block;
    margin-top: 10px;
}

.instruction img {
    position: absolute;
    top: 40px;
    left: 10px;
}

.instruction ul li {
    height: 40px !important;
}

.labelBig {
    height: 100% !important;
    padding-left: 10px;
    line-height: 20px !important;
    padding-top: 20px;
}

.outCode {
    line-height: 20px !important;
    height: 58px !important;
    padding-top: 10px;
}

.textareWrap {
    height: 400px !important;
    position: relative;
}


.applyQueryLabel {
    line-height: 100px !important;
    width: 200px !important;
    text-align: center !important;
}

.applyQueryLi {
    border-bottom: #E5e5e5 solid 1px;
    height: 100px !important;
    line-height: 100px;
}

    .applyQueryLi input {
        width: 300px !important;
        margin: 30px !important;
    }

.queryPicLi {
    background-color: white;
    padding: 30px;
    font-size: 1em;
    height: 100px !important;
    margin: 10px auto;
}

    .queryPicLi img {
        width: 100%;
        height: 50px;
    }


@media screen and (max-width: 991px) {
    /**********************************************/
    .btm-btn-col .left-btn {
        width: 80px;
    }

    .btm-btn-col .right-btn {
        width: 80px;
    }

    .agreeWrap {
        width: 100%;
        margin: 1em 0 0 0;
    }

    .btn-img01 {
        display: none;
    }

    .left-btn1 {
        background: url(../img/btn-img-bg02.jpg);
        color: white;
        width: 95%;
        height: 75px;
        font-size: .9em;
        text-align: left;
        padding: 0 30% 0 3%;
        background-repeat: no-repeat;
        word-break: break-all;
        line-height: 15px;
        background-size: 100%;
    }

    .right-btn1 {
        width: 40%;
        min-width: 120px;
    }

    .btn-col button {
        margin: 10px 4px;
    }

    .left-btn2 {
        background: #008D8B;
        color: white;
        width: 45%;
        line-height: 50px;
        border-radius: 4px;
        font-size: 1em;
        float: left;
    }

    .right-btn2 {
        background: white;
        color: #008D8B;
        width: 45%;
        line-height: 50px;
        border-radius: 4px;
        font-size: 1em;
        border: #008D8B solid 1px;
        float: left;
    }

        .right-btn2:hover {
            background: #008D8B;
            color: white;
            width: 45%;
            line-height: 50px;
            border-radius: 4px;
            font-size: 1em;
            border: #008D8B solid 1px;
            float: left;
        }
    /******************************************/
    .stepWrap span {
            width: calc(50% - .5em);
    }

    .noteWrap {
        padding-top: 20px;
        padding-left: 0px;
    }

    .btn-col {
        text-align: center;
    }

    .leafletWrap {
        height: 50px;
        line-height: 10px;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
    }

        .leafletWrap .right {
            display: block;
            float: none;
        }

    .longLabel {
        line-height: 12px !important;
        height: 100%;
        padding: 20px 5px 10px 20px !important;
    }

        .longLabel span {
            display: inline-block;
            width: 40%;
        }

    .blank {
        display: inline-block;
        width: 40%;
    }

    .radioWrap {
        height: 170px !important;
    }

        .radioWrap label {
            height: 100%;
            padding-top: 0px !important;
        }

    .postMethod {
        display: block;
        margin-bottom: 0px;
    }

        .postMethod .radio {
            margin-top: 3px !important;
            width: auto !important;
        }

        .postMethod .up {
            padding-left: 10px;
            display: inline-block;
            padding-right: 40%;
        }

        .postMethod .gap {
            display: block;
        }

        .postMethod .attach {
            display: inline-block;
            margin: 5px 20px 10px;
        }

        .postMethod .down {
            padding-left: 10px;
            display: inline-block;
            padding-right: 40%;
        }

        .postMethod .middle {
            color: #04689c;
            text-decoration: underline;
            display: inline-block;
            margin: 5px 0px 5px 20px;
        }

        .postMethod .down span {
            color: #04689c;
            text-decoration: underline;
            margin-left: 20px;
        }

        .postMethod .attach {
            color: white;
            padding: 2px 10px;
            background-color: #008D8B;
            text-decoration: none;
            border-radius: 5px;
        }

        .postMethod .down span span {
            color: white;
            padding: 2px 10px;
            background-color: #008D8B;
            text-decoration: none;
            border-radius: 5px;
        }
}
