.notice_page_back {
    width: 100%;
    padding-bottom: 50px;
    background: #f4f5f7;
}
.order_details {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
}
.not_daohang {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.2em;
    color: #666666;
    line-height: 72px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
    padding-top: 64px;
}
.not_daohang span {
    color: #4680fe;
}
.line_blue_left {
    text-align: left;
    margin-top: 20px;
    font-family: MiSans;
    font-weight: 600;
    font-size: 14px;
    color: #0f0f0f;
}
.line_blue_left span {
    height: 20px;
    width: 1px;
    border-left: 3px solid #3476fe;
    margin-right: 10px;
}
.order_code_text {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.1em;
    color: #333333;
    padding: 20px 0px 20px 10px;
    border-bottom: 2px solid #f4f5f7;
}
.order_process_box {
    position: relative;
}
.order_process {
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    display: flex;
}
.order_card {
    width: 25%;
    margin-left: 5px;
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
}
.order_card p {
    color: #666666;
}
.round_dot {
    width: 12px;
    height: 12px;
    background: #3476fe;
    border-radius: 50% 50%;
    margin: 20px auto;
}
.blue_line {
    width: 100%;
    height: 1px;
    border-top: 3px solid #3476fe;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.card_number_box {
    width: 60%;
    overflow: hidden;
    font-family: MiSans;
    font-weight: 400;
}
.card_number_box label {
    float: left;
    color: #999999;
}
.card_number_box p {
    width: 60%;
    float: left;
}
.kh_divbox {
    margin: 20px 0px 20px 20px;
}
.instructions_box {
    width: 100%;
    border: 1px solid #ededee;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #333333;
    font-family: MiSans;
    border-radius: 5px;
    margin-bottom: 20px;
}
.top10 {
    margin-top: 10px;
}
.trade_name {
    width: 100%;
    padding: 5px 0px 20px 10px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.4em;
    color: #999999;
}
.trade_name span {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1em;
    color: #333333;
}
.cami {
    width: 50%;
    float: left;
    background: #f4f5f7;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    font-family: MiSans;
    font-weight: 400;
    color: #999999;
}
.cami span {
    display: inline-block;
    margin-left: 10%;
    color: #333333;
}
.order_btn {
    width: 120px;
    line-height: 30px;
    border-radius: 30px;
    float: right;
    background: #3476fe;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}
.copybtn {
    background: #fff;
    color: #3476fe;
    border: 1px solid #3476fe;
}
.order_doubt {
    width: 100%;
    border-top: 1px dashed #f9783c;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    font-family: MiSans;
    font-weight: 300;
    overflow: hidden;
}
.textstalebox span {
    line-height: 30px;
}
.doubtp {
    font-size: 0.9em;
    color: #999999;
    margin-left: 60px;
}
.blue {
    color: #3476fe;
    cursor: pointer;
}
.orange {
    font-weight: 600;
    color: #f9783c;
}
