html {
    font-size: calc(100vw / 1920 * 16);
}

.myContent_apply {
    background: #121315;
    height: 58.9375rem;
}




.container {
    width: 87.5rem;
    height: 32.75rem;
    height: auto;
    padding-top: 7.5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.0625rem solid #313131;
    padding-bottom: 4rem;
}



.container .model {
    width: 40rem;
    height: 100%;

}

.container .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1.625rem;
    border-bottom: 0.0625rem solid #313131;
    color: #FFF;
    font-weight: bold;
}

.container .goods {
    padding-top: 1.875rem;
    display: flex;
    justify-content: space-between;
}

.container .goods .item {
    width: 8.75rem;
    height: 12.5rem;
}

.container .goods .item .deascribe {

    width: 8.75rem;
    height: 3.625rem;
    text-align: center;
    line-height: 3.625rem;
    font-size: 1.125rem;
    color: #FFF;
}

.container .goods .item .img {
    width: 8.75rem;
    height: 8.75rem;
    box-sizing: border-box;
    display: block;
    padding-top: 0.75rem;
    border: 0.0625rem solid #313131;
}

.container .goods .item .img img {
    height: 7rem;
    display: block;
    margin: auto;
}












.container .userInfo {
    width: 42.5rem;
    height: 100%;

}

.container .userInfo .applyInp {
    display: flex;
    width: 42.5rem;
    height: 5rem;
    justify-content: space-between;
}

.container .userInfo .applyInp .name {
    width: 20.625rem;
    height: 5rem;

}

.container .userInfo .name .title {
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: none;
}


.container .userInfo .name input {
    width: 100%;
    height: 3.125rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: 0.0625rem solid #313131;
    border-radius: 0.5rem;
    background: #121315;
    color: #8e8e8e;
}

.container .userInfo .address {
    padding-top: 1.875rem;
}





.container .userInfo .issue {
    width: 42.5rem;
    height: 20.875rem;
    height: auto;
}


.container .userInfo .issue .title_1 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    padding-top: 3.25rem;
    padding-bottom: 0.75rem;
    color: #dddddd;
}


.container .userInfo .issue .radio {
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
}

.container .userInfo .issue .radio input[type="radio"] {
    width: 1rem;
    height: 1rem;
    background: transparent !important;
    color: #4b4b4b;
    caret-color: #4b4b4b;
    border-color: #4b4b4b;
    margin-bottom: 0;
    margin-right: 0.625rem;
}

.container .userInfo .issue .radio input[type="radio"]::before {
    position: relative;
    content: "";
    top: -0.0625rem;
    left: -0.0625rem;
    width: 1.0625rem;
    height: 1.0625rem;
    display: block;
    border-radius: 50% !important;
    background-color: #252525;
    border: 0.125rem solid #686868;
    z-index: 5;
    box-sizing: border-box;
}

.container .userInfo .issue .radio input[type="radio"]:checked::after {
    position: relative;
    content: "";
    bottom: 0.875rem;
    left: 0.1875rem;
    width: 0.5625rem;
    height: 0.5625rem;
    display: block;
    border-radius: 50% !important;
    visibility: visible;
    background-color: #686868;
    z-index: 6;
}

.container .userInfo .issue .radio label {
    display: block;
    margin-right: 2.375rem;
    color: #c2c2c2;
}


.container .userInfo .issue .checkBox {
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
    flex-wrap: wrap;
}

.container .userInfo .issue .checkBox input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    background: #4b4b4b;
    color: #4b4b4b;
    caret-color: #4b4b4b;
    border-color: #4b4b4b;
    margin-bottom: 0;
    margin-right: 0.625rem;
}

.container .userInfo .issue .checkBox input[type="checkbox"]::before {
    position: relative;
    content: "";
    top: -0.0625rem;
    left: -0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    border-radius: 0.125rem;
    background-color: #252525;
    border: 0.125rem solid #686868;
    z-index: 5;
    box-sizing: border-box;
}

.container .userInfo .issue .checkBox input[type="checkbox"]:checked::after {
    position: relative;
    content: "";
    bottom: 0.9375rem;
    left: 0.1563rem;
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    border-radius: 0.125rem;
    visibility: visible;
    background-color: #686868;
    z-index: 6;
}

.container .userInfo .issue .checkBox label {
    display: block;
    margin-right: 2.375rem;
    color: #c2c2c2;
}

.container .userInfo .issue .checkBox label:nth-of-type(7) {
    margin-right: 1rem !important;
    margin-top: 1.25rem;
}

.container .userInfo .issue .checkBox input:nth-of-type(7) {
    margin-top: 1.25rem;
}

.container .userInfo .issue .checkBox label:nth-of-type(8) {
    margin-top: 1.25rem;
}

.container .userInfo .issue .checkBox input:nth-of-type(8) {
    margin-top: 1.25rem;
}


.submit {
    width: 12.5rem;
    height: 3.75rem;
    background: #803cee;
    color: #FFF;
    display: block;
    border: none;
    border-radius: 3.75rem;
    margin: auto;
    margin-top: 3.5625rem;
    font-size: 1.125rem;
    line-height: 3.75rem;
    cursor: pointer;
}








.myLayer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}

.myLayer .content {
    width: 51.25rem;
    height: 39.25rem;
    background: #232323;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    border-radius: 1.5625rem;
}

.myLayer .content .img {
    /* width: 6.375rem; */
    /* height: 6.375rem; */
    padding-top: 5.625rem;
    display: block;
    margin: auto;
}

.myLayer .content .title {
    font-size: 2.125rem;
    line-height: 2.125rem;
    padding-top: 2rem;
    color: #FFF;
    font-weight: bold;
    width: 40.625rem;
    padding-bottom: 2.25rem;
    border-bottom: 0.0625rem solid #3b3b3b;
    margin: auto;
    text-align: center;
}

.myLayer .content .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #959595;
    padding-top: 1.875rem;
    text-align: center;
    width: 37.625rem;
    margin: auto;
}

.myLayer .content .close {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #803cee;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
    margin-top: 3.375rem;
    cursor: pointer;
}


.myLayer .content .button {
    padding-top: 3.375rem;

    width: 19.875rem;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.myLayer .content .button .theClose {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #535353;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
}

.myLayer .content .button .theReg {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #803cee;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
}




@media screen and (max-width:1024px) {
    .container {
        flex-wrap: wrap;
        height: inherit;
        width: auto;
        box-sizing: border-box;
        padding: 0 1.875rem;
    }
    .container .userInfo .issue{
        width: auto;
    }
    .container .model {
        width: 100%;
    }

    .myContent_apply {
        height: inherit;
    }

    .container .goods .item {
        width: 30%;
        height: inherit;
    }

    .container .goods .item .img {
        padding-bottom: 0.5625rem;
        height: inherit;
        width: 100%;
    }

    .container .goods .item .img img {
        height: inherit;
    }


    .container .userInfo {
        width: 100%;
        padding-top: 1.875rem;
        margin-bottom: 1.875rem;
    }

    .container .userInfo .applyInp {
        width: 100%;
    }

    .container .userInfo .applyInp .name {
        width: 48%;
    }

    html {
        font-size: calc(100vw / 1024 * 16);
    }
}


@media screen and (max-width:425px) {
    html{
        font-size: calc( 100vw / 425 * 16 );
    }
    .container .goods {
        flex-wrap: wrap;
    }
    .container .goods .item{
        width: 100%;
    }





.myLayer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}

.myLayer .content {
    width: 23.75rem;
    height: 28.25rem;
    background: #232323;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    border-radius: 1.5625rem;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.myLayer .content .img {
    width: 4.375rem;
    /* height: 4.375rem; */
    padding-top: 2.625rem;
    display: block;
    margin: auto;
    overflow-y: scroll;
}

.myLayer .content .title {
    font-size: 2.125rem;
    line-height: 2.125rem;
    padding-top: 2rem;
    color: #FFF;
    font-weight: bold;
    width: 90%;
    padding-bottom: 2.25rem;
    border-bottom: 0.0625rem solid #3b3b3b;
    margin: auto;
    text-align: center;
}

.myLayer .content .text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #959595;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem;
    padding-top: 1.875rem;

    margin: auto;
}

.myLayer .content .close {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #803cee;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
    margin-top: 3.375rem;
}


.myLayer .content .button {
    padding-top: 1.375rem;

    width: 19.875rem;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.myLayer .content .button .theClose {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #535353;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
}

.myLayer .content .button .theReg {
    width: 9rem;
    height: 3.75rem;
    color: #FFF;
    background: #803cee;
    text-align: center;
    margin: auto;
    line-height: 3.75rem;
    border-radius: 3.75rem;
}







}


































.hideNone {
    display: none !important;
}


.goodsActive {
    border: 0.1875rem solid #803cee !important;
}