/* PC */
@media screen and (min-width:981px) {
    .user_register {
        max-width: 1040px;
        min-height: 650px;
        padding: 45px 0;
        margin: 0 auto 40px;
        position: relative;
    }

    .old_and_new_user_register {
        width: 100%;
        border: 2px solid #ebebeb;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px 20px;
        color: var(--424451);
        font-size: 16px;
    }

    .old_and_new {
        padding: 10px 20px;
    }

    .register_return {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 5px;
        padding: 10px 30px;
        background-color: var(--EBEBF0);
        border: none;
        color: #333333;
    }

    .verify {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #5f606b;
    }

    .verify>label>u {
        color: #b8d4ff;
        margin: 0 5px;
        cursor: pointer;
    }

    .register_buttom {
        border-radius: 5px;
        padding: 10px 30px;
        background-color: var(--27397c);
        border: 1px solid var(--7f7f7f);
        margin-left: 10px;
        color: #fff;
    }

    .form_label {
        max-width: 710px;
        margin: auto;
        height: 100%;
    }

    .form_label>form {
        margin-bottom: 20px;
        position: relative;
        display: flex;
        align-items: center;
    }

    input {
        padding: 0 10px;
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
    }

    .form_input {
        /* width:calc(705px - 185px); */
        /* box-sizing: border-box; */

    }

    .error_tip0 {
        position: absolute;
        top: 100%;
        left: calc(765px - (705px - 185px)) !important;
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip1 {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .error_tip11 {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .error_tip22 {
        position: absolute;
        top: 100%;
        left: calc(1040px - (705px - 235px));
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip_province {
        position: absolute;
        top: 100%;
        left: calc(895px - (705px - 165px));
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip_read {
        position: absolute;
        top: 80%;
        left: calc(540px - (705px - 185px));
        font-size: 12px;
        color: red;
    }

    .form_radio {
        margin: 0 5px !important;
        cursor: pointer;
    }

    .select_address {
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
        padding: 0 10px;
        margin-right: 40px;
        cursor: pointer;
    }

    .select_address:invalid {
        color: #8f8f8f;
    }

    select:invalid {
        color: #8f8f8f;
    }

    option {
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
        color: #000;
    }

    .area_code {
        position: relative;
    }

    .area_code input {
        padding-left: 10px;
        width: 330px;
    }

    .area_code>select {
        position: absolute;
        /*top: 2px;*/
        /*left: 2px;*/
        color: #a5a4be;
        outline: none;
        background-color: transparent;
        border-radius: 10px;
        border: none;
        height: 90%;
    }

    /*遮罩*/
    .register_shade {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155, 155, 155, .5);
        display: none;
        z-index: 1;
    }

    .register_shade_content {
        background-color: var(--27397c);
        width: 1080px;
        height: 260px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 20px 0 10px;
        justify-content: space-around;
        align-items: center;

    }

    .register_shade_content>img {
        width: 160px;
    }

    .register_shade_content>p {
        font-size: 30px;
        font-weight: 900;
        color: #fff;

    }

    .register_shade2 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155, 155, 155, .5) !important;
        display: none;
        z-index: 1;
    }

    .information_register2 {
        display: flex;
        justify-content: right;
        align-items: center;
        /* position: relative; */
        position: absolute;
        right: 15%;
        bottom: 65px;
    }

    .information_register2>input {
        cursor: pointer;
        margin: 2px 6px 0 !important;
    }

    .information_register {
        display: flex;
        align-items: center;
    }

    .information_register>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
    }


    .information_register_260611>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        font-size: 18px !important;
    }

    .information_register2>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
    }

    .information_register2_260611>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        font-size: 18px !important;
    }

    .register_shade_content2 {
        background-color: #fbfbfb;
        /* width: 1270px; */
        width: 70%;
        max-height: 783px;
        overflow: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /*display: flex;*/
        /*flex-direction: column;*/
        padding: 20px;
        /*justify-content: space-around;*/
        /*align-items: center;*/
    }

    .register_shade_content2::-webkit-scrollbar {

        display: none;
    }

    .register_button2 {
        background-color: var(--27397c);
        color: #fff;
        padding: 10px 30px;
        border-radius: 3px;
        outline: none;
        border: none;
        margin-left: 10px;
    }

    .information_register3 {
        width: 95%;
        position: absolute;
        bottom: 60px;
        display: flex;
        justify-content: space-between;
    }

    .back_button2 {
        background-color: var(--EBEBF0);
        color: #333333;
        padding: 10px 30px;
        border-radius: 3px;
        outline: none;
        border: none;
    }

    .register_shade_box {
        width: 100%;
        height: 550px;
        overflow-y: auto;
        margin-top: 10px;
        /*background-color: #0a8cd2;*/
    }

    .list-paddingleft-2 {
        margin-left: 20px;
    }

    .register_shade_box::-webkit-scrollbar {

        /* display: none; */
    }

    .register_shade_box::-webkit-scrollbar-track-piece {
        background: #d3dce6;
    }

    .register_shade_box::-webkit-scrollbar {
        width: 6px;
    }

    .register_shade_box::-webkit-scrollbar-thumb {
        background: #99a9bf;
        border-radius: 20px;
    }

    .error_tip44 {
        position: absolute;
        left: 8%;
        top: 100%;
        color: red;
        font-size: 10px;
    }

    /*注册协议*/
    .information_return2 {
        display: flex;
        /* justify-content: space-between;
        align-items: center; */
        align-items: self-start;
        margin-top: 40px;
        margin-top: 40px;
    }

    .typeList {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .typeList>li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

    .typeList>li:before {
        content: counters(item, ".") ".";
        display: table-cell;
        padding-right: 0.6em;
    }

    li .typeList>li {
        margin: 0;
    }

    li>.typeList>li:before {
        content: counters(item, ".") ")";
    }

    .olList {
        counter-reset: section;
    }

    .olList>li {
        counter-increment: section;
    }

    .olList>li:before {
        content: "("counters(section, ".") ")"
    }

    .packaging {
        display: flex;
    }

    .radio_content2 {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .radio_content2>input {
        margin: 0 !important;
    }

    .paperSkin {
        margin-left: 5px;
        font-weight: 500;
    }

    .morral {
        margin-left: 5px;
        font-weight: 500;
    }

    .woodenBox {
        margin-left: 5px;
        font-weight: 500;
    }

    .zip_code {
        display: flex;
        font-weight: 500;
        align-items: center;
        height: 20px;
        margin-bottom: 0;
    }
}

/* H5 */
@media screen and (max-width:980px) {
    .user_register {
        max-width: 1040px;
        min-height: 650px;
        padding: 45px 0;
        margin: 0 auto 40px;
        position: relative;
    }

    .old_and_new_user_register {
        width: 100%;
        border: 2px solid #ebebeb;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px 20px;
        color: var(--424451);
        font-size: 16px;
        text-align: center;
    }

    .old_and_new {
        padding: 10px 20px;
        text-align: center;
    }

    .register_return {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 5px;
        padding: 8px 30px;
        background-color: var(--EBEBF0);
        border: none;
        color: #333333;
    }

    .verify {
        position: absolute;
        bottom: 60px;
        left: 10px;
        color: #5f606b;
        font-size: 14px;
        width: 97%;
    }

    .verify>label {
        max-width: 100% !important;
    }

    .verify>label>u {
        color: #b8d4ff;
        margin: 0 5px;
        cursor: pointer;
    }

    .register_buttom {
        position: absolute;
        bottom: -60px;
        right: 0;
        border-radius: 5px;
        padding: 10px 30px;
        background-color: var(--27397c);
        border: 1px solid var(--7f7f7f);
        margin-left: 10px;
        color: #fff;
    }

    .form_label {
        max-width: 710px;
        margin: auto;
        height: 100%;
    }

    .form_label>form {
        margin-bottom: 20px;
        position: relative;
        display: flex;
        align-items: center;
    }

    input {
        padding: 0 10px;
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
    }

    .form_input {
        /* width:calc(705px - 185px); */
        /* box-sizing: border-box; */

    }

    .error_tip0 {
        position: absolute;
        top: 100%;
        left: calc(685px - (705px - 185px)) !important;
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip1 {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .error_tip11 {
        position: absolute;
        top: 100%;
        left: 0;
        font-size: 12px;
        color: red;
    }

    .error_tip22 {
        position: absolute;
        top: 100%;
        left: calc(1040px - (705px - 235px));
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip_province {
        position: absolute;
        top: 100%;
        left: calc(895px - (705px - 165px));
        font-size: 12px;
        /* line-height: 12px; */
        color: red;
    }

    .error_tip_read {
        position: absolute;
        top: 80%;
        left: calc(540px - (705px - 185px));
        font-size: 12px;
        color: red;
    }

    .form_radio {
        height: 15px;
        margin: 0 5px !important;
        cursor: pointer;
    }

    .select_address {
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
        padding: 0 10px;
        margin-right: 40px;
        cursor: pointer;
    }

    .select_address:invalid {
        color: #8f8f8f;
    }

    select:invalid {
        color: #8f8f8f;
    }

    option {
        outline: none;
        border: 1.5px solid #eaeaea;
        height: 30px;
        border-radius: 6px;
        color: #000;
    }

    .area_code {
        position: relative;
    }

    .area_code input {
        padding-left: 10px;
        width: 250px;
    }

    .area_code>select {
        position: absolute;
        /*top: 2px;*/
        /*left: 2px;*/
        color: #a5a4be;
        outline: none;
        background-color: transparent;
        border-radius: 10px;
        border: none;
        height: 90%;
    }

    /*遮罩*/
    .register_shade {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155, 155, 155, .5);
        display: none;
        z-index: 1;
    }

    .register_shade_content {
        background-color: var(--27397c);
        width: 1080px;
        height: 260px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 20px 0 10px;
        justify-content: space-around;
        align-items: center;

    }

    .register_shade_content>img {
        width: 160px;
    }

    .register_shade_content>p {
        font-size: 30px;
        font-weight: 900;
        color: #fff;

    }

    .register_shade2 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(155, 155, 155, .5) !important;
        display: none;
        z-index: 1;
    }

    .information_register2 {
        display: flex;
        /* justify-content: right; */
        /* align-items: center; */
        position: relative;
        width: 100%;
    }

    .information_register2>input {
        cursor: pointer;
        margin: 2px 6px 0 !important;
    }

    .information_register {
        display: flex;
    }

    .information_register>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        /* width: 95px; */
    }

    .information_register_260611 {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }

    .information_register_260611>.u {
        color: var(--80b2ff);
        cursor: pointer;
        /* margin: 0 5px; */
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        font-size: 14px !important;
    }

    .information_register2>.u {
        color: var(--80b2ff);
        cursor: pointer;
        margin: 0 5px;
        outline: none;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        width: 88px;
    }

    .information_register2_260611 {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }

    .information_register2_260611>.u {
        color: var(--80b2ff);
        cursor: pointer;
        /* margin: 0 5px; */
        outline: none;
        background-color: #fbfbfb;
        border: none;
        border-bottom: 1px solid var(--80b2ff);
        font-size: 14px !important;
    }

    .register_shade_content2 {
        background-color: #fbfbfb;
        /* width: 1270px; */
        max-height: 783px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /*display: flex;*/
        /*flex-direction: column;*/
        padding: 20px 10px 20px 20px;
        /*justify-content: space-around;*/
        /*align-items: center;*/
    }

    .register_button2 {
        background-color: var(--27397c);
        color: #fff;
        padding: 10px 30px;
        border-radius: 3px;
        outline: none;
        border: none;
        margin-left: 10px;
    }

    .information_register3 {
        width: 90%;
        position: absolute;
        bottom: 35px;
        display: flex;
        justify-content: space-between;
    }

    .back_button2 {
        background-color: var(--EBEBF0);
        color: #333;
        padding: 10px 30px;
        border-radius: 3px;
        outline: none;
        border: none;
    }

    .register_shade_box {
        width: 100%;
        height: 65vh;
        overflow-y: auto;
        margin-top: 10px;
        /*background-color: #0a8cd2;*/
    }

    .register_shade_box::-webkit-scrollbar {
        /* display: none; */
    }

    .register_shade_box::-webkit-scrollbar-track-piece {
        background: #d3dce6;
    }

    .register_shade_box::-webkit-scrollbar {
        width: 6px;
    }

    .register_shade_box::-webkit-scrollbar-thumb {
        background: #99a9bf;
        border-radius: 20px;
    }

    .list-paddingleft-2 {
        margin-left: 20px;
    }

    .error_tip44 {
        position: absolute;
        left: 8%;
        top: 100%;
        color: red;
        font-size: 10px;
    }

    /*注册协议*/
    .information_return2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        font-size: 12px;
        line-height: 14px;
    }

    .typeList {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .typeList>li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

    .typeList>li:before {
        content: counters(item, ".") ".";
        display: table-cell;
        padding-right: 0.6em;
    }

    li .typeList>li {
        margin: 0;
    }

    li>.typeList>li:before {
        content: counters(item, ".") ")";
    }

    .olList {
        counter-reset: section;
    }

    .olList>li {
        counter-increment: section;
    }

    .olList>li:before {
        content: "("counters(section, ".") ")"
    }

    .packaging {
        display: flex;
    }

    .radio_content2 {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .radio_content2>input {
        margin: 0 !important;
    }

    .paperSkin {
        margin-left: 5px;
        font-weight: 500;
    }

    .morral {
        margin-left: 5px;
        font-weight: 500;
    }

    .woodenBox {
        margin-left: 5px;
        font-weight: 500;
    }

    .zip_code {
        display: flex;
        font-weight: 500;
        align-items: center;
        height: 20px;
        margin-bottom: 0;
    }

    label {
        margin-right: 10px !important;
        max-width: 120px !important;
        line-height: 16px !important;
    }
}