* {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
    box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

select {
    background: #fff;
    outline: none;
}

ul,
ol {
    list-style: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}
.y_palceholder::input-placeholder {
    text-align: right;
}
@media all and (max-width:374px){
    .y_beizhu {
        font-size: .266667rem;
    }
}
.y_beizhu {
    font-size: .32rem;
    position: absolute;
    top: .63rem;
    width: 7.333333rem;
}
.y_palceholder::-webkit-input-placeholder {
    text-align: right;
}

.app_content {
    width: 100%;
}

.js_form_z {
    width: 100%;
    color: #646464;
    font-size: .373333rem;
}

.js_input_li {
    display: flex;
    justify-content: space-around;
    padding: .533333rem 0px;
}

.z_left_li {
    text-align: right;
}

.js_input_li_danji>.z_left_li {
    width: 2.8rem;
}

.js_input_li_juhe>.z_left_li {
    width: 3.2rem;
}

.z_right_li {
    width: 7.466667rem;
    display: flex;
    justify-content: space-around;
}

.js_input_li_juhe>.z_right_li {
    width: 6.5rem;
}

label>input[type=radio] {
    width: .346667rem;
    height: .346667rem;
}

.z_input_bz {
    text-align: right;
    font-size: .32rem;
    padding-right: .533333rem;
    color: red;
}

.js_input_li_juhui {
    display: none;
}

.z_form_button {
    text-align: center;
}

.z_form_button>input[type=button] {
    width: 2.133333rem;
    height: .7rem;
    background: #E6971E;
    color: #fff;
    border: none;
    border-radius: .08rem;
}

.z_result_pic {
    width: 100%;
    min-height: 8.666667rem;
    border: 1px solid #646464;
    overflow: hidden;
    box-sizing: border-box;
}

/* 表格样式 */

.z_result_all,
.z_bg {
    font-size: .373333rem;
}

.z_result_alla {
    border-top: 1px solid #ccc;
    margin-top: .4rem;
    padding-top: .266667rem;
    background: #f5f6f8;
}

.z_result_table {
    overflow: hidden;
}

.z_result_all>.z_img_title {
    text-align: center;
    padding: .3rem;
    box-sizing: border-box;
}

.z_table_th {
    background: #269a73;
    display: flex;
    justify-content: space-between;
}

.z_result_all>.z_img_title>p {
    font-size: .32rem;
    text-align: left;
    line-height: .5rem;
}

.z_table_th>span {
    text-align: center;
    width: 1.413333rem;
}

.z_table_th>span:nth-of-type(1) {
    width: 3.2rem;
}

.z_table_tr {
    display: flex;
    background: #eee;
    justify-content: space-between;
}

.z_table_tr>span {
    display: inline-block;
    font-size: .373333rem;
    width: 1.493333rem;
    text-align: center;
    overflow: hidden;
}

.z_table_tr>span:nth-of-type(1) {
    width: 3.2rem;
}

.z_table_tr>span:nth-of-type(2) {
    width: .986667rem;
}

.z_all_num {
    color: red;
}

.z_result_btn {
    margin: .8rem 0px;
    display: flex;
    justify-content: space-around;
}

.z_result_btn>button {
    height: .666667rem;
    width: 2.4rem;
    border-radius: .08rem;
    border: none;
    outline: none;
    cursor: pointer;
}

.z_result_btn_y {
    background: #E6971E;
    color: #fff;
}

.z_result_ul ul {
    margin: 0px auto;
    width: 95%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.z_result_ul ul li {
    width: 100%;
    height: .8rem;
    display: flex;
    border-bottom: 1px solid #ccc;
    justify-content: flex-start;
}

.z_result_ul ul li div {
    width: 25%;
    height: .8rem;
    display: flex;
    border-right: 1px solid #ccc;
    justify-content: center;
    align-items: center;
}

.z_result_btn_c {
    color: #fff;
    background: #269a73;
}

.y_table-content {
    width: 100%;
}

.y_table-content ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: .373333rem;
    color: #595757;
    overflow: hidden;
    padding: 3px 0px;
    background: #f3f3f3;
}

.y_table-content ul li {
    width: 17%;
    text-align: center;
    word-wrap: break-word;
}

.y_table-content ul li:nth-of-type(1) {
    width: 30%;
    text-align: center;
}

.y_table-content ul li:nth-of-type(2) {
    width: 10%;
}

.y_table-content ul li:nth-of-type(3) {
    width: 10%;
}

.y_table-content ul:nth-of-type(1) {
    background: #1fa076;
    color: #fff;
}

.y_table-content ul:nth-last-of-type(1) {
    display: flex;
    justify-content: space-between;
}

.y_table-content ul:nth-last-of-type(1) li:nth-of-type(2) {
    width: 17%;
    color: red;
}

/*弹窗*/

.z_bg_n {
    display: none;
}

.z_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
}

.z_pop_up {
    width: 100%;
    height: 8rem;
    text-align: center;
}

.z_pop_up_title {
    height: .8rem;
    background: #333;
    color: #fff;
    line-height: .8rem;
    font-size: 14px;
    text-align: left;
    padding-left: .533333rem;
    box-sizing: border-box;
    position: relative;
}

.z_pop_up_title>span {
    position: absolute;
    display: block;
    width: .6rem;
    height: .6rem;
    font-size: 14px;
    border-radius: 50%;
    background: brown;
    text-align: center;
    line-height: .5rem;
    top: 0.1rem;
    right: .3rem;
}

.z_content_li {
    display: flex;
    justify-content: space-around;
    height: .8rem;
    padding: .1rem 0px;
    align-items: center;
}

.z_content_li>.z_lf_c {
    width: 2rem;
    text-align: right;
    height: .8rem;
    line-height: .8rem;
}

.z_content_li>.z_rt_c>input[type=text] {
    width: 7rem;
    height: .6rem;
    outline: none;
}

.z_pop_up_content {
    background: #fff;
}

.z_pop_btn {
    background: #fff;
    padding: .333333rem;
}

.z_pop_btn>button {
    background: #E6971E;
    border: none;
    width: 1.866667rem;
    height: .666667rem;
    border-radius: .08rem;
    color: #fff;
}

.app_content {
    font-size: .373333rem;
    color: #595757;
}

.app_content .app_from_direct .z_input_content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: .8rem;
}

.app_content .app_from_direct .z_input_content .z_right_name {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.app_content .app_from_direct .z_input_content .z_left_content {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.app_content .app_from_direct .z_input_content .z_left_content .area {
    display: flex;
    align-items: center;
    margin-right: .15rem;
    font-size: .373333rem;
}

.app_content .app_from_direct .z_input_content .z_left_content .area span {
    margin-left: .06rem;
    font-size: .373333rem;
}

.app_content .app_from_direct .z_input_content .z_left_content .area input[type=radio] {
    width: 13px;
    height: 13px;
    font-size: .373333rem;
}

.app_content .app_from_direct .z_input_content .z_left_content .area input[type=text] {
    width: 2.133333rem;
    height: .533333rem;
    font-size: .346667rem;
}

.app_content .app_from_direct .z_input_content .z_left_small {
    height: .8rem;
    display: flex;
    align-items: center;
    font-size: .373333rem;
}
.app_content .app_from_direct .z_input_content .z_left_small .quantity  {
    display: flex;
    align-items: center;
}
.app_content .app_from_direct .z_input_content .z_left_small .quantity select {
    width: 2.133333rem;
    height: .533333rem;
    font-size: .346667rem;
}
.app_content .app_from_direct .z_input_content .z_left_small .quantity span {
    margin-left: .06rem;
}
.app_content .app_from_direct .z_input_content .z_left_small .quantity input {
    display: inline-block;
    width: 2.133333rem;
    font-size: .373333rem;
}

.app_content .app_from_direct .up_input_area {
    margin-left: 2.133333rem;
}

.app_content .app_from_direct .up_input_area .quantity_calculation {
    display: none;
    margin-bottom: .666667rem;
}

.app_content .app_from_direct .up_input_area .quantity_calculation input[type=number] {
    width: 1rem;
    font-size: .373333rem;
}

.app_content .app_from_direct .up_input_area .quantity_calculation_number {
    display: none;
    margin-bottom: .666667rem;
}

.app_content .app_from_direct .up_input_area .quantity_calculation_number input[type=number] {
    width: 1.6rem;
}

.app_content .app_from_direct .up_input_area .quantity_calculation_number p {
    padding-top: .266667rem;
}

.app_content .app_from_direct .z_input_content_text {
    height: .8rem;
    display: flex;
}

.app_content .app_from_direct .z_input_content_text .z_left_content {
    margin: .4rem 0;
}

.app_content .app_from_direct .z_input_display_xh,
.app_content .app_from_direct .z_input_display_jm {
    display: none;
}

.app_content .app_from_direct .z_btn_content {
    display: flex;
    justify-content: center;
}

.app_content .app_from_direct .z_btn_content input[type=button] {
    /* width: 2.133333rem;
    height: .8rem; */
    width: 27%;
    height: 30px;
    border: none;
    color: #fff;
    font-size: .346667rem;
}

.app_content .app_from_direct .z_btn_content input:nth-of-type(1) {
    background-image: linear-gradient(180deg, #ffaa87 0%, #FC4C02 100%);
	border-radius: 30px;
    margin-right: .533333rem;
    /* margin-left: 2.133333rem; */
}

.app_content .app_from_direct .z_btn_content input:nth-of-type(2) {
    background: #ddd;
    border-radius: 30px;
    color: #000;
}

html {
    font-size: 37.5px !important;
}

@media all and (min-width:640px) {
    .app_content {
        width: 640px;
        margin: 0 auto;
    }
}