.page-box {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apply {
    letter-spacing: 2px;
    text-align: center;
}

.apply-title1 {
    margin: 50px 0 20px 0;
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #333;
}

.apply-title2 {
    color: #454545;
    font-size: 16px;
}

.apply-table {
    width: 65%;
    padding: 50px 50px 30px 50px;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 65px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}

.part-table {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info-table {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info-table li {
    width: 100%;
}


.part-li {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: flex-end;
}

.apply-table i {
    color: #ff0000;
    margin: 12px 15px 10px 5px;
    float: left;
    font-size: 14px;
    line-height: 40px;
}

.apply-table u {
    display: flex;
    width: 23.3%;
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
}

.info-table ul li {
    display: flex;
    padding: 2px 10px;
    align-items: center;
}

.info-table ul li.colspan-two {
    width: 100%;
}

.submit-box {
    justify-content: center;
}

.i-cross {
    display: flex;
    color: #454545;
    font-size: 20px;
    justify-content: flex-start;
}

.i-cross-name {
    margin-right: 0;
}

.cross-product {
    display: flex;
    justify-content: flex-end;
}

.cookie-input {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-cookie {
    width: 50%;
    outline: 0;
    color: #333333;
    margin: 12px 0;
    padding: 14px 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
}

.button-u {
    width: 80% !important;
}

.input-select-cookie {
    display: inline-block;
    width: 17%;
    position: relative;
    vertical-align: middle;
    padding: 14px;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
}

.part-table .input-text {
    width: 64%;
    outline: 0;
    color: #333333;
    margin: 12px 0;
    padding: 14px 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
}

.select_input {
    width: 100% !important;
}

.info-table .input-text {
    width: 55%;
    outline: 0;
    color: #333333;
    margin: 12px 0;
    padding: 14px 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
}

.input-code {
    width: 52% !important;
}

input.select_input {
    width: 180px;
    color: #666;
}

.select-location {
    width: 31%;
    display: inline-block;
    position: relative;
}

.a-options {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 180px;
    border: 1px solid #cccccc;
    overflow-y: auto;
    display: none;
    padding: 8px 0;
}

input.hiddenbox {
    display: none;
}

.input-select {
    display: inline-block;
    width: 22%;
    position: relative;
    vertical-align: middle;
    padding: 14px;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    /* z-index: 2; */
    cursor: pointer;
}

.part-table ul {
    width: 100%;
}

.info-table ul {
    width: 100%;
}

.input-select option {

}

.part-table .click-some {
    display: flex;
    vertical-align: middle;
    align-items: center;
}


.button-add, .button-del {
    width: 45px;
    height: 45px;
    float: left;
    border: 1px solid #ccc;
    font-size: 22px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.text-title1 {
    display: flex;
    width: 22.2%;
    color: #454545;
    font-size: 20px;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.text-title {
    display: flex;
    width: 20%;
    color: #454545;
    font-size: 20px;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.part-li-input {
    display: flex;
    width: 56%;
    align-items: center;
    justify-content: space-between;
}

.cross-product {
    width: 76.4%;
}

.part-li-cross-input {
    width: 70.8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part-li-cross-input .input-part {
    width: 64.5%;
}

.apply-submit, .message-submit {
    background: #15499a;
    color: #fff;
    padding: 12px 32px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    font-size: 16px;
}

.apply-submit {
    margin: 50px 0;
    width: 57%;
}

.verify-img {
    display: inline-block;
    width: 110px;
    margin-left: 10px;
}

.select-location-box {
    display: flex;
    justify-content: space-between;
    width: 55%;
}

.verify-box {
    width: 80%;
    display: flex;
    align-items: center;
}

.cross-input {
    display: flex;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 1400px) {
    .apply-table {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .input-select {
        width: 30%;
    }

    .part-table .input-text {
        width: 45%;
    }

    .i-cross-name {
        font-size: 18px;
    }

    .apply-table {
        padding: 30px;
    }

    .text-title {
        font-size: 18px;
    }

    .text-title1 {
        font-size: 18px;
    }

    .apply-table u {
        display: none
    }

    .part-table ul li {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    .i-cross-name {
        font-size: 16px;
    }

    .text-title {
        font-size: 16px;
    }

    .text-title1 {
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
    .part-li-input {
        width: 65%;
    }

    .text-title1 {
        width: 23.5%;
    }

    .info-table .input-text {
        width: 65%;
    }

    .apply {
        margin-top: 0;
    }

    .apply-title {
        font-size: 21px;
        line-height: 25px;
        font-weight: normal;
        color: #333;
    }

    .apply-title1 {
        margin: 35px 0 20px 0;
        font-size: 22px;
        letter-spacing: 4px;
        font-weight: bold;
        color: #333;
    }

    .apply-title2 {
        margin: 0 auto;
        width: 85%;
        color: #454545;
        font-size: 13px;
    }

    .apply-title span {
        color: #454545;
        font-size: 14px;
        padding-left: 0;
        display: block;
        line-height: 20px;
        margin-top: 5px;
    }

    .apply-table {
        width: 90%;
        margin-top: 10px;
        padding: 10px;
    }

    .apply-table i {
        color: #ff0000;
        margin: 12px 15px 10px 5px;
        float: left;
        font-size: 14px;
        line-height: 40px;
    }

    .apply-table u {
        text-decoration: none;
        line-height: 40px;
        margin-left: 20px;
        color: #aaa;
        display: none;
    }

    .info-table ul li {
        width: 100%;
        padding: 2px 10px;
    }

    .info-table ul li.colspan-two {
        width: 100%;
    }

    input.input-text {
        width: 85%;
        outline: 0;
        color: #333333;
        margin: 5px 0;
        padding: 12px 15px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-size: 12px;
        line-height: 14px;
    }


    input.input-code {
        width: 40%;
    }

    input.input-part {
        width: 45%;
    }

    .input-select-cookie {
        width: 35%;
    }

    input.select_input {
        width: 100%;
        color: #666;
    }

    .select-location {
        display: inline-block;
        position: relative;
    }

    .a-options {
        position: absolute;
        top: 0;
        left: 0;
    }

    input.hiddenbox {
        display: none;
    }


    .part-table .click-some {
        width: auto;
        display: inline-block;
        padding-left: 0;
        vertical-align: middle;
    }


    .button-add, .button-del {
        border: 1px solid #ccc;
        font-size: 22px;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
    }

    .apply-submit, .message-submit {
        background: #15499a;
        color: #fff;
        padding: 12px 32px;
        cursor: pointer;
        /* margin: 0 auto; */
        display: block;
        border-radius: 5px;
        margin: 20px 0 0 25px;
        font-size: 16px;
        float: none;
        margin-right: 0;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

}

@media screen and (max-width: 660px) {

    .cross-product {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .apply-title1 {
        margin: 25px 0 10px 0;
        font-size: 18px;
    }

    .apply-title2 {
        font-size: 12px;
    }

    .apply-table i {
        margin: 5px 10px 0 5px;
    }

    .part-table .input-text {
        margin: 0;
    }

    .cross-product i {
        display: none;
    }

    .cross-product {
        padding: 2px 10px;
    }

    .i-cross {
        display: flex;
        flex-direction: column;
        padding: 2px 10px;
    }

    .cookie-input {
        width: 100%;
    }

    .i-cross-input {
        display: flex;
    }

    .part-li {
        display: flex;
        flex-direction: column;
    }

    .text-title {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .text-title1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .info-table .input-text {
        width: 100%;
        margin: 0;
    }

    .info-table ul li {
        align-items: flex-start;
        flex-direction: column;
    }


    .select-location-box {
        width: 100%;
    }

    .apply-submit {
        width: 100%;
        margin-bottom: 50px;
    }

    .part-table .input-text {
        width: 45%;
    }

    .input-select {
        width: 35.5%;
        margin-left: 0;
        margin-right: 0;
    }


    .button-add, .button-del {
        margin: 0;
    }

    .part-li-input, .part-li-cross-input {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .part-li-cross-input .input-select {
        width: 35%;
    }

    .part-li-input .input-select {
        width: 35%;
    }

    .part-li-cross-input .input-part {
        width: 45%;
    }

    .part-li-input .input-part {
        width: 45%;
    }


}










