@charset "utf-8";
html {
    font-size: 625%;
}

body {
    font-family: "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
    font-size: 16px;
    background: #fff;
    color: #333333;
    min-width: 320px;
    overflow-x: hidden;
}

body,
h2,
ul,
p,
dl,
h4,
h5,
h3,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    list-style: none;
}

a,
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

i,
em {
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

input,
button,
select,
textarea {
    background: transparent;
    outline: none;
    border: none;
    color: #787878;
}

input[type="text"] {
    -webkit-appearance: none;
}

.color_b {
    color: #009140;
}

.container {
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg_yellow {
    background: #ee8913;
}

.bg_green {
    background: #009140;
}

.color_d {
    color: #232323 !important;
}

.color_g {
    color: #009140 !important;
}

/*活动页*/

._ui_active_wrap {
    width: 100%;
    padding-bottom: 1.8rem;
    background: url("../images/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

._ui_active {
    position: relative;
    padding-top: 6.08rem;
}

._ui_title_l,
._ui_title_r,
._ui_title_b,
._ui_title_m {
    position: absolute;
}

._ui_title_l {
    width: 3.18rem;
    height: 1.3rem;
    background: url("../images/title.png") no-repeat;
    left: 0.3rem;
    top: 0.16rem;
}

._ui_title_r {
    width: 3.17rem;
    height: 1.14rem;
    background: url("../images/title2.png") no-repeat;
    right: 0.3rem;
    top: 0.16rem;
}

._ui_title_b {
    width: 6.66rem;
    height: 0.46rem;
    top: 2rem;
    left: 50%;
    margin-left: -3.33rem;
    background: url("../images/title3.png") no-repeat;
}

._ui_title_m {
    width: 3.44rem;
    height: 0.27rem;
    background: url("../images/title4.png") no-repeat;
    top: 2.6rem;
    left: 50%;
    margin-left: -1.72rem;
}

._ui_active ._ui_active_time {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 3rem;
    font-size: 16px;
}

._ui_active ._ui_received {
    text-align: right;
    font-size: 32px;
    color: #fff;
}

._ui_active ._ui_received ._ui_received_num {
    font-size: 50px;
    color: #ffe117;
    font-weight: bold;
}

._ui_step {
    margin-bottom: 0.75rem;
}

._ui_step ._ui_step_l {
    width: 2.54rem;
    text-align: center;
    float: left;
}

._ui_step ._ui_step_l img {
    max-width: 100%;
}

._ui_step ._ui_step_r {
    width: 7.3rem;
    float: left;
    padding: 0.15rem 0.15rem 0.15rem 0.34rem;
    background: rgba(14, 30, 88, .3);
    color: #fff;
    font-size: 20px;
    line-height: 0.38rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

._ui_step ._ui_step_r ._ui_tips {
    color: #ff1717;
}

._ui_step ._ui_step_r ._ui_tips_yellow {
    color: #ffcb17;
}

/*发货信息*/

._ui_step ._ui_step_pic {
    width: 3.7rem;
    text-align: left;
    float: left;
}

._ui_step ._ui_step_pic img {
    max-width: 100%;
}

._ui_step ._ui_step_form {
    width: 6.2rem;
    float: right;
    background: rgba(14, 30, 88, .3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

._ui_step ._ui_step_form ._ui_form_title {
    text-align: center;
    font-size: 24px;
    color: #e5e808;
    line-height: 0.62rem;
}

._ui_step ._ui_step_form ._ui_step_dl {
    line-height: 0.48rem;
    height: 0.48rem;
    margin-bottom: 0.16rem;
}

._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dt {
    width: 1.12rem;
    font-size: 20px;
    color: #fff;
    text-align: right;
    float: left;
}

._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dd {
    float: left;
    width: 4.4rem;
    margin-left: 0.2rem;
}

._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dd ._ui_input {
    width: 100%;
    height: 0.48rem;
    border: none;
    padding-left: 0.15rem;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

._ui_sub_box {
    text-align: center;
    padding-bottom: 0.2rem;
}

._ui_sub_box ._ui_btn {
    width: 1rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    background: #0031a7;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/*物流查询*/

._ui_logistics {
    padding: 0.4rem 0.32rem 0.4rem 2.54rem;
    background: rgba(14, 30, 88, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

._ui_logistics ._ui_logistics_icon {
    width: 3.05rem;
    height: 2.04rem;
    background: url("../images/step5.png") no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.02rem;
}

._ui_logistics_in {
    line-height: 0.48rem;
}

._ui_logistics_dt {
    font-size: 24px;
    color: #fcff00;
}

._ui_logistics_in ._ui_logistics_dd ._ui_input {
    width: 4.25rem;
    height: 0.48rem;
    border: none;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0.15rem;
    font-size: 16px;
    margin: 0 0.15rem 0 0.28rem;
    float: left;
}

._ui_logistics_in ._ui_logistics_dd .check_order {
    width: 1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: #0031a7;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    float: left;
}

._ui_message ._ui_message_dec {
    float: left;
    width: 1.86rem;
    padding-right: 0.15rem;
    position: relative;
    color: #fcff00;
    line-height: 0.36rem;
}

._ui_message ._ui_message_dec h2 {
    font-size: 32px;
    margin-bottom: 0.1rem;
}

._ui_message ._ui_message_dec:before {
    content: "";
    border-right: 1px solid #7b81a7;
    height: 1.52rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.76rem;
}

._ui_message_text {
    float: left;
    width: 4.8rem;
    padding-left: 0.15rem;
}

._ui_message ._ui_step_r {
    padding: 0.3rem 0.1rem 0.15rem 0.25rem;
    ;
}

._ui_message_con {
    margin-top: 0.48rem;
}

._ui_message_con ._ui_message_dl {
    font-size: 20px;
    line-height: 0.56rem;
}

._ui_message_con ._ui_message_dl ._ui_message_dt {
    width: 1.12rem;
    text-align: right;
    color: #fff;
    float: left;
    margin-right: 0.2rem;
}

._ui_message_con ._ui_message_dl ._ui_message_dd {
    float: left;
    width: 8.2rem;
}

._ui_message_con ._ui_message_dl ._ui_message_dd textarea {
    width: 8.2rem;
    height: 2.2rem;
    background: rgba(14, 30, 88, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    resize: none;
    padding: 0.1rem;
    font-size: 20px;
    color: #fff;
}

._ui_message_con ._ui_message_dl ._ui_message_dd ._ui_input {
    width: 4rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background: rgba(14, 30, 88, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0.15rem;
    font-size: 20px;
    color: #fff;
    float: left;
}

._ui_message_con ._ui_message_dl ._ui_message_dd .sub_message_btn {
    float: right;
    height: 0.56rem;
    line-height: 0.56rem;
    background: #0b1a4a;
    color: #fff;
    width: 1.68rem;
    font-size: 20px;
    cursor: pointer;
}

/*媒体查询*/

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    ._ui_step ._ui_step_l {
        width: 2.4rem;
    }
    ._ui_step ._ui_step_pic {
        width: 3.4rem;
    }
    ._ui_logistics_dt {
        float: none;
        padding-left: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .container {
        width: 750px;
    }
    ._ui_step ._ui_step_form {
        float: none;
        margin: 0 auto;
    }
    ._ui_title_l,
    ._ui_title_r {
        display: none;
    }
    ._ui_title_b {
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        left: 0;
        top: 3rem;
        margin-left: 0;
    }
    ._ui_title_m {
        top: 3.6rem;
        -webkit-background-size: contain;
        background-size: contain;
    }
    ._ui_active ._ui_active_time {
        top: 4rem;
    }
    ._ui_step ._ui_step_l {
        width: 2.4rem;
        margin: 0 auto 0.3rem;
        float: none;
    }
    ._ui_step ._ui_step_pic {
        width: 3.4rem;
    }
    ._ui_step ._ui_step_pic {
        margin: 0 auto 0.3rem;
        float: none;
    }
    ._ui_logistics_dt {
        float: none;
        padding-left: 1.26rem;
    }
    ._ui_logistics_in ._ui_logistics_dd ._ui_input {
        width: 3rem;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 0.1rem;
    }
    ._ui_title_l,
    ._ui_title_r {
        display: none;
    }
    ._ui_title_b {
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        left: 0;
        top: 3rem;
        margin-left: 0;
    }
    ._ui_title_m {
        top: 3.6rem;
    }
    ._ui_active ._ui_active_time {
        top: 4rem;
    }
    ._ui_step ._ui_step_l {
        float: none;
        margin: 0.1rem auto;
    }
    ._ui_step ._ui_step_r {
        width: 100%;
        font-size: 14px;
    }
    ._ui_message ._ui_message_dec h2 {
        font-size: 18px;
    }
    ._ui_step ._ui_step_pic {
        margin: 0.1rem auto;
        float: none;
    }
    ._ui_step ._ui_step_form {
        width: 100%;
    }
    ._ui_logistics {
        width: 100%;
    }
    ._ui_logistics_in ._ui_logistics_dd {
        width: 100%;
    }
    ._ui_logistics_in ._ui_logistics_dd ._ui_input {
        width: 100%;
    }
    ._ui_logistics_dt {
        text-align: center;
        float: none;
    }
    ._ui_message ._ui_message_dec {
        width: 100%;
        float: none;
    }
    ._ui_message ._ui_message_dec:before {
        border: none;
    }
    ._ui_message_text {
        float: none;
        width: 100%;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dd {
        width: 100%;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dd textarea {
        width: 100%;
    }
    ._ui_active {
        padding-top: 4.5rem;
    }
    ._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dd {
        width: 100%;
        margin-left: 0;
    }
    ._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dt {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    ._ui_sub_box ._ui_btn {
        margin-top: 0.2rem;
    }
    ._ui_step ._ui_step_form ._ui_step_dl ._ui_step_dd ._ui_input {
        width: 100%;
    }
    ._ui_sub_box {
        padding: 0.2rem 0;
    }
    ._ui_logistics ._ui_logistics_icon {
        display: none;
    }
    ._ui_logistics {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }
    ._ui_logistics_dt {
        font-size: 18px;
    }
    ._ui_logistics_in ._ui_logistics_dd ._ui_input {
        margin: 0;
        float: none;
    }
    ._ui_logistics_in ._ui_logistics_dd .check_order {
        float: none;
        margin: 0.15rem auto;
        display: block;
        font-size: 14px;
    }
    ._ui_message ._ui_step_r {
        padding: 0.1rem;
    }
    ._ui_message_text {
        padding: 0;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dt {
        font-size: 14px;
        text-align: left;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dd textarea {
        height: 1rem;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dd ._ui_input {
        float: none;
        width: 100%;
    }
    ._ui_message_con ._ui_message_dl ._ui_message_dd .sub_message_btn {
        font-size: 14px;
        float: none;
        margin: 0.1rem auto;
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    body {
        font-size: 12px;
    }
}