div {
    box-sizing: border-box;
}

.preview_dialog_img {
    width: 320px;
}

.operate_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

    .operate_btn div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        height: 28px;
        border-radius: 4px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }

.copy_btn {
    background: #5287ff;
}
#copyed {
    width: 0;
    height: 0;
    overflow: hidden;
}
.download_btn {
    background: #52b4ff;
    margin-left: 10px;
}

#tools_big {
    text-align: left;
    display: flex;
    height: 900px;
}

.tools_left {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 26px 0;
}

.page_outer {
    width: 320px;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.android_scale {
    width: 1080px;
    min-height: 405px;
    transform-origin: 0% 0%;
    transform: scale(0.2962962963);
    background-color: #f2f2f2;
}

.ios_scale {
    width: 1125px;
    min-height: 421.875px;
    transform-origin: 0% 0%;
    transform: scale(0.2844444444);
    background-color: #f2f2f2;
}

.page_header {
    position: relative;
}

.header_img {
    display: block;
    width: 100%;
}


.header_bar_left, .header_bar_right {
    display: flex;
    align-items: center;
}

.header_bar_left {
    justify-content: left;
}

.header_bar_right {
    justify-content: right;
}

.phone_net, .phone_signal {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 400;
    white-space: nowrap;
}

.title_left, .title_right {
    width: 48px;
    height: 48px;
}

    .title_left img, .title_right img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
/*  安卓header-bar  */
.androided .header_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 36px;
    padding: 28px 44px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.androided .phone_signal {
    margin-left: 8px;
}

.androided .net, .androided .signal, .mall_img {
    width: 44px;
    height: 44px;
}

.androided .phone_operator {
    margin-left: 28px;
}

.androided .phone_percent {
    margin-left: 17px;
}

.androided .phone_electric {
    width: 48px;
    height: 26px;
    margin-left: 14px;
    background-image: url("../../../orderImage/electric.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.androided .electric_box {
    width: 38px;
    height: 18px;
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    z-index: 0;
}

.androided .electric_percent {
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    z-index: 1;
    background-color: #fff;
}

.androided .electric_recharging {
    width: 15px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 2;
}

    .androided .electric_recharging img {
        display: block;
        width: 15px;
        height: 26px;
        object-fit: cover;
    }

.androided .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 42px;
    position: absolute;
    top: 131px;
    left: 0;
    z-index: 1;
}

/*  ios 展示X以上  */
.header_bar_showx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 42px 44px 42px 99px;
    height: 138px;
    position: absolute;
    font-size: 44px;
    top: 0;
    left: 0;
    z-index: 1;
}

    .header_bar_showx .signal, .header_bar_showx .net {
        width: 54px;
        height: 54px;
        object-fit: cover;
    }

    .header_bar_showx .phone_signal {
        margin-left: 9px;
    }

    .header_bar_showx .phone_net {
        margin-left: 12px;
    }

    .header_bar_showx .phone_electric {
        width: 73px;
        height: 34px;
        margin-left: 12px;
        background-image: url("../../../orderImage/electric_showx.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .header_bar_showx .electric_box {
        width: 54px;
        height: 24px;
        border-radius: 3px;
        overflow: hidden;
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        z-index: 0;
    }

    .header_bar_showx .electric_percent {
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    .header_bar_showx .electric_recharging {
        width: 20px;
        height: 34px;
        position: absolute;
        top: 0;
        left: 22px;
        z-index: 2;
    }

        .header_bar_showx .electric_recharging img {
            display: block;
            width: 20px;
            height: 34px;
            object-fit: cover;
        }

.iosed .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 47px 0 43px;
    position: absolute;
    top: 171px;
    left: 0;
    z-index: 1;
}

/*  ios 不不不不展示X以上  */
.header_bar_noshowx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 36px;
    height: 80px;
    padding: 5px 30px 5px 31px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .header_bar_noshowx .header_bar_center {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header_bar_noshowx .phone_net {
        margin-left: 20px;
    }

    .header_bar_noshowx .phone_signal {
        margin-left: 20px;
    }

    .header_bar_noshowx .net, .header_bar_noshowx .signal {
        width: 52px;
        height: 52px;
    }

    .header_bar_noshowx .phone_operator {
        margin-left: 20px;
    }

    .header_bar_noshowx .phone_percent {
        margin-left: 17px;
    }

    .header_bar_noshowx .phone_electric {
        width: 78px;
        height: 38px;
        margin-left: 20px;
        background-image: url("../../../orderImage/electric_noshowx.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .header_bar_noshowx .electric_box {
        width: 60px;
        position: absolute;
        top: 3px;
        left: 3px;
        bottom: 3px;
        z-index: 0;
    }

    .header_bar_noshowx .electric_percent {
        position: absolute;
        top: 3px;
        left: 3px;
        bottom: 3px;
        z-index: 1;
        background-color: #fff;
    }

    .header_bar_noshowx .electric_recharging {
        width: 20px;
        height: 34px;
        position: absolute;
        top: 0;
        left: 26px;
        z-index: 2;
    }

        .header_bar_noshowx .electric_recharging img {
            display: block;
            width: 20px;
            height: 34px;
            object-fit: cover;
        }

.iosed ._title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 42px;
    position: absolute;
    font-size: 42px;
    top: 132px;
    left: 0;
    z-index: 1;
}
/****************/
.title_center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
}

.state {
    font-size: 44px;
    color: #fff;
    position: absolute;
    top: 336px;
    left: 116px;
    z-index: 1;
}

.page_buyer_msg {
    background-color: #fff;
}

.address_msg {
    display: flex;
    align-items: center;
    height: 220px;
    padding: 0 48px;
    background-color: #fff;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 30px;
    border-radius: 16px;
}

    .address_msg .address_img {
        width: 88px;
        height: 88px;
        object-fit: cover;
    }

.mosaic {
    width: 900px;
    height: 180px;
    position: absolute;
    top: 43px;
    left: 132px;
}

    .mosaic img {
        width: 900px;
        height: 180px;
        object-fit: cover;
    }

.info {
    display: flex;
    flex-flow: column;
    align-items: self-start;
    justify-content: center;
    margin-left: 30px;
}

.buyer_phone {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.buyer {
    font-size: 46px;
    color: #333;
    font-weight: bold;
}

.phone {
    margin-left: 20px;
    margin-top: 8px;
    font-size: 32px;
    color: #999;
}

.address {
    margin-top: 16px;
    font-size: 34px;
    color: #999;
    line-height: 52px;
}
.assess {
    font-size: 32px;
    margin-top: 24px;
    color: #999;
}
.transition_msg {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 272px;
    padding: 0 24px 0 48px;
    position: relative;
}


.sign_msg {
    font-size: 36px;
    color: #3698e1;
    line-height: 52px;
}

.sign_time {
    margin-top: 30px;
    font-size: 32px;
    color: #999;
}

.page_goods_msg {
    margin-top: 25px;
    background-color: #fff;
    position: relative;
    padding: 0 28px 47px 33px;
}

.mall_msg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 120px;
    padding: 38px 0;
}

.mall_name {
    margin-left: 27px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.small_right {
    margin-left: 31px;
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.goods_msg {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 18px;
}

.goods_img {
    width: 248px;
    height: 248px;
    border-radius: 16px;
    object-fit: cover;
}

.goods_img_default {
    width: 248px;
    height: 248px;
    background: #e6e6e6;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .goods_img_default img {
        width: 120px;
        height: 120px;
    }

.goods_msg .info {
    width: 555px;
    margin-left: 35px;
}

.short_title {
    font-size: 42px;
    color: #333;
    line-height: 56px;
    max-height: 56px;
    overflow: hidden;
}

.size {
    margin-top: 20px;
    font-size: 30px;
    color: #999;
}

.tips {
    margin-top: 22px;
    display: inline-block;
    background: #fdf2ec;
    border-radius: 8px;
    padding: 6px;
    font-size: 28px;
    color: #f50;
}

.price_num {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 36px;
}

.goods_price {
    color: #333;
    line-height: 56px;
}

.goods_num {
    margin-top: 16px;
    color: #999;
}

.btn_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 48px;
}

    .btn_group .ope_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 230px;
        font-size: 32px;
        line-height: 32px;
        padding: 23px;
        margin-right: 29px;
        color: #666;
        border: 1px solid #d9d9d9;
        border-radius: 39px;
    }

.insurance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
    line-height: 36px;
}

.insurance_left, .insurance_right {
    display: flex;
    align-items: center;
}

.text_1 {
    width: 250px;
    font-size: 34px;
    color: #222;
    text-align: right;
}

.text_2 {
    margin-left: 36px;
    font-size: 34px;
    color: #999;
}

.text_3 {
    margin-right: 11px;
    font-size: 32px;
    color: #999;
}
.text_4 {
    font-size: 32px;
    color: #999;
}
.coded_img {
    max-width: 800px;
    flex: 1;
}
.item_tm {
    font-size: 34px;
    color: #222;
}
.item_1 {
    width: 250px;
    font-size: 34px;
    color: #222;
    text-align: right;
}
.item_2 {
    margin-left: 36px;
    margin-right: auto;
    font-size: 34px;
    color: #999;
}
.item_3 {
    margin-right: 11px;
    font-size: 28px;
    color: #999;
}
.big_num {
    font-size: 36px;
}
.red {
    color: #f50;
}
.right_img, .order_img, detail_more {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.discount_group {
    margin-top: 70px;
    font-size: 32px;
    color: #999;
}

.discount_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.redbag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 32px;
    color: #333;
}

.pay {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.real_icon {
    width: 36px;
    height: 36px;
    object-fit: cover;
    transform: rotate(180deg);
    margin-left: 12px;
}
.pay_title {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-right: 12px;
}
.detail_more {
    width: 36px;
    height: 36px;
}
.pay_all {
    color: #f50;
    font-size: 34px;
}

    .pay_all .big_num {
        font-size: 40px;
    }

.points {
    width: 100%;
    height: 118px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 30px;
    padding-left: 130px;
    display: flex;
    align-items: center;
    position: relative;
}
.points_label {
    font-size: 28px;
    font-weight: 400;
    color: #fe0036;
    line-height: 1;
    padding: 1px 3px 3px 5px;
    border: 1px solid #fe0036;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
}
.points_text {
    font-weight: 400;
    color: #333;
}
.page_order_msg {
    margin-top: 25px;
    background-color: #fff;
    padding: 0 29px 43px 35px;
    position: relative;
}

.page_order_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0;
}

    .page_order_top .order_title {
        font-size: 40px;
        color: #222;
    }

    .page_order_top .more {
        font-size: 32px;
        color: #999;
        margin-left: auto;
        margin-right: 13px;
    }

.order_group {
    margin-top: 24px;
}

.order_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px;
    font-size: 32px;
    color: #333;
}
.order_item .label {
    width: 240px;
}
.order_item:first-child {
    margin-top: 0;
}

    .order_item .value {
        margin-right: auto;
        flex: 1;
    }

.copy {
    color: rgb(255, 85, 0);
}

.bottom_msg_outer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 140px;
    margin-top: 1px;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}

.left_img {
    width: 44px;
    height: 45px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 49px;
    transform: translateY(-50%);
}

.bottom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    font-size: 32px;
    line-height: 32px;
    padding: 23px;
    margin-right: 29px;
    color: #666;
    border: 1px solid #d9d9d9;
    border-radius: 39px;
}

    .bottom_btn:last-child {
        margin-right: 0;
    }

.main {
    border: 1px solid #ff5300;
    color: #ff5300;
}

.create_btn {
    color: #fff;
    position: absolute;
    bottom: 136px;
    right: -118px;
}
.btn {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.one_img {
    background-color: #5287ff;
}
.three_img {
    background-color: #52b4ff;
    margin-top: 6px;
}
.img_list {
    display: flex;
    justify-content: center;
}
.img_item {
    width: 320px;
    margin-right: 25px;
    position: relative;
}
.img_item:last-child {
    margin-right: 0;
}
.checkbox {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.un_checked {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
}
.checked {
    width: 100%;
    height: 100%;
}
.page_bottom_bar {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.line {
    width: 300px;
    height: 18px;
    background: #222;
    border-radius: 9px;
    margin: 0 auto;
}

.page_bottom_danger {
    color: #ff4b42;
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 20px;
}

/* form表单 */
.tools_right {
    flex: 1;
    border-left: 1px solid #eee;
    padding: 26px 40px 130px;
    overflow-y: scroll;
}

.setting_nav {
    display: inline-flex;
    background: #ebf1ff;
    padding: 4px;
    border-radius: 6px;
}

.nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 32px;
    background: #ebf1ff;
    border-radius: 6px;
    font-size: 14px;
    color: #5287ff;
    cursor: pointer;
    transition: background-color .3s,color .3s;
}

.setactive {
    background: linear-gradient(90deg, #52aeff, #5287ff);
    color: #fff;
}

.red_text {
    color: #ff4b42;
    margin-top: 12px;
}

.content_form, .style_form {
    margin-top: 30px;
}

.form_header {
    display: flex;
    align-items: center;
}

.header_label {
    display: flex;
    align-items: center;
    width: 130px;
    height: 32px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    position: relative;
}

    .header_label::after {
        content: "";
        width: 3px;
        height: 14px;
        background: #5287ff;
        border-radius: 1px 1px 1px 1px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.header_content {
    display: flex;
    align-items: center;
}

.c_radio {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: 30px;
    white-space: nowrap;
    cursor: pointer;
}

.c-radio:last-child {
    margin-right: 0;
}

.c_radio_input {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}

.c_radio_on {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #5287ff;
}

.round {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5287ff;
}

.c_radio_off {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #dcdfe5;
    display: inline-block;
}

.c_radio_label {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    line-height: 1;
    white-space: nowrap;
}

    .c_radio_label.checked {
        color: #5287ff;
    }

.random_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: #5287ff;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.random_img {
    width: 16px;
    height: 16px;
    background-image: url("../../../orderImage/random.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 6px;
}

.radio_box {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 1;
    vertical-align: middle;
}

.upload_box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.upload_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px dashed #dcdfe6;
    cursor: pointer;
    position: relative
}

.upload_plus {
    font-size: 24px;
    color: #c0c4cc;
}

.upload_input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.upload_img_box {
    width: 80px;
    height: 80px;
    position: relative;
}

.upload_img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    position: relative;
}

.upload_img_box:hover .upload_img_actions {
    opacity: 0.9;
}

.upload_img_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.pre_btn, .del_btn {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
}

.short_input {
    width: 200px;
}

.long_input {
    width: 400px !important;
}

.select_input {
    width: 110px;
}

.flex_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.colon {
    margin: 0 8px;
}
